:root {
  --ink: #160b10;
  --ink-2: #251119;
  --wine: #711f3b;
  --wine-bright: #9e3158;
  --rose: #d7869e;
  --paper: #f3ede6;
  --cream: #fbf7f0;
  --gold: #c9aa78;
  --muted: #b6a8a8;
  --line: rgba(255,255,255,.17);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
button, input { font: inherit; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 1rem; z-index: 100; background: var(--cream); color: var(--ink); padding: .7rem 1rem; }
.skip-link:focus { left: 1rem; }

.site-header { height: 84px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid var(--line); }
.brand { font-family: var(--serif); text-decoration: none; font-size: 2.35rem; line-height: 1; letter-spacing: -.06em; }
.brand span { font-family: var(--sans); font-size: .52em; font-weight: 500; letter-spacing: -.04em; }
.brand i { color: var(--rose); font-style: normal; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { text-decoration: none; font-size: .85rem; letter-spacing: .03em; }
.nav-cta { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: .65rem 1.1rem; }
.menu-button { display: none; background: none; border: 0; width: 44px; height: 44px; }

.hero { min-height: 900px; height: 100svh; max-height: 1080px; display: grid; grid-template-columns: 51% 49%; position: relative; overflow: hidden; background: radial-gradient(circle at 28% 55%, #3c1523 0, var(--ink) 45%); }
.hero-copy { align-self: center; padding: 9rem 3rem 4rem clamp(1.4rem, 8vw, 8.5rem); position: relative; z-index: 3; }
.eyebrow { margin: 0 0 1.1rem; text-transform: uppercase; font-size: .72rem; letter-spacing: .2em; font-weight: 600; color: var(--rose); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: var(--serif); font-size: clamp(4.5rem, 8.6vw, 9.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .8; margin-bottom: 2.4rem; }
h1 em { color: var(--rose); font-weight: 400; }
.hero-lede { max-width: 35rem; font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: #dfd3d2; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: .85rem 1.45rem; text-decoration: none; border-radius: 2px; font-size: .9rem; font-weight: 600; }
.button-light { background: var(--cream); color: var(--ink); }
.button-wine { background: var(--wine); color: white; }
.text-link { text-underline-offset: .3rem; font-size: .9rem; }
.text-link span { margin-left: .4rem; color: var(--rose); }
.privacy-note { margin-top: 2.3rem; color: var(--muted); font-size: .78rem; letter-spacing: .03em; }
.privacy-note span { color: var(--rose); font-size: .55rem; margin-right: .35rem; }
.hero-image { margin: 0; height: 100%; position: relative; overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, rgba(22,11,16,.15) 38%, rgba(22,11,16,.05) 70%, rgba(22,11,16,.5) 100%), linear-gradient(0deg, rgba(22,11,16,.78), transparent 40%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; filter: saturate(.7) contrast(1.04); }
.hero-image figcaption { position: absolute; z-index: 2; bottom: 2rem; right: 3rem; font-family: var(--serif); font-size: 1.2rem; letter-spacing: .02em; }
.vertical-word { position: absolute; right: -1.5rem; top: 50%; transform: rotate(90deg) translateY(-50%); font-size: .62rem; letter-spacing: .8em; color: rgba(255,255,255,.48); z-index: 3; }

.manifesto { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: .55fr 1.5fr .9fr; gap: clamp(2rem, 6vw, 7rem); padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 7vw, 8rem); }
.section-number { font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: #876c73; white-space: nowrap; }
.kicker { color: var(--wine); font-family: var(--serif); font-size: 1.45rem; margin-bottom: .8rem; }
.manifesto h2, .difference h2, .check-in h2, .early-access h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.manifesto h2 { font-size: clamp(2.8rem, 5vw, 5rem); max-width: 16ch; margin-bottom: 2.2rem; }
.manifesto-copy > p:last-child { font-size: 1.05rem; max-width: 39rem; color: #594b4d; }
.pull-quote { border-left: 1px solid #cabdc0; padding-left: 2rem; align-self: end; }
.quote-mark { display: block; color: var(--wine); font-family: var(--serif); font-size: 4rem; line-height: .6; }
.pull-quote p { font-family: var(--serif); font-size: clamp(1.45rem, 2.1vw, 2rem); line-height: 1.25; margin: 1.2rem 0; }
.pull-quote em { color: var(--wine); }
.quote-label { display: block; text-transform: uppercase; font-size: .62rem; letter-spacing: .15em; color: #88777a; }

.difference { padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 7vw, 8rem); background: #201016; }
.difference-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 4.5rem; }
.difference-heading .eyebrow { max-width: 13rem; }
.difference h2 { font-size: clamp(3rem, 5.3vw, 5.4rem); max-width: 12ch; text-align: right; margin: 0; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principles article { padding: 2rem clamp(1rem, 3vw, 3rem) 1rem 0; border-right: 1px solid var(--line); min-height: 250px; }
.principles article + article { padding-left: clamp(1rem, 3vw, 3rem); }
.principles article:last-child { border-right: 0; }
.principles span { color: var(--rose); font-size: .7rem; letter-spacing: .12em; }
.principles h3 { font-family: var(--serif); font-size: 1.9rem; font-weight: 400; margin: 3rem 0 .6rem; }
.principles p { color: var(--muted); max-width: 20rem; }

.check-in { position: relative; background: var(--cream); color: var(--ink); padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 7vw, 8rem); }
.check-intro { max-width: 56rem; margin-bottom: 3.5rem; }
.check-intro .section-number { position: absolute; right: clamp(1.4rem, 7vw, 8rem); top: clamp(5rem, 10vw, 9rem); }
.check-in h2 { font-size: clamp(3.5rem, 6.5vw, 6.8rem); max-width: 11ch; }
.check-intro > p:last-child { color: #6d5d60; }
.check-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.check-card { text-align: left; background: transparent; color: var(--ink); border: 1px solid #d5c7c7; min-height: 270px; padding: 1.8rem; cursor: pointer; transition: .25s ease; display: flex; flex-direction: column; }
.check-card:hover, .check-card:focus-visible { background: var(--wine); color: white; transform: translateY(-5px); border-color: var(--wine); }
.check-icon { font-size: .65rem; letter-spacing: .14em; color: var(--wine); }
.check-card:hover .check-icon, .check-card:focus-visible .check-icon { color: #f0b8ca; }
.check-card strong { font-family: var(--serif); font-size: clamp(1.7rem, 2.4vw, 2.5rem); font-weight: 400; line-height: 1.1; margin: auto 0 1rem; max-width: 9em; }
.check-card small { font-size: .88rem; color: #76676a; max-width: 23rem; }
.check-card:hover small, .check-card:focus-visible small { color: #eadde0; }
.check-result { background: var(--ink-2); color: white; margin-top: 1rem; padding: 3rem; position: relative; animation: reveal .4s ease both; }
.check-result h3 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.6rem); font-weight: 400; margin-bottom: .6rem; }
.check-result p:not(.eyebrow) { color: #d4c8ca; max-width: 49rem; }
.result-close { position: absolute; right: 1.2rem; top: 1rem; border: 0; background: none; color: white; font-size: 2rem; cursor: pointer; }
@keyframes reveal { from { opacity: 0; transform: translateY(12px); } }

.early-access { display: grid; grid-template-columns: .7fr 1.2fr 1.3fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; padding: clamp(5rem, 9vw, 8rem) clamp(1.4rem, 7vw, 8rem); background: var(--wine); overflow: hidden; }
.early-mark { font-family: var(--serif); font-size: clamp(11rem, 20vw, 20rem); line-height: .55; color: rgba(255,255,255,.08); margin-left: -3rem; }
.early-access .eyebrow { color: #efbed0; }
.early-access h2 { font-size: clamp(4rem, 7vw, 7rem); margin-bottom: 1rem; }
.early-copy > p:last-child { color: #f0dce3; max-width: 30rem; }
.early-form > label:first-child { display: block; text-transform: uppercase; letter-spacing: .15em; font-size: .67rem; margin-bottom: .6rem; }
.input-row { display: flex; border-bottom: 1px solid rgba(255,255,255,.65); }
.input-row input { flex: 1; min-width: 0; color: white; background: transparent; border: 0; padding: .8rem 0; outline: none; font-size: 1.05rem; }
.input-row input::placeholder { color: #d9aebd; }
.input-row button { color: white; background: transparent; border: 0; padding: .8rem; cursor: pointer; font-weight: 600; }
.consent { display: flex; align-items: flex-start; gap: .6rem; font-size: .73rem; color: #e0bdc9; margin-top: 1rem; line-height: 1.45; }
.consent input { margin-top: .25rem; accent-color: var(--ink); }
.form-status { font-size: .82rem; margin: 1rem 0 0; min-height: 1.3em; }

footer { padding: 4rem clamp(1.4rem, 7vw, 8rem) 2rem; background: #0e070a; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 2rem; }
.footer-brand { font-size: 3.6rem; }
footer > p { color: var(--muted); text-align: right; font-family: var(--serif); font-size: 1.25rem; }
.footer-meta { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 1.2rem; display: flex; gap: 1.5rem; color: #8e8083; font-size: .72rem; }
.footer-meta button { border: 0; padding: 0; background: none; color: inherit; cursor: pointer; }
dialog { width: min(580px, calc(100% - 2rem)); color: var(--ink); background: var(--cream); border: 0; padding: 3rem; box-shadow: 0 30px 100px #000; }
dialog::backdrop { background: rgba(10,3,6,.8); backdrop-filter: blur(5px); }
dialog h2 { font-family: var(--serif); font-size: 2.6rem; font-weight: 400; }
dialog p { color: #5f5154; }
.dialog-close { position: absolute; right: 1rem; top: .7rem; background: none; border: 0; font-size: 2rem; cursor: pointer; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  nav { position: absolute; left: 0; right: 0; top: 72px; background: var(--ink); padding: 1.5rem; flex-direction: column; align-items: stretch; display: none; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .menu-button { display: block; }
  .menu-button span { display: block; height: 1px; width: 25px; background: white; margin: 7px auto; }
  .hero { min-height: 860px; height: auto; display: block; }
  .hero-copy { padding: 9rem 1.4rem 3rem; min-height: 630px; background: linear-gradient(90deg, rgba(22,11,16,.97) 0, rgba(22,11,16,.82) 55%, rgba(22,11,16,.2)), url("assets/hero-woman-v2.png") center/cover; }
  .hero-image { display: none; }
  .vertical-word { display: none; }
  h1 { font-size: clamp(4.2rem, 18vw, 7rem); }
  .manifesto { grid-template-columns: 1fr; }
  .pull-quote { margin-top: 2rem; }
  .difference-heading { display: block; }
  .difference h2 { text-align: left; }
  .principles, .check-options { grid-template-columns: 1fr; }
  .principles article { border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; padding: 2rem 0; }
  .principles article + article { padding-left: 0; }
  .principles h3 { margin-top: 1.5rem; }
  .check-intro .section-number { position: static; margin-bottom: 3rem; }
  .check-card { min-height: 215px; }
  .early-access { grid-template-columns: 1fr; }
  .early-mark { position: absolute; right: -2rem; opacity: .6; }
  .early-copy, .early-form { position: relative; z-index: 1; }
}

@media (max-width: 560px) {
  .hero-copy { min-height: 760px; display: flex; flex-direction: column; justify-content: center; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.2rem; }
  .button { width: 100%; }
  .manifesto, .difference, .check-in, .early-access { padding-top: 5rem; padding-bottom: 5rem; }
  .difference-heading { margin-bottom: 2.5rem; }
  .check-result { padding: 2rem 1.5rem; }
  footer { grid-template-columns: 1fr; }
  footer > p { text-align: left; }
  .footer-meta { grid-column: auto; flex-wrap: wrap; }
}

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