:root {
  --navy: #17324d;
  --navy-deep: #0e2438;
  --teal: #2f6f73;
  --teal-dark: #255b5e;
  --sage: #7f9c7a;
  --sand: #e8d9bc;
  --sand-light: #f1e8d6;
  --earth: #a95034;
  --cream: #f8f5ee;
  --white: #fff;
  --text: #1d2a33;
  --muted: #5a6972;
  --border: #d7dfe1;
  --shadow: 0 20px 55px rgba(14, 36, 56, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--teal-dark); text-underline-offset: .2em; }
a:hover { color: var(--earth); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #e79d5f; outline-offset: 4px; border-radius: 3px; }
.skip-link {
  position: fixed; z-index: 1000; top: .75rem; left: .75rem;
  transform: translateY(-180%); padding: .65rem 1rem; color: var(--white);
  background: var(--navy-deep); font-weight: 700;
}
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.eyebrow {
  margin: 0 0 .8rem; color: var(--earth); font-size: .74rem; line-height: 1.4;
  font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
h1, h2, h3 { margin: 0 0 .7em; color: var(--navy-deep); font-family: var(--serif); line-height: 1.12; }
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1.2rem; }
.lead { max-width: 750px; color: #42535d; font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.muted { color: var(--muted); }
.section { padding: clamp(4.5rem, 9vw, 8.2rem) 0; }
.section-sm { padding: 3.8rem 0; }
.section-white { background: var(--white); }
.section-navy { background: var(--navy-deep); color: #dfe8ea; }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-navy .eyebrow { color: #efb18a; }
.section-sand { background: var(--sand-light); }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; align-items: start; margin-bottom: 3rem; }
.section-head > :last-child { max-width: 760px; }

.trust-bar {
  padding: .55rem 20px; color: #e8eeee; background: var(--navy-deep);
  text-align: center; font-size: .78rem; font-weight: 700; letter-spacing: .07em;
}
.site-header {
  position: relative; z-index: 100; background: rgba(248,245,238,.96);
  border-bottom: 1px solid rgba(23,50,77,.12); backdrop-filter: blur(16px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .8rem; color: var(--navy-deep); text-decoration: none; }
.brand img { width: 48px; height: 48px; }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { font-family: var(--serif); font-size: 1.35rem; letter-spacing: .02em; }
.brand-text span { max-width: 280px; margin-top: .25rem; font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-toggle {
  display: none; min-width: 48px; min-height: 48px; border: 1px solid var(--border);
  color: var(--navy); background: var(--white); border-radius: 50%; font: inherit; cursor: pointer;
}
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }
.site-nav { display: flex; align-items: center; gap: clamp(.65rem, 1.35vw, 1.35rem); }
.site-nav a {
  color: var(--navy-deep); font-size: .83rem; font-weight: 700; text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--earth); }
.site-nav .nav-cta {
  padding: .72rem 1rem; color: var(--white); background: var(--earth); border-radius: 3px;
}
.site-nav .nav-cta:hover { color: var(--white); background: #8e402a; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--cream); }
.hero::before {
  content: ""; position: absolute; width: 58vw; height: 58vw; min-width: 660px; min-height: 660px;
  right: -17vw; top: -10vw; border: 1px solid rgba(47,111,115,.2); border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(47,111,115,.035), 0 0 0 120px rgba(183,101,69,.03);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 5vw; align-items: center; padding: 5rem 0; }
.hero h1 span { display: block; color: var(--teal); }
.hero-copy { max-width: 690px; font-size: clamp(1.05rem, 1.6vw, 1.23rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .55rem;
  padding: .78rem 1.25rem; border: 2px solid var(--navy); color: var(--white);
  background: var(--navy); font-size: .9rem; font-weight: 800; text-decoration: none; border-radius: 3px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button::after { content: "→"; transition: transform .2s ease; }
.button:hover { color: var(--white); background: var(--teal-dark); border-color: var(--teal-dark); transform: translateY(-2px); }
.button:hover::after { transform: translateX(4px); }
.button-light { color: var(--navy); background: transparent; }
.button-light:hover { color: var(--white); }
.button-sand { color: var(--navy-deep); background: var(--sand); border-color: var(--sand); }
.button-sand:hover { color: var(--navy-deep); background: #f2e7d1; border-color: #f2e7d1; }
.hero-art { position: relative; display: grid; place-items: center; }
.hero-art img { width: min(100%, 590px); filter: drop-shadow(0 25px 25px rgba(14,36,56,.12)); }
.hero-note {
  position: absolute; left: -1.5rem; bottom: 1rem; max-width: 230px; padding: 1rem 1.2rem;
  color: var(--white); background: var(--navy); font-size: .77rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; box-shadow: var(--shadow);
}

.page-hero { position: relative; overflow: hidden; padding: clamp(5.5rem, 10vw, 9rem) 0; background: var(--navy-deep); color: #dfe8ea; }
.page-hero::after {
  content: ""; position: absolute; width: 520px; height: 520px; right: -130px; top: -245px;
  border: 1px solid rgba(232,217,188,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(232,217,188,.025);
}
.page-hero h1 { max-width: 970px; color: var(--white); font-size: clamp(2.8rem, 6vw, 5.3rem); }
.page-hero .lead { color: #cfdbde; }
.page-hero .eyebrow { color: #efb18a; }
.page-hero p { max-width: 780px; }

.region-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 2.5rem; background: rgba(255,255,255,.16); }
.region { padding: 1.2rem; background: var(--navy-deep); text-align: center; }
.region b { display: block; color: var(--white); font-family: var(--serif); font-size: 1.25rem; }
.region span { color: #bfcdd1; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.river-rule { width: 78px; height: 7px; margin-bottom: 1.6rem; border-top: 2px solid var(--teal); border-bottom: 2px solid var(--earth); transform: skewX(-25deg); }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.card { position: relative; min-height: 310px; padding: 2rem; background: var(--white); border: 1px solid var(--border); }
.card::before { content: ""; display: block; width: 32px; height: 4px; margin-bottom: 2rem; background: var(--earth); }
.card-num { color: var(--sage); font-family: var(--serif); font-size: .9rem; font-weight: 700; }
.card p { color: var(--muted); font-size: .95rem; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.cards.two .card { min-height: 240px; }
.value-card { min-height: 230px; }
.value-card::before { background: var(--teal); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.quote-panel { position: relative; padding: clamp(2.2rem, 5vw, 4.4rem); color: var(--white); background: var(--teal); }
.quote-panel::after {
  content: ""; position: absolute; right: 1.2rem; bottom: 1.2rem; width: 75px; height: 75px;
  border-right: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4);
}
.quote-panel h2 { color: var(--white); }
.quote-panel .eyebrow { color: #ffe1c4; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 2rem; background: var(--border); border: 1px solid var(--border); }
.fact { padding: 1.35rem; background: var(--white); }
.fact span { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fact strong { display: block; margin-top: .25rem; color: var(--navy); font-family: var(--serif); font-size: 1.2rem; }
.steps { counter-reset: steps; display: grid; gap: .8rem; }
.step { counter-increment: steps; display: grid; grid-template-columns: 58px 1fr; gap: 1.2rem; padding: 1.4rem; background: var(--white); border: 1px solid var(--border); }
.step::before { content: "0" counter(steps); color: var(--earth); font-family: var(--serif); font-size: 1.4rem; font-weight: 700; }
.step h3 { margin-bottom: .35rem; }
.step p { margin: 0; color: var(--muted); }
.status-box { padding: clamp(2rem, 5vw, 4rem); border-left: 6px solid var(--earth); background: var(--sand-light); }
.profile { display: grid; grid-template-columns: .66fr 1.34fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.profile-mark { aspect-ratio: 4/5; display: grid; place-items: center; padding: 2rem; background: var(--teal); }
.profile-mark img { width: min(70%, 260px); filter: brightness(0) invert(1); opacity: .9; }
.profile-name { margin-bottom: .2rem; font-size: clamp(2.2rem, 5vw, 4rem); }
.profile-role { color: var(--earth); font-size: .93rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.list-clean { margin: 1.5rem 0; padding: 0; list-style: none; }
.list-clean li { position: relative; padding: .75rem 0 .75rem 2rem; border-bottom: 1px solid var(--border); }
.list-clean li::before { content: "—"; position: absolute; left: 0; color: var(--earth); font-weight: 800; }
.contact-card { padding: clamp(2rem, 5vw, 4rem); background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow); }
.contact-card address { font-style: normal; }
.contact-card .email { display: inline-block; margin: .4rem 0 1.5rem; font-family: var(--serif); font-size: clamp(1.35rem, 3vw, 2.2rem); overflow-wrap: anywhere; }
.notice { padding: 1.2rem 1.35rem; background: #edf3f2; border-left: 4px solid var(--teal); font-size: .92rem; }
.legal h2 { margin-top: 2.2rem; font-size: 1.7rem; }
.legal h2:first-child { margin-top: 0; }

.cta { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 6rem); color: var(--white); background: var(--navy); }
.cta::after { content: ""; position: absolute; width: 300px; height: 300px; right: -100px; bottom: -180px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.025); }
.cta h2 { max-width: 760px; color: var(--white); }
.cta p { max-width: 760px; color: #d6e0e3; }
.site-footer { padding: 4.5rem 0 1.5rem; color: #cdd8db; background: #091a29; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 4rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; color: var(--white); text-decoration: none; }
.footer-brand img { width: 54px; filter: brightness(0) invert(1); }
.footer-brand strong { display: block; max-width: 450px; font-family: var(--serif); font-size: 1.2rem; line-height: 1.2; }
.site-footer h2 { color: var(--white); font-family: var(--sans); font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: .55rem 0; }
.site-footer a { color: #dce5e7; text-decoration: none; }
.site-footer a:hover { color: #efb18a; }
.footer-mission { max-width: 560px; margin: 1.4rem 0; font-size: .93rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .75rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1050px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute; display: none; top: calc(100% + 1px); left: 0; right: 0;
    align-items: stretch; padding: 1rem 20px 1.5rem; background: var(--cream); box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: .6rem 0; }
  .site-nav .nav-cta { text-align: center; }
  .hero { min-height: 650px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; gap: 2rem; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 32px), var(--max)); }
  .brand-text span { display: none; }
  .header-inner { min-height: 72px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 4.5rem 0; }
  .hero-art { margin-top: 1rem; }
  .hero-art img { max-height: 400px; }
  .hero-note { left: 0; }
  .section-head, .split, .profile { grid-template-columns: 1fr; }
  .section-head { gap: 1rem; }
  .cards.three { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
}
@media (max-width: 520px) {
  h1 { font-size: clamp(2.65rem, 15vw, 4rem); }
  .trust-bar { font-size: .67rem; letter-spacing: .025em; }
  .brand img { width: 42px; height: 42px; }
  .brand-text strong { font-size: 1.15rem; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .hero-art img { width: 100%; }
  .hero-note { position: relative; bottom: auto; margin-top: -1rem; }
  .cards, .cards.two, .facts { grid-template-columns: 1fr; }
  .card { min-height: auto; padding: 1.5rem; }
  .region-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
