:root {
  --ink: #18332f;
  --ink-2: #244b45;
  --paper: #f5f0e8;
  --paper-2: #fffdf8;
  --paper-3: #e9e2d6;
  --coral: #e7654b;
  --coral-light: #f8d9ce;
  --green: #7ea979;
  --green-light: #d9e7d5;
  --blue: #568ba0;
  --blue-light: #d7e9ed;
  --gold: #d0a23d;
  --gold-light: #f2e4b9;
  --muted: #66736f;
  --line: #d8d2c7;
  --white: #fff;
  --shadow: 0 18px 50px rgba(23, 58, 53, .09);
  --radius: 18px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-2); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .025; z-index: 9999; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1.2rem; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.narrow { max-width: 850px; }
.narrow-wide { max-width: 1020px; }
.section { padding-block: 96px; }
.icon { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.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: 8px; left: 8px; transform: translateY(-160%); z-index: 99999; background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 50; background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(24,51,47,.12); backdrop-filter: blur(14px); }
.nav-shell { max-width: var(--wrap); margin: auto; min-height: 80px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.38rem; text-decoration: none; letter-spacing: -.04em; }
.brand > span:last-child > span { color: var(--coral); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50% 50% 50% 8px; transform: rotate(-8deg); }
.brand-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; font-weight: 650; font-size: .92rem; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--coral); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px; }

.hero { min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: 90px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .16em; font-size: .73rem; font-weight: 800; color: var(--coral); }
.eyebrow > span { display: inline-block; width: 24px; height: 2px; margin-right: 9px; vertical-align: middle; background: currentColor; }
.hero h1 { max-width: 760px; margin-bottom: 28px; }
.hero h1 em { color: var(--coral); font-weight: inherit; font-style: normal; font-family: Georgia, "Times New Roman", serif; }
.hero-lead { max-width: 700px; font-size: 1.18rem; color: #425d58; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin: 36px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; border: 1px solid transparent; border-radius: 999px; padding: 12px 21px; font-weight: 750; font-size: .92rem; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--ink); }
.button.primary:hover { background: var(--coral); }
.button.text { min-height: 0; padding-inline: 2px; border-radius: 0; border-bottom-color: currentColor; }
.button.sand { background: var(--paper); color: var(--ink); }
.button.outline { border-color: currentColor; background: transparent; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; font-size: .78rem; font-weight: 700; color: #526964; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row .icon { color: var(--green); }

.hero-photo { position: relative; height: 560px; margin: 0; overflow: hidden; border: 10px solid rgba(255,253,248,.78); border-radius: 48% 48% 24px 24px / 26% 26% 24px 24px; background: #d8d0c2; box-shadow: 0 24px 60px rgba(23,58,53,.17); transform: rotate(1.2deg); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 62%,rgba(17,44,40,.34)); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; }
.hero-photo figcaption { position: absolute; left: 24px; bottom: 22px; z-index: 2; display: grid; padding: 12px 16px; border-radius: 8px; color: var(--ink); background: rgba(255,253,248,.93); box-shadow: 0 8px 24px rgba(23,58,53,.14); transform: rotate(-2deg); }
.hero-photo figcaption span { color: var(--coral); font-size: .62rem; font-weight: 850; text-transform: uppercase; letter-spacing: .15em; }
.hero-photo figcaption strong { font: italic 1.1rem Georgia,serif; }

.hero-map { position: relative; min-height: 530px; display: grid; place-items: center; }
.map-paper { position: relative; width: min(100%, 470px); aspect-ratio: .88; overflow: hidden; border: 1px solid #cfc6b6; border-radius: 46% 54% 55% 45% / 38% 44% 56% 62%; background: #e9e0d1; transform: rotate(3deg); box-shadow: var(--shadow); }
.map-paper::before, .map-paper::after { content: ""; position: absolute; border: 1px solid rgba(23,58,53,.16); border-radius: 44% 56% 40% 60%; }
.map-paper::before { width: 75%; height: 85%; top: 5%; left: 8%; transform: rotate(-21deg); }
.map-paper::after { width: 55%; height: 68%; top: 13%; left: 22%; transform: rotate(20deg); }
.contour { position: absolute; border: 1px solid rgba(23,58,53,.15); border-radius: 50%; }
.contour.c1 { width: 140%; height: 50%; left: -25%; top: 18%; transform: rotate(16deg); }
.contour.c2 { width: 120%; height: 34%; left: -8%; top: 48%; transform: rotate(-19deg); }
.contour.c3 { width: 74%; height: 83%; left: 15%; top: 8%; transform: rotate(28deg); }
.map-route { position: absolute; width: 58%; height: 63%; left: 20%; top: 18%; border-left: 4px dotted var(--coral); border-bottom: 4px dotted var(--coral); border-radius: 0 0 0 70%; transform: rotate(-15deg); }
.map-stop { position: absolute; display: grid; place-items: center; width: 46px; height: 46px; border: 5px solid var(--paper-2); border-radius: 50% 50% 50% 7px; color: white; background: var(--ink); font-weight: 800; font-size: .75rem; transform: rotate(-8deg); box-shadow: 0 8px 20px rgba(23,58,53,.18); }
.map-stop.s1 { top: 14%; left: 25%; }.map-stop.s2 { top: 46%; right: 16%; background: var(--coral); }.map-stop.s3 { bottom: 12%; left: 31%; background: var(--blue); }
.map-note { position: absolute; left: 13%; bottom: 18%; display: grid; background: rgba(255,253,248,.93); padding: 15px 18px; border-radius: 8px; box-shadow: 0 8px 24px rgba(23,58,53,.12); transform: rotate(-4deg); }
.map-note span { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }.map-note strong { font: italic 1.7rem Georgia, serif; color: var(--coral); }.map-note small { color: var(--muted); }
.sticker { position: absolute; top: 7%; right: 3%; display: grid; place-items: center; width: 88px; height: 88px; text-align: center; border-radius: 50%; background: var(--gold); color: var(--ink); font: 800 1.2rem/1 ui-sans-serif; transform: rotate(11deg); box-shadow: 0 10px 20px rgba(23,58,53,.15); }.sticker small { font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }

.signal-strip { color: white; background: var(--ink); }
.signal-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.signal-grid > div { min-height: 130px; padding: 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.13); }
.signal-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.signal-grid strong { font: italic 2.25rem Georgia, serif; color: #f2c862; }
.signal-grid span { font-size: .78rem; color: #c5d2cf; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 42px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 430px; color: var(--muted); }
.underlink { display: inline-flex; align-items: center; gap: 8px; font-weight: 750; white-space: nowrap; }
.featured-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 22px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2); transition: transform .25s, box-shadow .25s; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-visual { position: relative; min-height: 180px; display: grid; place-items: center; overflow: hidden; }
.card-photo { background: #d8d0c2; }
.card-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.article-card:hover .card-photo img { transform: scale(1.035); }
.photo-wash { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 54%,rgba(17,44,40,.48)); pointer-events: none; }
.visual-coral { background: var(--coral-light); color: #9c3e2d; }.visual-green { background: var(--green-light); color: #3e7048; }.visual-blue { background: var(--blue-light); color: #326b7d; }.visual-gold { background: var(--gold-light); color: #8a661c; }.visual-ink { background: #d8e3e0; color: var(--ink); }
.visual-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(90deg,currentColor 1px,transparent 1px); background-size: 34px 34px; transform: rotate(8deg) scale(1.2); }
.card-icon { width: 66px; height: 66px; fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; z-index: 1; }
.card-index { position: absolute; right: 16px; bottom: 10px; color: white; font: italic 2.3rem Georgia, serif; text-shadow: 0 2px 12px rgba(0,0,0,.28); z-index: 2; }
.card-body { padding: 26px 24px 22px; }
.pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; font-weight: 800; }
.pill-coral { background: var(--coral-light); color: #8f3425; }.pill-green { background: var(--green-light); color: #32683d; }.pill-blue { background: var(--blue-light); color: #2f687b; }.pill-gold { background: var(--gold-light); color: #795b18; }.pill-ink { background: #d8e3e0; color: var(--ink); }
.pill-icon { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.card-body h3 { margin: 18px 0 12px; }
.card-body h3 a { text-decoration: none; }
.card-body p { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.card-meta { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: .75rem; font-weight: 700; color: var(--muted); }
.card-meta span { display: inline-flex; align-items: center; gap: 6px; }.read-link { color: var(--ink); }.read-link .icon { transition: transform .2s; }.article-card:hover .read-link .icon { transform: translateX(4px); }
.article-card-featured .card-visual { min-height: 250px; }.article-card-featured .card-body h3 { font-size: 1.55rem; }

.compass-section { padding-block: 110px; color: white; background: var(--ink); overflow: hidden; }
.compass-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.compass-grid h2 { max-width: 610px; }
.compass-grid > div:last-child > p:not(.eyebrow) { color: #c7d3d0; }
.eyebrow.light { color: #f2c862; }
.compass-graphic { position: relative; aspect-ratio: 1; max-width: 500px; margin: auto; }
.ring { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }.r1 { inset: 2%; }.r2 { inset: 17%; }.r3 { inset: 34%; }
.axis { position: absolute; left: 50%; top: 1%; width: 1px; height: 98%; background: rgba(255,255,255,.16); }.ax2 { transform: rotate(90deg); }
.compass-pin { position: absolute; inset: 40%; display: grid; place-items: center; background: var(--coral); border-radius: 50% 50% 50% 12px; transform: rotate(-8deg); box-shadow: 0 0 0 12px rgba(231,101,75,.13); }.compass-pin-icon { width: 46px; fill: none; stroke: white; stroke-width: 1.4; }
.compass-label { position: absolute; padding: 7px 12px; background: var(--paper); color: var(--ink); border-radius: 4px; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.l1 { top: 7%; left: 38%; }.l2 { right: 1%; top: 47%; }.l3 { bottom: 8%; left: 39%; }.l4 { left: 0; top: 47%; }
.compass-list { list-style: none; padding: 0; margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.compass-list li { display: flex; gap: 14px; }.compass-list li > span { color: #f2c862; font: italic 1.4rem Georgia, serif; }.compass-list strong,.compass-list small { display: block; }.compass-list small { margin-top: 3px; line-height: 1.4; color: #b9c9c6; }

.tool-teaser { margin-block: 10px 110px; padding: 70px 80px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; overflow: hidden; border-radius: 28px; background: var(--gold-light); }
.paper-preview { position: relative; padding: 36px; background: white; transform: rotate(3deg); box-shadow: 0 18px 34px rgba(23,58,53,.13); }
.paper-preview::before { content: ""; position: absolute; inset: 10px; border: 1px dashed var(--line); pointer-events: none; }.paper-clip { position: absolute; top: -18px; left: 45%; width: 35px; height: 65px; border: 4px solid #81908d; border-radius: 18px; }.paper-preview h3 { font-size: 1.8rem; }.paper-preview > p { color: var(--muted); }.fake-check { display: flex; gap: 10px; align-items: center; padding: 9px 0; border-top: 1px solid var(--line); font-size: .85rem; }

.page-hero { padding: 105px 0 90px; border-bottom: 1px solid var(--line); background: var(--paper); text-align: center; }
.page-hero.compact h1 { max-width: 920px; margin: 0 auto 24px; font-size: clamp(2.6rem, 5.5vw, 5rem); }
.page-hero .lead { max-width: 780px; margin-inline: auto; color: #4f6661; font-size: 1.16rem; }
.topic-nav { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin-bottom: 100px; }
.topic-nav a { padding: 22px 17px; display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; background: white; transition: background .2s, transform .2s; }.topic-nav a:hover { background: var(--paper); transform: translateY(-3px); }.topic-nav .icon { width: 25px; height: 25px; color: var(--coral); }.topic-nav span { font-weight: 750; }.topic-nav small { color: var(--muted); }
.topic-group { padding-top: 40px; margin-bottom: 100px; scroll-margin-top: 20px; }.topic-title { display: flex; align-items: center; gap: 18px; margin-bottom: 35px; }.topic-title h2 { margin: 0; }.topic-title .eyebrow { margin-bottom: 6px; }.topic-icon { width: 58px; height: 58px; padding: 13px; border: 1px solid var(--line); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.5; }

.breadcrumb { padding-block: 20px; font-size: .75rem; color: var(--muted); }.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #a4aaa8; }
.article-hero { padding: 75px 0 80px; background: var(--paper); border-block: 1px solid var(--line); }
.article-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 440px; align-items: center; gap: 70px; }.article-hero-grid > * { min-width: 0; }.article-hero h1 { max-width: 900px; margin: 24px 0; overflow-wrap: anywhere; font-size: clamp(2.7rem, 5.2vw, 5.1rem); }.article-hero .lead { max-width: 760px; font-size: 1.2rem; color: #4d645f; }
.byline { display: flex; align-items: center; gap: 12px; margin-top: 35px; }.byline > div { min-width: 0; }.avatar { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-weight: 850; font-size: .75rem; }.byline strong,.byline small { display: block; overflow-wrap: anywhere; }.byline small { color: var(--muted); font-size: .76rem; }
.article-number { min-height: 220px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #cabfad; background: #e9e0d1; transform: rotate(2deg); }.article-number span,.article-number small { text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 800; }.article-number strong { font: italic 6rem/.9 Georgia, serif; color: var(--coral); }
.article-cover { position: relative; height: 470px; margin: 0; overflow: hidden; border: 8px solid rgba(255,253,248,.8); border-radius: 46% 46% 18px 18px / 24% 24% 18px 18px; background: #d8d0c2; box-shadow: 0 22px 48px rgba(23,58,53,.14); transform: rotate(1deg); }
.article-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 62%,rgba(17,44,40,.54)); pointer-events: none; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-cover figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: white; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.article-cover figcaption small { color: #f4e9d7; font-size: .61rem; }
.article-layout { display: grid; grid-template-columns: 280px minmax(0,720px); justify-content: center; gap: 80px; padding-block: 85px 110px; }
.article-aside { align-self: start; position: sticky; top: 24px; }.toc { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }.toc > strong { display: block; margin-bottom: 14px; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }.toc ol { padding: 0; margin: 0; list-style: none; }.toc li + li { border-top: 1px solid var(--line); }.toc a { display: flex; gap: 10px; padding: 11px 0; font-size: .76rem; line-height: 1.35; text-decoration: none; }.toc a span { color: var(--coral); font: italic 1rem Georgia, serif; }
.aside-note { display: flex; gap: 10px; padding: 18px; margin-top: 16px; border-radius: 12px; background: var(--blue-light); font-size: .74rem; }.aside-note p { margin: 0; }.aside-note .icon { flex: 0 0 auto; margin-top: 3px; }
.article-content { min-width: 0; }.article-intro { margin: 0 0 55px; padding-left: 24px; border-left: 4px solid var(--coral); font: 1.45rem/1.55 Georgia, serif; color: #2d4d47; }.article-content > section { scroll-margin-top: 30px; margin-bottom: 62px; }.article-content h2 { margin-bottom: 22px; font-size: clamp(1.75rem,3vw,2.45rem); }.article-content p { color: #3f5752; }.article-content a { font-weight: 700; }
.inline-note { display: flex; align-items: start; gap: 14px; padding: 20px; margin: 30px 0; border: 1px solid #ddc778; border-radius: 10px; background: #fff6d7; }.inline-note p { margin: 0; }.inline-note .icon { flex: 0 0 auto; margin-top: 5px; }
.article-checklist { margin-top: 32px; padding: 27px; border-radius: 14px; background: var(--paper); }.article-checklist h3 { margin-bottom: 16px; }.article-checklist ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; padding: 0; margin: 0; list-style: none; }.article-checklist li { display: flex; gap: 8px; align-items: center; font-size: .82rem; }.article-checklist .icon { color: var(--coral); flex: 0 0 auto; }
.editorial-box { display: flex; gap: 20px; padding: 30px; border-radius: 14px; color: white; background: var(--ink); }.editorial-box > span { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); }.editorial-box h2 { margin: 0 0 8px; font-size: 1.3rem; }.editorial-box p { margin: 0; color: #cfdbd8; font-size: .84rem; }
.related { padding-block: 90px; border-top: 1px solid var(--line); background: var(--paper); }

.tool-shell { display: grid; grid-template-columns: 330px minmax(0,1fr); align-items: start; gap: 50px; padding-block: 90px 120px; }.tool-controls { position: sticky; top: 25px; }.tool-step { display: flex; gap: 15px; align-items: center; margin-bottom: 24px; }.tool-step > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--coral); font-weight: 850; }.tool-step h2 { margin: 0; font-size: 1.45rem; }.tool-step p { margin: 2px 0 0; color: var(--muted); font-size: .8rem; }
.type-buttons { display: grid; gap: 8px; }.type-buttons button { text-align: left; padding: 13px 16px; border: 1px solid var(--line); border-radius: 8px; background: white; cursor: pointer; font-weight: 700; }.type-buttons button:hover,.type-buttons button.active { color: white; border-color: var(--ink); background: var(--ink); }
.privacy-note { display: flex; gap: 10px; margin-top: 22px; padding: 16px; border-radius: 10px; background: var(--green-light); font-size: .76rem; }.privacy-note p { margin: 0; }.privacy-note .icon { flex: 0 0 auto; margin-top: 3px; }
.checklist-sheet { position: relative; padding: 46px; border: 1px solid var(--line); border-radius: 4px; background: white; box-shadow: var(--shadow); }.checklist-sheet::after { content: ""; position: absolute; inset: 12px; border: 1px dashed #e5ded2; pointer-events: none; }.checklist-sheet > * { position: relative; z-index: 1; }
.sheet-head { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 25px; border-bottom: 2px solid var(--ink); }.sheet-head span:first-child { font-size: .67rem; font-weight: 850; letter-spacing: .14em; color: var(--coral); }.sheet-head h2 { margin: 5px 0; font-size: 2.2rem; }.sheet-head p { margin: 0; color: var(--muted); font-size: .85rem; }.sheet-mark { flex: 0 0 auto; width: 64px; height: 64px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50% 50% 50% 12px; transform: rotate(-7deg); font-weight: 850; }
.visit-fields { display: grid; grid-template-columns: 1.4fr .8fr 1.3fr; gap: 14px; margin: 28px 0; }.visit-fields label,.notes-label { display: grid; gap: 6px; font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }.visit-fields input,.notes-label textarea { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 10px 12px; color: var(--ink); background: var(--paper-2); text-transform: none; letter-spacing: normal; }.visit-fields input:focus,.notes-label textarea:focus { outline: 3px solid var(--blue-light); border-color: var(--blue); }
.progress-row { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; font-size: .77rem; }.progress-track { flex: 1; height: 7px; overflow: hidden; border-radius: 99px; background: var(--paper-3); }.progress-track > span { display: block; width: 0; height: 100%; background: var(--coral); transition: width .2s; }
.dynamic-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-bottom: 28px; }.dynamic-checklist label { display: flex; align-items: start; gap: 10px; padding: 10px; border-bottom: 1px solid var(--line); font-size: .84rem; cursor: pointer; }.dynamic-checklist input { appearance: none; flex: 0 0 auto; width: 20px; height: 20px; margin: 2px 0 0; border: 1.5px solid var(--ink); border-radius: 4px; display: grid; place-items: center; }.dynamic-checklist input:checked { background: var(--ink); }.dynamic-checklist input:checked::after { content: "✓"; color: white; font: 700 14px/1 sans-serif; }
.notes-label textarea { margin-top: 4px; resize: vertical; min-height: 120px; }.tool-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }.reset-link { border: 0; background: transparent; text-decoration: underline; cursor: pointer; font-size: .78rem; }.tool-status { margin: 12px 0 0; min-height: 1.5em; color: #32683d; font-size: .8rem; font-weight: 700; }

.principles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 100px; }.principles-grid article { padding: 35px; border: 1px solid var(--line); border-radius: 14px; background: white; }.principles-grid article > span { color: var(--coral); font: italic 2.3rem Georgia, serif; }.principles-grid h2 { margin: 18px 0 10px; font-size: 1.55rem; }.principles-grid p { margin: 0; color: var(--muted); }
.prose-block { max-width: 780px; margin: 80px auto; }.prose-block > p:not(.eyebrow) { color: #3f5752; }.process-list { list-style: none; margin: 35px 0; padding: 0; }.process-list li { display: flex; gap: 25px; padding: 25px 0; border-top: 1px solid var(--line); }.process-list li > span { flex: 0 0 42px; color: var(--coral); font: italic 1.8rem Georgia, serif; }.process-list h3 { margin: 0 0 7px; }.process-list p { margin: 0; color: var(--muted); }
.disclosure { display: flex; gap: 25px; padding: 38px; border-radius: 16px; background: var(--blue-light); }.disclosure-icon { width: 45px; fill: none; stroke: currentColor; stroke-width: 1.5; }.disclosure h2 { margin-bottom: 10px; font-size: 1.7rem; }.disclosure p { margin: 0; }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; margin: 30px 0 90px; }.about-grid h2 { font-size: 2.4rem; }.prose p { color: #3f5752; }.values-band { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 100px; border-block: 1px solid var(--line); }.values-band > div { padding: 34px; border-right: 1px solid var(--line); }.values-band > div:last-child { border: 0; }.values-band strong { font: italic 1.55rem Georgia, serif; color: var(--coral); }.values-band p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; }
.prose-page { max-width: 790px; }.prose-page h2 { margin: 52px 0 16px; font-size: 1.75rem; }.prose-page p { color: #3f5752; }.prose-page a { font-weight: 700; }
.legal-status { padding: 15px 18px; border-left: 4px solid var(--green); background: var(--green-light); font-size: .82rem; font-weight: 750; }.legal-warning { display: flex; gap: 18px; padding: 25px; margin-bottom: 45px; border: 2px solid var(--coral); border-radius: 12px; background: #fff5f1; }.legal-warning .icon { flex: 0 0 auto; width: 30px; height: 30px; color: var(--coral); }.legal-warning p { margin: 4px 0 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }.contact-card { padding: 45px; border-radius: 18px; background: var(--green-light); }.contact-icon { width: 54px; fill: none; stroke: currentColor; stroke-width: 1.3; margin-bottom: 35px; }.contact-card h2 { font-size: 1.5rem; word-break: break-all; }.contact-card p:last-child { margin: 25px 0 0; color: var(--muted); }.contact-details ul { padding: 0; list-style: none; }.contact-details li { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }.contact-details .icon { color: var(--coral); margin-top: 5px; flex: 0 0 auto; }.contact-details > p { color: var(--muted); }
.empty-map { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }.empty-map-graphic { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; border-radius: 44% 56% 52% 48%; background: var(--paper); }.empty-map-graphic > span { position: absolute; inset: -20%; background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 45px 45px; transform: rotate(18deg); }.empty-pin { position: relative; width: 90px; padding: 20px; color: white; background: var(--coral); border-radius: 50% 50% 50% 12px; fill: none; stroke: currentColor; stroke-width: 1.5; transform: rotate(-8deg); }
.not-found { min-height: 70vh; padding-block: 100px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }.not-found > span { font: italic 8rem/.8 Georgia,serif; color: var(--coral); }.not-found h1 { margin: 30px 0 15px; }.not-found p { color: var(--muted); }.not-found > div { display: flex; gap: 12px; margin-top: 20px; }

.site-footer { color: white; background: #112c28; }.footer-main { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 55px; padding-block: 70px; }.brand-footer { margin-bottom: 18px; }.footer-main > div:first-child p { max-width: 310px; color: #acbfbb; font-size: .86rem; }.footer-main h2 { margin-bottom: 18px; color: #f2c862; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: start; }.footer-main > div:not(:first-child) a { margin: 6px 0; color: #d4dfdd; font-size: .82rem; text-decoration: none; }.footer-main a:hover { color: white; text-decoration: underline; }.footer-base { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8ca29d; font-size: .7rem; }

@media (max-width: 980px) {
  .hero-grid,.compass-grid,.tool-teaser,.about-grid,.empty-map { grid-template-columns: 1fr; }
  .hero-map { min-height: 460px; }.map-paper { max-width: 410px; }.hero-grid { padding-block: 70px; }.hero-photo { height: 520px; }
  .featured-grid,.article-grid { grid-template-columns: 1fr 1fr; }.article-card-featured { grid-column: span 2; }.article-card-featured { display: grid; grid-template-columns: 1fr 1fr; }.article-card-featured .card-visual { min-height: 100%; }
  .signal-grid { grid-template-columns: 1fr 1fr; }.signal-grid > div:first-child { border-left: 0; }.signal-grid > div:nth-child(2) { border-right: 0; }.signal-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .compass-graphic { width: min(100%,500px); }.tool-teaser { padding: 60px; }.paper-preview { max-width: 500px; justify-self: center; width: 100%; }
  .topic-nav { grid-template-columns: repeat(3,1fr); }.article-layout { grid-template-columns: 220px minmax(0,1fr); gap: 45px; }.article-hero-grid { grid-template-columns: minmax(0,1fr) 340px; gap: 35px; }.article-cover { height: 410px; }.article-number { min-height: 170px; }.article-number strong { font-size: 4rem; }
  .tool-shell { grid-template-columns: 250px minmax(0,1fr); gap: 30px; }.checklist-sheet { padding: 35px; }.visit-fields { grid-template-columns: 1fr 1fr; }.visit-fields label:last-child { grid-column: span 2; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }.footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }.wrap { width: min(calc(100% - 28px), var(--wrap)); }.section { padding-block: 70px; }
  .nav-shell { min-height: 68px; }.nav-toggle { display: block; }.main-nav { position: absolute; left: 14px; right: 14px; top: 62px; display: none; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper-2); box-shadow: var(--shadow); }.main-nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }.main-nav a { padding: 12px; }.main-nav a::after { display: none; }
  .hero { min-height: auto; }.hero-grid { gap: 42px; padding-block: 55px; }.hero h1 { font-size: clamp(2.75rem,14vw,4.2rem); }.hero-lead { font-size: 1.05rem; }.hero-actions { align-items: stretch; flex-direction: column; }.button.text { align-self: start; }.trust-row { flex-direction: column; gap: 7px; }.hero-map { min-height: 390px; }.map-paper { width: 90%; }.sticker { width: 68px; height: 68px; right: 0; }.hero-photo { height: 440px; border-width: 7px; border-radius: 42% 42% 18px 18px / 19% 19% 18px 18px; }
  .signal-grid > div { min-height: 105px; padding: 22px; }.signal-grid strong { font-size: 1.8rem; }
  .section-head { align-items: start; flex-direction: column; }.featured-grid,.article-grid { grid-template-columns: 1fr; }.article-card-featured { display: block; grid-column: auto; }.article-card-featured .card-visual { min-height: 210px; }
  .compass-section { padding-block: 80px; }.compass-grid { gap: 55px; }.compass-list { grid-template-columns: 1fr; }.compass-graphic { width: 90%; }.compass-label { font-size: .57rem; }
  .tool-teaser { width: 100%; margin-bottom: 0; padding: 55px 25px; border-radius: 0; gap: 60px; }
  .page-hero { padding: 70px 0 60px; }.page-hero.compact h1 { font-size: 2.8rem; }.topic-nav { grid-template-columns: 1fr 1fr; margin-bottom: 55px; }.topic-group { margin-bottom: 60px; }.topic-icon { width: 48px; height: 48px; }
  .article-hero { padding: 55px 0; }.article-hero-grid { grid-template-columns: 1fr; }.article-hero h1 { font-size: clamp(2.25rem,9.5vw,2.8rem); hyphens: auto; overflow-wrap: break-word; }.article-cover { height: 330px; margin-top: 16px; border-width: 6px; border-radius: 36% 36% 14px 14px / 18% 18% 14px 14px; }.article-number { display: none; }.article-layout { display: block; padding-block: 55px 75px; }.article-aside { position: static; margin-bottom: 40px; }.aside-note { display: none; }.article-intro { font-size: 1.22rem; }.article-checklist ul { grid-template-columns: 1fr; }.editorial-box { padding: 24px; }
  .tool-shell { display: block; padding-block: 60px; }.tool-controls { position: static; margin-bottom: 35px; }.type-buttons { grid-template-columns: 1fr 1fr; }.checklist-sheet { padding: 28px 20px; }.sheet-mark { width: 50px; height: 50px; }.visit-fields { grid-template-columns: 1fr; }.visit-fields label:last-child { grid-column: auto; }.dynamic-checklist { grid-template-columns: 1fr; }.tool-actions .button { width: 100%; }
  .principles-grid { grid-template-columns: 1fr; margin-bottom: 70px; }.disclosure { padding: 26px; }.about-grid { gap: 25px; margin-bottom: 60px; }.values-band { grid-template-columns: 1fr; }.values-band > div { border-right: 0; border-bottom: 1px solid var(--line); }.contact-grid { grid-template-columns: 1fr; gap: 45px; }.contact-card { padding: 30px; }.empty-map { gap: 40px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-main > div:first-child { grid-column: span 2; }.footer-main > div:last-child { grid-column: auto; }.footer-base { flex-direction: column; }
}

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

@media print {
  body { background: white; font-size: 12pt; }.site-header,.site-footer,.page-hero,.tool-controls,.tool-actions { display: none !important; }.tool-shell { display: block; padding: 0; }.checklist-sheet { border: 0; box-shadow: none; padding: 0; }.dynamic-checklist { grid-template-columns: 1fr 1fr; }.checklist-sheet::after { display: none; }
}
