@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Manrope:wght@300;400;500;600&display=swap');

:root {
  --chalk: #f7f5f0;
  --chalk-soft: #fbfaf6;
  --chalk-deep: #e7e2d8;
  --forest: #133f3a;
  --forest-deep: #0d302c;
  --ink: #17201f;
  --slate: #59615e;
  --copper: #9c622b;
  --blue: #5c8fcb;
  --violet: #8477ab;
  --coral: #b86557;
  --line: rgba(23, 32, 31, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--chalk); color: var(--ink); }
body { margin: 0; font-family: Manrope, sans-serif; font-weight: 400; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.eyebrow { margin: 0; font: 400 10px/1.3 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }

.site-header {
  height: 82px; padding: 0 clamp(22px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); background: rgba(247, 245, 240, .92); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 30;
}
.brand-wrap { display: flex; align-items: baseline; gap: 10px; }
.brand { display: flex; align-items: baseline; gap: 10px; }
.brand svg { width: 32px; margin-right: 4px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.brand span { font-size: 23px; font-weight: 500; letter-spacing: -.04em; }
.brand-credit { font-family: Georgia, serif; font-style: italic; color: var(--slate); }
.brand-credit:hover { color: var(--forest); }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 12px; }
.nav-cta { padding-bottom: 4px; border-bottom: 1px solid currentColor; }

.hero { min-height: calc(100svh - 82px); display: grid; grid-template-columns: 51% 49%; }
.hero-copy { padding: clamp(68px, 9vh, 110px) clamp(30px, 5vw, 76px) 56px; display: flex; flex-direction: column; align-items: flex-start; }
.hero-copy .eyebrow { color: var(--forest); margin-bottom: auto; }
.hero h1 { max-width: 850px; margin: 62px 0 34px; font-size: clamp(56px, 6.1vw, 98px); line-height: .92; font-weight: 300; letter-spacing: -.068em; }
.hero h1 em { color: var(--forest); font-family: Georgia, serif; font-weight: 400; }
.hero-deck { max-width: 720px; margin: 0 0 30px; color: var(--slate); font-size: clamp(16px, 1.25vw, 20px); line-height: 1.58; }
.text-link { display: inline-flex; gap: 48px; align-items: center; padding: 12px 0; border-bottom: 1px solid currentColor; font-size: 13px; }
.text-link span { font-size: 18px; transition: transform .25s; }
.text-link:hover span { transform: translate(4px, 4px); }

.hero-field { min-height: 620px; position: relative; overflow: hidden; background: var(--forest); }
#hero-field, #story-field { width: 100%; height: 100%; display: block; }
.field-label { position: absolute; display: flex; align-items: center; gap: 8px; color: rgba(232,237,228,.62); font: 9px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.field-label span { width: 5px; height: 5px; border-radius: 50%; background: var(--chalk); }
.label-a { right: 8%; top: 20%; }.label-b { left: 8%; top: 45%; }.label-c { right: 16%; bottom: 18%; }
.label-b span { background: var(--copper); }.label-c span { background: var(--blue); }
.map-tooltip { position: absolute; z-index: 5; max-width: 250px; padding: 10px 12px; background: var(--chalk); color: var(--ink); font: 9px/1.45 "DM Mono", monospace; opacity: 0; pointer-events: none; transition: opacity .15s; }
.map-tooltip.visible { opacity: 1; }

.question-intro { min-height: 68vh; padding: 140px clamp(30px, 7.5vw, 118px); display: flex; align-items: center; }
.question-intro h2 { margin: 0; font-size: clamp(49px, 6.2vw, 102px); line-height: .97; font-weight: 300; letter-spacing: -.065em; }
.question-intro h2 em { color: var(--forest); font-family: Georgia, serif; font-weight: 400; }

.field-story { position: relative; display: grid; grid-template-columns: minmax(360px, 39%) 1fr; background: var(--forest-deep); color: var(--chalk); }
.story-steps { grid-column: 1; position: relative; z-index: 4; }
.story-step { min-height: 100svh; padding: 12vh clamp(28px, 5vw, 76px); display: flex; align-items: center; opacity: .24; transition: opacity .45s; }
.story-step.active { opacity: 1; }
.step-inner { width: 100%; }
.story-step h3 { margin: 0 0 26px; font-size: clamp(34px, 4vw, 62px); line-height: 1.03; font-weight: 300; letter-spacing: -.055em; }
.story-step p { max-width: 580px; margin: 0; color: rgba(226,230,221,.64); font-size: 15px; line-height: 1.7; }
.step-metrics { margin-top: 48px; display: flex; gap: 34px; color: rgba(226,230,221,.5); font: 9px "DM Mono", monospace; text-transform: uppercase; }
.step-metrics b { margin-right: 7px; color: var(--chalk); font-size: 18px; font-weight: 400; }

.sticky-field { grid-column: 2; position: sticky; top: 82px; height: calc(100svh - 82px); align-self: start; display: grid; grid-template-rows: 54px 1fr; border-left: 1px solid rgba(226,230,221,.16); background: var(--forest); overflow: hidden; }
.instrument-head { padding: 0 24px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(226,230,221,.14); color: rgba(226,230,221,.48); font: 8px "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.instrument-head b { color: var(--chalk); font-weight: 400; }
.instrument-canvas { min-height: 0; position: relative; overflow: hidden; }
.field-axis { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; color: rgba(226,230,221,.42); font: 7px "DM Mono", monospace; letter-spacing: .08em; }
.axis-x { left: 8%; right: 8%; bottom: 7%; }
.field-axis i { height: 1px; flex: 1; background: linear-gradient(90deg, var(--coral), rgba(226,230,221,.18), var(--blue)); }
.mode-counter { position: absolute; right: 5%; bottom: 10%; display: flex; align-items: baseline; gap: 4px; color: var(--chalk); }
.mode-counter span { font-size: clamp(52px, 6vw, 96px); line-height: .8; font-weight: 300; letter-spacing: -.07em; }

.gap-line { min-height: 410px; padding: 100px clamp(30px, 7.5vw, 118px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: center; background: var(--chalk-deep); }
.gap-line p, .gap-line strong { margin: 0; font-size: clamp(28px, 3.2vw, 50px); line-height: 1.08; font-weight: 300; letter-spacing: -.045em; }
.gap-line strong { color: var(--forest); font-family: Georgia, serif; font-weight: 400; }

.position { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; background: var(--chalk); }
.position-copy { padding: 100px clamp(30px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.position h2, .proof-title h2, .contact h2 { margin: 0; font-size: clamp(40px, 5vw, 78px); line-height: 1.02; font-weight: 300; letter-spacing: -.055em; }
.position-copy h2 { margin: 0 0 34px; }
.position-copy > p:last-child { max-width: 570px; color: var(--slate); font-size: 17px; line-height: 1.75; }
.position-instrument { padding: 90px clamp(30px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); background: var(--chalk-soft); }
.actor-line { margin-bottom: 0; padding-bottom: 16px; display: flex; font: 9px "DM Mono", monospace; text-transform: uppercase; }
.actor-line span { padding: 8px 10px; border: 1px solid var(--forest); color: var(--forest); font-weight: 500; }
.choice-row { min-height: 104px; display: grid; grid-template-columns: 1fr 38px; align-items: center; gap: 28px; border-top: 1px solid var(--line); }
.choice-row p { margin: 0; white-space: nowrap; color: var(--slate); font-size: clamp(13px, 1.25vw, 18px); line-height: 1.1; }
.choice-row strong { display: inline-block; margin-right: .18em; color: var(--forest); font: 700 clamp(25px, 2.7vw, 40px)/.9 Georgia, serif; letter-spacing: -.04em; }
.choice-row i { color: var(--copper); font: 9px "DM Mono", monospace; font-style: normal; }
.position-instrument > p { margin: 70px 0 0; color: var(--slate); font: 9px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }

.record-proof { padding: 150px clamp(30px, 7.5vw, 118px); display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; background: var(--chalk-soft); }
.proof-title { grid-column: 1 / -1; max-width: 920px; margin: 0 auto; padding-top: 18px; text-align: center; }
.proof-title h2 { margin: 0; color: var(--slate); font: 400 clamp(18px, 1.55vw, 23px)/1.62 Manrope, sans-serif; letter-spacing: -.02em; }
.faq { padding: 145px clamp(30px, 7.5vw, 118px); display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; background: var(--chalk); }
.faq-heading h2 { max-width: 480px; margin: 52px 0 0; font-size: clamp(42px, 5vw, 76px); line-height: 1; font-weight: 300; letter-spacing: -.055em; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-size: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--slate); font: 300 22px Manrope, sans-serif; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 690px; margin: -2px 50px 28px 0; color: var(--slate); font-size: 14px; line-height: 1.7; }

.contact { padding: 130px clamp(30px, 7.5vw, 118px); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: var(--forest); color: var(--chalk); }
.contact h2 { margin-top: 44px; }
.contact-us-link { align-self: end; display: inline-flex; align-items: center; justify-content: space-between; gap: 54px; width: fit-content; padding: 15px 0; border-bottom: 1px solid var(--chalk); font-size: 16px; }
.contact-us-link span { font-size: 20px; }
.contact-page-main { min-height: calc(100svh - 82px); display: grid; place-items: center; padding: 100px 24px; background: var(--forest); color: var(--chalk); text-align: center; }
.contact-page-main h1 { max-width: 760px; margin: 0 0 28px; font-size: clamp(58px, 8vw, 128px); line-height: .9; font-weight: 300; letter-spacing: -.065em; }
.contact-page-main p { max-width: 440px; margin: 0 auto 42px; color: rgba(226,230,221,.72); font-size: 18px; line-height: 1.65; }
.contact-page-main a { border-bottom: 1px solid currentColor; font-size: clamp(20px, 2vw, 28px); }
.site-footer { min-height: 90px; padding: 24px clamp(22px, 4vw, 64px); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; background: var(--forest-deep); color: rgba(226,230,221,.65); font: 9px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .06em; }
.site-footer p { margin: 0; text-align: center; }

@media (max-width: 980px) {
  .hero { grid-template-columns: minmax(0, 1fr); }.hero-copy { min-width: 0; min-height: 690px; }.hero-field { min-width: 0; min-height: 580px; }
  .question-intro { min-height: auto; }
  .field-story { display: grid; grid-template-columns: minmax(0, 1fr); }
  .sticky-field { grid-column: 1; grid-row: 1; position: sticky; top: 72px; z-index: 1; height: calc(100svh - 72px); grid-template-rows: 1fr; border-left: 0; }
  .story-steps { grid-column: 1; grid-row: 1; position: relative; z-index: 2; pointer-events: none; }
  .story-step { min-height: calc(100svh - 72px); padding: 0 24px; display: block; opacity: 0; }
  .step-inner { min-height: calc((100svh - 72px) / 2); padding: 28px 0; display: flex; flex-direction: column; justify-content: center; background: var(--forest-deep); border-bottom: 1px solid rgba(226,230,221,.14); position: sticky; top: 72px; }
  .story-step p { font-size: 13px; }
  .instrument-head { display: none; }
  .instrument-canvas { position: absolute; right: 0; bottom: 0; left: 0; height: calc((100svh - 72px) / 2); }
  .gap-line { grid-template-columns: 1fr; }.gap-line a { justify-self: start; }
  .position, .contact { grid-template-columns: 1fr; }.position-instrument { min-height: 520px; border-left: 0; border-top: 1px solid var(--line); }
  .record-proof, .faq { grid-template-columns: 1fr; }.faq-list { margin-top: 30px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }.site-footer p { text-align: center; }
}

@media (max-width: 600px) {
  .site-header { height: 72px; }.site-header nav a:not(.nav-cta) { display: none; }.brand span { font-size: 20px; }.brand svg { width: 27px; }.nav-cta { font-size: 10px; }
  .hero-copy { min-height: 630px; padding: 48px 24px 76px; }.hero-copy .eyebrow { margin-bottom: 48px; }.hero h1 { margin: 0 0 34px; font-size: clamp(44px, 12.3vw, 54px); line-height: .98; }.hero-deck { max-width: 350px; margin-bottom: 36px; font-size: 15px; line-height: 1.65; }.text-link { gap: 24px; }
  .hero-field { min-height: 500px; }
  .sticky-field { position: sticky; top: 72px; height: calc(100svh - 72px); z-index: 1; }
  .story-steps { position: relative; z-index: 2; }
  .story-step { min-height: 70svh; padding: 0 24px; display: block; opacity: var(--mobile-step-opacity, 0); transition: opacity .35s linear; }
  .story-step.active { opacity: var(--mobile-step-opacity, 1); }
  .step-inner { min-height: 0; padding: 54px 0 28px; position: static; background: transparent; border: 0; }
  .story-step h3 { max-width: 350px; margin: 0 0 14px; font-size: 30px; line-height: 1.06; }
  .story-step p { max-width: 340px; font-size: 13px; line-height: 1.55; }
  .question-intro, .record-proof, .faq, .contact { padding-top: 100px; padding-bottom: 100px; }.question-intro h2 { font-size: 48px; }
  .gap-line { padding: 80px 24px; }.position-copy, .position-instrument { padding-left: 24px; padding-right: 24px; }
  .choice-row { grid-template-columns: 1fr 24px; gap: 14px; }
  .contact { gap: 70px; }
  .contact-page-main { min-height: calc(100svh - 72px); }.contact-page-main h1 { font-size: clamp(54px, 15vw, 72px); }
}

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