:root {
  color-scheme: dark;
  --ink: #fff8f1;
  --muted: #d4c8c1;
  --paper: #211a22;
  --paper-soft: #2a202a;
  --line: rgba(255, 248, 241, .16);
  --accent: #ffc082;
  --accent-ink: #3a2119;
  --rose: #d98198;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: radial-gradient(circle at 6% 0%, #6e4257 0, transparent 29rem), radial-gradient(circle at 98% 68%, #315564 0, transparent 33rem), #17151c; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1400px, calc(100% - 56px)); margin: 0 auto; }
.skip { position: absolute; left: -9999px; top: auto; }
.skip:focus { left: 20px; top: 16px; z-index: 10; padding: 10px 14px; border-radius: 8px; background: white; color: #111; }

.site-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; }
.brand { font-size: 21px; font-weight: 790; letter-spacing: -.75px; text-decoration: none; }
.brand span { color: var(--accent); }
.nav { display: flex; gap: 22px; align-items: center; color: var(--muted); font-size: 14px; }
.nav a { text-decoration: none; }
.nav a:hover, .nav a:focus-visible { color: var(--ink); }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 99px; padding: 9px 14px; color: var(--ink); background: transparent; }

.hero { padding: 92px 0 96px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(410px, .97fr); align-items: end; gap: clamp(44px, 7vw, 132px); }
.hero-copy { max-width: 790px; }
.hero-art { position: relative; min-height: 625px; overflow: hidden; border-radius: 28px; background: #271d27; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 47%, rgba(23,21,28,.48)); pointer-events: none; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; display: block; }
.hero-caption { position: absolute; z-index: 1; right: 22px; bottom: 18px; left: 22px; margin: 0; color: rgba(255,248,241,.86); font-size: 13px; line-height: 1.42; }
.eyebrow { margin: 0 0 17px; color: var(--accent); font-weight: 750; font-size: 13px; line-height: 1.25; letter-spacing: .105em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; letter-spacing: -.045em; }
h1 { max-width: 850px; font-size: clamp(46px, 7vw, 84px); line-height: .96; }
h2 { font-size: clamp(31px, 4vw, 49px); line-height: 1.04; }
h3 { font-size: 21px; line-height: 1.15; }
.lead { max-width: 640px; margin: 27px 0 0; color: var(--muted); font-size: clamp(19px, 2.4vw, 24px); line-height: 1.52; }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 22px; border: 0; border-radius: 999px; background: var(--accent); color: var(--accent-ink); cursor: pointer; font-weight: 780; text-decoration: none; }
.button:hover { filter: brightness(1.05); transform: translateY(-1px); }
.button.secondary { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.microcopy { max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.hero-note { max-width: 520px; margin-top: 70px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.55; }
.hero-note strong { color: var(--ink); }

.section { padding: 84px 0; border-top: 1px solid var(--line); }
.section-intro { max-width: 660px; }
.section-intro p:not(.eyebrow), .body-copy { color: var(--muted); font-size: 18px; line-height: 1.58; }
.grid { display: grid; gap: 18px; margin-top: 35px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { padding: 27px; min-height: 195px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.045); }
.card .number { display: block; margin-bottom: 45px; color: var(--rose); font-size: 14px; font-weight: 750; }
.card p, .card li { color: var(--muted); line-height: 1.52; }
.card a { text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 3px; }
.quote { max-width: 850px; padding: 39px; border-radius: 28px; background: linear-gradient(135deg, rgba(255,192,130,.17), rgba(217,129,152,.12)); }
.quote p { margin: 0; font-size: clamp(24px, 3.2vw, 38px); line-height: 1.17; letter-spacing: -.035em; }
.quote small { display: block; margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill { padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 14px; text-decoration: none; }
.pill:hover { color: var(--ink); border-color: var(--accent); }

.page-hero { max-width: none; padding: 75px 0 68px; }
.page-hero-copy { max-width: 860px; }
.story-page-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr); align-items: end; gap: clamp(40px, 7vw, 130px); }
.story-page-art { min-height: 430px; margin: 0; overflow: hidden; border-radius: 24px; background: #282029; }
.story-page-art img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.crumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.crumbs a { text-underline-offset: 3px; }
.steps { counter-reset: steps; margin-top: 34px; }
.step { position: relative; max-width: 810px; padding: 0 0 43px 82px; }
.step::before { counter-increment: steps; content: "0" counter(steps); position: absolute; left: 0; top: -4px; color: var(--accent); font-size: 16px; font-weight: 800; letter-spacing: .08em; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 30px; bottom: 10px; left: 8px; width: 1px; background: var(--line); }
.step p { color: var(--muted); font-size: 18px; line-height: 1.58; }
.questions { display: grid; gap: 12px; margin: 33px 0 0; padding: 0; list-style: none; counter-reset: questions; }
.questions li { position: relative; min-height: 76px; padding: 20px 24px 20px 72px; border-radius: 17px; background: rgba(255,255,255,.05); color: var(--ink); font-size: 18px; line-height: 1.42; }
.questions li::before { counter-increment: questions; content: counter(questions); position: absolute; left: 24px; top: 22px; color: var(--rose); font-weight: 800; }
.example { margin-top: 30px; padding: 27px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.04); color: var(--muted); font-size: 18px; line-height: 1.6; }
.example strong { color: var(--ink); }
.notice { margin-top: 28px; padding: 18px 20px; border: 1px solid rgba(255,192,130,.35); border-radius: 14px; color: var(--muted); line-height: 1.5; }

.brief-shell { max-width: 770px; margin: 0 auto; padding: 76px 0 90px; }
.progress { display: flex; gap: 7px; margin: 30px 0 39px; }
.progress span { height: 5px; flex: 1; border-radius: 99px; background: var(--line); }
.progress span.active { background: var(--accent); }
.brief-step { display: none; }
.brief-step.active { display: block; }
.brief-step h1 { font-size: clamp(38px, 5.2vw, 65px); }
.field { display: grid; gap: 9px; margin: 27px 0; }
.field label { color: var(--ink); font-weight: 680; }
.field small { color: var(--muted); line-height: 1.45; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 14px 15px; color: var(--ink); background: rgba(255,255,255,.055); outline: none; }
.field textarea { min-height: 104px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); }
.choices { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: inline-block; padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); cursor: pointer; }
.choice input:checked + span { border-color: var(--accent); background: rgba(255,192,130,.14); color: var(--ink); }
.brief-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 37px; }
.summary { display: grid; gap: 13px; margin-top: 28px; }
.summary div { padding: 16px 19px; border-radius: 13px; background: rgba(255,255,255,.055); color: var(--muted); line-height: 1.5; }
.summary strong { display: block; margin-bottom: 5px; color: var(--accent); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.privacy-note { margin-top: 22px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.site-foot { padding: 47px 0 58px; border-top: 1px solid var(--line); }
.foot-grid { display: flex; justify-content: space-between; gap: 25px; align-items: start; }
.foot-grid p { max-width: 380px; margin: 12px 0 0; color: var(--muted); line-height: 1.5; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 13px 20px; font-size: 14px; color: var(--muted); }
.foot-nav a { text-decoration: none; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 1400px); }
  .site-head { padding: 19px 0; }
  .nav { display: none; position: absolute; top: 68px; left: 16px; right: 16px; z-index: 2; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: #211a22; }
  .nav.open { display: flex; }
  .nav a { padding: 11px; }
  .nav-toggle { display: block; }
  .hero { padding: 73px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-art { min-height: 410px; }
  .grid.three, .grid.two { grid-template-columns: 1fr; }
  .section { padding: 61px 0; }
  .card .number { margin-bottom: 23px; }
  .page-hero { padding: 55px 0 49px; }
  .story-page-hero { grid-template-columns: 1fr; gap: 30px; }
  .story-page-art, .story-page-art img { min-height: 350px; }
  .step { padding-left: 60px; }
  .foot-grid { flex-direction: column; }
}
