:root {
  color-scheme: light;
  --paper: #f4f1e8;
  --paper-2: #ebe7dc;
  --surface: #fffef9;
  --ink: #10221c;
  --ink-soft: #344b43;
  --muted: #65766f;
  --line: #cfd8d2;
  --green: #0d5b46;
  --green-2: #0a4939;
  --green-soft: #dbe9e3;
  --gold: #c6963f;
  --gold-soft: #f2e4c7;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(16, 34, 28, 0.12);
  --shell: min(1180px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --paper: #0d1714;
  --paper-2: #101f1a;
  --surface: #14241f;
  --ink: #f0f5f1;
  --ink-soft: #c5d2cc;
  --muted: #9cafa6;
  --line: #31443c;
  --green: #65c7a3;
  --green-2: #8fdabd;
  --green-soft: #1b3a30;
  --gold: #e0b968;
  --gold-soft: #3d3320;
  --white: #10211b;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.2em; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(78px, 10vw, 138px); }
.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; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%); background: var(--gold); color: #172119; padding: 10px 16px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: color-mix(in srgb, var(--paper) 84%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .2s ease, background .2s ease; }
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; fill: none; stroke: var(--green); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1.04; }
.brand-copy strong { font-family: var(--serif); font-size: 1.42rem; letter-spacing: -.03em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.primary-nav a { position: relative; text-decoration: none; color: var(--ink-soft); font-size: .9rem; font-weight: 700; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.theme-button { width: 42px; height: 42px; display: grid; place-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.theme-button span { grid-area: 1 / 1; transition: opacity .2s ease, transform .2s ease; }
.theme-moon, html[data-theme="dark"] .theme-sun { opacity: 0; transform: scale(.6) rotate(-45deg); }
html[data-theme="dark"] .theme-moon { opacity: 1; transform: scale(1) rotate(0); }
.menu-button { display: none; }

.hero { min-height: 90vh; padding-top: clamp(150px, 15vw, 205px); position: relative; overflow: hidden; }
.hero-rule { position: absolute; width: 44vw; height: 44vw; border: 1px solid color-mix(in srgb, var(--green) 20%, transparent); border-radius: 50%; left: -19vw; top: 10vw; }
.hero-rule::before, .hero-rule::after { content: ""; position: absolute; border: 1px solid color-mix(in srgb, var(--green) 16%, transparent); border-radius: inherit; inset: 12%; }
.hero-rule::after { inset: 27%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .82fr); gap: clamp(48px, 8vw, 108px); align-items: center; }
.eyebrow { margin: 0 0 20px; color: var(--green); font-size: .74rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; padding: 5px 9px; color: var(--green-2); background: var(--green-soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.04; letter-spacing: -.045em; }
h1 { max-width: 820px; margin-bottom: 30px; font-size: clamp(3.25rem, 6.3vw, 6.6rem); }
h2 { margin-bottom: 25px; font-size: clamp(2.55rem, 4.6vw, 4.9rem); }
h3 { line-height: 1.2; }
.hero-lead { max-width: 710px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.45vw, 1.3rem); line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 20px; border: 1px solid transparent; text-decoration: none; font-size: .9rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green-2); }
.button-primary:hover { background: #07392d; }
html[data-theme="dark"] .button-primary { color: #0c1d17; background: var(--green); }
.button-quiet { border-color: var(--line); color: var(--ink); background: transparent; }
.button-gold { color: #1d261d; background: var(--gold); }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px 34px; margin: 52px 0 0; }
.trust-list div { display: flex; align-items: center; gap: 9px; }
.trust-list dt { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.trust-list dd { margin: 0; color: var(--muted); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.image-frame { position: relative; min-height: 610px; overflow: hidden; background: var(--green-soft); box-shadow: var(--shadow); }
.image-frame::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.64); z-index: 2; pointer-events: none; }
.image-frame img { width: 100%; height: 610px; object-fit: cover; filter: saturate(.72) contrast(1.02); }
.image-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(7, 31, 24, .62)); }
.evidence-card { position: absolute; left: 38px; right: 38px; bottom: 38px; z-index: 3; padding: 24px; background: rgba(250, 250, 245, .94); color: #12221d; backdrop-filter: blur(12px); }
.evidence-card p { margin-bottom: 8px; color: #4f685e; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.evidence-card strong { display: block; line-height: 1.45; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 4px; background: #0d7758; border-radius: 50%; }
.hero-visual figcaption { margin-top: 12px; color: var(--muted); font-size: .72rem; text-align: right; }

.evidence-band { color: #eff9f4; background: var(--green-2); }
.evidence-band-inner { min-height: 84px; display: flex; align-items: center; gap: 25px; }
.evidence-band p { margin: 0; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.65rem); }
.evidence-band-inner > span { flex: 1; height: 1px; background: rgba(255,255,255,.3); }
.evidence-band small { font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.section-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-intro h2 { max-width: 760px; margin-bottom: 0; }
.section-intro > p { max-width: 520px; margin: 0 0 8px; color: var(--ink-soft); font-size: 1.05rem; }
.section-intro.compact { margin-bottom: 48px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 360px; padding: clamp(30px, 4vw, 52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 48%, transparent); transition: background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; background: var(--surface); transform: translateY(-4px); box-shadow: var(--shadow); }
.card-index { color: var(--gold); font-family: var(--serif); font-size: 1.1rem; }
.service-card h3 { margin: 54px 0 18px; font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.35rem); font-weight: 500; }
.service-card p { max-width: 500px; color: var(--ink-soft); }
.service-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 8px 0 8px 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: .87rem; }
.service-card li::before { content: ""; position: absolute; left: 1px; top: 16px; width: 6px; height: 6px; background: var(--green); }

.method-section { color: #eff5f1; background: #10251e; }
.method-section .eyebrow { color: #8fd3b7; }
.method-grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(60px, 10vw, 150px); }
.method-heading { position: sticky; top: 132px; align-self: start; }
.method-heading h2 { max-width: 560px; }
.method-heading > p { max-width: 540px; color: #b6c7c0; }
.text-link { display: inline-flex; gap: 12px; color: var(--green); font-weight: 800; text-decoration-thickness: 1px; }
.method-section .text-link { color: #a8d9c5; }
.method-list { margin: 0; padding: 0; list-style: none; counter-reset: method; }
.method-list li { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 32px 0; border-top: 1px solid #31483e; }
.method-list li:last-child { border-bottom: 1px solid #31483e; }
.method-list > li > span { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.method-list h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.method-list p { max-width: 600px; margin: 0; color: #b6c7c0; }

.work-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.work-feature, .work-card { display: flex; flex-direction: column; min-height: 390px; padding: clamp(28px, 3.5vw, 44px); border: 1px solid var(--line); background: var(--surface); }
.work-feature { background: var(--green-soft); }
.work-meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 62px; }
.work-meta time { color: var(--muted); font-size: .8rem; }
.badge { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 9px; border: 1px solid var(--line); color: var(--ink-soft); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.badge-green { border-color: color-mix(in srgb, var(--green) 45%, var(--line)); color: var(--green-2); }
.badge-gold { border-color: var(--gold); color: color-mix(in srgb, var(--gold) 75%, var(--ink)); }
.work-grid h3 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.35rem); font-weight: 500; }
.work-grid p { color: var(--ink-soft); }
.work-grid .byline { margin-top: auto; color: var(--muted); font-size: .82rem; }
.work-grid .text-link { margin-top: auto; padding-top: 24px; }

.about-section { background: var(--paper-2); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; }
.about-statement h2 { max-width: 700px; }
.large-copy { font-family: var(--serif); color: var(--ink); font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.42; }
.about-copy > p:not(.large-copy) { color: var(--ink-soft); }
.boundary-note { margin-top: 40px; padding: 28px; border-left: 3px solid var(--gold); background: var(--surface); }
.boundary-note strong { display: block; margin-bottom: 8px; color: var(--green); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.boundary-note p { margin: 0; color: var(--ink-soft); }

.payment-section { background: var(--surface); }
.payment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.payment-grid h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }
.payment-steps { display: grid; }
.payment-steps div { display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }
.payment-steps div:last-child { border-bottom: 1px solid var(--line); }
.payment-steps span { color: var(--gold); font-family: var(--serif); font-size: 1.3rem; }
.payment-steps p { margin: 0; color: var(--ink-soft); }
.fraud-note { grid-column: 1 / -1; margin: 20px 0 0; padding: 18px 22px; color: var(--ink-soft); background: var(--gold-soft); font-size: .88rem; }

.contact-section { color: #edf7f2; background: var(--green-2); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 145px); }
.eyebrow-light { color: #a9d8c5; }
.contact-grid > div > p:not(.eyebrow) { color: #bdd1c8; }
.contact-form { padding: clamp(28px, 4vw, 46px); color: var(--ink); background: var(--paper); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 18px; font-size: .76rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--surface); padding: 13px 14px; text-transform: none; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: 3px solid color-mix(in srgb, var(--gold) 55%, transparent); outline-offset: 1px; border-color: var(--gold); }
.check-row { grid-template-columns: 20px 1fr !important; align-items: start; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500 !important; }
.check-row input { width: 18px; height: 18px; margin-top: 3px; }
.form-status { min-height: 25px; margin: 14px 0 0; color: var(--ink-soft); font-size: .83rem; }

.site-footer { padding-top: 72px; color: #cfddd7; background: #091510; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 56px; padding-bottom: 58px; }
.brand-footer { color: #eef7f3; }
.brand-footer .brand-mark { stroke: #8bd1b5; }
.brand-footer .brand-copy small { color: #98ada4; }
.footer-grid > div:first-child > p { margin-top: 22px; color: #8fa39a; }
.footer-grid h2 { margin-bottom: 18px; font-family: var(--sans); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 9px 0; color: #9eb1a8; font-size: .85rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid #25352e; }
.footer-bottom p { margin: 0; color: #778d83; font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 980px) {
  .hero-grid, .section-intro, .method-grid, .about-grid, .payment-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 64px; }
  .image-frame, .image-frame img { height: 560px; min-height: 560px; }
  .section-intro { gap: 24px; }
  .method-heading { position: static; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-feature { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 74px; }
  .brand-copy small { font-size: .58rem; }
  .primary-nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 0; padding: 12px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-130%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .primary-nav.is-open { transform: translateY(0); visibility: visible; }
  .primary-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .menu-button { display: grid; width: 42px; height: 42px; margin-left: auto; padding: 10px; place-content: center; gap: 5px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 19px; height: 2px; background: currentColor; }
  .theme-button { margin-left: 0; }
  .hero { padding-top: 130px; }
  .hero-rule { width: 90vw; height: 90vw; left: -54vw; }
  .image-frame, .image-frame img { height: 470px; min-height: 470px; }
  .evidence-card { left: 22px; right: 22px; bottom: 22px; }
  .evidence-band-inner { flex-wrap: wrap; gap: 10px 15px; padding-block: 17px; }
  .evidence-band-inner > span { min-width: 40px; }
  .evidence-band small { width: 100%; }
  .service-grid, .work-grid, .form-grid { grid-template-columns: 1fr; }
  .work-feature { grid-column: auto; }
  .service-card { min-height: 0; }
  .method-list li { grid-template-columns: 52px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
}

@media (max-width: 460px) {
  h1 { font-size: 3.05rem; }
  h2 { font-size: 2.4rem; }
  .button-row .button { width: 100%; }
  .trust-list { display: grid; }
  .image-frame, .image-frame img { height: 420px; min-height: 420px; }
  .image-frame::before { inset: 10px; }
  .evidence-card { padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto !important; }
}

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

/* Production multi-page extensions */
.primary-nav a[aria-current="page"] { color: var(--green); }
.primary-nav a[aria-current="page"]::after { right: 0; }
.header-cta { min-height: 42px; margin-left: 4px; padding: 9px 14px; color: #fff !important; background: var(--green-2); }
.header-cta::after { display: none; }
html[data-theme="dark"] .header-cta { color: #10211b !important; background: var(--green); }

.page-main { min-height: 65vh; }
.page-hero { position: relative; overflow: hidden; padding: clamp(150px, 14vw, 210px) 0 clamp(74px, 9vw, 120px); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; width: min(640px, 70vw); height: min(640px, 70vw); right: -25vw; bottom: -44vw; border: 1px solid color-mix(in srgb, var(--green) 18%, transparent); border-radius: 50%; box-shadow: 0 0 0 80px color-mix(in srgb, var(--green) 6%, transparent), 0 0 0 160px color-mix(in srgb, var(--green) 4%, transparent); pointer-events: none; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr); gap: clamp(52px, 9vw, 130px); align-items: end; }
.page-hero h1 { max-width: 880px; margin-bottom: 26px; font-size: clamp(3.1rem, 5.8vw, 6.2rem); }
.page-hero .hero-lead { max-width: 780px; margin-bottom: 0; }
.page-hero-aside { padding: 28px 0 5px; border-top: 2px solid var(--green); }
.page-hero-aside p { margin: 0; color: var(--ink-soft); }
.page-hero-aside strong { display: block; margin-bottom: 10px; color: var(--green); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 34px; color: var(--muted); font-size: .77rem; }
.breadcrumb a { text-decoration: none; }
.breadcrumb span[aria-hidden="true"] { color: var(--line); }

.subnav { position: sticky; top: 86px; z-index: 30; overflow-x: auto; background: color-mix(in srgb, var(--surface) 94%, transparent); border-bottom: 1px solid var(--line); }
.subnav-inner { min-height: 56px; display: flex; align-items: center; gap: 26px; white-space: nowrap; }
.subnav a { color: var(--muted); font-size: .78rem; font-weight: 750; text-decoration: none; }
.subnav a:hover, .subnav a:focus-visible { color: var(--green); }

.section-heading { max-width: 820px; margin-bottom: clamp(40px, 6vw, 72px); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p { max-width: 720px; color: var(--ink-soft); font-size: 1.06rem; }
.section-heading.centered > p { margin-inline: auto; }
.section-link-row { margin-top: 32px; }
.action-row { margin-top: 35px; }
.measure { max-width: 760px; }
.prose { color: var(--ink-soft); }
.prose h2, .prose h3 { color: var(--ink); }
.prose h2 { margin-top: 2.2em; font-size: clamp(2rem, 3.3vw, 3.2rem); }
.prose h3 { margin-top: 2em; font-family: var(--serif); font-size: 1.6rem; font-weight: 500; }
.prose p, .prose li { max-width: 770px; }
.prose a { color: var(--green); font-weight: 700; }
.prose blockquote { margin: 42px 0; padding: 28px 32px; border-left: 4px solid var(--gold); color: var(--ink); background: var(--gold-soft); font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.prose code { padding: 2px 5px; background: var(--paper-2); }

.principle-grid, .audience-grid, .topic-grid, .role-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.principle-card, .audience-card, .topic-card, .role-card { padding: 30px; border: 1px solid var(--line); background: var(--surface); }
.principle-card .card-index, .topic-card .card-index { margin-bottom: 56px; }
.principle-card h3, .audience-card h3, .topic-card h3, .role-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.principle-card p, .audience-card p, .topic-card p, .role-card p { margin-bottom: 0; color: var(--ink-soft); }
.topic-card { min-height: 330px; display: flex; flex-direction: column; }
.topic-card .text-link { margin-top: auto; padding-top: 24px; }

.services-detail { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: .52fr 1fr; gap: clamp(35px, 8vw, 110px); padding: clamp(40px, 6vw, 76px); background: var(--surface); }
.service-detail-number { color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.service-detail h2 { margin: 18px 0 20px; font-size: clamp(2.3rem, 3.8vw, 4rem); }
.service-detail-lead { color: var(--ink-soft); font-size: 1.1rem; }
.deliverable-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 24px; margin: 28px 0 0; padding: 0; list-style: none; }
.deliverable-list li { position: relative; padding: 13px 0 13px 20px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .9rem; }
.deliverable-list li::before { content: ""; position: absolute; left: 1px; top: 22px; width: 6px; height: 6px; background: var(--green); }
.fit-note { margin-top: 32px; padding: 22px; background: var(--green-soft); }
.fit-note strong { display: block; margin-bottom: 6px; color: var(--green-2); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.fit-note p { margin: 0; color: var(--ink-soft); }

.process-map { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-step { min-height: 295px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.process-step > span { color: var(--gold); font-family: var(--serif); font-size: 1.1rem; }
.process-step h3 { margin: 70px 0 14px; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.standards-table { width: 100%; border-collapse: collapse; background: var(--surface); }
.standards-table caption { margin-bottom: 14px; color: var(--muted); text-align: left; font-size: .82rem; }
.standards-table th, .standards-table td { padding: 18px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.standards-table th { color: var(--green); background: var(--green-soft); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.standards-table td { color: var(--ink-soft); }

.photo-panel { position: relative; min-height: 520px; overflow: hidden; color: white; background: #142a22; }
.photo-panel img { width: 100%; height: 520px; object-fit: cover; filter: saturate(.76); }
.photo-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,29,22,.82), rgba(6,29,22,.1)); }
.photo-panel-copy { position: absolute; z-index: 2; left: clamp(26px, 6vw, 78px); bottom: clamp(28px, 6vw, 70px); max-width: 620px; }
.photo-panel-copy h2 { margin-bottom: 18px; font-size: clamp(2.7rem, 5vw, 5.2rem); }
.photo-panel-copy p { max-width: 560px; color: #d1dfd8; }
.photo-credit { position: absolute; z-index: 3; right: 15px; bottom: 12px; color: rgba(255,255,255,.82); font-size: .68rem; }
.photo-credit a { color: inherit; }

.library-controls { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.filter-button, .citation-button { min-height: 40px; padding: 8px 13px; border: 1px solid var(--line); color: var(--ink-soft); background: var(--surface); font-size: .76rem; font-weight: 750; cursor: pointer; }
.filter-button[aria-pressed="true"] { color: #fff; border-color: var(--green-2); background: var(--green-2); }
html[data-theme="dark"] .filter-button[aria-pressed="true"] { color: #10211b; background: var(--green); }
.library-status { min-height: 24px; margin: 0 0 20px; color: var(--muted); font-size: .8rem; }
.library-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.library-card { min-height: 440px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: var(--surface); }
.library-card h2 { margin: 0 0 18px; font-size: clamp(1.55rem, 2.5vw, 2.2rem); }
.library-card > p { color: var(--ink-soft); }
.library-card .byline { margin-top: auto; padding-top: 24px; color: var(--muted); font-size: .8rem; }
.library-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.citation-button:hover { color: var(--green); border-color: var(--green); }
.no-script-note { padding: 20px; border-left: 3px solid var(--gold); background: var(--gold-soft); }

.article-layout { display: grid; grid-template-columns: minmax(0, 790px) minmax(230px, 300px); gap: clamp(50px, 8vw, 120px); align-items: start; }
.article-sidebar { position: sticky; top: 130px; padding-top: 20px; border-top: 2px solid var(--green); }
.article-sidebar h2 { font-family: var(--sans); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.article-sidebar dl { margin: 0; }
.article-sidebar div { padding: 12px 0; border-top: 1px solid var(--line); }
.article-sidebar dt { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-sidebar dd { margin: 5px 0 0; color: var(--ink-soft); font-size: .84rem; }
.citation-box { margin: 42px 0; padding: 26px; border: 1px solid var(--line); background: var(--surface); }
.citation-box h2 { margin-top: 0; font-family: var(--sans); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.citation-box p { margin-bottom: 18px; color: var(--ink-soft); font-size: .88rem; }

.policy-layout { display: grid; grid-template-columns: minmax(220px, .33fr) minmax(0, .9fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.policy-nav { position: sticky; top: 126px; padding: 22px; border: 1px solid var(--line); background: var(--surface); }
.policy-nav h2 { font-family: var(--sans); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.policy-nav a { display: block; padding: 9px 0; color: var(--muted); font-size: .82rem; text-decoration: none; }
.policy-nav a:hover { color: var(--green); }
.policy-content section { scroll-margin-top: 160px; }
.policy-content h2 { margin-top: 2.1em; font-size: clamp(2rem, 3.1vw, 3rem); }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p, .policy-content li { color: var(--ink-soft); }
.policy-content li + li { margin-top: 8px; }
.policy-meta { margin-bottom: 32px; padding: 16px 20px; color: var(--ink-soft); background: var(--green-soft); font-size: .83rem; }

.ethics-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.ethics-card { padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); background: var(--surface); }
.ethics-card h2 { margin: 0 0 16px; font-size: clamp(1.7rem, 2.8vw, 2.6rem); }
.ethics-card p { color: var(--ink-soft); }
.ethics-card ul { padding-left: 19px; color: var(--ink-soft); }
.stop-card { border-top: 5px solid #8b3b31; }
.go-card { border-top: 5px solid var(--green); }
.associate-card { border-top: 5px solid var(--gold); }

.contact-layout { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1.1fr); gap: clamp(50px, 9vw, 120px); align-items: start; }
.contact-aside { position: sticky; top: 126px; }
.contact-aside h2 { font-size: clamp(2.5rem, 4vw, 4.4rem); }
.contact-detail { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-detail strong { display: block; margin-bottom: 5px; color: var(--green); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail a, .contact-detail span { color: var(--ink-soft); }
.production-form { padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); background: var(--surface); }
.production-form fieldset { margin: 0 0 30px; padding: 0; border: 0; }
.production-form legend { margin-bottom: 20px; color: var(--green); font-family: var(--serif); font-size: 1.45rem; }
.production-form label { display: grid; gap: 7px; margin-bottom: 17px; color: var(--ink-soft); font-size: .78rem; font-weight: 750; }
.production-form input, .production-form select, .production-form textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--paper); }
.production-form textarea { min-height: 145px; resize: vertical; }
.production-form input:focus, .production-form select:focus, .production-form textarea:focus { outline: 3px solid color-mix(in srgb, var(--gold) 55%, transparent); outline-offset: 1px; border-color: var(--gold); }
.production-form .check-row { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; font-weight: 500; }
.production-form .check-row input { width: 18px; min-height: 18px; margin-top: 3px; }
.sensitive-warning { margin: 0 0 28px; padding: 18px 20px; border-left: 4px solid var(--gold); color: var(--ink-soft); background: var(--gold-soft); font-size: .87rem; }

.payment-methods { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.payment-method { min-height: 300px; padding: 32px; border: 1px solid var(--line); background: var(--surface); }
.payment-method .badge { margin-bottom: 50px; }
.payment-method h2 { margin-bottom: 16px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.payment-method p { color: var(--ink-soft); }
.payment-safety { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; padding: clamp(36px, 6vw, 70px); color: #edf7f2; background: #10251e; }
.payment-safety h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.payment-safety ul { margin: 0; padding-left: 20px; color: #c8d8d1; }
.payment-safety li + li { margin-top: 12px; }

.role-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.role-card { min-height: 300px; }
.role-label { display: inline-block; margin-bottom: 48px; color: var(--gold); font-size: .69rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.facts-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); background: var(--green-2); color: #eef7f2; }
.fact { min-height: 160px; padding: 28px; border-right: 1px solid rgba(255,255,255,.17); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; margin-bottom: 16px; color: #a7d9c4; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.fact span { color: #c0d2ca; font-size: .83rem; }

.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: clamp(36px, 6vw, 72px); color: #eff7f3; background: var(--green-2); }
.cta-panel h2 { max-width: 780px; margin-bottom: 14px; font-size: clamp(2.3rem, 4vw, 4.4rem); }
.cta-panel p { max-width: 700px; margin-bottom: 0; color: #c3d5cd; }
.cta-panel .button { white-space: nowrap; }

.credit-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.credit-card { overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.credit-card img { width: 100%; height: 310px; object-fit: cover; }
.credit-copy { padding: 26px; }
.credit-copy h2 { margin: 0 0 12px; font-size: 1.8rem; }
.credit-copy p { color: var(--ink-soft); font-size: .88rem; }
.credit-copy a { color: var(--green); }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 40px; background: var(--paper); }
.error-card { max-width: 780px; text-align: center; }
.error-code { display: block; color: var(--gold); font-family: var(--serif); font-size: clamp(5rem, 16vw, 12rem); line-height: .8; }
.error-card h1 { margin: 28px auto 20px; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.error-card p { max-width: 600px; margin-inline: auto; color: var(--ink-soft); }
.error-card .button-row { justify-content: center; }

@media (max-width: 1080px) {
  .process-map { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .library-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .principle-grid, .audience-grid, .topic-grid, .role-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .page-hero-grid, .service-detail, .article-layout, .policy-layout, .contact-layout, .payment-safety { grid-template-columns: 1fr; }
  .page-hero-aside { max-width: 620px; }
  .article-sidebar, .policy-nav, .contact-aside { position: static; }
  .policy-nav { display: none; }
}

@media (max-width: 760px) {
  .header-cta { margin: 10px 0 0; text-align: center; }
  .subnav { top: 74px; }
  .page-hero { padding-top: 126px; }
  .page-hero-grid, .service-detail { gap: 30px; }
  .principle-grid, .audience-grid, .topic-grid, .role-grid, .library-grid, .ethics-grid, .payment-methods, .credit-grid { grid-template-columns: 1fr; }
  .process-map { grid-template-columns: 1fr; }
  .process-step { min-height: 0; }
  .process-step h3 { margin-top: 38px; }
  .deliverable-list { grid-template-columns: 1fr; }
  .standards-table { display: block; overflow-x: auto; }
  .photo-panel, .photo-panel img { min-height: 590px; height: 590px; }
  .payment-safety { gap: 24px; }
  .facts-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-panel .button { justify-self: start; }
}

@media (max-width: 460px) {
  .facts-strip { grid-template-columns: 1fr; }
  .fact { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .fact:last-child { border-bottom: 0; }
  .credit-card img { height: 230px; }
}
