:root {
  --ink: #10252d;
  --ink-2: #193741;
  --cream: #f5efd9;
  --paper: #fbf7e8;
  --gold: #e9b643;
  --gold-light: #f5d67c;
  --red: #b82c2e;
  --blue: #244d79;
  --green: #486b43;
  --muted: #617172;
  --line: rgba(16, 37, 45, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: .8rem 1rem; background: var(--gold); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 1rem; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }

.site-header { width: min(1320px, calc(100% - 48px)); height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 50; }
.wordmark { display: inline-flex; align-items: center; gap: .72rem; color: var(--ink); font-size: 1rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.wordmark img { width: 42px; height: 42px; border-radius: 10px; box-shadow: 0 4px 14px rgba(16,37,45,.2); }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { position: relative; color: var(--ink); font-size: .82rem; font-weight: 750; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 2px; background: var(--red); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current='page']::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 6px 0; background: var(--ink); }

.hero { min-height: 720px; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 5vw; padding-block: 70px 110px; }
.hero-copy { position: relative; z-index: 3; }
.hero h1, .story h2, .section-intro h2, .journal-copy h2, .privacy-promise h2, .final-cta h2, .support-hero h1, .support-contact h2, .legal-hero h1, .not-found h1 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.hero h1 { max-width: 700px; font-size: clamp(4rem, 7vw, 7.2rem); }
.hero h1 em { color: var(--red); font-weight: 500; }
.hero-lead { max-width: 590px; margin: 2rem 0; color: #3f5557; font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.store-badge { min-width: 184px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid var(--ink); border-radius: 10px; padding: .55rem .9rem; background: var(--ink); color: white; box-shadow: 0 7px 22px rgba(16,37,45,.15); }
.store-badge svg { width: 29px; fill: currentColor; }
.store-badge span { font-size: 1.08rem; font-weight: 650; line-height: 1.02; }
.store-badge small { display: block; margin-bottom: .2rem; font-size: .62rem; font-weight: 450; }
.text-link { font-size: .87rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.text-link span { margin-left: .35rem; color: var(--red); }
.trust-list { display: flex; gap: 1.2rem; flex-wrap: wrap; list-style: none; margin: 2rem 0 0; padding: 0; color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-list li:not(:last-child)::after { content: '•'; margin-left: 1.2rem; color: var(--gold); }

.hero-art { position: relative; padding: 48px 0; }
.hero-frame { position: relative; z-index: 2; overflow: hidden; border: 7px solid var(--cream); border-radius: 18px; box-shadow: 0 35px 70px rgba(16,37,45,.27); transform: rotate(1.7deg); }
.hero-frame::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); pointer-events: none; }
.hero-frame img { width: 100%; aspect-ratio: 1258 / 586; object-fit: cover; }
.sun { position: absolute; width: 330px; height: 330px; right: -80px; top: -30px; border-radius: 50%; background: var(--gold); opacity: .75; }
.field-tag { position: absolute; z-index: 4; min-width: 112px; padding: .65rem 1rem; border: 3px solid var(--paper); border-radius: 8px; background: var(--red); color: white; box-shadow: 0 8px 24px rgba(16,37,45,.2); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.field-tag span { display: block; font-family: var(--serif); font-size: 2rem; letter-spacing: 0; line-height: .8; }
.field-tag-top { left: -30px; top: 10px; transform: rotate(-5deg); }
.field-tag-bottom { right: 12px; bottom: 5px; background: var(--blue); transform: rotate(4deg); }

.marquee { overflow: hidden; padding: 1.05rem 0; background: var(--ink); color: var(--cream); }
.marquee > div { width: max-content; display: flex; align-items: center; gap: 1.5rem; animation: scroll 28s linear infinite; }
.marquee span { font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.marquee b { color: var(--gold); font-size: .8rem; }
@keyframes scroll { to { transform: translateX(-50%); } }

.story { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem 7rem; padding-block: 140px; }
.story-heading h2, .section-intro h2, .journal-copy h2, .privacy-promise h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
.story-copy { padding-top: 2rem; color: #415658; font-size: 1.1rem; line-height: 1.85; }
.story-copy p { margin: 0 0 1.4rem; }
.wide-shot { grid-column: 1 / -1; margin: 4rem 0 0; }
.wide-shot img { width: 100%; border-radius: 2px; box-shadow: 0 24px 60px rgba(16,37,45,.19); }
.wide-shot figcaption, .gallery-grid figcaption { display: flex; gap: .8rem; align-items: center; padding: 1rem 0; color: var(--muted); font-size: .84rem; }
.wide-shot figcaption span { color: var(--red); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.features { padding-bottom: 150px; }
.section-intro { max-width: 760px; margin-bottom: 4rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature-card { min-height: 390px; position: relative; padding: 2.2rem; background: var(--paper); }
.feature-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 6px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.feature-card:hover::after { transform: scaleX(1); }
.feature-card-blue::after { background: var(--blue); }
.feature-card-gold::after { background: var(--gold); }
.feature-number { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.feature-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 4rem 0 2rem; border: 1px solid var(--line); border-radius: 50%; color: var(--red); font-family: var(--serif); font-size: 2.2rem; }
.feature-card-blue .feature-icon { color: var(--blue); }
.feature-card-gold .feature-icon { color: #a97808; }
.feature-card h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: 1.9rem; font-weight: 500; }
.feature-card p { color: #516364; line-height: 1.7; }

.journal-band { overflow: hidden; background: var(--ink); color: var(--cream); padding-block: 130px; }
.journal-layout { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 6rem; }
.journal-shot { margin-left: -15vw; }
.journal-shot img { width: 65vw; max-width: 980px; border: 6px solid #d8c978; border-radius: 6px; box-shadow: 0 30px 65px rgba(0,0,0,.38); transform: rotate(-1.2deg); }
.journal-copy .eyebrow { color: var(--gold); }
.journal-copy h2 { color: var(--cream); }
.journal-copy > p:not(.eyebrow) { color: #b9c6c4; font-size: 1.08rem; line-height: 1.8; }
.check-list { list-style: none; margin: 2rem 0 0; padding: 0; }
.check-list li { padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.13); font-size: .9rem; font-weight: 700; }
.check-list li::before { content: '✓'; margin-right: .8rem; color: var(--gold); }

.gallery { padding-block: 145px; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: 2rem; }
.gallery-grid figure { margin: 0; }
.gallery-grid img { width: 100%; box-shadow: 0 20px 45px rgba(16,37,45,.16); }
.gallery-side { margin-top: 9rem !important; }
.gallery-side img { aspect-ratio: .98; object-fit: cover; object-position: center; }

.privacy-promise { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; margin-bottom: 145px; padding: 4.5rem; background: var(--blue); color: white; box-shadow: 16px 16px 0 var(--gold); }
.privacy-promise .eyebrow { color: var(--gold-light); }
.privacy-promise h2 { font-size: clamp(3rem, 5vw, 5rem); color: white; }
.privacy-promise > div:last-child { align-self: center; }
.privacy-promise p:not(.eyebrow) { margin: 0 0 2rem; color: #dae5ed; font-size: 1.08rem; line-height: 1.8; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; border: 1px solid transparent; border-radius: 3px; padding: .95rem 1.25rem; font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 8px 20px rgba(184,44,46,.24); }
.button-light { background: var(--cream); color: var(--ink); }

.final-cta { padding: 130px 0; background: var(--gold); text-align: center; }
.final-cta img { margin: 0 auto 1.5rem; border: 5px solid var(--cream); border-radius: 24px; box-shadow: 0 14px 30px rgba(16,37,45,.22); }
.final-cta .eyebrow { color: var(--red); }
.final-cta h2 { font-size: clamp(4rem, 9vw, 8.5rem); }
.final-cta p:not(.eyebrow) { margin: 1.3rem 0 2rem; font-size: 1.1rem; }
.store-badge-dark { margin-inline: auto; }

.site-footer { padding: 75px 0 25px; background: #0b1d24; color: #dfe8e5; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 4rem; padding-bottom: 4rem; }
.footer-brand p { max-width: 320px; color: #91a5a4; line-height: 1.6; }
.site-footer .wordmark { color: white; }
.site-footer h2 { margin: 0 0 1.2rem; color: var(--gold); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.site-footer a:not(.wordmark) { display: block; width: fit-content; margin: .8rem 0; color: #b7c5c3; font-size: .88rem; text-decoration: none; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; color: #7f9493; font-size: .75rem; }
.compact-footer { padding-top: 20px; }

.legal-page, .support-page { background: var(--paper); }
.legal-shell { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 85px 0 130px; }
.legal-hero { padding-bottom: 4rem; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(4rem, 10vw, 7.7rem); }
.legal-summary { max-width: 760px; margin: 2rem 0; color: #43595a; font-family: var(--serif); font-size: clamp(1.3rem, 3vw, 1.75rem); line-height: 1.55; }
.updated { color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .05em; }
.legal-toc { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin: 2.5rem 0 0; padding: 1.4rem 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.legal-toc strong { width: 100%; color: var(--red); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-copy { padding-top: 1.5rem; }
.legal-copy section { scroll-margin-top: 2rem; padding: 2.7rem 0; border-bottom: 1px solid var(--line); }
.legal-copy h2 { margin: 0 0 1.3rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.legal-copy h3 { margin: 2rem 0 .7rem; font-size: 1rem; }
.legal-copy p, .legal-copy li { color: #405657; font-size: 1rem; line-height: 1.8; }
.legal-copy a { color: var(--blue); font-weight: 700; }
.policy-callout { margin: 1.5rem 0; padding: 1.5rem; border-left: 5px solid var(--green); background: #e9efe4; }
.policy-callout strong { font-family: var(--serif); font-size: 1.35rem; }
.policy-callout p { margin-bottom: 0; }

.support-hero { min-height: 520px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4rem; padding-block: 80px 100px; }
.support-hero h1 { max-width: 800px; font-size: clamp(4rem, 10vw, 7.7rem); }
.support-hero p:not(.eyebrow) { max-width: 560px; margin: 1.6rem 0 2rem; color: #44595a; font-size: 1.15rem; line-height: 1.7; }
.support-hero img { border: 7px solid var(--cream); border-radius: 40px; box-shadow: 0 25px 55px rgba(16,37,45,.23); transform: rotate(4deg); }
.support-content { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; padding-block: 90px 130px; border-top: 1px solid var(--line); }
.support-card { align-self: start; padding: 2.2rem; background: var(--ink); color: white; box-shadow: 12px 12px 0 var(--gold); }
.support-card .eyebrow { color: var(--gold); }
.support-card h2, .faq-list h2 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: 2.2rem; font-weight: 500; }
.support-card ol { padding-left: 1.25rem; color: #d2dcda; line-height: 1.8; }
.support-card > p:last-child { margin-top: 2rem; color: #9eb1af; font-size: .82rem; line-height: 1.6; }
.faq-list details { border-top: 1px solid var(--line); padding: 1.3rem 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding-right: 2rem; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.3rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: .25rem; top: -.15rem; color: var(--red); font-family: var(--sans); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { padding-right: 2rem; color: #506465; line-height: 1.75; }
.support-contact { margin-bottom: 130px; padding: 4rem; background: var(--blue); color: white; }
.support-contact .eyebrow { color: var(--gold); }
.support-contact h2 { font-size: clamp(3rem, 6vw, 5.5rem); }
.support-contact p { color: #dce6ec; font-size: 1.05rem; }
.support-contact p a { color: white; font-weight: 700; }

.not-found { min-height: 100vh; display: grid; place-items: center; padding: 2rem; text-align: center; }
.not-found main { max-width: 720px; }
.not-found img { margin: 0 auto 2rem; border-radius: 22px; }
.not-found h1 { font-size: clamp(3rem, 8vw, 6rem); }
.not-found p:not(.eyebrow) { margin: 1.4rem 0 2rem; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-late { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 60px 100px; }
  .hero-art { grid-row: 1; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .story { grid-template-columns: 1fr; gap: 1rem; }
  .wide-shot { margin-top: 2.5rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-icon { margin-top: 2.5rem; }
  .journal-layout { grid-template-columns: 1fr; gap: 4rem; }
  .journal-shot { margin-left: 0; }
  .journal-shot img { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-side { margin-top: 0 !important; }
  .gallery-side img { aspect-ratio: 1258 / 586; }
  .privacy-promise { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .support-content { grid-template-columns: 1fr; gap: 5rem; }
}

@media (max-width: 700px) {
  .section-shell, .site-header, .legal-shell { width: min(100% - 30px, 1180px); }
  .site-header { height: 72px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 66px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem; background: var(--ink); box-shadow: 0 15px 35px rgba(16,37,45,.25); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 1rem; color: white; }
  .site-nav a::after { display: none; }
  .hero { gap: 1rem; padding-top: 30px; }
  .hero-art { grid-row: auto; padding-block: 20px; }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .hero-frame { border-width: 4px; }
  .sun { width: 220px; height: 220px; right: 0; }
  .field-tag { display: none; }
  .trust-list { gap: .6rem; }
  .trust-list li:not(:last-child)::after { margin-left: .6rem; }
  .story, .gallery { padding-block: 90px; }
  .features { padding-bottom: 90px; }
  .story-heading h2, .section-intro h2, .journal-copy h2, .privacy-promise h2 { font-size: 3.4rem; }
  .story-copy { padding-top: 0; }
  .journal-band { padding-block: 85px; }
  .privacy-promise { width: 100%; margin-bottom: 90px; padding: 3rem 1.5rem; box-shadow: none; }
  .final-cta { padding-block: 90px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .25rem; }
  .legal-shell { padding: 55px 0 90px; }
  .legal-hero h1 { font-size: 3.8rem; }
  .legal-toc { display: none; }
  .support-hero { min-height: auto; grid-template-columns: 1fr; padding-block: 50px 80px; text-align: center; }
  .support-hero img { grid-row: 1; width: 140px; margin: auto; border-radius: 28px; }
  .support-hero p:not(.eyebrow) { margin-inline: auto; }
  .support-content { padding-block: 70px 90px; }
  .support-contact { width: 100%; margin-bottom: 90px; padding: 3rem 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee > div { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; }
}
