:root {
  --cream: #f8f4ed;
  --paper: #fffdf9;
  --ink: #34291f;
  --earth: #76523b;
  --olive: #697052;
  --sage: #dde1d2;
  --gold: #caa979;
  --muted: #6d6258;
  --line: rgba(72, 56, 43, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow: 0 24px 70px rgba(66, 49, 36, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; line-height: 1.1; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 1.4rem; color: var(--earth); }
.brand strong { display: block; font-family: var(--serif); text-transform: uppercase; letter-spacing: .16em; font-weight: 500; }
.brand small { display: block; margin-top: .3rem; color: var(--muted); font-size: .65rem; letter-spacing: .035em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(.9rem, 1.8vw, 1.7rem); font-size: .77rem; font-weight: 650; }
.desktop-nav a { position: relative; text-decoration: none; }
.desktop-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--earth); transition: right .2s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a[aria-current="page"]::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--ink); color: #fff; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }
.nav-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { position: fixed; z-index: 40; inset: 78px 0 auto; padding: 2.2rem 20px 2.8rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-nav a { display: block; padding: .8rem 0; font-family: var(--serif); font-size: 1.35rem; text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-nav a:last-child { margin-top: 1rem; padding: .9rem 1rem; color: #fff; background: var(--ink); border: 0; border-radius: 999px; text-align: center; font-family: var(--sans); font-size: .9rem; font-weight: 700; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .65rem; padding: .75rem 1.4rem; background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { background: var(--earth); border-color: var(--earth); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .55rem 1.05rem; font-size: .75rem; }
.button-light { margin-top: 1rem; color: var(--ink); background: transparent; }
.button-cream { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.button-cream:hover { color: #fff; }
.text-link { text-underline-offset: .35em; font-weight: 700; }

.eyebrow { margin: 0 0 1rem; color: var(--olive); font-size: .72rem; font-weight: 800; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.1; letter-spacing: -.02em; }
h1 { font-size: clamp(3.2rem, 6.2vw, 6.6rem); }
h2 { font-size: clamp(2.25rem, 4.1vw, 4.2rem); }
h3 { font-size: 1.45rem; }
h1 em, h2 em { color: var(--olive); font-weight: 400; }
.section { padding-block: clamp(5rem, 10vw, 9rem); }
.surface-soft { background: var(--paper); }
.surface-dark { background: var(--ink); color: var(--cream); }
.section-heading { max-width: 760px; margin: 0 auto 3.2rem; text-align: center; }
.section-heading h2 { margin: 0; }
.section-heading > p:last-child { max-width: 650px; margin: 1.3rem auto 0; color: var(--muted); }
.section-heading.compact { max-width: 700px; }
.section-action { margin: 2.5rem 0 0; text-align: center; }
.prose p { margin: 0 0 1.2rem; color: var(--muted); font-size: 1.04rem; }

.hero { min-height: 700px; padding-block: 68px 84px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 6vw, 6.5rem); }
.hero-copy h1 { max-width: 710px; margin: 0; }
.hero-copy .lead { max-width: 650px; margin: 1.8rem 0 0; color: #62584e; font-size: clamp(1.04rem, 1.5vw, 1.22rem); }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.35rem; flex-wrap: wrap; }
.reassurance { margin-top: 2.4rem; color: var(--muted); font-size: .84rem; }
.reassurance span { margin-right: .35rem; color: var(--gold); }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 8% 0 0 8%; z-index: -2; border-radius: 54% 46% 49% 51% / 43% 52% 48% 57%; background: #e9e5d8; }
.hero-visual img { width: min(88%, 500px); height: auto; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; filter: saturate(.86) contrast(.98); }
.sun { position: absolute; top: 6%; right: 7%; width: 62px; height: 62px; border-radius: 50%; background: rgba(202,169,121,.4); }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(202,169,121,.46); border-radius: 50%; }
.orbit-one { width: 92%; height: 78%; transform: rotate(19deg); }
.orbit-two { width: 80%; height: 92%; transform: rotate(-24deg); }

.trust-bar { padding: 1.8rem 0; background: var(--sage); border-block: 1px solid rgba(71,75,54,.12); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { position: relative; margin: 0; padding: .7rem 2rem .7rem 3.4rem; border-right: 1px solid rgba(71,75,54,.15); }
.trust-grid p:last-child { border: 0; }
.trust-grid p > span { position: absolute; left: 1rem; top: .8rem; color: var(--olive); font-family: var(--serif); }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.trust-grid small { margin-top: .25rem; color: #626651; font-size: .76rem; line-height: 1.45; }

.section-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.section-intro h2 { margin: 0; }
.intro-copy { padding-top: 1.8rem; }
.intro-copy p { margin: 0 0 1.2rem; color: var(--muted); font-size: 1.05rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.topic-card { min-height: 225px; padding: 2rem; background: var(--paper); }
.topic-card > span { display: block; color: var(--gold); font-size: 1.3rem; }
.topic-card h3 { margin: 2rem 0 .7rem; }
.topic-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.approach { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.approach-visual { position: relative; min-height: 440px; display: grid; place-items: center; align-content: center; border-radius: 48% 52% 55% 45% / 52% 42% 58% 48%; background: var(--sage); text-align: center; }
.approach-visual p { margin: .7rem; font-family: var(--serif); font-size: 1.3rem; font-style: italic; }
.approach-visual span { width: 1px; height: 62px; background: var(--olive); }
.approach-copy { max-width: 620px; }
.approach-copy h2 { margin: 0; }
.approach-copy > p:not(.eyebrow) { color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.portrait-frame { position: relative; max-width: 460px; }
.portrait-frame::before { content: ""; position: absolute; z-index: 0; inset: 8% -8% -8% 10%; border: 1px solid rgba(202,169,121,.5); border-radius: 50% 50% 46% 54% / 44% 48% 52% 56%; }
.portrait-frame img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 28%; border-radius: 48% 52% 49% 51% / 43% 44% 56% 57%; filter: saturate(.78) contrast(.96); }
.portrait-caption { position: absolute; z-index: 2; right: -2rem; bottom: 1.5rem; padding: .65rem 1rem; color: var(--ink); background: var(--cream); font-family: var(--serif); font-style: italic; }
.about-copy .eyebrow { color: var(--gold); }
.about-copy h2 { margin: 0; color: var(--cream); }
.about-copy > p { color: #cec6bb; }
.about-copy blockquote { margin: 2rem 0; padding-left: 1.5rem; border-left: 1px solid var(--gold); color: var(--cream); font-family: var(--serif); font-size: 1.35rem; font-style: italic; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; padding: 0; margin: 3.5rem 0 0; list-style: none; }
.steps li { display: flex; gap: 1rem; }
.steps li > span { flex: 0 0 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); }
.steps h3 { margin: 0 0 .55rem; }
.steps p { margin: 0; color: var(--muted); font-size: .9rem; }
.signature { padding-block: clamp(5rem, 10vw, 8rem); background: var(--sage); }
.signature-inner { max-width: 950px; text-align: center; }
.signature-inner > p:last-child { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 4.5vw, 4.6rem); line-height: 1.2; }
.signature-inner em { color: var(--olive); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.25rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .2rem; top: 1.15rem; color: var(--olive); font-family: var(--sans); font-size: 1.5rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 800px; margin: -.3rem 0 1.5rem; color: var(--muted); }

.cta-section { padding-block: clamp(4.5rem, 8vw, 7rem); color: var(--cream); background: var(--olive); }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.cta-inner > div { max-width: 760px; }
.cta-inner .eyebrow { color: #e4d4ba; }
.cta-inner h2 { margin: 0; color: var(--cream); }
.cta-inner p:last-child { color: #e6e6dd; }

.page-hero { min-height: 560px; padding-block: clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: center; }
.page-hero-copy { max-width: 800px; }
.page-hero h1 { margin: 0; font-size: clamp(3.3rem, 6vw, 6.2rem); }
.page-hero-copy > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.13rem; }
.page-hero-symbol { position: relative; min-height: 300px; display: grid; place-items: center; border: 1px solid rgba(202,169,121,.55); border-radius: 50%; }
.page-hero-symbol > span:first-child { color: var(--gold); font-size: 2rem; }
.page-hero-symbol > span:nth-child(2) { position: absolute; width: 1px; height: 64%; background: rgba(105,112,82,.5); transform: rotate(40deg); }
.page-hero-symbol em { position: absolute; bottom: 18%; font-family: var(--serif); font-size: 1.25rem; }
.two-col { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 8vw, 8rem); }
.two-col h2 { margin: 0; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.value-grid article { min-height: 260px; padding: 2rem; background: var(--paper); }
.value-grid article > span { color: var(--gold); font-family: var(--serif); }
.value-grid h3 { margin: 3.5rem 0 .7rem; }
.value-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.toolkit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.toolkit-copy h2 { margin: 0; }
.toolkit-copy > p:not(.eyebrow) { color: var(--muted); }
.tool-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.tool-list li { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: center; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.tool-list span { font-family: var(--serif); font-size: 1.2rem; }
.tool-list small { color: var(--muted); }
.boundary { margin-bottom: clamp(5rem, 10vw, 9rem); padding: 2rem; display: grid; grid-template-columns: .4fr 1.6fr; gap: 2rem; background: var(--sage); border-left: 4px solid var(--olive); }
.boundary strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.boundary p { margin: 0; color: #5d604c; }

.situation-list { border-top: 1px solid var(--line); }
.situation-list article { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.situation-list article > span { color: var(--gold); font-family: var(--serif); }
.situation-list h2 { margin: 0 0 .5rem; font-size: clamp(1.7rem, 3vw, 2.8rem); }
.situation-list p { max-width: 700px; margin: 0; color: var(--muted); }

.about-hero { grid-template-columns: 1.15fr .85fr; }
.about-hero-photo { justify-self: end; width: min(100%, 430px); }
.about-hero-photo img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center 28%; border-radius: 48% 52% 49% 51% / 43% 44% 56% 57%; filter: saturate(.8); }
.story { max-width: 1020px; }
.story-lead { max-width: 900px; margin: 0 0 3rem; font-family: var(--serif); font-size: clamp(1.9rem, 3.5vw, 3.15rem); line-height: 1.3; }
.story-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; }
.story-columns p { color: var(--muted); }
.journey-invite { padding-block: clamp(4rem, 8vw, 7rem); color: var(--cream); background: #211b16; overflow: hidden; }
.journey-invite-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.journey-invite-art { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(202,169,121,.32); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.journey-invite-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(25,20,16,.7), transparent 55%); pointer-events: none; }
.journey-invite-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.journey-invite-art span { position: absolute; z-index: 1; left: 1.5rem; bottom: 1.2rem; color: #e4d4ba; font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.journey-invite-copy .eyebrow { color: var(--gold); }
.journey-invite-copy h2 { margin: 0; color: var(--cream); }
.journey-invite-copy h2 em { color: var(--gold); }
.journey-invite-copy > p:not(.eyebrow) { color: #d1c8bd; }
.journey-invite-copy ul { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; color: #e2d8ca; font-size: .78rem; }
.journey-invite-copy li { position: relative; padding-left: 1rem; }
.journey-invite-copy li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.journey-invite-copy small { display: block; max-width: 590px; margin-top: 1.1rem; color: #9f958b; font-size: .7rem; line-height: 1.5; }
.quote-large { max-width: 1000px; text-align: center; }
.quote-large p { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.25; }
.origin-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.origin-emblem { width: min(100%, 520px); aspect-ratio: 1; min-height: 0; justify-self: center; display: grid; place-items: center; padding: clamp(1rem, 3vw, 2rem); border-radius: 50%; background: var(--sage); overflow: hidden; }
.origin-emblem img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.origin-copy h2 { margin: 0; }
.origin-copy > p:not(.eyebrow) { color: var(--muted); }

.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 130px 1fr; gap: 2rem; padding: 3.5rem 0; border-bottom: 1px solid var(--line); }
.timeline li > span { color: var(--gold); font-family: var(--serif); font-size: 1.4rem; }
.timeline h2 { margin: 0 0 .6rem; font-size: clamp(2rem, 3.5vw, 3.4rem); }
.timeline li div > p:last-child { max-width: 720px; margin: 0; color: var(--muted); }
.practical-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.practical-grid h2 { margin: 0; }
.practical-grid dl { margin: 0; }
.practical-grid dl div { display: grid; grid-template-columns: 1fr 1.7fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.practical-grid dt { font-family: var(--serif); font-size: 1.1rem; }
.practical-grid dd { margin: 0; color: var(--muted); }
.faq-page { max-width: 920px; }

.contact-hero { min-height: 760px; padding-block: clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-intro { position: sticky; top: 2rem; }
.contact-intro h1 { margin: 0; font-size: clamp(3.2rem, 5vw, 5.7rem); }
.contact-intro > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.contact-direct { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.contact-direct span, .contact-direct small, .contact-direct a { display: block; }
.contact-direct span { margin-bottom: .5rem; color: var(--olive); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-direct a { font-family: var(--serif); font-size: 1.25rem; }
.contact-direct small { margin-top: .5rem; color: var(--muted); }
.contact-phone { margin-top: 1.6rem; }
.form-card { padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.form-card label { display: block; margin-bottom: 1.25rem; color: #4d443c; font-size: .86rem; font-weight: 700; }
.form-card label > span, .form-card label > b { color: var(--earth); }
.form-card label small { color: var(--muted); font-weight: 400; }
.form-card input, .form-card textarea, .form-card select { width: 100%; min-height: 50px; margin-top: .45rem; padding: .72rem .8rem; color: var(--ink); background: var(--cream); border: 1px solid var(--line); border-radius: 0; }
.form-card textarea { resize: vertical; }
.form-card input:focus, .form-card textarea:focus, .form-card select:focus { outline: 2px solid var(--olive); outline-offset: 1px; }
.field-help { margin-top: -1rem; color: var(--muted); font-size: .75rem; }
.char-count { margin-top: .2rem; color: var(--muted); font-size: .72rem; text-align: right; }
.form-card .check { margin: 1.5rem 0; display: flex; gap: .8rem; align-items: flex-start; font-weight: 400; }
.form-card .check input { flex: 0 0 19px; width: 19px; min-height: 19px; margin: .25rem 0 0; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.button-submit { width: 100%; }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .74rem; text-align: center; }
.form-status { margin-bottom: 1.5rem; padding: 1rem; border-left: 4px solid var(--olive); background: var(--sage); }
.form-status.error { border-color: #994939; background: #f5e4df; }

.legal-page { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(4rem, 8vw, 7rem); }
.legal-title { position: sticky; top: 2rem; align-self: start; }
.legal-title h1 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); }
.legal-content { max-width: 780px; }
.legal-content > p:first-child { font-family: var(--serif); font-size: 1.4rem; }
.legal-content h2 { margin: 2.5rem 0 .7rem; font-size: 1.6rem; }
.legal-content p { color: var(--muted); }
.legal-warning { padding: 1.2rem; color: #5d4b3d !important; background: #f1e3d5; border-left: 4px solid var(--gold); }
.legal-updated { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .82rem; }
.not-found { min-height: 70vh; padding-block: 7rem; text-align: center; }
.not-found h1 { max-width: 900px; margin-inline: auto; }
.not-found p:not(.eyebrow) { color: var(--muted); }

.site-footer { padding-top: 4.5rem; color: #d8d0c7; background: #2b231c; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 4rem; padding-bottom: 3.5rem; }
.footer-brand strong { color: var(--cream); font-family: var(--serif); font-size: 1.9rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid h2 { margin: 0 0 1rem; color: var(--gold); font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin: .45rem 0; text-underline-offset: .3em; }
.footer-grid p { color: #a99f95; font-size: .83rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 1.4rem; }
.footer-disclaimer { padding-block: 1rem 1.5rem; color: #9f958c; border-top: 1px solid rgba(255,255,255,.07); font-size: .7rem; }
.footer-credit { padding-block: 0 1.5rem; color: #9f958c; font-size: .72rem; text-align: center; }
.footer-credit a { color: var(--cream); text-underline-offset: .3em; }
.mobile-contact { display: none; }

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

@media (max-width: 1040px) {
  .desktop-nav > a:not(.button) { display: none; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  body.menu-open { overflow: hidden; }
  .site-header { min-height: 78px; }
  .desktop-nav { display: none; }
  .nav-toggle { display: block; }
  .hero, .page-hero, .about-hero, .contact-hero, .section-intro, .two-col, .toolkit, .about-grid, .origin-grid, .practical-grid, .legal-page, .journey-invite-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 52px; text-align: center; }
  .hero-actions { justify-content: center; }
  .reassurance { max-width: 460px; margin-inline: auto; }
  .hero-visual { min-height: 400px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { padding-block: 1rem; border-right: 0; border-bottom: 1px solid rgba(71,75,54,.15); }
  .trust-grid p:last-child { border-bottom: 0; }
  .approach { grid-template-columns: 1fr; }
  .approach-visual { min-height: 360px; }
  .portrait-frame { margin-inline: auto; }
  .steps { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: auto; }
  .page-hero-symbol { min-height: 260px; }
  .about-hero-photo { justify-self: center; }
  .story-columns { grid-template-columns: 1fr; gap: 1rem; }
  .journey-invite-art { min-height: 420px; }
  .contact-intro, .legal-title { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-contact { position: fixed; z-index: 30; left: 50%; bottom: 1rem; display: block; width: min(270px, calc(100% - 40px)); padding: .8rem 1rem; color: #fff; background: var(--ink); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.2); text-align: center; text-decoration: none; font-size: .86rem; font-weight: 750; transform: translateX(-50%); }
  .site-footer { padding-bottom: 5rem; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .brand-mark { width: 38px; }
  .brand strong { font-size: .85rem; }
  .brand small { display: none; }
  .hero h1, .page-hero h1, .contact-intro h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-visual { min-height: 320px; }
  .hero-visual img { width: 90%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .card-grid, .value-grid, .field-row { grid-template-columns: 1fr; }
  .topic-card, .value-grid article { min-height: auto; }
  .topic-card h3, .value-grid h3 { margin-top: 1.7rem; }
  .approach-visual { min-height: 310px; }
  .journey-invite-art { min-height: 330px; }
  .journey-invite-copy ul { display: grid; }
  .tool-list li { grid-template-columns: 1fr; gap: .2rem; }
  .boundary { grid-template-columns: 1fr; }
  .situation-list article, .timeline li { grid-template-columns: 1fr; gap: .5rem; }
  .practical-grid dl div { grid-template-columns: 1fr; gap: .2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
}

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

@media print {
  .site-header, .mobile-nav, .site-footer, .mobile-contact, .cta-section { display: none !important; }
  body { background: #fff; color: #000; }
  .wrap { width: 100%; }
  .legal-page { display: block; }
}
