:root {
  --cream: #fff8ef;
  --cream-deep: #f8ead9;
  --paper: #fffdf9;
  --orange: #ff7621;
  --orange-deep: #e9580a;
  --orange-soft: #ffe0c1;
  --brown: #3b1e0b;
  --brown-soft: #725a49;
  --sage: #7e985c;
  --sage-deep: #48613d;
  --blue: #4b8dc9;
  --pink: #e77b9d;
  --line: rgba(102, 68, 45, 0.14);
  --shadow: 0 30px 80px rgba(116, 67, 27, 0.16);
  --display: "Gowun Dodum", "Noto Sans KR", sans-serif;
  --body: "Noto Sans KR", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--brown);
  background: var(--cream);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 10px;
  color: white;
  background: var(--brown);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 78px;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: height 220ms ease, background 220ms ease, border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled {
  height: 68px;
  border-color: var(--line);
  background: rgba(255, 248, 239, 0.88);
  box-shadow: 0 12px 30px rgba(80, 49, 27, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.brand-symbol {
  width: 34px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.brand-symbol img {
  width: 29px;
  height: 40px;
  object-fit: contain;
}

.brand-name {
  color: var(--brown);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  position: relative;
  color: #654d3c;
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  border-radius: 2px;
  background: var(--orange);
  transition: right 180ms ease;
}

.site-nav a:not(.nav-cta):hover {
  color: var(--orange-deep);
}

.site-nav a:not(.nav-cta):hover::after {
  right: 0;
}

.nav-cta {
  min-height: 40px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 118, 33, 0.55);
  border-radius: 999px;
  color: var(--orange-deep) !important;
  background: rgba(255, 255, 255, 0.56);
}

.menu-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  display: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--brown);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  min-height: 900px;
  padding-top: 128px;
  display: flex;
  align-items: flex-start;
  isolation: isolate;
  contain: paint;
  background:
    radial-gradient(circle at 72% 21%, rgba(255, 255, 255, 0.96) 0 14%, transparent 39%),
    linear-gradient(180deg, #fff9f0 0%, #fff5e9 72%, #f7edda 100%);
  overflow: hidden;
}

.hero-atmosphere,
.hero-landscape {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.sun-wash {
  position: absolute;
  top: -160px;
  right: -100px;
  width: 690px;
  height: 690px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.1), 0 0 0 112px rgba(255, 255, 255, 0.08);
}

.cloud,
.heart,
.leaf {
  position: absolute;
  user-select: none;
}

.cloud-one {
  top: 156px;
  left: 4%;
  width: 104px;
  opacity: 0.72;
}

.cloud-two {
  top: 332px;
  right: 3%;
  width: 78px;
  opacity: 0.58;
}

.heart-one {
  top: 224px;
  right: 11%;
  width: 27px;
  opacity: 0.84;
  animation: soft-float 5s ease-in-out infinite;
}

.leaf-one {
  left: 3.5%;
  bottom: 225px;
  width: 52px;
  transform: rotate(-19deg);
  opacity: 0.72;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.8fr);
  align-items: center;
  gap: clamp(40px, 7vw, 106px);
}

.hero-copy {
  padding: 78px 0 150px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--orange-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.eyebrow > span {
  width: 28px;
  height: 1px;
  display: inline-block;
  background: currentColor;
}

.hero h1 {
  margin-top: 24px;
  font-family: var(--display);
  font-size: clamp(48px, 5.1vw, 76px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.065em;
}

.hero h1 em,
.story-copy h2 em {
  position: relative;
  z-index: 1;
  color: var(--orange-deep);
  font-style: normal;
}

.hero h1 em::after,
.story-copy h2 em::after {
  content: "";
  position: absolute;
  left: -3px;
  right: -4px;
  bottom: 4px;
  z-index: -1;
  height: 16px;
  border-radius: 40% 64% 34% 58%;
  background: rgba(255, 185, 117, 0.42);
  transform: rotate(-1deg);
}

.hero-description {
  max-width: 560px;
  margin-top: 28px;
  color: var(--brown-soft);
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: -0.02em;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.button {
  min-height: 56px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, #ff8d3f, var(--orange));
  box-shadow: 0 18px 34px rgba(224, 88, 12, 0.24);
}

.button-primary:hover {
  box-shadow: 0 22px 42px rgba(224, 88, 12, 0.34);
}

.text-link {
  padding: 8px 0;
  color: var(--brown-soft);
  border-bottom: 1px solid rgba(83, 53, 33, 0.28);
  font-size: 14px;
  font-weight: 700;
}

.text-link span {
  margin-left: 8px;
  color: var(--orange-deep);
}

.hero-notes {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 0;
  color: #857265;
  font-size: 12px;
  font-weight: 700;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
}

.hero-notes span:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 12px;
  border-radius: 50%;
  background: #d4aa88;
}

.hero-preview {
  position: relative;
  min-height: 700px;
  display: grid;
  place-items: center;
}

.phone-shadow {
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 370px;
  height: 65px;
  border-radius: 50%;
  background: rgba(100, 62, 31, 0.18);
  filter: blur(25px);
  transform: translateX(-48%);
}

.phone {
  position: relative;
  width: 358px;
  height: 708px;
  padding: 10px;
  border: 1px solid rgba(77, 48, 28, 0.56);
  border-radius: 53px;
  background: linear-gradient(145deg, #42372f, #18120f 48%, #54463b);
  box-shadow: 0 40px 90px rgba(79, 45, 20, 0.26), inset 0 0 0 2px rgba(255, 255, 255, 0.25);
  transform: rotate(2deg);
  animation: phone-float 6s ease-in-out infinite;
}

.phone-speaker {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 4;
  width: 94px;
  height: 25px;
  border-radius: 0 0 17px 17px;
  background: #1c1714;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.86) 0 17%, transparent 44%),
    #fff8ef;
}

.phone-status {
  height: 42px;
  padding: 12px 22px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #4b3a2e;
  font-size: 10px;
}

.phone-status strong {
  font-size: 11px;
}

.phone-status span {
  letter-spacing: 2px;
}

.phone-appbar {
  padding: 10px 20px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-appbar strong {
  display: block;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.phone-appbar small {
  display: block;
  margin-top: -2px;
  color: #a19084;
  font-size: 9px;
}

.phone-appbar button {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #ffbd8f;
  border-radius: 50%;
  color: var(--orange);
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.talk-filter {
  margin: 0 18px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #685448;
  font-size: 10px;
  font-weight: 800;
}

.check-box {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: white;
  background: var(--orange);
  font-size: 10px;
}

.filter-count {
  margin-left: auto;
  color: #b19e91;
  font-weight: 600;
}

.talk-list {
  position: relative;
  z-index: 2;
  padding: 0 14px;
  display: grid;
  gap: 8px;
}

.talk-card {
  position: relative;
  min-height: 105px;
  padding: 12px 12px 12px 10px;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 9px;
  border: 1px solid #f5e3d1;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 16px rgba(177, 115, 65, 0.08);
}

.talk-card-muted {
  opacity: 0.72;
}

.avatar {
  width: 43px;
  height: 43px;
  padding: 3px;
  display: grid;
  place-items: center;
  border: 2px solid var(--pink);
  border-radius: 50%;
  background: #fff;
}

.avatar > span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(150deg, #f7d9e4, #f4a9c0);
}

.avatar > span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff5f8;
  transform: translateX(-50%);
}

.avatar > span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 27px;
  height: 17px;
  border-radius: 50% 50% 42% 42%;
  background: #fff5f8;
  transform: translateX(-50%);
}

.avatar-man {
  border-color: var(--blue);
}

.avatar-man > span {
  background: linear-gradient(150deg, #cce7fa, #79b5e2);
}

.avatar-alt > span {
  background: linear-gradient(150deg, #ffe6c9, #e9a875);
}

.talk-card-body {
  min-width: 0;
}

.talk-meta {
  padding-right: 10px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
  overflow: hidden;
}

.talk-meta strong {
  max-width: 76px;
  overflow: hidden;
  color: #442a19;
  font-size: 11px;
  text-overflow: ellipsis;
}

.talk-meta b,
.talk-meta span {
  flex: 0 0 auto;
  font-size: 8px;
  font-weight: 800;
}

.talk-meta span {
  color: #76665b;
}

.talk-meta .female {
  color: var(--pink);
}

.talk-meta .male {
  color: var(--blue);
}

.talk-card time {
  display: block;
  margin-top: 1px;
  color: #a2968e;
  font-size: 8px;
}

.talk-card p {
  margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  color: #58463a;
  font-size: 9px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.presence {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #43b96d;
  box-shadow: 0 0 0 3px #e7f6eb;
}

.presence-off {
  background: #b9afa8;
  box-shadow: 0 0 0 3px #f1eeec;
}

.phone-tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 65px;
  padding: 9px 10px 12px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  border-top: 1px solid rgba(123, 92, 71, 0.08);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(12px);
}

.phone-tabs span {
  display: grid;
  place-items: center;
  color: #91877f;
  font-size: 7px;
  font-weight: 800;
}

.phone-tabs i {
  margin-bottom: 1px;
  font-size: 17px;
  font-style: normal;
  line-height: 1;
}

.phone-tabs .active {
  color: var(--orange);
}

.phone-garden {
  position: absolute;
  left: -70px;
  bottom: 54px;
  z-index: 0;
  width: 500px;
  max-width: none;
  opacity: 0.42;
}

.orbit-label {
  position: absolute;
  z-index: 3;
  padding: 12px 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #705747;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(104, 67, 37, 0.14);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 800;
}

.orbit-label-top {
  top: 86px;
  right: -48px;
  transform: rotate(4deg);
}

.orbit-label-bottom {
  left: -62px;
  bottom: 122px;
  transform: rotate(-4deg);
}

.orbit-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #44b96d;
  box-shadow: 0 0 0 4px rgba(68, 185, 109, 0.13);
}

.mini-heart {
  color: var(--orange);
}

.hero-landscape {
  top: auto;
  bottom: -5px;
  height: 178px;
}

.hero-landscape img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: max(1120px, 100vw);
  max-width: none;
  opacity: 0.83;
  transform: translateX(-50%);
}

.marquee {
  position: relative;
  z-index: 4;
  height: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff4e7;
  background: var(--orange);
}

.marquee-track {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  animation: marquee-slide 24s linear infinite;
}

.marquee span {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.marquee i {
  color: #ffd7b6;
  font-size: 14px;
  font-style: normal;
}

.section {
  position: relative;
}

.story-section {
  padding: 190px 0 160px;
  background: var(--paper);
}

.story-grid {
  display: grid;
  grid-template-columns: 130px minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 74px);
}

.section-index {
  align-self: start;
  padding-top: 3px;
}

.section-index span {
  color: var(--orange);
  font-family: var(--display);
  font-size: 38px;
}

.section-index p {
  margin-top: 2px;
  color: #9a887a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  writing-mode: vertical-rl;
}

.story-copy h2,
.section-heading h2,
.safety-copy h2,
.closing-content h2 {
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.065em;
}

.story-copy > p:last-child {
  margin-top: 28px;
  color: var(--brown-soft);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: -0.02em;
}

.talk-composition {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.composition-main {
  position: relative;
  z-index: 2;
  width: min(420px, 100%);
  padding: 31px;
  border: 1px solid #f1d9c4;
  border-radius: 31px;
  background: linear-gradient(155deg, #fffdf9, #fff6eb);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.composition-profile {
  display: flex;
  align-items: center;
  gap: 13px;
}

.profile-ring {
  width: 53px;
  height: 53px;
  padding: 4px;
  display: grid;
  place-items: center;
  border: 2px solid var(--pink);
  border-radius: 50%;
  background: white;
}

.profile-ring i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(145deg, #fbdcdd, #e99bb2);
}

.profile-ring i::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff7f8;
  transform: translateX(-50%);
}

.profile-ring i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 32px;
  height: 20px;
  border-radius: 50% 50% 35% 35%;
  background: #fff7f8;
  transform: translateX(-50%);
}

.composition-profile b,
.composition-profile small {
  display: block;
}

.composition-profile b {
  font-size: 16px;
}

.composition-profile small {
  margin-top: 2px;
  color: #9b887b;
  font-size: 11px;
}

.composition-main > p {
  margin-top: 24px;
  color: #5e493b;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: -0.04em;
}

.composition-main button {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 15px;
  color: white;
  background: var(--orange);
  font-size: 13px;
  font-weight: 800;
}

.composition-note {
  position: absolute;
  z-index: 3;
  padding: 12px 17px;
  border: 1px solid #f1ddca;
  border-radius: 999px;
  color: #8b6f5b;
  background: white;
  box-shadow: 0 12px 28px rgba(96, 57, 29, 0.12);
  font-size: 11px;
  font-weight: 800;
}

.note-one {
  top: 32px;
  right: -6px;
  transform: rotate(5deg);
}

.note-two {
  left: -15px;
  bottom: 28px;
  transform: rotate(-5deg);
}

.features-section {
  padding: 150px 0 170px;
  background:
    radial-gradient(circle at 92% 5%, rgba(255, 255, 255, 0.85) 0 7%, transparent 24%),
    var(--cream);
}

.section-heading {
  max-width: 740px;
}

.feature-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.feature-card {
  position: relative;
  min-height: 520px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(113, 73, 44, 0.12);
  border-radius: 38px;
}

.feature-card-discover {
  grid-column: span 7;
  color: white;
  background: linear-gradient(150deg, #e36d26 0%, #fb8d48 100%);
}

.feature-card-chat {
  grid-column: span 5;
  background: #fffdf9;
}

.feature-card-reward {
  grid-column: 3 / span 8;
  min-height: 430px;
  background: linear-gradient(145deg, #e9f0d8, #f7f7e8);
}

.feature-number {
  position: absolute;
  top: 26px;
  right: 30px;
  color: currentColor;
  opacity: 0.28;
  font-family: var(--display);
  font-size: 47px;
}

.feature-card-copy {
  position: relative;
  z-index: 3;
  max-width: 430px;
}

.feature-tag {
  padding: 7px 12px;
  display: inline-flex;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  opacity: 0.9;
}

.feature-card h3 {
  margin-top: 20px;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: -0.055em;
}

.feature-card-copy p {
  max-width: 430px;
  margin-top: 18px;
  color: currentColor;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.76;
}

.discover-stack {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 34px;
  height: 180px;
}

.discover-person {
  position: absolute;
  width: 130px;
  height: 156px;
  padding: 17px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 24px;
  color: var(--brown);
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 22px 40px rgba(128, 56, 12, 0.22);
  backdrop-filter: blur(10px);
}

.discover-person > span {
  position: relative;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 3px solid #f19bb7;
  border-radius: 50%;
  background: #f9d3df;
}

.discover-person > span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff8fa;
  transform: translateX(-50%);
}

.discover-person > span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 43px;
  height: 28px;
  border-radius: 50% 50% 30% 30%;
  background: #fff8fa;
  transform: translateX(-50%);
}

.discover-person b {
  margin-top: 9px;
  font-size: 11px;
}

.discover-person small {
  color: #a58c7a;
  font-size: 9px;
}

.person-a {
  left: 4%;
  bottom: -30px;
  transform: rotate(-9deg);
}

.person-b {
  left: 50%;
  z-index: 2;
  bottom: -2px;
  transform: translateX(-50%) rotate(1deg);
}

.person-b > span {
  border-color: #6fa8d8;
  background: #b8daf2;
}

.person-c {
  right: 4%;
  bottom: -25px;
  transform: rotate(9deg);
}

.person-c > span {
  border-color: #dc9b6a;
  background: #f4d4bd;
}

.chat-scene {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 24px;
  height: 205px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff8ef, #f7ead6);
}

.chat-scene img {
  position: absolute;
  right: -45px;
  bottom: -10px;
  width: 210px;
  opacity: 0.78;
}

.bubble {
  position: absolute;
  z-index: 2;
  max-width: 210px;
  padding: 10px 14px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(91, 57, 34, 0.08);
}

.bubble-left {
  top: 25px;
  left: 20px;
  border-bottom-left-radius: 4px;
  color: #5c4b40;
  background: white;
}

.bubble-right {
  top: 86px;
  right: 18px;
  border-bottom-right-radius: 4px;
  color: white;
  background: var(--orange);
}

.bubble-time {
  position: absolute;
  top: 64px;
  left: 26px;
  color: #a99485;
  font-size: 7px;
}

.coin-art {
  position: absolute;
  right: 35px;
  bottom: 5px;
  width: 260px;
  filter: drop-shadow(0 22px 24px rgba(98, 106, 51, 0.17));
}

.point-pill {
  position: absolute;
  right: 232px;
  bottom: 42px;
  z-index: 2;
  min-width: 150px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 15px 32px rgba(83, 90, 43, 0.13);
  backdrop-filter: blur(12px);
}

.point-pill strong {
  color: var(--orange-deep);
  font-size: 17px;
}

.point-pill span {
  color: #647049;
  font-size: 10px;
  font-weight: 800;
}

.safety-section {
  padding: 150px 0;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 4% 12%, rgba(191, 213, 157, 0.19), transparent 27%),
    linear-gradient(145deg, #3e5536, #58704a);
}

.safety-section::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(255, 255, 255, 0.035), 0 0 0 130px rgba(255, 255, 255, 0.025);
}

.safety-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: start;
  gap: clamp(50px, 9vw, 135px);
}

.eyebrow-light {
  color: #d9efbf;
}

.safety-copy h2 {
  color: #fffdf8;
}

.safety-copy > p:not(.eyebrow) {
  max-width: 490px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.9;
}

.safety-copy > a {
  margin-top: 33px;
  padding-bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  color: #edf8df;
  font-size: 13px;
  font-weight: 800;
}

.safety-list {
  display: grid;
}

.safety-item {
  padding: 30px 5px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.safety-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.safety-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #e0f0cc;
  font-family: var(--display);
  font-size: 12px;
}

.safety-item h3 {
  color: #fffdf8;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.safety-item p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.closing-section {
  min-height: 760px;
  padding: 145px 0 170px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, #fff 0 9%, rgba(255, 255, 255, 0.64) 28%, transparent 54%),
    var(--cream);
}

.closing-clouds img {
  position: absolute;
  opacity: 0.66;
}

.closing-clouds img:first-child {
  top: 130px;
  left: 11%;
  width: 112px;
}

.closing-clouds img:last-child {
  top: 235px;
  right: 12%;
  width: 84px;
}

.closing-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.closing-brand {
  width: 67px;
  height: 100px;
  object-fit: contain;
}

.closing-content > p {
  margin-top: 17px;
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.closing-content h2 {
  margin-top: 16px;
}

.release-button {
  min-height: 52px;
  margin-top: 34px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #edc9aa;
  border-radius: 999px;
  color: #725b4b;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 30px rgba(126, 76, 37, 0.09);
  font-size: 13px;
  font-weight: 800;
}

.release-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 118, 33, 0.13);
}

.closing-landscape {
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: max(1150px, 100vw);
  max-width: none;
  opacity: 0.85;
  transform: translateX(-50%);
}

.site-footer {
  padding: 65px 0 55px;
  border-top: 1px solid var(--line);
  background: #fffdf9;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: start;
  gap: 70px;
}

.footer-brand .brand-symbol {
  width: 27px;
  height: 34px;
}

.footer-brand .brand-symbol img {
  width: 24px;
  height: 33px;
}

.footer-brand .brand-name {
  font-size: 18px;
}

.footer-grid > div:first-child > p {
  margin-top: 7px;
  color: #aa988b;
  font-size: 11px;
}

.footer-links,
.footer-company {
  display: grid;
  gap: 8px;
  color: #8e7e73;
  font-size: 11px;
}

.footer-links a:hover {
  color: var(--orange-deep);
}

.footer-company strong {
  color: #675246;
  letter-spacing: 0.08em;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card.reveal:nth-child(2),
.safety-item.reveal:nth-child(2) {
  transition-delay: 100ms;
}

.feature-card.reveal:nth-child(3),
.safety-item.reveal:nth-child(3) {
  transition-delay: 200ms;
}

@keyframes phone-float {
  0%,
  100% {
    transform: rotate(2deg) translateY(0);
  }
  50% {
    transform: rotate(1deg) translateY(-9px);
  }
}

@keyframes soft-float {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}

@keyframes marquee-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1060px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: 30px;
  }

  .phone {
    transform: scale(0.92) rotate(2deg);
  }

  .orbit-label-top {
    right: -10px;
  }

  .orbit-label-bottom {
    left: -20px;
  }

  .story-grid {
    grid-template-columns: 70px minmax(0, 0.9fr) minmax(370px, 1.1fr);
    gap: 28px;
  }

  .feature-card-reward {
    grid-column: 2 / span 10;
  }
}

@media (max-width: 860px) {
  .page-shell {
    width: min(100% - 36px, 680px);
  }

  .site-header {
    height: 68px;
    padding-inline: 18px;
    background: rgba(255, 248, 239, 0.9);
    backdrop-filter: blur(16px);
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: block;
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 95px 24px 30px;
    display: grid;
    gap: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 248, 239, 0.98);
    box-shadow: 0 18px 38px rgba(79, 46, 24, 0.13);
    transform: translateY(-110%);
    transition: transform 250ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid rgba(105, 73, 51, 0.09);
    font-size: 15px;
  }

  .site-nav .nav-cta {
    min-height: 48px;
    margin-top: 14px;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 118, 33, 0.55);
  }

  .hero {
    min-height: auto;
    padding-top: 95px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hero-copy {
    max-width: 620px;
    padding: 60px 0 35px;
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .hero-notes {
    justify-content: center;
  }

  .hero-description {
    margin-inline: auto;
  }

  .hero-preview {
    min-height: 750px;
  }

  .orbit-label-top {
    right: 4%;
  }

  .orbit-label-bottom {
    left: 5%;
  }

  .story-section {
    padding: 135px 0 120px;
  }

  .story-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-index {
    display: none;
  }

  .story-copy .eyebrow,
  .section-heading .eyebrow {
    justify-content: center;
  }

  .talk-composition {
    margin-top: 30px;
  }

  .features-section {
    padding: 120px 0;
  }

  .section-heading {
    margin-inline: auto;
    text-align: center;
  }

  .feature-card-discover,
  .feature-card-chat,
  .feature-card-reward {
    grid-column: 1 / -1;
  }

  .feature-card-reward {
    min-height: 470px;
  }

  .safety-shell {
    grid-template-columns: 1fr;
  }

  .safety-copy {
    text-align: center;
  }

  .safety-copy .eyebrow {
    justify-content: center;
  }

  .safety-copy > p:not(.eyebrow) {
    margin-inline: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .footer-company {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: calc(100% - 28px);
  }

  .brand-symbol {
    width: 29px;
    height: 37px;
  }

  .brand-symbol img {
    width: 26px;
    height: 36px;
  }

  .brand-name {
    font-size: 19px;
  }

  .hero-copy {
    padding-top: 45px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(40px, 12vw, 55px);
    line-height: 1.18;
  }

  .hero-description {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.78;
  }

  .hero-actions {
    margin-top: 27px;
    gap: 19px;
  }

  .button {
    min-height: 51px;
    padding: 0 18px;
    gap: 17px;
    font-size: 13px;
  }

  .text-link {
    font-size: 12px;
  }

  .hero-notes {
    margin-top: 25px;
    font-size: 10px;
  }

  .hero-notes span:not(:last-child)::after {
    margin: 0 8px;
  }

  .hero-preview {
    min-height: 640px;
    margin-top: -25px;
  }

  .phone-shadow {
    width: 290px;
    bottom: 22px;
  }

  .phone {
    width: 320px;
    height: 634px;
    border-radius: 47px;
    transform: scale(0.9) rotate(2deg);
    transform-origin: center;
  }

  .phone-screen {
    border-radius: 38px;
  }

  .phone-speaker {
    width: 84px;
  }

  .talk-card {
    min-height: 96px;
  }

  .orbit-label {
    padding: 9px 12px;
    font-size: 10px;
  }

  .orbit-label-top {
    top: 60px;
    right: -3px;
  }

  .orbit-label-bottom {
    left: -2px;
    bottom: 95px;
  }

  .marquee {
    height: 52px;
  }

  .marquee span {
    font-size: 13px;
  }

  .story-section,
  .features-section,
  .safety-section {
    padding: 100px 0;
  }

  .story-copy h2,
  .section-heading h2,
  .safety-copy h2,
  .closing-content h2 {
    font-size: 36px;
  }

  .story-copy > p:last-child {
    margin-top: 21px;
    font-size: 14px;
  }

  .talk-composition {
    min-height: 390px;
  }

  .composition-main {
    width: calc(100% - 24px);
    padding: 24px;
    border-radius: 26px;
  }

  .composition-main > p {
    font-size: 19px;
  }

  .note-one {
    right: 0;
  }

  .note-two {
    left: 0;
  }

  .feature-grid {
    margin-top: 45px;
  }

  .feature-card {
    min-height: 510px;
    padding: 27px;
    border-radius: 30px;
  }

  .feature-card h3 {
    font-size: 30px;
  }

  .discover-stack {
    left: 20px;
    right: 20px;
  }

  .discover-person {
    width: 112px;
  }

  .coin-art {
    right: 5px;
    width: 230px;
  }

  .point-pill {
    right: 135px;
    bottom: 53px;
  }

  .safety-shell {
    gap: 56px;
  }

  .safety-item {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 13px;
  }

  .closing-section {
    min-height: 670px;
    padding: 110px 0 155px;
  }

  .closing-clouds img:first-child {
    left: -15px;
  }

  .closing-clouds img:last-child {
    right: -8px;
  }

  .site-footer {
    padding: 48px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-company {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
