:root {
  color-scheme: light dark;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, system-ui, sans-serif;
  color: #edf4f0;
  background: #101817;
  --page: #101817;
  --surface: #16201e;
  --surface-strong: #1b2925;
  --text: #edf4f0;
  --muted: #a6b6ae;
  --subtle: #7f9289;
  --border: #304039;
  --accent: #ff947d;
  --accent-strong: #e77863;
  --on-accent: #17211f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100dvh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 94% 6%, rgba(255, 148, 125, .10), transparent 27rem),
    radial-gradient(circle at 4% 46%, rgba(54, 118, 96, .11), transparent 31rem),
    var(--page);
}

a { color: inherit; }
a:focus-visible { outline: 3px solid rgba(255, 148, 125, .52); outline-offset: 4px; border-radius: 6px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; border-radius: 10px; color: var(--on-accent); background: var(--accent); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(1220px, calc(100% - 44px)); height: 78px; margin: 0 auto; display: flex; align-items: center; }
.site-header nav { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); font-size: 14px; font-weight: 820; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 12px 28px rgba(231, 120, 99, .18); }
.nav-links { display: flex; align-items: center; gap: 23px; color: var(--muted); font-size: 12px; font-weight: 760; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--text); }
.nav-links .nav-cta { padding: 10px 14px; border: 1px solid var(--border); border-radius: 999px; color: var(--text); background: rgba(255, 255, 255, .035); }

main { width: min(1220px, calc(100% - 44px)); margin: 0 auto; }
.hero { min-height: calc(100dvh - 106px); max-height: 820px; padding: clamp(34px, 5.6vw, 76px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr); align-items: center; gap: clamp(34px, 7vw, 92px); overflow: hidden; border: 1px solid rgba(255, 255, 255, .11); border-radius: 30px; background: linear-gradient(138deg, rgba(24, 38, 33, .95), rgba(15, 28, 24, .88)); box-shadow: 0 35px 100px rgba(3, 10, 8, .27); }
.hero-copy { position: relative; z-index: 2; animation: rise-in .65s cubic-bezier(.16, 1, .3, 1) both; }
.eyebrow { margin: 0 0 17px; color: var(--accent); font-size: 11px; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
h1, h2 { text-wrap: balance; }
h1 { max-width: 720px; margin: 0; font-size: clamp(49px, 6.5vw, 86px); line-height: .91; letter-spacing: -.073em; }
.hero-lede { max-width: 560px; margin: 25px 0 0; color: var(--muted); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.56; }
.hero-actions { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 46px; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 13px; font-weight: 820; text-decoration: none; white-space: nowrap; transition: transform 160ms ease, border-color 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button.primary { color: var(--on-accent); background: var(--accent); box-shadow: 0 12px 26px rgba(231, 120, 99, .18); }
.button.primary:hover { background: #ffa18d; }
.button.secondary { border: 1px solid rgba(255, 255, 255, .19); color: var(--text); background: rgba(255, 255, 255, .045); }
.button.secondary:hover { border-color: rgba(255, 255, 255, .34); background: rgba(255, 255, 255, .07); }

.hero-product { position: relative; z-index: 1; width: min(100%, 376px); margin: 0 auto; align-self: end; animation: rise-in .72s .08s cubic-bezier(.16, 1, .3, 1) both; }
.hero-product::before { content: ""; position: absolute; z-index: -1; inset: 9% -35% -8%; border: 1px solid rgba(255, 148, 125, .22); border-radius: 50%; transform: rotate(-14deg); }
.phone-frame { overflow: hidden; border: 1px solid rgba(255, 255, 255, .17); border-radius: 34px; background: #14201d; box-shadow: 0 32px 75px rgba(3, 10, 8, .37), inset 0 1px 0 rgba(255, 255, 255, .08); }
.phone-frame img { width: 100%; height: auto; display: block; }
.hero-phone { max-height: 650px; }
.hero-product figcaption, .product-shot figcaption { margin-top: 12px; color: var(--subtle); font-size: 11px; line-height: 1.45; text-align: center; }

.proof-rail { width: min(1040px, 100%); margin: 0 auto; padding: 37px 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-rail > div { padding: 0 30px; display: grid; gap: 5px; }
.proof-rail > div + div { border-left: 1px solid var(--border); }
.proof-rail strong { font-size: 13px; }
.proof-rail span { color: var(--muted); font-size: 12px; line-height: 1.45; }

.section-shell { padding: clamp(92px, 11vw, 156px) 0; content-visibility: auto; contain-intrinsic-size: 900px; }
.section-heading { max-width: 690px; }
.section-heading h2, .decision-intro h2, .privacy-copy h2, .launch-copy h2, .final-cta h2 { margin: 0; font-size: clamp(39px, 5.8vw, 68px); line-height: .95; letter-spacing: -.062em; }
.section-heading p, .decision-intro > p, .privacy-copy > p, .launch-copy > p, .final-cta p { max-width: 610px; margin: 21px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.showcase-stage { min-height: 850px; margin-top: 58px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(20px, 7vw, 88px); background: radial-gradient(circle at 50% 50%, rgba(255, 148, 125, .08), transparent 38%); }
.product-shot { width: min(100%, 395px); margin: 0; }
.product-shot .phone-frame { border-radius: 31px; }
.shot-layers { justify-self: end; }
.shot-profile { margin-top: 138px; justify-self: start; }

.discovery-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr); gap: clamp(42px, 9vw, 120px); align-items: center; }
.discovery-copy { max-width: 600px; }
.discovery-product { position: relative; }
.discovery-product::before {
  content: "";
  position: absolute;
  inset: 8% -15% -12%;
  border-radius: 46px;
  border: 1px solid rgba(255, 148, 125, .18);
  background: linear-gradient(130deg, rgba(255, 148, 125, .11), rgba(34, 120, 97, .08));
  filter: blur(.3px);
  transform: rotate(-8deg);
  z-index: -1;
}
.discovery-phone { max-width: 410px; margin: 0 0 0 auto; overflow: hidden; }

.decision-story { display: grid; grid-template-columns: minmax(0, .83fr) minmax(420px, 1.17fr); gap: clamp(58px, 9vw, 128px); align-items: start; }
.decision-intro { position: sticky; top: 42px; }
.decision-factors { border-top: 1px solid var(--border); }
.decision-factors article { min-height: 146px; padding: 27px 0; display: grid; grid-template-columns: minmax(150px, .7fr) 1fr; gap: 28px; border-bottom: 1px solid var(--border); }
.decision-factors span { color: var(--text); font-size: 16px; font-weight: 810; letter-spacing: -.02em; }
.decision-factors p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.privacy-story { display: grid; grid-template-columns: minmax(360px, 1.04fr) minmax(0, .96fr); align-items: stretch; gap: clamp(32px, 8vw, 100px); }
.privacy-image { min-height: 560px; border-radius: 28px; background: linear-gradient(135deg, rgba(7, 20, 16, .12), rgba(7, 20, 16, .53)), url("/fragrance-atmosphere.webp") center / cover no-repeat; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); }
.privacy-copy { align-self: center; }
.text-link { margin-top: 26px; display: inline-flex; color: var(--accent); font-size: 13px; font-weight: 810; text-underline-offset: 5px; }

.launch-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); gap: clamp(50px, 9vw, 130px); align-items: start; border-top: 1px solid var(--border); }
.launch-details { display: grid; gap: 0; border-top: 1px solid var(--border); }
.launch-details > div { padding: 25px 0 27px; display: grid; gap: 7px; border-bottom: 1px solid var(--border); }
.launch-details strong { font-size: 15px; }
.launch-details span { color: var(--muted); font-size: 13px; line-height: 1.6; }

.final-cta { margin-bottom: 88px; padding: clamp(34px, 5vw, 62px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 36px; border: 1px solid rgba(255, 148, 125, .2); border-radius: 26px; background: linear-gradient(135deg, #1c2925, #281e1c); }
.final-cta h2 { max-width: 760px; }
.final-cta .button { margin-bottom: 4px; }

footer { width: min(1220px, calc(100% - 44px)); margin: 0 auto; padding: 34px 0 max(44px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--border); color: var(--subtle); font-size: 12px; }
.footer-brand img { width: 36px; height: 36px; border-radius: 11px; }
footer p { margin: 0; }
footer nav { display: flex; gap: 17px; }
footer nav a { color: var(--muted); font-weight: 730; text-decoration: none; }
footer nav a:hover { color: var(--text); }

@media (prefers-color-scheme: light) {
  :root {
    --page: #eef1ef;
    --surface: #fbfcfa;
    --surface-strong: #e4eae7;
    --text: #172126;
    --muted: #606d69;
    --subtle: #52615c;
    --border: #c7d3cd;
    --accent: #b94735;
    --accent-strong: #a43f30;
    --on-accent: #fffaf8;
  }

  body {
    background:
      radial-gradient(circle at 94% 6%, rgba(185, 71, 53, .08), transparent 27rem),
      radial-gradient(circle at 4% 46%, rgba(40, 112, 91, .09), transparent 31rem),
      var(--page);
  }

  .brand img {
    box-shadow: 0 12px 28px rgba(83, 49, 41, .13);
  }

  .nav-links .nav-cta {
    border-color: rgba(23, 33, 38, .14);
    background: rgba(255, 255, 255, .52);
  }

  .hero {
    border-color: rgba(23, 33, 38, .11);
    background: linear-gradient(138deg, rgba(251, 252, 250, .98), rgba(226, 235, 230, .94));
    box-shadow: 0 35px 100px rgba(25, 45, 40, .13);
  }

  .hero-product::before {
    border-color: rgba(185, 71, 53, .24);
  }

  .button.primary {
    background: var(--accent);
    box-shadow: 0 12px 26px rgba(185, 71, 53, .19);
  }

  .button.primary:hover {
    background: var(--accent-strong);
  }

  .button.secondary {
    border-color: rgba(23, 33, 38, .18);
    color: var(--text);
    background: rgba(255, 255, 255, .55);
  }

  .button.secondary:hover {
    border-color: rgba(23, 33, 38, .32);
    background: rgba(255, 255, 255, .82);
  }

  .showcase-stage {
    background: radial-gradient(circle at 50% 50%, rgba(185, 71, 53, .09), transparent 38%);
  }

  .privacy-image {
    box-shadow: inset 0 0 0 1px rgba(23, 33, 38, .12);
  }

  .final-cta {
    border-color: rgba(185, 71, 53, .23);
    background: linear-gradient(135deg, #e1ebe6, #f1e4e0);
  }
}

@keyframes rise-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .hero { min-height: 0; max-height: none; grid-template-columns: 1fr minmax(250px, .65fr); padding: 46px; gap: 34px; }
  h1 { font-size: clamp(48px, 7.5vw, 68px); }
  .showcase-stage { min-height: 700px; }
  .decision-story, .launch-section { grid-template-columns: 1fr; }
  .decision-intro { position: static; }
  .decision-factors { max-width: 700px; }
}

@media (max-width: 700px) {
  .site-header, main, footer { width: min(100% - 28px, 1220px); }
  .site-header { height: 68px; }
  .nav-links { gap: 11px; }
  .nav-links > a:first-child { display: none; }
  .nav-links .nav-cta { padding: 9px 12px; }
  .brand { gap: 9px; font-size: 13px; }
  .brand img { width: 37px; height: 37px; border-radius: 12px; }
  .hero { padding: 35px 24px 0; grid-template-columns: 1fr; gap: 36px; border-radius: 23px; }
  h1 { max-width: 580px; font-size: clamp(47px, 14vw, 64px); }
  .hero-lede { font-size: 16px; }
  .hero-product { width: min(82%, 330px); }
  .hero-phone { max-height: 490px; }
  .proof-rail { padding: 30px 0 12px; grid-template-columns: 1fr; }
  .proof-rail > div { padding: 15px 10px; }
  .proof-rail > div + div { border-top: 1px solid var(--border); border-left: 0; }
  .section-shell { padding: 82px 0; }
  .section-heading h2, .decision-intro h2, .privacy-copy h2, .launch-copy h2, .final-cta h2 { font-size: clamp(39px, 12vw, 55px); }
  .showcase-stage { min-height: 0; margin-top: 42px; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
  .product-shot { width: 100%; }
  .shot-profile { margin-top: 76px; }
  .discovery-story { grid-template-columns: 1fr; }
  .discovery-copy { max-width: 100%; }
  .discovery-story .discovery-copy { order: 2; }
  .discovery-product { order: 1; }
  .discovery-phone { max-width: 380px; margin: 0 auto; }
  .phone-frame, .product-shot .phone-frame { border-radius: 19px; }
  .product-shot figcaption { font-size: 10px; }
  .decision-story { gap: 42px; }
  .decision-factors article { min-height: 0; grid-template-columns: 1fr; gap: 8px; }
  .privacy-story { grid-template-columns: 1fr; gap: 38px; }
  .privacy-image { min-height: 380px; }
  .launch-section { gap: 42px; }
  .final-cta { margin-bottom: 60px; grid-template-columns: 1fr; align-items: start; }
  .final-cta .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 15px; }
  footer nav { flex-wrap: wrap; }
}

@media (max-width: 390px) {
  .nav-links > a:not(.nav-cta) { display: none; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
}

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