:root {
  --ink: #17231f;
  --muted: #52635c;
  --ivory: #f7f3e8;
  --paper: #fffdf7;
  --stone: #e7e0d1;
  --green: #173f32;
  --green-2: #245a47;
  --gold: #9a6a32;
  --line: #d7cebd;
  --error: #a52c2c;
  --radius: 18px;
  --shadow: 0 18px 60px rgba(29, 49, 41, .09);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.68 system-ui, -apple-system, "Segoe UI", sans-serif; }
img, svg { display: block; max-width: 100%; }
a { color: var(--green); text-underline-offset: .2em; }
a:hover { color: var(--gold); }
button, input, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #bd7c25; outline-offset: 3px; }
.container { width: min(100% - 32px, var(--max)); margin-inline: auto; }
.content-narrow { max-width: 920px; }
.form-wide { max-width: 820px; }
.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; z-index: 1000; left: 12px; top: 10px; padding: 10px 14px; color: #fff; background: var(--green); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,247,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: .76rem; font-weight: 800; letter-spacing: .12em; line-height: 1.12; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--green); font: 700 15px/1 Georgia, serif; letter-spacing: .04em; }
#main-nav { display: flex; align-items: center; gap: 24px; }
#main-nav a { color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 650; }
#main-nav a:hover { color: var(--green-2); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-cta, .button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: #fff; font-weight: 750; text-decoration: none; cursor: pointer; }
.header-cta:hover, .button:hover { background: var(--green-2); color: #fff; }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; }
.hero { padding: clamp(48px, 7vw, 98px) 0; overflow: hidden; background: radial-gradient(circle at 15% 20%, #fffdf8 0 12%, transparent 42%), var(--ivory); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .74fr); gap: clamp(34px, 6vw, 82px); align-items: start; }
.hero-intro { min-width: 0; }
.eyebrow { margin: 0 0 14px; color: var(--green-2); font-size: .76rem; line-height: 1.4; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; font-weight: 500; text-wrap: balance; }
h1 { max-width: 16ch; margin-bottom: 22px; font-size: clamp(2.65rem, 5.6vw, 5.35rem); letter-spacing: -.045em; }
.page-hero h1 { max-width: 18ch; font-size: clamp(2.45rem, 5vw, 4.7rem); }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.5vw, 3.25rem); letter-spacing: -.025em; }
h3 { margin-bottom: 10px; font-size: 1.35rem; }
p { margin: 0 0 1em; }
.hero-lead, .section-lead { max-width: 65ch; color: var(--muted); font-size: clamp(1.06rem, 1.6vw, 1.28rem); }
.trust-line { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 30px; }
.trust-line span, .draft-pill { padding: 6px 10px; border: 1px solid #bac9c0; border-radius: 999px; color: var(--green); background: #eef3ed; font-size: .78rem; font-weight: 750; }
.editorial-visual { margin: 28px 0 0; }
.editorial-visual picture { display: block; }
.editorial-visual img { width: 100%; height: auto; aspect-ratio: 1200 / 686; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.editorial-visual figcaption { margin-top: 10px; color: var(--muted); font-size: .78rem; }
.project-card { padding: clamp(22px, 4vw, 38px); border: 1px solid #c9bfad; border-radius: 24px; background: rgba(255,253,247,.94); box-shadow: var(--shadow); }
.project-card h2 { margin: 20px 0 24px; font-size: 2rem; }
.draft-notice { padding: 12px 14px; border-left: 4px solid var(--gold); background: #f5ecdc; color: #5b411e; font-size: .9rem; }
.field { margin: 0 0 19px; padding: 0; border: 0; }
.field label, .field legend { display: block; margin-bottom: 7px; color: var(--ink); font-size: .9rem; font-weight: 760; }
.field input[type="text"], .field input[type="number"], .field select { width: 100%; min-height: 50px; padding: 10px 12px; border: 1px solid #978f80; border-radius: 10px; color: var(--ink); background: #fff; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border: 2px solid var(--error); }
.choice-grid { display: grid; gap: 8px; }
.choice-grid label, .field--disabled label { display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-weight: 550; }
.choice-grid input, .field--disabled input { width: 20px; height: 20px; accent-color: var(--green); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field--disabled { padding: 13px; border: 1px dashed #aaa394; border-radius: 12px; opacity: .68; }
.field--disabled label { display: inline-flex; margin: 5px 8px 0 0; }
.error { display: block; min-height: 1.2em; margin-top: 4px; color: var(--error); font-size: .82rem; font-weight: 700; }
.field-note { display: block; margin-top: 5px; color: var(--muted); font-size: .78rem; }
.form-hint { color: var(--muted); font-size: .83rem; }
.form-hint code { overflow-wrap: anywhere; }
.form-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button--quiet { color: var(--green); background: transparent; }
.summary { margin-top: 20px; padding: 18px; border: 1px solid #9bb3a4; border-radius: 14px; background: #eff5f0; }
.summary h3 { font-family: inherit; font-size: 1rem; font-weight: 800; }
.summary ul { padding-left: 20px; }
.noscript-note { margin-top: 18px; padding: 12px; border: 1px solid var(--line); }
.page-hero { padding: clamp(48px, 8vw, 96px) 0 54px; background: var(--ivory); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 34px; color: var(--muted); font-size: .86rem; }
.breadcrumbs span:last-child { max-width: 52ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.section { padding: clamp(58px, 8vw, 104px) 0; border-bottom: 1px solid var(--line); }
.section:nth-child(odd) { background: #faf7ef; }
.section--form { background: var(--green) !important; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-top: 32px; }
.info-card { min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 8px 30px rgba(29,49,41,.04); }
.info-card p { margin-bottom: 0; color: var(--muted); }
.steps { counter-reset: step; display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.steps li::before { counter-increment: step; content: counter(step, decimal-leading-zero); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: #fff; background: var(--green); font-size: .78rem; font-weight: 800; }
.steps p { margin: 0; color: var(--muted); }
.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 14px 16px 14px 48px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.check-list li::before { content: "✓"; position: absolute; left: 16px; top: 13px; color: var(--green); font-weight: 900; }
.link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 28px; }
.link-grid a { display: flex; min-height: 54px; align-items: center; justify-content: space-between; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); font-weight: 750; text-decoration: none; }
.source-link { margin-top: 24px; }
.source-link a { font-weight: 750; }
.final-cta { padding: 76px 0; color: #fff; background: var(--green); text-align: center; }
.final-cta h2 { max-width: 20ch; margin-inline: auto; color: #fff; }
.final-cta p:not(.eyebrow) { max-width: 58ch; margin: 0 auto 24px; color: #dce8e1; }
.final-cta .eyebrow { color: #d8bd92; }
.button--light { border-color: #fff; color: var(--green); background: #fff; }
.button--light:hover { color: var(--green); background: var(--ivory); }
.site-footer { padding: 58px 0 88px; color: #d8e0dc; background: #102820; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 38px; }
.site-footer h2 { margin-bottom: 14px; color: #fff; font: 800 .82rem/1.3 system-ui, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { display: block; width: fit-content; min-height: 36px; color: #d8e0dc; text-decoration: none; }
.brand--footer { display: inline-flex !important; min-height: auto !important; margin-bottom: 18px; color: #fff !important; }
.brand--footer .brand-mark { color: var(--green); background: #fff; }
.site-footer p { max-width: 34ch; color: #aebcb5; font-size: .88rem; }
.footer-bottom { margin-top: 44px; padding-top: 20px; border-top: 1px solid #315045; }
.editorial-pending { margin-top: 28px; padding: 16px 18px; border-left: 4px solid var(--gold); background: #f5ecdc; color: #5b411e; }
.geo-hero .breadcrumbs { margin-bottom: 34px; }
.section--geo { background: #eef3ed !important; }
.mobile-sticky { display: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (max-width: 980px) {
  #main-nav { position: absolute; inset: 76px 0 auto; display: none; padding: 14px 16px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  #main-nav.open { display: grid; }
  #main-nav a { display: flex; min-height: 46px; align-items: center; padding: 5px 12px; border-bottom: 1px solid var(--line); }
  .menu-button { display: grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-intro { display: contents; }
  .hero-copy { order: 1; }
  .hero-grid > .project-card { order: 2; }
  .hero-grid .editorial-visual { order: 3; }
  .project-card--compact { max-width: 720px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}
@media (max-width: 680px) {
  body { font-size: 16px; padding-bottom: 66px; }
  .container { width: min(100% - 24px, var(--max)); }
  .header-inner { min-height: 66px; }
  #main-nav { top: 66px; max-height: calc(100vh - 66px); overflow-y: auto; }
  .header-cta { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  h1 { font-size: clamp(2.4rem, 12.5vw, 3.7rem); }
  .page-hero h1 { font-size: clamp(2.3rem, 11vw, 3.4rem); }
  .hero { padding-top: 44px; }
  .editorial-visual { margin-bottom: 10px; }
  .project-card { padding: 20px 16px; border-radius: 18px; }
  .project-card h2 { font-size: 1.65rem; }
  .form-row, .card-grid, .link-grid { grid-template-columns: 1fr; }
  .form-actions .button { width: 100%; }
  .section { padding: 56px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .site-footer { padding-bottom: 40px; }
  .mobile-sticky { position: fixed; z-index: 90; bottom: 8px; left: 12px; right: 12px; display: flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid #f4e8d3; border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 8px 30px rgba(0,0,0,.28); font-weight: 800; text-decoration: none; transition: opacity .15s ease; }
  body.form-focused .mobile-sticky, body.form-visible .mobile-sticky, body.footer-visible .mobile-sticky, body.sticky-obstruction .mobile-sticky { opacity: 0; pointer-events: none; }
}
