:root {
  --ink: #151b25;
  --ink-soft: #2a3545;
  --muted: #5d6772;
  --purple: #33225f;
  --purple-deep: #211641;
  --green: #246842;
  --cyan: #257f9b;
  --paper: #f6f5f0;
  --mist: #ecebe4;
  --line: #d3d5cf;
  --white: #fff;
  --shell: 1200px;
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

.shell { width: min(var(--shell), calc(100% - 56px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(250,250,247,.98); }
.header-row { position: relative; display: flex; min-height: 78px; align-items: center; gap: 25px; }
.brand { display: block; flex: 0 0 auto; width: 184px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: 22px; }
.site-nav a { position: relative; padding: 28px 0 24px; color: #35404d; font-size: .84rem; font-weight: 650; letter-spacing: .005em; }
.site-nav a::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; background: var(--green); content: ""; transform: scaleX(0); transition: transform .16s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-toggle { display: none; border: 0; color: var(--purple); background: transparent; cursor: pointer; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-weight: 650; line-height: 1.1; letter-spacing: -.03em; }
h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(2.55rem, 5vw, 4.7rem); }
h2 { max-width: 760px; margin-bottom: 16px; font-size: clamp(1.85rem, 3vw, 3rem); }
h3 { margin-bottom: 10px; font-size: 1.12rem; letter-spacing: -.012em; }
p { margin-bottom: 16px; }
.intro { max-width: 690px; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.14rem); line-height: 1.65; }
.eyebrow { margin-bottom: 13px; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dot { display: none; }
.caption { max-width: 690px; color: var(--muted); font-size: .79rem; line-height: 1.5; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid var(--purple); border-radius: 0; color: var(--white); background: var(--purple); cursor: pointer; font-size: .78rem; font-weight: 750; letter-spacing: .055em; line-height: 1.1; text-transform: uppercase; transition: background .16s ease, border-color .16s ease, transform .16s ease; }
.button:hover { border-color: var(--purple-deep); background: var(--purple-deep); transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 10px 13px; font-size: .72rem; white-space: nowrap; }
.button-outline { border-color: #9ca9b7; color: var(--ink-soft); background: transparent; }
.button-outline:hover { border-color: var(--ink); color: var(--white); background: var(--ink); }
.button-cyan { border-color: var(--cyan); color: var(--white); background: var(--cyan); }
.button-cyan:hover { border-color: #247f98; background: #247f98; }
.button[aria-disabled="true"] { opacity: .52; pointer-events: none; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 15px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 5px; color: var(--purple); font-size: .9rem; font-weight: 750; }
.text-link:hover { color: var(--green); }
.text-link span { transition: transform .16s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero-home { padding: clamp(48px, 6vw, 82px) 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.hero-home h1 { max-width: 650px; font-size: clamp(2.15rem, 3.6vw, 3.7rem); }
.split-hero { display: grid; grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr); align-items: center; gap: clamp(38px, 6vw, 90px); }
.hero-figure { margin: 0; }
.hero-figure img { width: 100%; aspect-ratio: 5 / 4; border: 0; object-fit: cover; }
.hero-figure figcaption { margin: 11px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 680px; margin: 27px 0 15px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.hero-facts div { padding: 12px 14px 12px 0; border-left: 1px solid var(--line); }
.hero-facts div:first-child { border-left: 0; }
.hero-facts div + div { padding-left: 14px; }
.hero-facts span { display: block; margin-bottom: 3px; color: var(--green); font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-facts strong { display: block; color: var(--ink-soft); font-size: .78rem; line-height: 1.35; }
.benefit-strip { border-block: 1px solid #2e4160; color: var(--white); background: var(--ink); }
.benefit-strip .card-grid { gap: 0; }
.benefit-strip .card { min-height: 0; padding: 28px 30px; border: 0; border-left: 1px solid rgba(255,255,255,.2); color: inherit; background: transparent; }
.benefit-strip .card:first-child { border-left: 0; }
.benefit-strip .card h3 { color: var(--white); }
.benefit-strip .card p { color: rgba(255,255,255,.76); }
.benefit-strip .card-marker { color: #9cd49f; }

.page-hero { border-bottom: 1px solid var(--line); background: var(--paper); }
.page-hero .shell { padding: clamp(30px, 4vw, 46px) 0 clamp(27px, 3vw, 38px); border-left: 0; }
.page-hero .eyebrow { margin-bottom: 8px; }
.page-hero h1 { max-width: 900px; margin-bottom: 12px; font-size: clamp(2.15rem, 4vw, 3.65rem); }
.page-hero .intro { color: #526174; font-size: clamp(.98rem, 1.25vw, 1.08rem); line-height: 1.58; }

.media-copy { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(330px, 1fr); align-items: center; gap: clamp(40px, 8vw, 124px); padding-block: clamp(58px, 7vw, 88px); }
.media-copy > img { width: 100%; aspect-ratio: 4 / 3; border: 0; object-fit: cover; }
.media-copy.reverse > img { order: 2; }
.section-muted, .planner-section { padding: clamp(56px, 7vw, 88px) 0; background: var(--mist); }
.section-dark { padding: clamp(56px, 7vw, 88px) 0; color: var(--white); background: var(--ink); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .eyebrow { color: #86c99a; }
.section-dark .card { border-color: rgba(255,255,255,.22); color: inherit; background: transparent; }
.section-dark .card p { color: rgba(255,255,255,.72); }
.section-intro { max-width: 770px; margin-bottom: 30px; color: var(--muted); font-size: 1.03rem; }

.card-grid { display: grid; gap: 0; border-top: 1px solid var(--line); }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { min-height: 188px; padding: 26px 27px 27px; border: 0; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 0; background: transparent; }
.card:first-child { border-left: 0; }
.card-marker { display: block; margin-bottom: 31px; color: var(--green); font-size: .69rem; font-weight: 800; letter-spacing: .1em; }
.card h3 { color: var(--ink); }
.card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; line-height: 1.58; }
.icon-circle { display: none; }
.resource-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 34px; border-top: 1px solid var(--ink); }
.resource-links a { padding: 15px 18px 15px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .84rem; font-weight: 700; transition: color .16s ease; }
.resource-links a:hover { color: var(--green); }

.form-layout { display: grid; grid-template-columns: minmax(260px, .67fr) minmax(430px, 1fr); align-items: start; gap: clamp(46px, 8vw, 110px); padding-block: clamp(58px, 7vw, 88px); }
.leadership-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(430px, 1fr); align-items: start; gap: clamp(46px, 8vw, 110px); }
.leadership-grid > div > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-card { padding: 20px 0; border: 0; border-top: 1px solid var(--line); background: transparent; }
.contact-card .eyebrow { margin-bottom: 8px; color: var(--muted); font-size: .65rem; }
.contact-card h3 { margin-bottom: 11px; font-size: 1.15rem; }
.contact-card a { display: block; margin-top: 6px; color: var(--purple); font-size: .88rem; font-weight: 700; overflow-wrap: anywhere; }
.contact-card a:hover { color: var(--green); }
.direct-contacts { margin-top: 25px; }
.direct-contacts .contact-cards { grid-template-columns: 1fr; }
.direct-contacts .contact-card { padding: 19px; }

.lead-form { padding: clamp(25px, 4vw, 38px); border: 1px solid var(--ink); background: var(--white); }
.form-heading .eyebrow { margin-bottom: 9px; }
.form-heading h2 { margin-bottom: 8px; font-size: clamp(1.65rem, 2.6vw, 2.2rem); }
.form-heading p { color: var(--muted); font-size: .91rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-core { margin-top: 20px; }
.lead-form label { display: grid; gap: 7px; margin: 15px 0; color: #344155; font-size: .79rem; font-weight: 730; }
.lead-form label b { color: var(--green); }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #bfc9d3; border-radius: 2px; outline: none; color: var(--ink); background: var(--white); font-weight: 500; transition: border-color .16s ease, box-shadow .16s ease; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(52,38,109,.11); }
.optional-fields { margin: 17px 0; padding: 0; border-top: 1px solid var(--line); }
.optional-fields summary { padding: 15px 0 2px; cursor: pointer; color: var(--ink-soft); font-size: .85rem; font-weight: 720; }
.optional-fields summary span { color: var(--muted); font-weight: 500; }
.optional-fields[open] summary { margin-bottom: 2px; }
.full-span { grid-column: 1 / -1; }
.lead-form .check { grid-template-columns: 19px 1fr; align-items: start; gap: 9px; color: var(--muted); font-size: .79rem; font-weight: 520; }
.lead-form .check input { width: 18px; height: 18px; margin: 0; accent-color: var(--purple); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 1.45em; margin: 3px 0 14px; color: var(--green); font-size: .88rem; font-weight: 700; }
.form-status.is-error { color: #a9293f; }
.callout { padding: 15px 17px; border-left: 3px solid var(--cyan); color: #425367; background: #e9f3f6; font-size: .9rem; }

.faq-list { max-width: 940px; padding-block: clamp(52px, 7vw, 86px); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; gap: 18px; padding: 20px 2px; cursor: pointer; list-style: none; color: var(--ink); font-size: clamp(1rem, 1.7vw, 1.16rem); font-weight: 680; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { margin-left: auto; color: var(--green); content: '+'; font-size: 1.35rem; line-height: .8; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list summary span { flex: 0 0 auto; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.faq-list details p { max-width: 780px; padding: 0 0 20px 43px; color: var(--muted); }
.steps { margin: 28px 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 40px 1fr; gap: 15px; margin-bottom: 22px; }
.steps li > b { color: var(--green); font-size: .78rem; letter-spacing: .08em; }
.steps h3 { margin-bottom: 4px; font-size: 1.04rem; }
.steps p { margin-bottom: 0; color: var(--muted); }
.legal { max-width: 880px; padding-block: clamp(52px, 7vw, 86px); }
.legal h2 { margin-top: 38px; font-size: clamp(1.4rem, 2.2vw, 2rem); }
.legal h2:first-child { margin-top: 0; }
.legal p { max-width: 790px; color: var(--muted); }

.site-footer { color: rgba(255,255,255,.75); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .72fr .82fr; gap: 68px; padding: 54px 0 38px; }
.footer-grid img { width: 206px; margin-bottom: 16px; filter: brightness(0) invert(1) grayscale(1); opacity: .96; }
.footer-grid p { max-width: 380px; color: var(--white); }
.footer-grid small { display: block; max-width: 440px; color: rgba(255,255,255,.58); line-height: 1.5; }
.footer-grid h2 { margin: 0 0 14px; color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 8px 0; font-size: .85rem; }
.footer-grid a:hover, .footer-bottom a:hover { color: #91d3a1; }
.footer-bottom { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.55); font-size: .76rem; }
.footer-bottom a { margin-left: 14px; color: var(--white); }

@media (max-width: 1100px) {
  .header-row { min-height: 72px; gap: 14px; }
  .brand { width: 165px; }
  .nav-toggle { display: inline-flex; margin-left: auto; align-items: center; min-height: 40px; }
  .site-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; padding: 12px 24px 18px; border: 1px solid var(--line); border-top: 0; background: var(--white); box-shadow: 0 14px 25px rgba(20,32,51,.10); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }
  .card-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .shell { width: min(var(--shell), calc(100% - 34px)); }
  .split-hero, .media-copy, .form-layout, .leadership-grid { grid-template-columns: 1fr; }
  .split-hero { gap: 32px; }
  .hero-figure { max-width: 680px; }
  .media-copy.reverse > img { order: 0; }
  .card-grid.three { grid-template-columns: 1fr; }
  .card-grid .card { min-height: 0; border-left: 0; }
  .benefit-strip .card { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .benefit-strip .card:first-child { border-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .shell { width: min(var(--shell), calc(100% - 28px)); }
  .header-row { gap: 9px; }
  .brand { width: 128px; }
  .button-small { min-height: 37px; padding: 9px 10px; font-size: .66rem; }
  .nav-toggle { min-height: 37px; font-size: .7rem; }
  .site-nav { right: -14px; left: -14px; padding-inline: 18px; }
  h1 { font-size: 2.35rem; }
  .hero-home { padding-block: 40px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div, .hero-facts div + div { padding: 11px 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-facts div:first-child { border-top: 0; }
  .page-hero .shell { padding-block: 27px 25px; }
  .page-hero h1 { font-size: 2.08rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .card-grid.four, .resource-links, .form-grid, .contact-cards { grid-template-columns: 1fr; }
  .full-span { grid-column: auto; }
  .lead-form { padding: 24px 19px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom a { margin-left: 7px; }
}
