.staticPage { min-height: 100vh; }
.staticHeader { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; min-height: 86px; padding: 18px max(32px, calc((100vw - 1328px) / 2)); }
.staticHeader .main-nav { align-items: center; display: flex; gap: 28px; }
.staticHeader .main-nav a { font-size: 12px; font-weight: 750; }
.staticHeader .provider-link { background: var(--ink); border-radius: 999px; color: var(--white); padding: 13px 18px; }
.staticHeader .provider-link:hover, .staticHeader .provider-link:focus-visible { background: var(--coral); color: var(--ink); }
.staticHero { display: grid; gap: 70px; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); margin: 0 auto; max-width: 1328px; padding: 92px 32px 78px; }
.staticEyebrow, .staticKicker { align-items: center; display: flex; font-size: 10px; font-weight: 850; gap: 9px; letter-spacing: .12em; margin: 0 0 25px; text-transform: uppercase; }
.staticEyebrow span { background: var(--coral); border: 1px solid var(--ink); border-radius: 50%; height: 9px; width: 9px; }
.staticHero h1 { font-size: clamp(52px, 6.4vw, 94px); letter-spacing: -.075em; line-height: .9; margin: 0; max-width: 900px; }
.staticHero h1 em, .staticSectionHeading h2 em { font-family: Georgia, serif; font-weight: 400; }
.staticHeroCopy > p:not(.staticEyebrow) { color: var(--ink-soft); font-size: 17px; line-height: 1.7; margin: 30px 0 0; max-width: 690px; }
.staticHeroActions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.staticHeroActions a { align-items: center; border: 1px solid var(--ink); border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 850; gap: 16px; padding: 15px 20px; transition: transform .2s ease, background .2s ease; }
.staticHeroActions a:first-child { background: var(--lime); }
.staticHeroActions a:hover, .staticHeroActions a:focus-visible { background: var(--coral); transform: translateY(-3px); }
.staticHeroCard { align-self: end; background: var(--white); border: 2px solid var(--ink); border-radius: 24px; box-shadow: 10px 10px 0 var(--ink); padding: 26px; transform: rotate(1.5deg); }
.staticHeroCard > span { color: #66776f; font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.staticHeroCard strong { display: block; font-size: 25px; letter-spacing: -.04em; margin: 16px 0 20px; }
.staticHeroCard ul { list-style: none; margin: 0; padding: 0; }
.staticHeroCard li { border-top: 1px solid var(--line); font-size: 12px; font-weight: 720; padding: 13px 0; }
.staticHeroCard li::before { color: #49751a; content: '✓'; font-weight: 900; margin-right: 10px; }
.staticBand { background: var(--ink); color: var(--white); overflow: hidden; padding: 15px 20px; text-align: center; }
.staticBand span { color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.staticSection { margin: 0 auto; max-width: 1328px; padding: 92px 32px; }
.staticSectionHeading { display: grid; gap: 60px; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr); margin-bottom: 45px; }
.staticSectionHeading h2 { font-size: clamp(42px, 5vw, 70px); letter-spacing: -.065em; line-height: .95; margin: 0; }
.staticSectionHeading > p { align-self: end; color: var(--ink-soft); font-size: 15px; line-height: 1.7; margin: 0; }
.serviceGroups { display: grid; gap: 20px; }
.serviceGroup { border: 1px solid var(--ink); border-radius: 24px; display: grid; grid-template-columns: 260px 1fr; overflow: hidden; }
.serviceGroupHeading { background: var(--ink); color: var(--white); padding: 27px; }
.serviceGroupHeading span { color: var(--lime); display: block; font-size: 10px; font-weight: 850; letter-spacing: .1em; margin-bottom: 12px; }
.serviceGroupHeading h2 { font-size: 27px; letter-spacing: -.045em; margin: 0; }
.serviceList { background: var(--white); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.serviceItem { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); padding: 24px; transition: background .2s ease, transform .2s ease; }
.serviceItem:hover { background: #f8ffea; }
.serviceItem h3 { font-size: 18px; letter-spacing: -.035em; margin: 0 0 9px; }
.serviceItem > p { color: #52645b; font-size: 12px; line-height: 1.6; margin: 0; }
.serviceCities { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
.serviceCities a { background: var(--paper); border-radius: 999px; font-size: 10px; font-weight: 750; padding: 8px 10px; }
.serviceCities a:hover, .serviceCities a:focus-visible { background: var(--lime); }
.serviceCities span { color: #6c7b74; font-size: 10px; padding: 8px 0; }
.stepGrid, .principleGrid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.stepCard, .principleCard { background: var(--white); border: 1px solid var(--ink); border-radius: 22px; min-height: 260px; padding: 27px; transition: box-shadow .2s ease, transform .2s ease; }
.stepCard:hover, .principleCard:hover { box-shadow: 7px 7px 0 var(--ink); transform: translate(-3px, -3px); }
.stepCard > span, .principleCard > span { color: #49751a; font-size: 11px; font-weight: 900; }
.stepCard h2, .principleCard h3 { font-size: 25px; letter-spacing: -.045em; margin: 40px 0 12px; }
.stepCard p, .principleCard p { color: #52645b; font-size: 13px; line-height: 1.7; margin: 0; }
.splitCallout { background: var(--lime); border-bottom: 2px solid var(--ink); border-top: 2px solid var(--ink); display: grid; gap: 60px; grid-template-columns: 1fr 1fr; padding: 74px max(32px, calc((100vw - 1264px) / 2)); }
.splitCallout h2 { font-size: clamp(38px, 4vw, 60px); letter-spacing: -.06em; line-height: .96; margin: 0; }
.splitCallout > div:last-child { align-self: center; }
.splitCallout p { font-size: 15px; line-height: 1.7; margin: 0 0 24px; }
.splitCallout a { border-bottom: 2px solid var(--ink); font-size: 12px; font-weight: 850; padding-bottom: 4px; }
.contactLayout { display: grid; gap: 26px; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); margin: 0 auto; max-width: 1120px; padding: 40px 32px 100px; }
.contactAside { background: var(--ink); border-radius: 24px; color: var(--white); padding: 30px; }
.contactAside h2 { font-size: 28px; letter-spacing: -.05em; margin: 0 0 18px; }
.contactAside > p { color: #b8c5bf; font-size: 13px; line-height: 1.7; }
.contactAside nav { border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 10px; margin-top: 25px; padding-top: 20px; }
.contactAside nav a { color: var(--lime); font-size: 12px; font-weight: 780; }
.portalFormWrap { background: var(--white); border: 1px solid var(--ink); border-radius: 24px; padding: 32px; }
.portalFormMessage { background: #fff3cf; border: 1px solid var(--ink); border-radius: 14px; margin-bottom: 22px; padding: 16px; }
.portalFormMessage.success { background: #eaffba; }
.portalFormMessage strong { display: block; font-size: 14px; }
.portalFormMessage p { font-size: 12px; margin: 5px 0 0; }
.portalForm { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.portalForm label { display: grid; font-size: 10px; font-weight: 850; gap: 8px; letter-spacing: .06em; text-transform: uppercase; }
.portalForm label.wide, .portalForm .formConsent, .portalForm .portalSubmit { grid-column: 1 / -1; }
.portalForm input, .portalForm select, .portalForm textarea { background: var(--paper); border: 1px solid var(--ink); border-radius: 12px; color: var(--ink); min-width: 0; padding: 14px; text-transform: none; }
.portalForm textarea { line-height: 1.6; resize: vertical; }
.portalForm input:focus, .portalForm select:focus, .portalForm textarea:focus { background: var(--white); }
.portalForm .formConsent { align-items: flex-start; display: flex; font-size: 11px; font-weight: 600; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.portalForm .formConsent input { flex: 0 0 auto; margin: 3px 0 0; min-width: auto; }
.portalSubmit { align-items: center; display: flex; gap: 24px; justify-content: space-between; padding-top: 8px; }
.portalSubmit p { color: #66776f; font-size: 11px; line-height: 1.5; margin: 0; }
.portalSubmit button { background: var(--lime); border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 850; padding: 15px 22px; white-space: nowrap; }
.portalSubmit button:hover, .portalSubmit button:focus-visible { background: var(--coral); transform: translateY(-2px); }
.portalHoneypot { height: 1px; left: -9999px; overflow: hidden; position: absolute; width: 1px; }
.legalShell { display: grid; gap: 56px; grid-template-columns: 250px minmax(0, 800px); margin: 0 auto; max-width: 1120px; padding: 80px 32px 110px; }
.legalNav { align-self: start; position: sticky; top: 24px; }
.legalNav strong { display: block; font-size: 11px; letter-spacing: .1em; margin-bottom: 16px; text-transform: uppercase; }
.legalNav a { border-top: 1px solid var(--line); display: block; font-size: 12px; padding: 12px 0; }
.legalNav a:hover, .legalNav a:focus-visible { color: #49751a; }
.legalContent h1 { font-size: clamp(45px, 6vw, 72px); letter-spacing: -.07em; line-height: .95; margin: 0 0 22px; }
.legalLead { color: #52645b; font-size: 15px; line-height: 1.7; margin: 0 0 50px; }
.legalContent section { border-top: 1px solid var(--ink); padding: 34px 0; }
.legalContent h2 { font-size: 25px; letter-spacing: -.04em; margin: 0 0 16px; }
.legalContent h3 { font-size: 16px; margin: 22px 0 10px; }
.legalContent p, .legalContent li { color: #34483f; font-size: 13px; line-height: 1.75; }
.legalContent ul, .legalContent ol { padding-left: 20px; }
.legalMeta { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.legalMeta span { background: var(--white); border: 1px solid var(--ink); border-radius: 999px; font-size: 10px; font-weight: 750; padding: 8px 11px; }
.footer { align-items: start; background: var(--ink); border-top: 1px solid rgba(244,240,230,.16); color: var(--paper); display: grid; gap: 55px; grid-template-columns: 1fr auto; padding: 65px max(32px, calc((100vw - 1328px) / 2)) 24px; }
.footer > div > p { color: #92a39a; font-size: 11px; margin: 18px 0 0; }
.footer nav { display: flex; flex-wrap: wrap; font-size: 11px; gap: 18px 24px; justify-content: flex-end; max-width: 650px; padding-top: 10px; }
.footer nav a { color: #bdc8c3; }
.footer nav a:hover, .footer nav a:focus-visible { color: var(--lime); }
.footer > span { border-top: 1px solid rgba(244,240,230,.13); color: #82938b; font-size: 9px; grid-column: 1 / -1; padding-top: 18px; }
@media (max-width: 900px) {
  .staticHero, .staticSectionHeading, .splitCallout, .contactLayout, .legalShell { grid-template-columns: 1fr; }
  .staticHero { gap: 42px; padding-top: 68px; }
  .staticHeroCard { max-width: 520px; }
  .serviceGroup { grid-template-columns: 1fr; }
  .serviceList { grid-template-columns: 1fr 1fr; }
  .stepGrid, .principleGrid { grid-template-columns: 1fr 1fr; }
  .legalNav { display: none; }
}
@media (max-width: 680px) {
  .staticHeader { align-items: flex-start; gap: 20px; padding: 16px 20px; }
  .staticHeader .main-nav { gap: 12px; justify-content: flex-end; }
  .staticHeader .main-nav > a:not(.provider-link) { display: none; }
  .staticHero { padding: 58px 20px 58px; }
  .staticHero h1 { font-size: 51px; }
  .staticHeroCard { box-shadow: 6px 6px 0 var(--ink); transform: none; }
  .staticSection { padding: 70px 20px; }
  .staticSectionHeading { gap: 24px; }
  .staticSectionHeading h2 { font-size: 43px; }
  .serviceList, .stepGrid, .principleGrid { grid-template-columns: 1fr; }
  .serviceItem { border-right: 0; }
  .splitCallout { gap: 26px; padding: 58px 20px; }
  .contactLayout { padding: 24px 20px 80px; }
  .portalFormWrap { padding: 22px; }
  .portalForm { grid-template-columns: 1fr; }
  .portalForm label.wide, .portalForm .formConsent, .portalForm .portalSubmit { grid-column: 1; }
  .portalSubmit { align-items: stretch; flex-direction: column; }
  .portalSubmit button { width: 100%; }
  .legalShell { padding: 58px 20px 85px; }
  .legalContent h1 { font-size: 48px; }
  .footer { gap: 42px; grid-template-columns: 1fr; padding: 56px 20px 22px; }
  .footer nav { justify-content: flex-start; }
  .footer > span { grid-column: 1; }
}
