:root {
  --forest: #173b2e;
  --forest-2: #285543;
  --heather: #735c78;
  --heather-dark: #59445f;
  --gold: #d2aa68;
  --cream: #f6f1e7;
  --sage: #edf1ed;
  --white: #fff;
  --ink: #17221f;
  --muted: #52615d;
  --line: #d9e3df;
  --shadow: 0 20px 55px rgba(23, 59, 46, .14);
  --radius: 20px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.67;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--forest); line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 5.5vw, 5.25rem); letter-spacing: -.047em; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2rem, 3.5vw, 3.3rem); letter-spacing: -.037em; margin-bottom: 1.2rem; }
h3 { font-size: 1.42rem; margin-bottom: .7rem; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 810px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; background: var(--gold); padding: .7rem 1rem; transform: translateY(-160%); transition: .2s; }
.skip-link:focus { transform: none; }
.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; }
.utility { background: #0d281f; color: #d9e9e2; font-size: .82rem; }
.utility__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility__inner div { display: flex; gap: 22px; }
.utility a { text-decoration: none; }
.utility a:hover { text-decoration: underline; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(23,59,46,.1); backdrop-filter: blur(12px); }
.header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--forest); }
.brand__mark { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 14px; background: var(--gold); color: var(--forest); transform: rotate(-2deg); }
.brand__mark svg { width: 26px; height: 26px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.27rem; line-height: 1; }
.brand small { font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; margin-top: 6px; color: var(--muted); }
.primary-nav { display: flex; align-items: center; gap: 20px; }
.primary-nav a { font-size: .89rem; font-weight: 750; text-decoration: none; color: var(--forest); }
.primary-nav a:not(.nav-cta):hover, .primary-nav a[aria-current=page] { color: var(--heather-dark); }
.nav-cta { padding: .62rem 1rem; border-radius: 999px; background: var(--forest); color: #fff !important; }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 27px; height: 2px; background: var(--forest); margin: 5px; }
.lede { font-size: clamp(1.15rem, 1.8vw, 1.4rem); color: #40514c; max-width: 850px; }
.eyebrow { font-size: .77rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; color: var(--heather-dark); margin-bottom: 1rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: .78rem 1.2rem; border: 2px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .official-link svg, .resource svg { width: 18px; height: 18px; }
.button--primary { background: var(--heather-dark); color: #fff; }
.button--primary:hover { background: var(--forest); }
.button--secondary { border-color: var(--forest); color: var(--forest); background: transparent; }
.button--secondary:hover { background: var(--forest); color: #fff; }
.button--light { background: #fff; color: var(--forest); }
.button--outline-light { border-color: rgba(255,255,255,.7); color: #fff; }
.button--text { padding-left: 0; padding-right: 0; color: var(--heather-dark); border-radius: 0; }
.breadcrumbs { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.breadcrumbs a { color: var(--forest); }
.hero { position: relative; overflow: hidden; background: var(--cream); padding: clamp(58px, 8vw, 105px) 0; }
.hero:before { content: ""; position: absolute; width: 500px; height: 500px; left: -280px; bottom: -320px; border: 1px solid rgba(115,92,120,.18); border-radius: 50%; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(38px, 6vw, 78px); align-items: center; }
.hero__copy { position: relative; z-index: 1; }
.hero__copy h1 { max-width: 760px; }
.hero__copy .lede { max-width: 700px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 10px 23px; margin-top: 2.3rem; color: var(--muted); font-size: .9rem; font-weight: 750; }
.hero__proof span { display: flex; align-items: center; gap: 8px; }
.hero__proof span:before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--heather); }
.hero-photo { position: relative; min-height: 535px; margin: 0; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); background: var(--forest); }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-photo figcaption { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 16px 18px; border-radius: 13px; color: #fff; background: rgba(13,40,31,.84); backdrop-filter: blur(8px); font-size: .84rem; }
.section { padding: clamp(72px, 9vw, 120px) 0; }
.section--tint { background: var(--sage); }
.section--dark { background: var(--forest); color: #dbe9e3; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark .eyebrow { color: var(--gold); }
.section--heather { background: var(--heather-dark); color: #f2edf3; }
.section--heather h2, .section--heather h3 { color: #fff; }
.section--heather .eyebrow { color: #ead7a6; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading--row > div { max-width: 730px; }
.section-heading--row .button { flex: none; margin-bottom: 1rem; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.card-grid--three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card { display: flex; flex-direction: column; align-items: flex-start; min-height: 250px; padding: clamp(25px,3vw,36px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(23,59,46,.055); }
.card p { color: var(--muted); }
.card__icon { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 1.4rem; border-radius: 13px; background: #f0eaf1; color: var(--heather-dark); }
.card__icon svg { width: 26px; height: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--heather-dark); font-weight: 800; text-decoration: none; }
.split__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(45px,8vw,100px); align-items: start; }
.feature-list, .side-panel { padding: clamp(28px,4vw,46px); border-radius: var(--radius); }
.feature-list { background: #fff; box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.check-list li:last-child { border: 0; }
.check-list svg { flex: none; margin-top: 4px; color: var(--heather-dark); stroke-width: 2.5; }
.side-panel { background: var(--cream); border-top: 5px solid var(--gold); }
.jobs-band { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.jobs-band > div { background: #fff; padding: clamp(26px,4vw,42px); }
.jobs-band > div > svg { width: 34px; height: 34px; color: var(--heather-dark); margin-bottom: 1.2rem; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.steps li { background: #fff; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); }
.steps span { display: inline-block; color: var(--heather-dark); font-weight: 900; font-size: .78rem; letter-spacing: .1em; margin-bottom: 1rem; }
.accordion details { border-top: 1px solid var(--line); padding: 20px 0; }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; font-family: Georgia,"Times New Roman",serif; font-size: 1.25rem; font-weight: 700; color: var(--forest); }
.accordion details p { margin: 1rem 0 0; color: var(--muted); }
.number-list { list-style: none; padding: 0; counter-reset: item; }
.number-list li { counter-increment: item; display: grid; grid-template-columns: 55px 1fr; gap: 2px 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.number-list li:before { content: "0" counter(item); grid-row: 1/3; font-weight: 900; color: var(--heather-dark); }
.number-list span { color: var(--muted); }
.link-panel { display: grid; gap: 12px; }
.official-link, .resource { display: flex; align-items: center; justify-content: space-between; gap: 18px; text-decoration: none; font-weight: 800; border-radius: 13px; }
.official-link { padding: 18px 20px; background: rgba(255,255,255,.1); color: #fff; }
.official-link:hover { background: rgba(255,255,255,.16); }
.resource-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.resource { padding: 20px; background: #fff; border: 1px solid var(--line); color: var(--forest); }
.resource:hover { border-color: var(--heather); }
.search-ideas { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.search-ideas div { display: grid; gap: 4px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 14px; }
.search-ideas div:last-child { grid-column: 1/-1; }
.search-ideas strong { font-family: Georgia,"Times New Roman",serif; font-size: 1.2rem; color: var(--forest); }
.search-ideas span { color: var(--muted); }
.stat-block { display: grid; grid-template-columns: auto 1fr; gap: 13px 22px; align-items: center; background: rgba(255,255,255,.08); padding: clamp(28px,4vw,45px); border-radius: var(--radius); }
.stat-block strong { font-family: Georgia,"Times New Roman",serif; font-size: 2.35rem; color: var(--gold); }
.map-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(460px,1.15fr); gap: clamp(45px,7vw,90px); align-items: center; }
.coverage-map { margin: 0; padding: 18px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.coverage-map img { width: 100%; border-radius: 12px; background: #eef2ef; }
.coverage-map figcaption { padding: 12px 4px 0; color: #5a6965; font-size: .82rem; }
.place-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.place-grid span { padding: .72rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-weight: 750; color: var(--forest); }
.location-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.location-card { padding: clamp(25px,3vw,36px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.location-card p { color: var(--muted); }
.location-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--heather-dark); font-weight: 800; text-decoration: none; }
.location-card a svg { width: 18px; height: 18px; }
.photo-strip { position: relative; min-height: 430px; overflow: hidden; }
.photo-strip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-strip__caption { position: absolute; left: max(20px,calc((100% - var(--shell))/2)); bottom: 28px; max-width: 560px; padding: 19px 22px; border-radius: 14px; color: #fff; background: rgba(13,40,31,.87); }
.contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.contact-card { padding: clamp(28px,4vw,45px); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card > span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 13px; background: #f0eaf1; color: var(--heather-dark); margin-bottom: 1.4rem; }
.contact-card > span svg { width: 27px; height: 27px; }
.contact-card > a:not(.button) { font-size: 1.2rem; font-weight: 800; color: var(--heather-dark); }
.contact-details > div { padding: 17px 0; border-top: 1px solid var(--line); }
.contact-details dt { font-size: .77rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; color: var(--muted); }
.contact-details dd { margin: .3rem 0 0; }
.page-hero { padding: clamp(68px,8vw,108px) 0; background: linear-gradient(135deg,var(--cream),#fff 69%); border-bottom: 1px solid var(--line); }
.page-hero__inner { max-width: 1000px; margin-left: max(20px,calc((100% - var(--shell))/2)); }
.page-hero h1 { font-size: clamp(2.75rem,5vw,4.8rem); }
.policy-layout { display: grid; grid-template-columns: 250px minmax(0,790px); gap: clamp(45px,7vw,90px); align-items: start; }
.policy-nav { position: sticky; top: 120px; padding: 24px; background: var(--sage); border-radius: 16px; }
.policy-nav h2 { font-family: inherit; font-size: .8rem; text-transform: uppercase; letter-spacing: .13em; }
.policy-nav a { display: block; padding: .45rem 0; color: var(--forest); text-decoration: none; font-size: .92rem; font-weight: 700; }
.policy-nav a:hover { text-decoration: underline; }
.prose section { scroll-margin-top: 120px; padding-bottom: 2.2rem; margin-bottom: 2.2rem; border-bottom: 1px solid var(--line); }
.prose section:last-child { border-bottom: 0; }
.prose h2 { font-size: clamp(1.75rem,2.6vw,2.35rem); }
.prose h3 { font-size: 1.35rem; margin-top: 1.6rem; }
.prose li { margin: .55rem 0; }
.prose a { color: var(--heather-dark); font-weight: 700; }
.notice { padding: 20px 22px; border-left: 5px solid var(--gold); background: var(--cream); }
.table-wrap { overflow-x: auto; margin: 1.4rem 0; }
table { width: 100%; border-collapse: collapse; font-size: .94rem; }
th, td { padding: 14px 15px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--sage); color: var(--forest); }
.final-cta { padding: clamp(55px,7vw,86px) 0; background: var(--heather-dark); color: #f2edf3; }
.final-cta__inner { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 50px; }
.final-cta h2 { color: #fff; }
.final-cta .eyebrow { color: #ead7a6; }
.final-cta .button-row { margin: 0; justify-content: flex-end; }
.site-footer { background: #0a241b; color: #bdd0c7; padding: 70px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 50px; }
.site-footer h2 { font-family: inherit; font-size: .77rem; letter-spacing: .13em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.site-footer a { display: block; color: #e5efea; text-decoration: none; margin: .48rem 0; }
.site-footer a:hover { text-decoration: underline; }
.brand--footer { margin-bottom: 1.5rem; }
.brand--footer strong { color: #fff; }
.brand--footer small { color: #adc2b9; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 32px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer__bottom p { margin: 0; }
.footer__bottom p:last-child { text-align: right; }

@media (max-width: 1060px) {
  .primary-nav { gap: 13px; }
  .primary-nav a { font-size: .83rem; }
}
@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 84px; padding: 20px; background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 8px; font-size: .94rem; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero__grid, .split__grid, .map-layout, .final-cta__inner { grid-template-columns: 1fr; }
  .hero__grid { gap: 45px; }
  .hero-photo { min-height: 460px; }
  .coverage-map { max-width: 720px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .footer__grid { grid-template-columns: repeat(2,1fr); }
  .final-cta .button-row { justify-content: flex-start; }
  .page-hero__inner { margin-inline: auto; width: min(calc(100% - 40px),var(--shell)); }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-nav { position: static; display: none; }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .utility__inner > span { display: none; }
  .utility__inner { justify-content: center; }
  .utility__inner div { gap: 14px; font-size: .76rem; }
  .header__inner { min-height: 74px; }
  .brand__mark { width: 40px; height: 40px; }
  .brand strong { font-size: 1.05rem; }
  .brand small { font-size: .56rem; }
  .primary-nav { top: 74px; }
  .card-grid, .card-grid--three, .jobs-band, .contact-grid, .resource-list, .search-ideas, .location-grid, .footer__grid { grid-template-columns: 1fr; }
  .search-ideas div:last-child { grid-column: auto; }
  .section-heading--row { display: block; }
  .steps { grid-template-columns: 1fr; }
  .footer__bottom { display: block; }
  .footer__bottom p:last-child { text-align: left; margin-top: 12px; }
  .hero__proof { display: grid; }
  .hero-photo { min-height: 370px; }
  .button { width: 100%; }
  .button--text { width: auto; }
  .coverage-map { padding: 10px; }
  .photo-strip { min-height: 340px; }
  .photo-strip__caption { right: 20px; left: 20px; bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
