:root {
  color-scheme: light;
  --navy: #101f2c;
  --navy-soft: #172c37;
  --paper: #f6f4ec;
  --ink: #182c35;
  --muted: #506067;
  --green: #b7d6a5;
  --forest: #365b45;
  --rule: #cdd1c7;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --editorial: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.65; }
::selection { color: var(--navy); background: var(--green); }
a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; border-radius: 2px; }
main:focus { outline: none; }
svg { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
h1, h2 { font-family: var(--editorial); font-weight: 400; }
h2 { font-size: clamp(2.3rem, 4vw, 3rem); line-height: 1.12; letter-spacing: -.035em; }
h3 { font-size: 1.2rem; font-weight: 600; line-height: 1.35; letter-spacing: -.015em; }
.container { width: min(100% - 6rem, 1160px); margin-inline: auto; }
.section-space { padding-block: 6rem; }
.eyebrow { font-size: .875rem; font-weight: 600; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.skip-link { position: absolute; z-index: 5; top: 1rem; left: 1rem; transform: translateY(-200%); background: var(--paper); color: var(--navy); padding: .7rem 1rem; }
.skip-link:focus { transform: translateY(0); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.publisher { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; font-size: 1.125rem; font-weight: 600; letter-spacing: -.035em; }
.publisher strong { font-weight: 400; }
.publisher-mark { display: flex; gap: 3px; align-items: center; height: 26px; }
.publisher-mark i { display: block; width: 6px; height: 26px; background: var(--forest); }
.publisher-mark i:nth-child(2) { height: 18px; }
.publisher-mark i:nth-child(3) { height: 10px; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: .25rem 2rem; }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; text-decoration: none; }
nav a:hover { text-decoration: underline; }
.hero { background: var(--navy); color: var(--paper); padding-top: 2.25rem; }
.hero-topline { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.hero-topline .eyebrow { color: var(--green); }
.beta-label { padding: .4rem .8rem; border: 1px solid #51615d; border-radius: 3px; font-size: .875rem; line-height: 1.5; }
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 4rem; align-items: center; padding-block: 3.25rem 4.25rem; }
h1 { font-size: clamp(3.5rem, 6.4vw, 5.65rem); line-height: 1.035; letter-spacing: -.055em; }
.hero-description { margin-top: 1.65rem; max-width: 32rem; font-size: 1.125rem; color: #d0d8d8; line-height: 1.65; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 1.8rem; min-height: 54px; padding: .8rem 1.25rem; background: var(--paper); color: var(--navy); text-decoration: none; font-size: 1rem; font-weight: 600; line-height: 1.5; border-radius: 2px; }
.button:hover { background: var(--green); }
.button span { font-size: 1.4rem; line-height: 1; font-weight: 400; }
.hero-copy > .button { margin-top: 2rem; }
.hero-copy > .button:focus-visible { outline-color: var(--green); }
.access-note { color: #b9c6cb; font-size: .875rem; line-height: 1.55; margin-top: 1rem; }
.field-art { color: var(--green); align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.field-art svg { width: 100%; max-height: 400px; }
.field-caption { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; font-size: .875rem; color: #c0cdce; }
.hero-baseline { display: flex; justify-content: space-between; gap: 1.25rem; border-top: 1px solid #40505a; padding-block: 1rem; font-size: .875rem; color: #b9c6cb; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; }
.section-intro .eyebrow, .policies .eyebrow, .contact .eyebrow { color: var(--forest); margin-bottom: 1rem; }
.section-intro > p { color: var(--muted); max-width: 34rem; font-size: 1.0625rem; }
.scope-grid { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.scope-item { border-top: 1px solid var(--rule); padding-top: 1.25rem; }
.section-number { font-size: .875rem; color: var(--forest); font-variant-numeric: tabular-nums; }
.scope-item h3 { margin-top: 1.65rem; }
.scope-item p { margin-top: .85rem; color: var(--muted); max-width: 21rem; }
.principles { padding-block: 4.5rem; background: var(--navy-soft); color: var(--paper); }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.principles .eyebrow { color: var(--green); margin-bottom: 1rem; }
.principles-lead { font-size: 1.125rem; color: #e0e6e3; }
.principle-list { list-style: none; padding: 0; margin: 1.75rem 0 0; }
.principle-list li { border-top: 1px solid #40565d; padding-block: .9rem; color: #c8d2d3; }
.principle-list strong { color: var(--green); font-weight: 600; }
.policies-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.policies h2 { margin-bottom: 1.75rem; }
.policies section > p:not(.eyebrow) { margin-top: 1.25rem; color: var(--muted); }
.policies strong { color: var(--ink); font-weight: 600; }
.policies a { overflow-wrap: anywhere; }
.policies .policy-date { font-size: .875rem; }
.contact { border-top: 1px solid var(--rule); padding-block: 3.5rem; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.contact h2 { font-size: clamp(2rem, 3.5vw, 2.6rem); }
.button-dark { background: var(--navy); color: var(--paper); }
.button-dark:hover { background: var(--forest); }
.button-dark:focus-visible { outline-color: var(--forest); }
.contact-action { display: flex; flex-direction: column; align-items: center; gap: .7rem; flex-shrink: 0; }
.contact-action > span { font-size: .875rem; color: var(--muted); }
.site-footer { border-top: 1px solid var(--rule); padding-block: 1.65rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; font-size: .875rem; color: var(--muted); }
.footer-inner p:nth-child(2) { text-align: center; }
.footer-inner p span { margin-inline: .5rem; }
.footer-inner > a { display: inline-flex; gap: .5rem; align-items: center; min-height: 44px; flex-shrink: 0; }
.error-main { min-height: calc(100svh - 220px); display: grid; align-content: center; padding-block: 5rem; background: var(--navy); color: var(--paper); }
.error-main .eyebrow { color: var(--green); margin-bottom: 1.5rem; }
.error-main h1 { max-width: 48rem; }
.error-main p:not(.eyebrow) { max-width: 32rem; margin-top: 1.5rem; color: #d0d8d8; }
.error-main .button { margin-top: 2rem; }
.error-main .button:focus-visible { outline-color: var(--green); }

@media (min-width: 1600px) { .hero-grid { padding-block: 4rem 5rem; } }
@media (max-width: 1000px) {
  .container { width: min(100% - 4rem, 1160px); }
  .hero-grid { gap: 2.5rem; }
  .section-intro, .principles-grid, .policies-grid { gap: 3rem; }
  .field-caption { flex-direction: column; gap: 0; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner p:nth-child(2) { text-align: left; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 3rem); }
  .header-inner { min-height: 88px; gap: 1rem; flex-wrap: wrap; padding-block: 1rem; }
  nav { gap: 1.25rem; }
  .hero-topline { align-items: flex-start; flex-direction: column; gap: .85rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 2.5rem; }
  h1 { font-size: clamp(3.2rem, 10vw, 4.8rem); }
  .hero-description { max-width: 34rem; }
  .field-art { position: relative; height: 170px; overflow: hidden; border-top: 1px solid #40505a; }
  .field-art svg { position: absolute; top: -110px; right: 0; width: 55%; min-width: 230px; opacity: .75; }
  .field-caption { position: relative; width: fit-content; padding-right: 1rem; background: var(--navy); gap: .15rem; margin-top: 0; }
  .hero-baseline { font-size: .875rem; }
  .section-space { padding-block: 4rem; }
  .section-intro, .principles-grid, .policies-grid { grid-template-columns: 1fr; gap: 2rem; }
  .section-intro > p { max-width: 38rem; }
  .scope-grid { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.5rem; }
  .scope-item { display: grid; grid-template-columns: 3rem 1fr; gap: .5rem 1rem; padding-top: 1.25rem; }
  .scope-item h3 { margin-top: 0; }
  .scope-item p { grid-column: 2; margin: 0; max-width: 34rem; }
  .principles { padding-block: 3.5rem; }
  .policies-grid { gap: 3.5rem; }
  .policies-grid > section + section { border-top: 1px solid var(--rule); padding-top: 3.5rem; }
  .contact-inner { flex-direction: column; align-items: flex-start; gap: 2rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: .5rem; }
}
@media (max-width: 420px) {
  .container { width: calc(100% - 2.5rem); }
  .header-inner { gap: .5rem; }
  .publisher { width: 100%; }
  nav { justify-content: space-between; width: 100%; }
  .hero { padding-top: 1.75rem; }
  .hero-baseline { flex-direction: column; gap: .2rem; }
  .button { gap: 1rem; padding-inline: 1rem; }
  .field-art { height: 140px; }
  .field-caption { font-size: .875rem; }
}
@media (forced-colors: active) {
  .button, .beta-label { border: 1px solid ButtonText; }
  .publisher-mark i { background: CanvasText; }
  .field-art { display: none; }
}
