:root {
  --ink: #102923;
  --ink-soft: #29453e;
  --green: #176b55;
  --green-dark: #0d4b3c;
  --lime: #d8f45f;
  --coral: #ef7155;
  --paper: #f4f1e8;
  --paper-deep: #e9e3d5;
  --white: #fffefa;
  --muted: #64756f;
  --line: #d8d9cf;
  --shadow: 0 24px 80px rgba(16, 41, 35, .15);
  --radius-lg: 30px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2 { font-family: 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.055em; line-height: .98; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; left: 12px; top: -80px; padding: 12px 16px; background: var(--lime); color: var(--ink); font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.independence-banner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 7px 18px; color: #fff; background: #081d18; text-align: center; font-size: .67rem; font-weight: 700; letter-spacing: .02em; }
.independence-banner span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; }
.site-header { position: absolute; z-index: 20; left: 0; right: 0; color: #fff; }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-weight: 850; letter-spacing: -.03em; }
.brand-mark { width: 32px; height: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; padding: 4px; border: 1px solid currentColor; border-radius: 5px; }
.brand-mark i { display: block; background: var(--lime); border-radius: 1px; }
.brand-mark i:nth-child(2) { transform: translateY(3px); }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav a { color: rgba(255,255,255,.76); text-decoration: none; font-size: .72rem; font-weight: 700; }
.primary-nav a:hover { color: #fff; }
.primary-nav .nav-cta { padding: 10px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #fff; }
.menu-button { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: 775px; overflow: hidden; padding: 170px 0 95px; color: #fff; background: var(--green-dark); }
.hero::after { content: ''; position: absolute; width: 540px; height: 540px; right: -120px; top: 60px; border: 105px solid rgba(216,244,95,.07); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right,black,transparent 82%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.14fr .86fr; gap: 85px; align-items: center; }
.eyebrow, .kicker, .micro-label { text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 850; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--lime); }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
.hero h1 { max-width: 780px; margin: 24px 0; font-size: clamp(3.8rem, 7.6vw, 7.3rem); }
.hero h1 em { color: var(--lime); font-style: italic; font-weight: 600; }
.hero-lede { max-width: 700px; color: rgba(255,255,255,.72); font-size: 1.04rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin: 35px 0 40px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 19px; border: 0; border-radius: 999px; text-decoration: none; font-size: .74rem; font-weight: 850; cursor: pointer; }
.button-primary { background: var(--lime); color: var(--ink); }
.button-quiet { border: 1px solid rgba(255,255,255,.28); color: #fff; }
.button-dark { background: var(--ink); color: #fff; }
.button-full { width: 100%; }
.hero-proof { display: flex; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-proof div { display: grid; }
.hero-proof strong { color: var(--lime); font-size: 1.5rem; line-height: 1; }
.hero-proof span { margin-top: 5px; color: rgba(255,255,255,.5); font-size: .61rem; }
.mission-card { padding: 35px; border: 1px solid rgba(255,255,255,.21); border-radius: var(--radius-lg); background: rgba(10,33,27,.52); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.micro-label { color: var(--lime); }
.mission-card blockquote { font-family: Georgia, serif; font-size: 1.75rem; line-height: 1.35; }
.mission-rule { display: grid; grid-template-columns: auto 1fr; gap: 16px 12px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); }
.mission-rule > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--lime); font-size: .58rem; }
.mission-rule p { margin: 0; color: rgba(255,255,255,.55); font-size: .68rem; line-height: 1.5; }
.mission-rule strong { display: block; color: #fff; font-size: .77rem; }

.principles-band { background: var(--lime); }
.principle-list { display: grid; grid-template-columns: repeat(3,1fr); }
.principle-list div { min-height: 90px; display: flex; align-items: center; gap: 18px; padding: 18px 25px; border-right: 1px solid rgba(16,41,35,.18); }
.principle-list div:last-child { border: 0; }
.principle-list span { font-family: Georgia,serif; font-size: 1.1rem; font-style: italic; font-weight: 700; }
.principle-list p { margin: 0; color: var(--ink-soft); font-size: .71rem; }

.section { padding: 112px 0; }
.kicker { margin-bottom: 17px; color: var(--green); }
.kicker-light { color: var(--lime); }
.split-heading, .section-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: 90px; align-items: end; }
.split-heading h2, .section-heading h2, .legal-layout > div:first-child h2 { margin-bottom: 0; font-size: clamp(2.7rem,5.4vw,5.1rem); }
.prose, .section-heading > p { color: var(--muted); line-height: 1.78; }
.prose p:last-child { margin-bottom: 0; }
.boundary-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 58px; }
.boundary-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.38); }
.boundary-grid article > span { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 900; }
.boundary-grid h3 { margin-bottom: 9px; font-size: 1.05rem; }
.boundary-grid p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.65; }

.law-section { color: #fff; background: var(--ink); }
.law-section .section-heading > p { color: rgba(255,255,255,.58); }
.placard-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 60px; }
.placard-card { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: #163831; }
.placard-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: #d7d1c7; }
.placard-copy { padding: 23px; }
.placard-copy p { margin: 0 0 5px; color: var(--lime); font-size: .62rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.placard-copy h3 { margin: 0 0 10px; font-size: 1.15rem; }
.placard-copy > span { min-height: 65px; display: block; color: rgba(255,255,255,.61); font-size: .71rem; line-height: 1.6; }
.placard-copy a { display: inline-flex; gap: 8px; margin-top: 16px; color: #fff; font-size: .7rem; font-weight: 800; }
.placard-copy > span .inline-source { display: inline; margin: 0; color: #fff; font-size: inherit; font-weight: 800; }
.placard-copy b { color: var(--lime); }
.source-note { max-width: 750px; margin: 25px auto 0; color: rgba(255,255,255,.7); text-align: center; font-size: .63rem; }

.examples-section { background: var(--white); }
.examples-section .section-heading { margin-bottom: 55px; }
.example-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.example-card { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.example-card > img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #cbc8c0; }
.illustration-label { position: absolute; z-index: 2; left: 13px; top: 13px; padding: 7px 9px; border-radius: 999px; color: #fff; background: rgba(7,26,22,.86); font-size: .57rem; font-weight: 850; letter-spacing: .04em; backdrop-filter: blur(5px); }
.example-card figcaption { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 22px; }
.example-card figcaption > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: .62rem; font-weight: 850; }
.example-card h3 { margin: 1px 0 7px; font-size: 1rem; }
.example-card p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.example-card a { display: inline-block; margin-top: 11px; color: var(--green); font-size: .64rem; font-weight: 850; }
.example-warning { display: grid; grid-template-columns: .45fr 1.55fr; gap: 25px; margin-top: 20px; padding: 20px 23px; border-radius: 16px; color: #fff; background: var(--ink); }
.example-warning strong { color: var(--lime); font-size: .78rem; }
.example-warning span { color: rgba(255,255,255,.65); font-size: .68rem; line-height: 1.55; }

.action-section { background: #e9e3d5; }
.action-heading { margin-bottom: 55px; }
.action-workbench { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 690px; overflow: hidden; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.builder-panel { padding: 38px; background: var(--lime); }
.form-section { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 25px; }
.form-index { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; margin: 0; border-radius: 50%; background: var(--ink); color: #fff; font-size: .62rem; font-weight: 800; }
.form-section h3 { margin: 0 0 5px; font-size: 1.25rem; }
.form-section p { margin: 0; color: var(--ink-soft); font-size: .69rem; line-height: 1.5; }
.builder-panel label, .builder-panel legend { display: block; margin: 16px 0 6px; font-size: .68rem; font-weight: 850; }
.builder-panel label > span { color: var(--ink-soft); font-weight: 500; }
.builder-panel input:not([type=radio]):not([type=checkbox]), .builder-panel select { width: 100%; height: 47px; padding: 0 12px; border: 1px solid rgba(16,41,35,.25); border-radius: 10px; color: var(--ink); background: rgba(255,255,255,.76); }
.official-lookup { display: inline-flex; gap: 6px; margin-top: 10px; color: var(--ink); font-size: .67rem; font-weight: 800; }
.field-pair { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10px; }
.builder-panel fieldset { margin: 23px 0 0; padding: 0; border: 0; }
.radio-card { position: relative; margin: 7px 0 !important; }
.radio-card input { position: absolute; opacity: 0; }
.radio-card > span { display: block; padding: 11px 13px; border: 1px solid rgba(16,41,35,.22); border-radius: 11px; background: rgba(255,255,255,.45); cursor: pointer; font-size: .61rem; line-height: 1.4; }
.radio-card strong { display: block; color: var(--ink); font-size: .7rem; }
.radio-card input:checked + span { border-color: var(--ink); background: #fff; box-shadow: inset 0 0 0 1px var(--ink); }
.radio-card input:focus-visible + span { outline: 3px solid var(--coral); outline-offset: 3px; }
.agreement { display: flex !important; gap: 9px; align-items: flex-start; margin: 19px 0 0 !important; color: var(--ink-soft); line-height: 1.45; }
.agreement input { margin-top: 3px; accent-color: var(--ink); }
.form-feedback { min-height: 17px; margin: 8px 0; color: #892f20; font-size: .65rem; font-weight: 800; }
.draft-panel { min-width: 0; padding: 40px; background: #fcfbf6; }
.draft-placeholder { height: 100%; display: grid; place-content: center; justify-items: center; text-align: center; color: var(--muted); }
.draft-placeholder > span { width: 62px; height: 46px; display: grid; place-items: center; border: 2px solid var(--green); border-radius: 7px; color: var(--green); font-size: .7rem; font-weight: 900; }
.draft-placeholder h3 { max-width: 400px; margin: 22px 0 8px; color: var(--ink); font-size: 1.55rem; }
.draft-placeholder p { max-width: 430px; font-size: .77rem; line-height: 1.7; }
.draft-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.draft-toolbar > span { color: var(--green); font-size: .65rem; font-weight: 850; }
.draft-toolbar button, .draft-toolbar a { border: 0; padding: 7px 9px; color: var(--green); background: none; font-size: .68rem; font-weight: 850; cursor: pointer; }
.recipient-card { display: flex; align-items: center; gap: 13px; margin: 22px 0; padding: 13px; border: 1px solid var(--line); border-radius: 14px; }
.recipient-card > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: .7rem; font-weight: 900; }
.recipient-card small, .recipient-card strong, .recipient-card p { display: block; }
.recipient-card small { color: var(--muted); font-size: .55rem; text-transform: uppercase; letter-spacing: .1em; }
.recipient-card strong { font-size: .88rem; }
.recipient-card p { margin: 1px 0 0; color: var(--muted); font-size: .63rem; }
.message-sheet { max-height: 435px; overflow-y: auto; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: #fff; font-family: Georgia, serif; font-size: .82rem; line-height: 1.7; }
.message-sheet .subject { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.message-sheet div p { margin-bottom: 13px; }
.message-sheet a { color: var(--green); word-break: break-word; }
.draft-caveat { margin: 13px 0 0; color: var(--muted); font-size: .61rem; line-height: 1.55; }

.legal-section { color: #fff; background: var(--green-dark); }
.legal-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.legal-grid article { padding: 23px; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(255,255,255,.04); }
.legal-grid h3 { margin-bottom: 8px; font-size: .9rem; }
.legal-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .69rem; line-height: 1.65; }
.legal-links { grid-column: 2; display: flex; flex-wrap: wrap; gap: 9px; }
.legal-links a { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff; text-decoration: none; font-size: .63rem; }

.site-footer { padding: 68px 0 20px; color: #fff; background: #071a16; }
.footer-grid { display: grid; grid-template-columns: 1fr .9fr 1fr; gap: 75px; }
.brand-light { color: #fff; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-grid strong { margin-bottom: 6px; color: var(--lime); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a, .footer-grid p { color: rgba(255,255,255,.55); font-size: .68rem; line-height: 1.6; }
.footer-grid > div:first-child p { margin-top: 12px; font-family: Georgia, serif; font-size: 1.2rem; font-style: italic; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.64); font-size: .59rem; }

.legal-page { background: #f5f2e9; }
.legal-page .site-header { position: static; color: #fff; background: var(--green-dark); }
.legal-page main { min-height: 70vh; padding: 75px 0 110px; }
.legal-document { max-width: 820px; }
.legal-document .back { display: inline-block; margin-bottom: 35px; color: var(--green); font-size: .72rem; font-weight: 800; }
.legal-document h1 { margin-bottom: 16px; font-size: clamp(3rem,7vw,5.5rem); }
.legal-document .updated { margin-bottom: 45px; color: var(--muted); font-size: .68rem; }
.legal-document h2 { margin: 42px 0 13px; font-size: 1.7rem; letter-spacing: -.035em; }
.legal-document p, .legal-document li { color: var(--ink-soft); font-size: .88rem; line-height: 1.78; }
.legal-document .notice { padding: 19px; border-left: 4px solid var(--coral); background: #fff; }

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

@media (max-width: 960px) {
  .primary-nav { gap: 14px; }.primary-nav a { font-size: .65rem; }
  .hero-layout { grid-template-columns: 1fr; }.mission-card { max-width: 700px; }
  .split-heading, .section-heading { grid-template-columns: 1fr; gap: 32px; }
  .placard-grid { grid-template-columns: 1fr 1fr; }.placard-card:last-child { grid-column: 1 / -1; max-width: 560px; }
  .action-workbench { grid-template-columns: 1fr; }.legal-layout { grid-template-columns: 1fr; gap: 40px; }.legal-links { grid-column: auto; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .independence-banner { font-size: .59rem; }
  .header-inner { height: 72px; }.menu-button { display: grid; gap: 5px; }.menu-button span:not(.sr-only) { width: 24px; height: 2px; background: #fff; }
  .primary-nav { display: none; position: absolute; top: 72px; left: 14px; right: 14px; align-items: stretch; padding: 18px; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }.primary-nav.open { display: grid; }.primary-nav a, .primary-nav .nav-cta { color: var(--ink); }
  .hero { min-height: 0; padding: 130px 0 75px; }.hero h1 { font-size: clamp(3.35rem,15vw,5rem); }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-proof { gap: 16px; }.hero-proof strong { font-size: 1.2rem; }
  .principle-list, .boundary-grid, .placard-grid, .example-grid, .legal-grid, .footer-grid { grid-template-columns: 1fr; }.principle-list div { min-height: 70px; border-right: 0; border-bottom: 1px solid rgba(16,41,35,.18); }
  .section { padding: 80px 0; }.split-heading h2, .section-heading h2, .legal-layout > div:first-child h2 { font-size: 3rem; }
  .placard-card:last-child { grid-column: auto; }.example-warning { grid-template-columns: 1fr; gap: 8px; }.action-workbench { border-radius: 20px; }.builder-panel, .draft-panel { padding: 25px 18px; }.field-pair { grid-template-columns: 1fr; }.draft-panel { min-height: 480px; }.draft-toolbar { align-items: flex-start; flex-direction: column; }.message-sheet { padding: 20px; }
  .footer-grid { gap: 35px; }.footer-bottom { align-items: flex-start; flex-direction: column; }
}

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