@import url('./fonts.css');
:root { --paper: #f3eedf; --ink: #263b2b; --muted: #596551; --accent: #ad4129; --line: #d5d7c5; --forest: #243c2d; --body: 'DM Sans', sans-serif; --display: Outfit, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { font: inherit; color: inherit; cursor: pointer; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
[hidden] { display: none !important; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 16px; z-index: 50; background: var(--paper); }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; left: 0; right: 0; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; z-index: 5; padding: max(24px, env(safe-area-inset-top)) max(5vw, env(safe-area-inset-right)) 24px max(5vw, env(safe-area-inset-left)); background: linear-gradient(180deg, #f3eedff5, #f3eedfbc 65%, #f3eedf00); }
.landing-page .site-header { position: fixed; }
.landing-page .site-header.is-past-hero { background: var(--paper); box-shadow: 0 1px 0 #263b2b1a; }
.landing-page :is(main, section)[id] { scroll-margin-top: max(80px, calc(env(safe-area-inset-top) + 56px)); }
.wordmark { font: 900 36px/.9 var(--display); letter-spacing: -.065em; text-decoration: none; }
.wordmark span { color: var(--accent); }
.site-header nav { display: flex; gap: 32px; }
.site-header nav a { font-size: 14px; font-weight: 600; min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.site-header nav a:hover, .site-footer a:hover { text-decoration: underline; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 60px; padding: 18px 32px; border: 1px solid transparent; border-radius: 99px; background: var(--ink); color: var(--paper); font-size: 16px; font-weight: 600; text-decoration: none; transition: background .2s, transform .2s; }
.button:hover { background: #38573e; transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button svg { width: 24px; height: 24px; }
.button-small { min-height: 48px; padding: 12px 23px; font-size: 14px; gap: 22px; }
.button-small span { font-size: 20px; }
.hero { position: relative; min-height: 800px; height: min(980px, 100svh); background: #efe4c6 url('./assets/wildwood.webp') center 57% / cover; overflow: hidden; display: flex; align-items: flex-start; justify-content: center; text-align: center; padding: 148px 24px 155px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; line-height: 1.6; }
.hero .eyebrow { display: flex; justify-content: center; align-items: center; gap: 11px; }
.tiny-orbit { height: 13px; width: 13px; border: 1px solid currentColor; border-radius: 50%; display: inline-block; position: relative; }
.tiny-orbit::after { content: ''; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: currentColor; right: -2px; top: 1px; }
h1 { font: 800 clamp(76px, 8.5vw, 132px)/.94 var(--display); letter-spacing: -.06em; margin: 0; }
h1 em, .last-call em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.065em; }
.hero-description { font-size: 18px; line-height: 1.6; margin: 28px 0 26px; }
.hero-cta { min-width: 200px; }
.play-note { margin: 17px 0 0; font-size: 12px; line-height: 1.6; }
.hero-friend { position: absolute; width: 210px; height: 230px; bottom: 82px; right: 18%; transform: rotate(7deg); }
.hero-friend canvas { display: block; width: 180px; height: 180px; position: absolute; bottom: 0; right: 0; }
.hero-friend span { position: absolute; top: 0; left: 0; font: italic 22px Georgia, serif; }
.pip-arrow { position: absolute; width: 68px; height: 60px; top: 5px; right: 30px; }
.scroll-note { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 16px; min-height: 44px; font-size: 12px; font-weight: 600; text-decoration: none; background: #f3eedfda; padding: 0 20px; border-radius: 99px; }
.field-strip { display: flex; justify-content: center; align-items: center; gap: clamp(24px, 5vw, 96px); background: #e2e5d4; border-block: 1px solid #cfd4be; min-height: 74px; padding: 20px; font-size: 10px; letter-spacing: .16em; font-weight: 700; }
.field-strip i { font-style: normal; color: var(--accent); font-size: 22px; }
.section-wrap { width: min(1180px, calc(100% - 112px)); margin-inline: auto; }
h2 { font: 600 clamp(40px, 4.4vw, 64px)/1.02 var(--display); letter-spacing: -.04em; margin: 0 0 24px; }
.section-intro > p:not(.eyebrow) { max-width: 340px; font-size: 16px; line-height: 1.7; color: var(--muted); }
.section-intro .eyebrow, .forest-heading .eyebrow { color: var(--accent); }
.text-link { display: inline-flex; align-items: center; gap: 30px; min-height: 48px; font-size: 14px; font-weight: 600; margin-top: 12px; }
.how-section { padding-block: 110px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: center; }
.how-steps article { border-top: 1px solid var(--line); display: grid; grid-template-columns: 32px 1fr 86px; gap: 20px; align-items: center; padding: 26px 0; }
.how-steps article:last-child { border-bottom: 1px solid var(--line); }
.step-number { color: var(--accent); font-size: 12px; align-self: start; padding-top: 7px; }
h3 { font: 600 24px/1.2 var(--display); letter-spacing: -.025em; margin: 0 0 10px; }
.how-steps p { font-size: 14px; line-height: 1.65; margin: 0; color: var(--muted); }
.how-steps svg { width: 86px; height: 75px; stroke-width: 2; color: #728563; }
.forests-section { background: #e8e9dc; padding-block: 90px 72px; }
.forest-heading { display: flex; align-items: flex-end; gap: 80px; justify-content: space-between; }
.forest-heading h2 { max-width: 580px; margin-bottom: 0; }
.forest-heading > p { max-width: 300px; font-size: 15px; line-height: 1.7; color: var(--muted); margin: 0 0 3px; }
.forest-tabs { display: flex; margin-top: 40px; border-bottom: 1px solid #bfc8b0; }
.forest-tabs button { border: 0; background: none; min-height: 65px; padding: 15px 32px 15px 0; margin-right: 32px; font-size: 16px; font-weight: 500; position: relative; }
.forest-tabs button span { font-size: 10px; color: var(--muted); padding-right: 9px; }
.forest-tabs button[aria-selected=true]::after { content: ''; position: absolute; left: 0; bottom: -1px; right: 0; height: 3px; background: var(--ink); }
.forest-panel { position: relative; margin-top: 24px; aspect-ratio: 2.1; background: #344435; overflow: hidden; border-radius: 3px; }
.forest-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.forest-panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #0c1c17b8 0%, #0c1c1760 42%, transparent 80%); pointer-events: none; }
.forest-caption { position: absolute; z-index: 1; left: 48px; top: 50%; transform: translateY(-50%); color: #fff7df; }
.forest-caption h3 { font: 500 clamp(36px, 4.4vw, 62px)/1.05 var(--display); letter-spacing: -.04em; margin: 12px 0 28px; }
.forest-caption .eyebrow { font-size: 10px; letter-spacing: .15em; }
.forest-label { display: inline-block; padding: 9px 13px; border: 1px solid #fff7df70; border-radius: 99px; font-size: 11px; }
.preview-note { margin: 16px 0 0; font-size: 12px; color: var(--muted); line-height: 1.6; }
.companions-section { padding-block: 110px 96px; }
.centered { text-align: center; }
.centered > p:not(.eyebrow) { margin-inline: auto; max-width: none; }
.companion-lineup { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; text-align: center; margin-top: 46px; }
.friend-art { height: 250px; position: relative; }
.friend-art canvas { position: relative; width: 280px; height: auto; max-width: 100%; }
.friend-halo { position: absolute; width: 190px; height: 190px; left: 50%; top: 18px; transform: translateX(-50%); border: 1px solid #c6c9b6; border-radius: 50%; }
.friend-moss .friend-halo { width: 214px; height: 214px; top: 7px; background: #e4e7d766; }
.friend-ember .friend-halo { width: 166px; height: 166px; top: 30px; border-color: #d7b777; background: #ecd6a544; }
.friend .eyebrow { font-size: 9px; letter-spacing: .13em; color: var(--muted); margin: 0 0 10px; }
.friend h3 { font-size: 42px; margin: 0; }
.friend h3 span { color: var(--accent); }
.friend p:last-child { color: var(--muted); font-size: 14px; line-height: 1.7; margin-top: 14px; }
.last-call { position: relative; overflow: hidden; background: var(--forest); padding: 88px 0; color: var(--paper); text-align: center; }
.last-call .section-wrap { position: relative; z-index: 1; }
.last-call .eyebrow { color: #c8d0b2; }
.last-call h2 { font-size: clamp(48px, 6vw, 82px); line-height: 1.05; margin-bottom: 32px; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #fff8e8; }
.last-call p:last-child { font-size: 13px; line-height: 1.6; color: #c8d0b2; margin: 22px 0 0; }
.outro-orbit { position: absolute; width: 620px; height: 620px; border: 1px solid #c8d0b21f; border-radius: 50%; top: -130px; right: -220px; }
.outro-orbit::after { content: ''; position: absolute; inset: 50px; border: 1px solid #c8d0b21f; border-radius: 50%; }
.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 20px 36px; padding-block: 48px 30px; }
.site-footer .wordmark { font-size: 32px; }
.site-footer p { font-size: 12px; line-height: 1.6; color: var(--muted); margin: 15px 0 0; }
.site-footer nav { display: flex; gap: 24px; align-items: center; }
.site-footer nav a { min-height: 44px; display: flex; align-items: center; font-size: 12px; text-decoration: none; }
.copyright { border-top: 1px solid var(--line); padding-top: 22px; grid-column: 1 / -1; font-size: 10px; color: var(--muted); margin-top: 8px; }
.document-page .site-header { position: relative; border-bottom: 1px solid var(--line); }
.document-main { width: min(760px, calc(100% - 48px)); margin: 70px auto 96px; }
.document-main h1 { font-size: clamp(46px, 8vw, 76px); margin: 0 0 28px; }
.document-main h2 { font-size: 28px; margin-top: 38px; margin-bottom: 14px; }
.document-main p, .document-main li { line-height: 1.75; font-size: 16px; color: var(--muted); }
.document-main details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.document-main summary { cursor: pointer; font: 500 21px var(--display); padding-block: 12px; min-height: 48px; }
.document-main details p { margin-top: 8px; }
.contact-box { margin: 34px 0; padding: 26px; background: #e4e7d7; border-left: 3px solid var(--accent); }
.contact-box p { margin: 8px 0 0; }
@media (min-width: 1500px) { .hero { padding-top: 175px; } }
@media (max-width: 960px) {
  .section-wrap { width: calc(100% - 64px); }
  .hero { min-height: 760px; padding-top: 150px; }
  .hero-friend { right: 7%; bottom: 50px; }
  .how-section { gap: 48px; }
  .how-steps article { grid-template-columns: 24px 1fr; gap: 12px; }
  .how-steps svg { display: none; }
  .forest-heading { gap: 40px; }
  .forest-caption { left: 30px; }
  .companion-lineup { gap: 20px; }
  .friend-art { height: 225px; }
}
@media (max-width: 600px) {
  .site-header { padding: max(24px, env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) 20px max(22px, env(safe-area-inset-left)); gap: 15px; }
  .wordmark { font-size: 30px; }
  .site-header nav { display: none; }
  .button-small { padding-inline: 20px; min-height: 46px; }
  h1 { font-size: clamp(48px, 15.8vw, 94px); }
  .hero-cta { min-height: 58px; }
  .play-note { max-width: 245px; margin: 15px auto 0; font-size: 11px; }
  .hero-friend { width: 150px; height: 166px; bottom: 32px; right: 16%; }
  .hero-friend canvas { width: 130px; height: 130px; }
  .hero-friend span { font-size: 18px; left: -36px; top: 18px; }
  .pip-arrow { width: 46px; right: 13px; top: -2px; }
  .field-strip { min-height: 66px; font-size: 9px; gap: 18px; letter-spacing: .08em; }
  .field-strip span:last-child, .field-strip i:nth-child(4) { display: none; }
  .field-strip i { font-size: 18px; }
  .section-wrap { width: calc(100% - 44px); }
  .how-section { display: block; padding-block: 72px; }
  h2 { font-size: 42px; }
  .eyebrow { font-size: 9px; letter-spacing: .15em; margin-bottom: 18px; }
  .section-intro > p:not(.eyebrow) { font-size: 15px; }
  .how-steps { margin-top: 35px; }
  .how-steps article { grid-template-columns: 24px 1fr 54px; gap: 12px; padding-block: 24px; }
  .how-steps svg { display: block; width: 54px; }
  .how-steps h3 { font-size: 23px; }
  .how-steps p { font-size: 13px; }
  .forests-section { padding-block: 64px 42px; }
  .forest-heading { display: block; }
  .forest-heading h2 { font-size: 40px; }
  .forest-heading > p { font-size: 14px; margin-top: 20px; max-width: 320px; }
  .forest-tabs { margin-top: 28px; }
  .forest-tabs button { flex: 1; margin: 0; padding: 14px 4px; min-height: 62px; font-size: 13px; }
  .forest-tabs button span { font-size: 9px; padding-right: 4px; }
  .forest-panel { aspect-ratio: .88; margin-top: 18px; }
  .forest-panel img { object-position: 52% center; }
  .forest-panel::after { background: linear-gradient(0deg, #0c1c17c7, #0c1c1710 85%); }
  .forest-caption { left: 24px; right: 20px; top: auto; bottom: 26px; transform: none; }
  .forest-caption h3 { font-size: 38px; margin-bottom: 24px; }
  .forest-caption .eyebrow { font-size: 8px; }
  .preview-note { font-size: 11px; }
  .companions-section { padding-block: 68px 62px; }
  .companion-lineup { display: block; margin-top: 20px; }
  .friend { padding-block: 18px 22px; }
  .friend-art { height: 210px; width: 260px; margin-inline: auto; }
  .friend-art canvas { width: 245px; }
  .friend-halo { width: 170px; height: 170px; }
  .friend-moss .friend-halo { width: 194px; height: 194px; }
  .friend-ember .friend-halo { width: 146px; height: 146px; }
  .friend h3 { font-size: 36px; }
  .friend p:last-child { margin-top: 10px; }
  .last-call { padding-block: 68px; }
  .last-call h2 { font-size: clamp(40px, 11vw, 60px); }
  .last-call p:last-child { max-width: 245px; margin-inline: auto; font-size: 12px; }
  .site-footer { display: block; padding-block: 36px 26px; }
  .site-footer nav { flex-wrap: wrap; gap: 6px 20px; margin-block: 20px; }
  .copyright { display: block; }
}
/* Keep one prominent play action on phones, including landscape. */
@media (max-width: 600px), (max-width: 960px) and (max-height: 500px) {
  .landing-page .site-header { padding: max(8px, env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) 8px max(22px, env(safe-area-inset-left)); }
  .landing-page .site-header .wordmark { display: inline-flex; align-items: center; min-height: 44px; font-size: 22px; }
  .landing-page .site-header .button, .landing-page .site-header nav, .hero .eyebrow, .scroll-note { display: none; }
  .landing-page .site-header.is-past-hero .button { display: inline-flex; min-height: 44px; padding: 10px 18px; font-size: 13px; gap: 16px; }
  .landing-page :is(main, section)[id] { scroll-margin-top: max(48px, calc(env(safe-area-inset-top) + 40px)); }
  .hero { min-height: 620px; height: 100svh; padding: max(88px, calc(env(safe-area-inset-top) + 64px)) 20px 100px; background-position: 48% center; }
  .hero-description { font-size: 15px; margin: 18px 0 22px; line-height: 1.6; }
}
@media (max-width: 360px) { .hero-description { font-size: 14px; } .how-steps article { grid-template-columns: 24px 1fr; } .how-steps svg { display: none; } .forest-tabs button { font-size: 12px; } }
@media (max-width: 960px) and (max-height: 500px) and (min-aspect-ratio: 6/5) {
  .hero { padding-top: max(72px, calc(env(safe-area-inset-top) + 60px)); }
  .hero h1 { font-size: 54px; }
  .hero-description { margin: 12px 0 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
