:root {
  --ivory: #f4efe6;
  --ivory-2: #fbf8f2;
  --ink: #171715;
  --muted: #6d685f;
  --gold: #b69a63;
  --gold-light: #d7c59e;
  --deep: #23231f;
  --line: rgba(23, 23, 21, 0.15);
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 28px 70px rgba(53, 43, 26, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory-2);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.65;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 790px; margin-inline: auto; }
.center { text-align: center; }
.section { padding: 110px 0; }
.section-light { background: var(--ivory); }
.section-dark { background: var(--deep); color: var(--white); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -100px; background: #fff; padding: 12px 16px; z-index: 999;
}
.skip-link:focus { top: 12px; }

.announcement {
  background: var(--deep); color: #efe8da; text-align: center;
  padding: 8px 20px; font-size: .77rem; letter-spacing: .08em; text-transform: uppercase;
}
.announcement p { margin: 0; }
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(251,248,242,.94);
  backdrop-filter: blur(18px); border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 38px; color: var(--gold); }
.brand-mark circle { fill: currentColor; }
.brand-mark path { fill: none; stroke: currentColor; stroke-width: 2; }
.brand-text { font-weight: 700; font-size: 1.6rem; letter-spacing: .08em; line-height: 1; }
.brand-text small { display: block; font-size: .45rem; letter-spacing: .36em; margin-top: 6px; }
.tm { font-size: .38em; vertical-align: top; margin-left: 2px; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .85rem; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px;
  background: var(--gold); transition: right .25s ease;
}
.site-nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); padding: 11px 17px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

.eyebrow { color: var(--gold); font-size: .77rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; margin: 0 0 18px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3rem, 6.5vw, 6.4rem); letter-spacing: -.045em; margin-bottom: 28px; }
h2 { font-size: clamp(2.4rem, 4vw, 4.4rem); letter-spacing: -.035em; margin-bottom: 24px; }
h3 { line-height: 1.25; }
.hero { min-height: calc(100vh - 114px); display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 82% 34%, #e9dfcb 0, #f7f1e6 33%, #fbf8f2 68%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.hero-lede { font-size: 1.16rem; color: var(--muted); max-width: 650px; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; margin: 35px 0 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 51px; padding: 13px 23px; border: 1px solid var(--ink); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-secondary { background: transparent; }
.microcopy { font-size: .79rem; color: var(--muted); }
.hero-product { position: relative; min-height: 620px; display: grid; place-items: center; }
.halo { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(255,255,255,.78); box-shadow: 0 0 100px rgba(255,255,255,.9); }
.product-scene { position: relative; display: flex; align-items: end; justify-content: center; gap: 5px; filter: drop-shadow(0 35px 40px rgba(40,28,15,.18)); transform: rotate(-1deg); }
.carton { width: 225px; height: 410px; padding: 42px 25px 26px; background: #f5efe3; border: 1px solid #c4ae7d; text-align: center; position: relative; }
.carton::after { content: ""; position: absolute; height: 5px; left: 0; right: 0; bottom: 18px; background: var(--gold); }
.carton-logo, .bottle-logo { font-size: 1.8rem; font-weight: 700; letter-spacing: .08em; margin-bottom: 24px; }
.carton-logo span, .bottle-logo span { font-size: .38em; vertical-align: top; }
.carton-kicker, .bottle-kicker { font-size: .52rem; letter-spacing: .17em; color: var(--gold); }
.carton h2 { font-family: "Manrope"; font-size: .95rem; font-weight: 600; letter-spacing: .04em; line-height: 1.6; margin: 25px 0; }
.carton p:not(.carton-logo):not(.carton-kicker), .carton small { font-size: .56rem; letter-spacing: .04em; }
.bottle { width: 210px; position: relative; z-index: 2; }
.dropper { width: 78px; height: 128px; margin: 0 auto -4px; background: linear-gradient(90deg,#e1d1a3,#f5edd4,#b99d61); border-radius: 40px 40px 6px 6px; position: relative; }
.dropper span { position: absolute; bottom: 0; left: 5px; right: 5px; height: 27px; background: #eee4ce; border-top: 1px solid #c8ae77; }
.bottle-glass { height: 310px; border-radius: 28px 28px 34px 34px; background: linear-gradient(90deg,#3f2112,#80502d 38%,#4e2b17 72%,#2b160d); color: #f4e4c0; text-align: center; padding: 38px 17px 20px; border: 2px solid rgba(255,255,255,.13); box-shadow: inset 10px 0 22px rgba(255,255,255,.09), inset -15px 0 24px rgba(0,0,0,.25); }
.bottle-glass h3 { font-size: .78rem; font-weight: 600; letter-spacing: .08em; line-height: 1.55; margin: 23px 0; }
.bottle-glass p:not(.bottle-logo):not(.bottle-kicker), .bottle-glass small { font-size: .47rem; }
.image-note { position: absolute; bottom: 10px; font-size: .7rem; color: var(--muted); text-align: center; max-width: 410px; }

.intro p:last-child { color: var(--muted); font-size: 1.07rem; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading > p { color: var(--muted); }
.section-heading.light > p { color: #c7c2b9; }
.product-grid { display: grid; gap: 28px; grid-template-columns: repeat(2, 1fr); }
.product-card { background: #fff; border: 1px solid var(--line); }
.product-visual { min-height: 420px; display: grid; place-items: center; background: linear-gradient(145deg,#e9dfcd,#f9f5ec); overflow: hidden; }
.product-visual.hand { background: linear-gradient(145deg,#e8e6df,#faf9f6); }
.product-copy { padding: 38px; }
.product-type { font-size: .71rem; font-weight: 700; letter-spacing: .17em; color: var(--gold); }
.product-copy h3 { font-family: "Playfair Display"; font-size: 2rem; font-weight: 500; }
.product-copy > p { color: var(--muted); }
.ingredient-tags { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ingredient-tags li { border: 1px solid var(--line); padding: 7px 10px; font-size: .72rem; }
.text-link { display: inline-flex; gap: 10px; font-weight: 700; margin-top: 18px; }
.mini-bottle { width: 150px; height: 260px; border-radius: 22px 22px 30px 30px; color: #ead4a4; display: grid; place-content: center; text-align: center; gap: 28px; box-shadow: var(--shadow); position: relative; }
.mini-bottle::before { content: ""; position: absolute; width: 58px; height: 92px; border-radius: 35px 35px 4px 4px; left: 46px; top: -85px; background: linear-gradient(90deg,#d5bd82,#f5e7c3,#aa8b50); }
.mini-bottle.amber { background: linear-gradient(90deg,#3b2013,#865532,#3e2214); }
.mini-bottle span, .mini-pump span { font-size: 1.15rem; font-weight: 700; letter-spacing: .08em; }
.mini-bottle strong, .mini-pump strong { font-size: .67rem; letter-spacing: .12em; line-height: 1.8; }
.mini-pump { width: 150px; height: 300px; background: linear-gradient(90deg,#efeee9,#fff,#dedbd3); border-radius: 18px 18px 28px 28px; display: grid; place-content: center; text-align: center; gap: 30px; box-shadow: var(--shadow); position: relative; color: #8d7446; }
.mini-pump::before { content: ""; position: absolute; width: 65px; height: 85px; background: linear-gradient(90deg,#b99b63,#eadbb7,#9b7b43); left: 42px; top: -70px; border-radius: 8px 8px 2px 2px; }
.mini-pump::after { content: ""; position: absolute; width: 90px; height: 14px; background: #c7ad79; left: 42px; top: -76px; border-radius: 5px; }

.science-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.science-card { min-height: 270px; padding: 32px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.science-card span { color: var(--gold-light); font-size: .73rem; }
.science-card h3 { font-family: "Playfair Display"; font-size: 1.55rem; font-weight: 500; margin-top: 40px; }
.science-card p { color: #bdb9b0; font-size: .92rem; }

.dermal-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.dermal-graphic { min-height: 500px; position: relative; display: grid; place-items: center; }
.lattice { width: 300px; height: 300px; position: relative; transform: rotate(45deg); }
.lattice span { position: absolute; width: 100px; height: 100px; border: 1px solid var(--gold); border-radius: 50%; }
.lattice span:nth-child(1) { left: 0; top: 100px; }
.lattice span:nth-child(2) { left: 100px; top: 0; }
.lattice span:nth-child(3) { right: 0; top: 100px; }
.lattice span:nth-child(4) { left: 100px; bottom: 0; }
.lattice span:nth-child(5) { left: 100px; top: 100px; background: rgba(182,154,99,.12); }
.lattice span:nth-child(6) { left: 72px; top: 72px; width: 156px; height: 156px; border-color: rgba(182,154,99,.45); }
.dermal-graphic > p { position: absolute; font-size: .65rem; font-weight: 700; letter-spacing: .15em; color: var(--gold); }
.dermal-graphic > p:nth-of-type(1) { top: 45px; }
.dermal-graphic > p:nth-of-type(2) { right: 0; bottom: 90px; }
.dermal-graphic > p:nth-of-type(3) { left: 0; bottom: 90px; }
.highlight { border-left: 2px solid var(--gold); padding-left: 20px; font-weight: 700; margin-top: 30px; }

.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.standard { padding: 28px; background: #fff; border: 1px solid var(--line); }
.standard strong { color: var(--gold); }
.standard h3 { font-family: "Playfair Display"; font-size: 1.45rem; font-weight: 500; margin: 35px 0 18px; }
.standard p { color: var(--muted); font-size: .88rem; }
.disclaimer { max-width: 850px; margin: 30px 0 0; font-size: .76rem; color: var(--muted); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.founder-placeholder { min-height: 570px; background: linear-gradient(135deg,#1e1e1b,#474239); color: #e4d4ad; display: grid; place-content: center; text-align: center; padding: 50px; }
.founder-placeholder span { font-family: "Playfair Display"; font-size: 7rem; opacity: .22; }
.founder-placeholder p { max-width: 280px; font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
blockquote { margin: 30px 0 0; border-left: 2px solid var(--gold); padding-left: 24px; font-family: "Playfair Display"; font-size: 1.35rem; line-height: 1.5; }

.routine-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 55px; }
.routine-step { border-top: 1px solid rgba(255,255,255,.22); padding-top: 25px; }
.routine-step span { color: var(--gold-light); }
.routine-step h3 { font-family: "Playfair Display"; font-size: 1.7rem; font-weight: 500; }
.routine-step p { color: #bdb9b0; }

.signup-card { background: var(--ivory); padding: 70px; display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.signup-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.signup-form input { min-height: 52px; border: 1px solid #a59b89; background: #fff; padding: 12px 15px; }
.signup-form small, .form-message { grid-column: 1 / -1; color: var(--muted); font-size: .72rem; }
.form-message { margin: 0; font-weight: 700; color: #4d684c; }

.site-footer { padding: 75px 0 25px; background: #171715; color: #e9e4da; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; }
.footer-grid h3 { color: var(--gold-light); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: block; color: #aaa69e; margin-bottom: 8px; font-size: .88rem; }
.footer-grid p { color: #aaa69e; max-width: 350px; }
.footer-bottom { margin-top: 60px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; color: #77746e; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }

@media (max-width: 980px) {
  .section { padding: 85px 0; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; left: 0; right: 0; top: 114px; background: var(--ivory-2);
    display: none; flex-direction: column; align-items: flex-start; padding: 28px 20px 35px; border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .hero-grid, .dermal-grid, .about-grid, .signup-card { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-product { min-height: 540px; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .science-grid { grid-template-columns: repeat(2,1fr); }
  .standards-grid { grid-template-columns: repeat(2,1fr); }
  .routine-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 70px 0; }
  .announcement { font-size: .64rem; }
  .nav-wrap { min-height: 72px; }
  .site-nav { top: 104px; }
  h1 { font-size: 3.15rem; }
  h2 { font-size: 2.55rem; }
  .hero-product { min-height: 480px; transform: scale(.86); margin-inline: -30px; }
  .product-grid, .science-grid, .standards-grid, .routine-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-visual { min-height: 360px; }
  .product-copy { padding: 28px; }
  .dermal-graphic { min-height: 400px; transform: scale(.82); }
  .founder-placeholder { min-height: 430px; }
  .signup-card { padding: 42px 24px; gap: 35px; }
  .signup-form { grid-template-columns: 1fr; }
  .signup-form .button { width: 100%; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
