:root {
  --ink: #152522;
  --ink-soft: #3f4b47;
  --forest: #143d3b;
  --forest-light: #1d514d;
  --teal: #7ba89b;
  --teal-strong: #628b80;
  --teal-pale: #dfeae5;
  --sand: #f4efe4;
  --paper: #fffdf8;
  --coral: #ad4938;
  --apricot: #f3b777;
  --line: #d8d7ce;
  --white: #fff;
  --danger: #a13225;
  --shadow: 0 24px 70px rgba(20, 61, 59, .12);
  --radius: 22px;
  --shell: 1180px;
  --font: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background-image: radial-gradient(rgba(20, 61, 59, .035) .7px, transparent .7px);
  background-size: 8px 8px;
  content: "";
  pointer-events: none;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 680; letter-spacing: -.035em; line-height: 1.06; text-wrap: balance; }
h1 { font-size: clamp(2.6rem, 5vw, 4.75rem); }
h2 { font-size: clamp(1.95rem, 3.5vw, 3.35rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { text-wrap: pretty; }
code { padding: .12em .35em; border-radius: 5px; background: var(--sand); font-size: .92em; }
::selection { color: var(--white); background: var(--forest); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-180%); border-radius: 8px; color: var(--white); background: var(--forest); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; color: var(--forest); font-size: .77rem; font-weight: 750; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 2px; background: var(--coral); content: ""; }
.muted { color: #6e7773; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgba(255, 253, 248, .91); backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: rgba(20, 61, 59, .11); box-shadow: 0 8px 32px rgba(20, 61, 59, .06); }
.header-inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { flex: 0 0 auto; }
.brand-name { display: flex; align-items: baseline; gap: 5px; color: var(--forest); font-size: 1.12rem; letter-spacing: -.04em; line-height: 1; }
.brand-name strong { font-weight: 800; }
.brand-name span { color: var(--coral); font-size: .87em; font-weight: 750; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.desktop-nav a { position: relative; padding-block: 8px; color: var(--ink-soft); font-size: .92rem; font-weight: 610; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--coral); content: ""; transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 11px; }
.language { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .73rem; font-weight: 800; letter-spacing: .05em; text-decoration: none; }
.language:hover { border-color: var(--forest); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 14px 23px; border: 1px solid var(--forest); border-radius: 999px; color: var(--white); background: var(--forest); font-size: .89rem; font-weight: 720; line-height: 1.25; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s, background-color .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: var(--forest-light); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--forest); outline-offset: 4px; box-shadow: 0 0 0 7px var(--apricot); }
.button-small { min-height: 44px; padding: 10px 19px; }
.button-light { border-color: var(--paper); color: var(--forest); background: var(--paper); }
.button-light:hover { border-color: var(--apricot); background: var(--apricot); }
.button-ghost { color: var(--forest); background: transparent; }
.button-ghost:hover { color: var(--white); background: var(--forest); }
.menu-button { display: none; min-height: 44px; align-items: center; gap: 9px; padding: 8px 10px; border: 0; color: var(--ink); background: transparent; font-size: .84rem; font-weight: 700; cursor: pointer; }
.menu-button i, .menu-button i::before, .menu-button i::after { display: block; width: 20px; height: 2px; background: currentColor; content: ""; transition: transform .2s; }
.menu-button i { position: relative; }
.menu-button i::before { position: absolute; top: -6px; }
.menu-button i::after { position: absolute; top: 6px; }
.menu-button[aria-expanded="true"] i { background: transparent; }
.menu-button[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }
.mobile-menu { border-top: 1px solid var(--line); background: var(--paper); }
.mobile-menu nav { display: grid; padding-block: 12px 24px; }
.mobile-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; font-weight: 650; text-decoration: none; }

.hero { position: relative; overflow: hidden; padding: clamp(44px, 6vw, 78px) 0 0; }
.hero::after { position: absolute; z-index: -2; top: 5%; right: -16%; width: 58vw; height: 58vw; border-radius: 50%; background: radial-gradient(circle, rgba(123, 168, 155, .2), rgba(123, 168, 155, 0) 67%); content: ""; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); align-items: center; gap: clamp(42px, 6vw, 82px); }
.hero-copy { padding-block: 16px 26px; }
.hero h1 { max-width: 680px; margin-bottom: 23px; font-size: clamp(2.75rem, 4.65vw, 4.35rem); }
.hero-lead { max-width: 620px; margin-bottom: 30px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.55vw, 1.25rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-size: .9rem; font-weight: 750; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.proof-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 44px 0 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .82rem; font-weight: 650; list-style: none; }
.proof-list li { display: flex; align-items: center; gap: 11px; padding: 4px 24px; border-right: 1px solid var(--line); }
.proof-list li:first-child { padding-left: 0; }
.proof-list li:last-child { padding-right: 0; border-right: 0; }
.proof-list span { display: grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--white); background: var(--coral); font-weight: 850; }
.hero-art { position: relative; margin: 0; }
.hero-art::before { position: absolute; z-index: -1; inset: -18px 20px 20px -18px; border-radius: 36px 138px 36px 36px; background: var(--teal-pale); content: ""; transform: rotate(-2deg); }
.hero-art img { aspect-ratio: 5 / 6; width: 100%; max-height: 650px; border-radius: 30px 132px 30px 30px; box-shadow: var(--shadow); object-fit: cover; object-position: 55% 50%; }
.hero-art figcaption { position: absolute; right: 18px; bottom: 18px; max-width: 245px; padding: 14px 17px; border-left: 3px solid var(--coral); color: var(--white); background: rgba(20, 61, 59, .94); font-size: .73rem; line-height: 1.45; }

.section { padding: clamp(68px, 8vw, 106px) 0; }
.section-tight { padding-top: 0; }
.section-tint { background: var(--sand); }
.section-ink { color: var(--white); background: var(--forest); }
.section-ink .eyebrow { color: var(--apricot); }
.section-ink .eyebrow::before { background: var(--teal); }
.section-heading { max-width: 760px; margin-bottom: clamp(34px, 5vw, 52px); }
.section-heading h2 { margin-bottom: 18px; }
.section-heading p { max-width: 660px; margin: 0; color: var(--ink-soft); font-size: 1.08rem; }
.section-ink .section-heading p { color: rgba(255, 255, 255, .72); }
.cards { display: grid; gap: 16px; }
.cards-1 { grid-template-columns: 1fr; }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.card { position: relative; display: flex; min-height: 260px; flex-direction: column; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 253, 248, .82); transition: border-color .25s, box-shadow .25s, transform .25s; }
.card:hover { transform: translateY(-5px); border-color: var(--teal); box-shadow: 0 20px 55px rgba(20, 61, 59, .09); }
.card-arrow { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); font-size: 1.05rem; font-weight: 750; transition: color .2s, background-color .2s, border-color .2s, transform .2s; }
.card:hover .card-arrow { transform: translate(2px, -2px); border-color: var(--forest); color: var(--white); background: var(--forest); }
.card h3 { margin-bottom: 17px; }
.card p { margin-bottom: 24px; color: var(--ink-soft); font-size: .95rem; }
.card .text-link { margin-top: auto; }
.section-paths { background: linear-gradient(180deg, var(--paper), #faf7ef); }
.path-flow { display: block; border-top: 1px solid var(--line); }
.path-row { display: grid; grid-template-columns: minmax(200px, .82fr) minmax(90px, .3fr) minmax(300px, 1fr); min-height: 106px; align-items: center; padding: 17px 20px; border-bottom: 1px solid var(--line); text-decoration: none; transition: color .22s, background-color .22s, padding .22s; }
.path-row:hover { padding-inline: 28px 16px; color: var(--white); background: var(--forest); }
.path-problem { color: var(--ink-soft); font-size: .93rem; }
.path-response { display: grid; gap: 7px; }
.path-response strong { font-size: clamp(1.12rem, 2vw, 1.45rem); letter-spacing: -.025em; line-height: 1.15; }
.path-response small { color: var(--ink-soft); font-size: .75rem; font-weight: 700; }
.path-response b { margin-left: 6px; color: var(--coral); font-size: .95rem; }
.path-connector { position: relative; height: 26px; margin: 0 26px; }
.path-connector::before { position: absolute; top: 50%; right: 9px; left: 0; height: 1px; background: var(--teal-strong); content: ""; }
.path-connector::after { position: absolute; top: calc(50% - 4px); right: 1px; width: 9px; height: 9px; transform: rotate(45deg); border-top: 1px solid var(--teal-strong); border-right: 1px solid var(--teal-strong); content: ""; }
.path-connector i { position: absolute; top: calc(50% - 3px); left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.path-row:hover .path-problem, .path-row:hover .path-response small { color: rgba(255,255,255,.72); }
.path-row:hover .path-connector::before, .path-row:hover .path-connector i { background: var(--apricot); }
.path-row:hover .path-connector::after { border-color: var(--apricot); }
.section-link { margin-top: 35px; text-align: center; }

.section-map { background: var(--sand); }
.map-heading { max-width: 790px; }
.system-map { display: grid; grid-template-columns: minmax(0, .9fr) 74px minmax(260px, 1.08fr) 74px minmax(0, 1.12fr); align-items: stretch; }
.map-label { display: block; margin-bottom: 15px; color: #57635f; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.map-group { align-self: center; }
.map-group ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.map-inputs li { display: flex; align-items: center; gap: 11px; min-height: 52px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,253,248,.78); font-size: .86rem; font-weight: 650; }
.map-inputs li span { color: var(--coral); font-size: .95rem; }
.map-core { display: flex; min-height: 350px; flex-direction: column; justify-content: center; padding: 34px; border-radius: 30px; color: var(--white); background: var(--forest); box-shadow: var(--shadow); }
.map-core img { width: 58px; margin-bottom: 28px; border-radius: 15px; }
.map-core > span { margin-bottom: 13px; color: var(--apricot); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.map-core h3 { margin-bottom: 14px; font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
.map-core p { margin: 0; color: rgba(255,255,255,.73); font-size: .9rem; }
.map-connector { position: relative; align-self: center; height: 32px; }
.map-connector::before { position: absolute; top: 50%; right: 11px; left: 8px; height: 1px; background: var(--coral); content: ""; }
.map-connector::after { position: absolute; top: calc(50% - 5px); right: 5px; width: 10px; height: 10px; transform: rotate(45deg); border-top: 1px solid var(--coral); border-right: 1px solid var(--coral); content: ""; }
.map-connector span { position: absolute; top: calc(50% - 4px); left: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.map-results ul { gap: 0; }
.map-results li { padding: 16px 0; border-top: 1px solid rgba(20,61,59,.18); }
.map-results li:last-child { border-bottom: 1px solid rgba(20,61,59,.18); }
.map-results h3 { margin-bottom: 6px; font-size: 1.02rem; }
.map-results p { margin: 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }

.method-preview > .shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 100px); }
.method-intro { position: sticky; top: 130px; align-self: start; }
.method-intro h2 { margin-bottom: 24px; }
.method-intro p { margin-bottom: 30px; color: rgba(255,255,255,.75); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 12px 0 24px; }
.steps li:not(:last-child)::after { position: absolute; top: 50px; bottom: -1px; left: 20px; width: 1px; background: rgba(255,255,255,.38); content: ""; }
.step-arrow { display: grid; z-index: 1; width: 40px; height: 40px; place-items: center; transform: rotate(90deg); border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: var(--apricot); background: var(--forest); font-size: 1rem; font-weight: 750; }
.steps h3 { margin-bottom: 8px; }
.steps p { max-width: 630px; margin: 0; color: rgba(255,255,255,.7); font-size: .94rem; }
.sector-section { background: #faf7ef; }
.sector-rail { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sector-link { position: relative; min-height: 270px; padding: 31px; border-right: 1px solid var(--line); text-decoration: none; transition: color .22s, background-color .22s; }
.sector-link:last-child { border-right: 0; }
.sector-arrow { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); }
.sector-link h3 { margin-bottom: 13px; }
.sector-link p { color: var(--ink-soft); font-size: .88rem; }
.sector-link strong { position: absolute; right: 31px; bottom: 27px; left: 31px; font-size: .76rem; }
.sector-link:hover { color: var(--white); background: var(--forest); }
.sector-link:hover p { color: rgba(255,255,255,.7); }
.sector-link:hover .sector-arrow { border-color: var(--apricot); color: var(--forest); background: var(--apricot); }
.trust-section { padding-top: 0; background: #faf7ef; }
.trust-card { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(45px, 8vw, 100px); padding: clamp(40px, 6vw, 68px); border-radius: 32px; background: var(--teal-pale); }
.trust-card h2 { max-width: 690px; margin-bottom: 20px; font-size: clamp(2rem, 3.8vw, 3.45rem); }
.trust-card p { max-width: 650px; color: var(--ink-soft); }
.trust-card .text-link { margin-top: 12px; }
.trust-card ul { display: grid; align-content: center; margin: 0; padding: 0; list-style: none; }
.trust-card li { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(20,61,59,.18); font-size: .9rem; font-weight: 650; }
.trust-card li:first-child { border-top: 1px solid rgba(20,61,59,.18); }
.trust-card li span { color: var(--coral); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 8vw, 100px); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 22px; padding: 20px 0; font-weight: 680; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 40px 25px 0; color: var(--ink-soft); }

.breadcrumb { display: flex; align-items: center; gap: 9px; padding-top: 28px; color: #69716e; font-size: .77rem; }
.breadcrumb a { text-decoration: none; }
.page-hero { padding: clamp(48px, 6vw, 78px) 0 clamp(56px, 7vw, 88px); border-bottom: 1px solid var(--line); background: linear-gradient(115deg, var(--paper) 0 62%, var(--sand) 62%); }
.page-hero-inner { max-width: var(--shell); }
.page-hero h1 { max-width: 900px; margin-bottom: 25px; font-size: clamp(2.4rem, 4.25vw, 4.05rem); }
.page-hero p { max-width: 760px; margin: 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.7vw, 1.26rem); }
.split-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 9vw, 120px); }
.split-layout .section-heading { margin: 0; }
.prose { max-width: 680px; }
.prose p { margin-bottom: 28px; color: var(--ink-soft); font-size: 1.12rem; }
.check-list { display: grid; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 16px; padding: 21px 0; border-top: 1px solid var(--line); font-size: 1.08rem; font-weight: 620; }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list span { color: var(--coral); }
.editorial-note { display: grid; grid-template-columns: 50px 1fr; gap: 22px; max-width: 900px; margin-inline: auto; padding: clamp(32px, 6vw, 62px); border-radius: var(--radius); color: var(--white); background: var(--forest); }
.editorial-note > span { color: var(--apricot); font-size: 2rem; }
.editorial-note h2 { margin-bottom: 14px; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.editorial-note p { max-width: 690px; margin: 0; color: rgba(255,255,255,.77); }

.cta { padding: clamp(68px, 8vw, 98px) 0; color: var(--white); background: var(--coral); }
.cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.cta .eyebrow { color: var(--white); }
.cta .eyebrow::before { background: var(--forest); }
.cta h2 { max-width: 750px; margin-bottom: 15px; }
.cta p { margin: 0; color: var(--white); }
.cta .button { flex: 0 0 auto; }

.contact-section { background: var(--sand); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: start; gap: clamp(45px, 8vw, 95px); }
.contact-form { padding: clamp(28px, 5vw, 55px); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; font-size: .86rem; font-weight: 700; }
.field label > span { color: var(--coral); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #b8bcb7; border-radius: 9px; color: var(--ink); background: var(--white); }
.field input, .field select { min-height: 52px; padding: 10px 13px; }
.field textarea { min-height: 165px; padding: 13px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--forest); }
.field [aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 1px var(--danger); }
.field-error { display: block; min-height: 1.2em; margin-top: 5px; color: var(--danger); font-size: .75rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.human-check { margin-top: 4px; padding: 18px; border-radius: 10px; background: var(--teal-pale); }
.human-check .field { margin: 0; }
.human-input { display: flex; align-items: center; gap: 15px; }
.human-input input { width: 110px; background: var(--paper); }
.text-button { padding: 6px; border: 0; color: var(--forest); background: transparent; font-size: .77rem; font-weight: 700; text-decoration: underline; cursor: pointer; }
.privacy-check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; margin: 25px 0 0; }
.privacy-check input { width: 19px; height: 19px; margin: 4px 0 0; accent-color: var(--forest); }
.privacy-check label { font-size: .79rem; line-height: 1.5; }
.submit-button { width: 100%; margin-top: 12px; }
.submit-button i { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.35); border-top-color: var(--white); border-radius: 50%; animation: spin .7s linear infinite; }
.submit-button[aria-busy="true"] i { display: block; }
.submit-button:disabled { opacity: .66; cursor: wait; }
.form-status { display: none; margin-bottom: 24px; padding: 15px 18px; border-left: 4px solid var(--forest); background: var(--teal-pale); font-size: .88rem; font-weight: 650; }
.form-status.visible { display: block; }
.form-status.error { border-color: var(--danger); color: var(--danger); background: #f9e4df; }
.legal-first-layer { margin: 20px 0 0; color: #5c6662; font-size: .74rem; line-height: 1.55; }
.contact-aside { position: sticky; top: 125px; padding-top: 18px; }
.contact-aside h2 { margin-bottom: 25px; font-size: clamp(2rem, 3vw, 3rem); }
.contact-email { display: inline-block; margin-bottom: 16px; color: var(--forest); font-size: clamp(1.05rem, 2vw, 1.4rem); font-weight: 750; }
.contact-aside > p { color: var(--ink-soft); }
.contact-aside dl { margin-top: 35px; border-top: 1px solid var(--line); }
.contact-aside dl div { display: flex; justify-content: space-between; gap: 25px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-aside dt { color: #4d5b57; font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.contact-aside dd { margin: 0; font-size: .86rem; font-weight: 650; text-align: right; }

.legal-copy { max-width: 850px; }
.legal-copy h2 { margin: 50px 0 17px; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: var(--ink-soft); }
.legal-copy a { color: var(--forest); font-weight: 650; }
.updated { margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .8rem; }

.site-footer { padding: 78px 0 25px; color: rgba(255,255,255,.82); background: #102d2b; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: clamp(35px, 6vw, 75px); }
.brand-footer .brand-name { color: var(--white); }
.brand-footer .brand-name span { color: var(--apricot); }
.footer-brand p { max-width: 350px; margin: 22px 0 0; }
.footer-brand .muted { color: rgba(255,255,255,.72); }
.footer-grid h2 { margin-bottom: 22px; color: var(--apricot); font-size: .73rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid span { font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.62); font-size: .72rem; }
.footer-bottom span:last-child { max-width: 720px; text-align: right; }

.language-root { display: grid; min-height: 100vh; place-content: center; justify-items: start; padding: 40px max(24px, 8vw); background: linear-gradient(135deg, var(--paper), var(--sand)); }
.language-root > img { margin-bottom: 25px; }
.language-root h1 { max-width: 900px; font-size: clamp(2.6rem, 7vw, 6rem); }
.language-root h1 span { color: var(--forest-light); }
.language-root > div { display: flex; flex-wrap: wrap; gap: 14px; }

.reveal { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .header-actions .button-small { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-art { width: min(100%, 620px); margin-inline: auto; }
  .hero-art img { aspect-ratio: 4 / 3; max-height: none; border-radius: 28px 110px 28px 28px; object-position: 50% 55%; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .system-map { max-width: 720px; grid-template-columns: 1fr; margin-inline: auto; }
  .map-group { width: 100%; }
  .map-core { min-height: 300px; }
  .map-connector { width: 100%; height: 62px; }
  .map-connector::before { top: 8px; right: auto; bottom: 10px; left: 50%; width: 1px; height: auto; }
  .map-connector::after { top: auto; right: auto; bottom: 5px; left: calc(50% - 5px); transform: rotate(135deg); }
  .map-connector span { top: 7px; left: calc(50% - 4px); }
  .method-preview > .shell, .faq-grid, .split-layout, .contact-grid { grid-template-columns: 1fr; }
  .method-intro, .contact-aside { position: static; }
  .trust-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 660px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { min-height: 72px; }
  .brand img { width: 38px; height: 38px; }
  .brand-name { font-size: 1rem; }
  .menu-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .hero { padding-top: 34px; }
  .hero-grid { gap: 34px; }
  .hero-copy { padding-block: 8px 0; }
  .hero h1 { font-size: clamp(2.15rem, 9.2vw, 2.8rem); line-height: 1.03; }
  .hero-lead { margin-bottom: 25px; font-size: 1.03rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art::before { inset: -10px 10px 15px -10px; border-radius: 24px 82px 24px 24px; }
  .hero-art img { aspect-ratio: 4 / 3; border-radius: 22px 76px 22px 22px; }
  .hero-art figcaption { right: 10px; bottom: 10px; max-width: 205px; padding: 11px 13px; font-size: .67rem; }
  .proof-list { grid-template-columns: 1fr; gap: 0; margin-top: 30px; padding-block: 10px; }
  .proof-list li, .proof-list li:first-child, .proof-list li:last-child { padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-list li:last-child { border-bottom: 0; }
  .section { padding-block: 56px; }
  .section-heading { margin-bottom: 34px; }
  .cards, .form-row { grid-template-columns: 1fr; }
  .card { min-height: auto; padding: 24px; }
  .card-arrow { margin-bottom: 22px; }
  .path-row { grid-template-columns: 1fr; gap: 4px; min-height: 0; padding: 20px 18px; }
  .path-row:hover { padding: 20px 18px; }
  .path-problem { font-size: .84rem; }
  .path-connector { width: 28px; height: 40px; margin: 4px 0; }
  .path-connector::before { top: 2px; right: auto; bottom: 8px; left: 11px; width: 1px; height: auto; }
  .path-connector::after { top: auto; right: auto; bottom: 3px; left: 7px; transform: rotate(135deg); }
  .path-connector i { top: 1px; left: 8px; }
  .map-core { min-height: 250px; padding: 27px; }
  .map-core img { margin-bottom: 22px; }
  .sector-rail { grid-template-columns: 1fr; }
  .sector-link { min-height: 210px; padding: 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .sector-arrow { margin-bottom: 28px; }
  .sector-link strong { right: 26px; bottom: 23px; left: 26px; }
  .sector-link:last-child { border-bottom: 0; }
  .trust-card { width: 100%; gap: 35px; padding: 32px 24px; border-radius: 24px; }
  .trust-card h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .page-hero { background: linear-gradient(160deg, var(--paper) 0 72%, var(--sand) 72%); }
  .page-hero h1 { font-size: clamp(2.05rem, 8.6vw, 2.65rem); }
  .steps li { grid-template-columns: 42px 1fr; gap: 14px; }
  .steps li:not(:last-child)::after { left: 19px; }
  .step-arrow { width: 38px; height: 38px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom span:last-child { text-align: left; }
  .human-input { align-items: flex-start; flex-direction: column; }
}

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

@media print {
  .site-header, .cta, .site-footer, .breadcrumb, .button { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .page-hero, .section { padding: 20px 0; background: #fff; }
  .legal-copy { max-width: none; }
}
