:root { --ink: #17352d; --paper: #f6f0e4; --lime: #d8ef74; --coral: #f18a6f; --line: rgba(23, 53, 45, .24); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { min-height: 86px; padding: 0 5vw; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.brand { font-size: .8rem; font-weight: 800; letter-spacing: .2em; }
nav { display: flex; align-items: center; gap: 2rem; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
nav a { border-bottom: 1px solid transparent; padding-bottom: 3px; }
nav a:hover, nav a:focus-visible, nav a[aria-current="page"] { border-color: currentColor; }
.hero { min-height: calc(100vh - 86px); padding: 11vh 9vw 9vh; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.hero::after { content: ""; position: absolute; width: 30vw; height: 30vw; min-width: 280px; min-height: 280px; right: -6vw; top: 10vh; background: var(--coral); border-radius: 46% 54% 62% 38% / 44% 39% 61% 56%; transform: rotate(-9deg); z-index: -1; }
.eyebrow { margin: 0 0 1.5rem; font-size: .72rem; font-weight: 800; letter-spacing: .22em; }
h1, h2 { font-family: "Cormorant Garamond", serif; font-weight: 600; letter-spacing: -.045em; margin: 0; }
h1 { max-width: 900px; font-size: clamp(3.8rem, 8.5vw, 8.8rem); line-height: .84; }
h2 { font-size: clamp(3.2rem, 7vw, 7rem); line-height: .9; }
.hero-copy { max-width: 510px; margin: 2rem 0; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.7; }
.button { align-self: flex-start; display: inline-block; background: var(--ink); color: var(--paper); padding: 1rem 1.35rem; font-size: .82rem; font-weight: 800; letter-spacing: .06em; }
.button:hover, .button:focus-visible { background: #285848; }
.button span { margin-left: 1.4rem; }
.dark-section, .story { min-height: 75vh; padding: 9vw; display: grid; grid-template-columns: 1fr 2.4fr; gap: 8vw; }
.dark-section { background: var(--ink); color: var(--paper); }
.section-label { display: flex; gap: 1rem; align-items: flex-start; font-size: .7rem; letter-spacing: .15em; }
.section-label p { margin: 0; }
.section-content, .story-copy { max-width: 760px; }
.section-content .eyebrow { color: var(--lime); }
.feature-copy { margin: 2.5rem 0 1.5rem; font-family: "Cormorant Garamond", serif; font-size: clamp(1.6rem, 3vw, 2.7rem); line-height: 1.25; color: #dfe9dd; }
.notice { display: inline-block; margin-top: 1rem; padding: .65rem .9rem; background: var(--lime); color: var(--ink); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.about-page { background: var(--coral); }
.about-hero { min-height: 62vh; padding: 8vh 9vw; display: grid; grid-template-columns: 1fr 2.4fr; gap: 8vw; align-items: end; }
.about-number { font-family: "Cormorant Garamond", serif; font-size: clamp(6rem, 15vw, 15rem); line-height: .7; opacity: .18; }
.story { background: var(--paper); }
.story .section-label { color: var(--coral); font-weight: 800; }
.story-copy h2 { margin-bottom: 2.5rem; }
.story-copy > p { font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.85; margin: 0 0 1.5rem; }
.story-copy .button { margin-top: 1.5rem; }
.contact-main { padding: 8vh 9vw 12vh; }
.contact-intro { max-width: 850px; margin-bottom: 4rem; }
.contact-intro h1 { margin-bottom: 1.5rem; }
.contact-intro > p:last-child { font-size: 1.1rem; line-height: 1.7; }
.contact-form { max-width: 920px; padding: clamp(1.5rem, 4vw, 4rem); background: #fffaf0; border: 1px solid var(--line); }
.progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 4rem; }
.progress-step { padding: .9rem 0; border-top: 3px solid var(--line); color: rgba(23, 53, 45, .45); font-weight: 800; }
.progress-step.active { border-color: var(--coral); color: var(--ink); }
.progress-step small { display: block; margin-top: .35rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.form-step { display: none; border: 0; margin: 0; padding: 0; }
.form-step.active { display: block; }
.form-step legend { width: 100%; margin-bottom: 2rem; font-family: "Cormorant Garamond", serif; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 600; line-height: 1; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field { display: flex; flex-direction: column; gap: .65rem; }
.full-field { grid-column: 1 / -1; }
.field label, .radio-group > p { font-size: .82rem; font-weight: 800; letter-spacing: .04em; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); background: var(--paper); color: var(--ink); padding: .95rem 1rem; font: inherit; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(241, 138, 111, .3); border-color: var(--coral); }
.check-row { display: flex; gap: .8rem; align-items: flex-start; margin: 2rem 0; font-size: .92rem; line-height: 1.5; }
.check-row input, .radio-group input { width: 1.15rem; height: 1.15rem; accent-color: var(--ink); flex: 0 0 auto; }
.check-row strong, .radio-group span { color: #b33a20; }
.step-copy { max-width: 680px; font-size: 1.1rem; line-height: 1.8; }
.button-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.text-button { border: 0; background: transparent; color: var(--ink); padding: .8rem 0; font: inherit; font-weight: 800; cursor: pointer; }
.next-button, .submit-button { border: 0; cursor: pointer; }
.rules-list { margin: 0 0 2.5rem; padding-left: 1.5rem; }
.rules-list li { padding-left: .6rem; margin-bottom: 1rem; font-size: 1rem; line-height: 1.7; }
.radio-group { padding: 1.5rem; background: var(--paper); }
.radio-group label { display: inline-flex; align-items: center; gap: .5rem; margin: .6rem 1.5rem .2rem 0; font-weight: 700; }
.disagree-message, .form-alert { padding: 1rem; background: #ffe0d8; color: #7f2716; font-weight: 700; }
.form-alert { max-width: 920px; margin: -2rem 0 2rem; }
.website-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
[hidden] { display: none !important; }
.thank-you-main { min-height: calc(100vh - 86px); padding: 10vh 7vw; background: var(--coral); display: grid; place-items: center; }
.thank-you-card { max-width: 850px; padding: clamp(2rem, 6vw, 6rem); background: var(--paper); text-align: center; }
.thank-you-card h1 { font-size: clamp(3.5rem, 8vw, 7rem); }
.thank-you-card > p:not(.eyebrow) { margin: 2rem 0; font-size: 1.25rem; }
.thank-you-card .button { margin-top: 1rem; }
footer { padding: 3rem 5vw; background: var(--paper); display: flex; align-items: center; justify-content: space-between; font-size: .8rem; }
footer p { margin: 0; }
@media (max-width: 700px) {
  .site-header { min-height: 74px; }
  nav { gap: 1rem; }
  .hero { min-height: calc(100vh - 74px); padding: 10vh 7vw 12vh; }
  .hero::after { opacity: .55; right: -34vw; top: 18vh; }
  .dark-section, .story, .about-hero { grid-template-columns: 1fr; padding: 14vh 7vw; gap: 3rem; }
  .about-number { display: none; }
  .contact-main { padding: 8vh 5vw; }
  .contact-form { padding: 1.35rem; }
  .field-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .progress-step small { display: none; }
  footer { align-items: flex-start; gap: 2rem; }
  footer p { text-align: right; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
