:root {
  --navy: #0b2239;
  --navy-2: #153754;
  --ink: #132435;
  --copper: #bd744c;
  --copper-dark: #9e5b38;
  --sand: #e7ddcf;
  --cream: #f7f4ef;
  --white: #fff;
  --muted: #5e6a74;
  --line: rgba(11, 34, 57, .14);
  --shadow: 0 24px 60px rgba(13, 33, 52, .12);
  --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --sans: Inter, Avenir Next, Avenir, Helvetica Neue, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--navy); color: rgba(255,255,255,.78); font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; }
.utility-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; }
.utility-inner a { color: white; font-weight: 600; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,244,239,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(11,34,57,.07); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); color: var(--navy); font-size: 1.45rem; font-weight: 700; letter-spacing: -.02em; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: #324454; font-size: .9rem; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; padding-block: 8px; }
.primary-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--copper); transition: right .25s; }
.primary-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; color: white; background: var(--navy); transition: background .2s, transform .2s; }
.nav-cta:hover { background: var(--navy-2); transform: translateY(-1px); }
.menu-button { display: none; padding: 10px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 690px; overflow: hidden; isolation: isolate; background: #d6c2ad; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url('lodo-consultation.webp') center center / cover no-repeat; transform: scale(1.015); animation: hero-in 1.25s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,28,45,.92) 0%, rgba(8,28,45,.84) 35%, rgba(8,28,45,.28) 62%, rgba(8,28,45,.02) 100%); }
.hero-grid { min-height: 690px; display: grid; align-items: center; grid-template-columns: minmax(0, 610px) 1fr; }
.hero-copy { color: white; padding: 96px 0 110px; }
.eyebrow { margin: 0 0 20px; color: var(--copper-dark); font-size: .75rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #e7b899; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(3.2rem, 6vw, 5.8rem); }
h1 em { color: #efc4a5; font-weight: 400; }
.hero-lede { max-width: 600px; margin-bottom: 34px; color: rgba(255,255,255,.86); font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; font-size: .9rem; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #142537; background: #efc4a5; }
.button-primary:hover { background: #f6d6bf; }
.button-quiet { border-color: rgba(255,255,255,.45); color: white; }
.button-quiet:hover { background: rgba(255,255,255,.1); border-color: white; }
.hero-note { max-width: 550px; margin: 28px 0 0; color: rgba(255,255,255,.63); font-size: .78rem; }
.hero-index { position: absolute; right: 4vw; bottom: 34px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-index i { width: 42px; height: 1px; background: rgba(255,255,255,.5); }

.gilbert-hero { position: relative; min-height: 650px; overflow: hidden; isolation: isolate; background: #d6c2ad; }
.gilbert-hero-image { position: absolute; inset: 0; z-index: -3; background: url('../lodo-consultation.webp') center center / cover no-repeat; }
.gilbert-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,28,45,.94) 0%, rgba(8,28,45,.85) 40%, rgba(8,28,45,.28) 74%, rgba(8,28,45,.08) 100%); }
.gilbert-hero-grid { min-height: 650px; display: grid; align-items: center; grid-template-columns: minmax(0, 700px) 1fr; }
.gilbert-hero-copy { padding: 92px 0; color: white; }
.gilbert-hero-copy .eyebrow { color: #efc4a5; }
.gilbert-hero-copy h1 { max-width: 760px; }
.gilbert-fit { color: white; background: var(--navy); }
.gilbert-fit .section-kicker { margin-bottom: 54px; }
.gilbert-fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.2); }
.gilbert-fit-grid article { min-height: 244px; padding: 34px; border-right: 1px solid rgba(255,255,255,.2); }
.gilbert-fit-grid article:last-child { border-right: 0; }
.gilbert-fit-grid h3 { color: #efc4a5; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.gilbert-fit-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: .94rem; }
.gilbert-note { margin: 26px 0 0; color: rgba(255,255,255,.65); font-size: .86rem; }
.gilbert-medicare { background: white; }
.gilbert-medicare-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.gilbert-medicare-layout > div:last-child { color: var(--muted); font-size: 1.03rem; }
.gilbert-insurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 70px 0 26px; border: 1px solid var(--line); background: var(--line); }
.gilbert-insurance-grid article { min-height: 245px; padding: 34px; background: white; }
.gilbert-insurance-grid h3 { margin-bottom: 14px; color: var(--navy); font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.gilbert-insurance-grid p:last-child { margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.gilbert-insurance-note { max-width: 830px; margin: 0 0 18px; color: var(--muted); font-size: .9rem; }
.gilbert-location { color: white; background: #173650; }
.gilbert-location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.gilbert-location h2 { color: white; }
.gilbert-location-grid > div > p:last-child { max-width: 430px; color: rgba(255,255,255,.67); }
.gilbert-location address { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; padding: 42px; border: 1px solid rgba(255,255,255,.2); font-style: normal; }
.gilbert-location address strong { margin-bottom: 18px; color: #efc4a5; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.gilbert-location address a { margin-top: 12px; padding-bottom: 3px; border-bottom: 1px solid #dfa984; color: white; font-size: .9rem; font-weight: 700; }
.gilbert-location address a + a { margin-top: 2px; }
.gilbert-location-note { display: flex; justify-content: space-between; gap: 32px; align-items: center; margin-top: 48px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.2); }
.gilbert-location-note p { max-width: 700px; margin: 0; color: rgba(255,255,255,.72); }
.gilbert-location-note strong { color: white; }
.gilbert-location-note a { padding-bottom: 3px; border-bottom: 1px solid #dfa984; color: white; font-size: .88rem; font-weight: 700; white-space: nowrap; }

.trust-strip { color: white; background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 22px 30px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.trust-grid span { color: rgba(255,255,255,.58); font-size: .71rem; letter-spacing: .09em; text-transform: uppercase; }

.section { padding: 120px 0; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: end; }
h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(2.65rem, 5vw, 4.75rem); }
.section-intro { color: var(--muted); font-size: 1.05rem; }
.section-intro p:last-child { margin-bottom: 0; }
.care { background: white; }
.care-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 76px; background: var(--line); border: 1px solid var(--line); }
.care-card { min-height: 315px; padding: 36px; background: white; transition: background .3s, transform .3s; }
.care-card:hover { position: relative; z-index: 2; background: var(--cream); transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { display: inline-block; margin-bottom: 70px; color: var(--copper-dark); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.care-card h3 { max-width: 250px; margin-bottom: 14px; color: var(--navy); font-family: var(--serif); font-size: 1.7rem; line-height: 1.18; }
.care-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.insurance { color: white; background: var(--copper-dark); }
.insurance-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; align-items: start; }
.insurance-heading { position: sticky; top: 125px; }
.insurance-heading h2 { margin-bottom: 30px; color: white; font-size: clamp(2.65rem, 4.6vw, 4.4rem); }
.insurance-heading > p:last-child { max-width: 480px; color: rgba(255,255,255,.72); }
.insurance-details { border-top: 1px solid rgba(255,255,255,.25); }
.insurance-card { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.insurance-logo { width: 100px; height: 56px; display: grid; place-items: center; padding: 7px; border-radius: 5px; background: #fff; }
.insurance-logo img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }
.insurance-status { margin-bottom: 5px; color: #f3ceb5; font-size: .7rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.insurance-card h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.insurance-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,.7); }
.insurance-note { margin-top: 30px; padding: 27px; color: var(--ink); background: var(--cream); }
.insurance-note strong { display: block; margin-bottom: 7px; color: var(--navy); font-family: var(--serif); font-size: 1.25rem; }
.insurance-note p { margin-bottom: 16px; color: var(--muted); font-size: .88rem; }
.insurance-note a { color: var(--navy); font-size: .84rem; font-weight: 750; }

.audiences { position: relative; color: white; background: var(--navy); overflow: hidden; }
.audiences::after { content: 'LoDo'; position: absolute; right: -60px; top: -170px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 22rem; line-height: 1; pointer-events: none; }
.section-kicker { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 62px; }
.section-kicker .eyebrow { max-width: 260px; margin-bottom: 10px; }
.section-kicker h2 { color: white; }
.audience-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.audience-card { min-height: 430px; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); transition: background .3s, transform .3s; }
.audience-card:hover { background: rgba(255,255,255,.075); transform: translateY(-5px); }
.audience-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 64px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: #efc4a5; }
.audience-icon svg, .role-monogram svg { width: 23px; height: 23px; }
.audience-label { margin-bottom: 16px; color: #efc4a5; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.audience-card h3 { margin-bottom: 16px; font-family: var(--serif); font-size: 1.7rem; line-height: 1.2; }
.audience-card > p:not(.audience-label) { color: rgba(255,255,255,.62); font-size: .92rem; }
.audience-card a { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: white; font-size: .86rem; font-weight: 700; }
.audience-card a span { float: right; color: #efc4a5; }

.pathway { background: var(--cream); }
.pathway-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.pathway-title { position: sticky; top: 125px; align-self: start; }
.pathway-title h2 { margin-bottom: 30px; font-size: clamp(2.65rem, 4.5vw, 4.3rem); }
.pathway-title > p:last-child { max-width: 460px; color: var(--muted); font-size: .9rem; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 34px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--copper-dark); font-size: .72rem; font-weight: 750; letter-spacing: .14em; }
.steps h3 { margin-bottom: 9px; color: var(--navy); font-family: var(--serif); font-size: 1.65rem; }
.steps p { margin: 0; color: var(--muted); }

.governance { color: white; background: #173650; }
.governance-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11%; align-items: center; }
.governance h2 { margin-bottom: 30px; color: white; }
.governance-copy > p:not(.eyebrow) { color: rgba(255,255,255,.67); }
.text-link { display: inline-block; margin-top: 16px; padding-bottom: 5px; border-bottom: 1px solid #dfa984; font-weight: 700; }
.principles { border-top: 1px solid rgba(255,255,255,.18); }
.principles div { display: grid; grid-template-columns: 58px 1fr; align-items: center; min-height: 90px; border-bottom: 1px solid rgba(255,255,255,.18); }
.principles span { color: #dfa984; font-size: .7rem; font-weight: 750; }
.principles strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }

.team { background: var(--cream); }
.team-heading { margin-bottom: 68px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.team-card { min-height: 320px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); background: white; transition: transform .3s, box-shadow .3s, border-color .3s; }
.team-card-featured { background: var(--navy); color: white; }
.team-card:hover { transform: translateY(-5px); border-color: rgba(189,116,76,.38); box-shadow: var(--shadow); }
.role-monogram { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(11,34,57,.24); border-radius: 50%; color: var(--copper-dark); }
.team-card-featured .role-monogram { border-color: rgba(255,255,255,.35); color: #efc4a5; }
.role-type { margin: 38px 0 7px; color: var(--copper-dark); font-size: .68rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.team-card-featured .role-type { color: #efc4a5; }
.team-card h3 { margin-bottom: 10px; color: var(--navy); font-family: var(--serif); font-size: 1.6rem; font-weight: 500; line-height: 1.15; }
.team-card-featured h3 { color: white; font-size: 1.9rem; }
.team-card > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.team-card-featured > p:last-child { color: rgba(255,255,255,.67); }

.locations { background: white; }
.locations .section-intro { align-self: end; max-width: 510px; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 64px; }
.location-card { position: relative; min-height: 310px; padding: 42px; background: var(--cream); overflow: hidden; }
.location-card::after { content: ''; position: absolute; right: -80px; bottom: -90px; width: 240px; height: 240px; border: 1px solid rgba(189,116,76,.3); border-radius: 50%; box-shadow: 0 0 0 28px rgba(189,116,76,.06), 0 0 0 56px rgba(189,116,76,.035); }
.location-city { margin-bottom: 45px; color: var(--copper-dark); font-size: .73rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.location-card h3 { margin-bottom: 6px; color: var(--navy); font-family: var(--serif); font-size: 1.8rem; }
.location-card p { color: var(--muted); }
.location-card a { position: relative; z-index: 2; display: inline-block; margin-top: 12px; font-weight: 700; font-size: .86rem; }

.faq { background: var(--sand); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.accordion { border-top: 1px solid rgba(11,34,57,.25); }
details { border-bottom: 1px solid rgba(11,34,57,.25); }
summary { position: relative; padding: 25px 45px 25px 0; color: var(--navy); font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span::before, summary span::after { content: ''; position: absolute; right: 4px; top: 50%; width: 16px; height: 1px; background: var(--navy); transition: transform .2s; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { padding: 0 48px 24px 0; color: #4f5c67; }

.contact-panel { padding: 84px 0; color: white; background: var(--copper-dark); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.contact-inner h2 { color: white; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.contact-actions > a:not(.button) { padding: 3px 0; border-bottom: 1px solid rgba(255,255,255,.38); font-weight: 600; }
.button-light { margin-bottom: 16px; color: var(--navy); background: white; }

.site-footer { padding: 80px 0 30px; color: rgba(255,255,255,.62); background: #071827; font-size: .85rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 60px; padding-bottom: 60px; }
.brand-footer { color: white; }
.footer-brand > p { max-width: 300px; margin-top: 20px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid .footer-legal { min-width: 0; }
.footer-heading { margin-bottom: 10px; color: white; font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: grid; grid-template-columns: .45fr 1.55fr; gap: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.disclaimer { padding-top: 18px; color: rgba(255,255,255,.4); font-size: .68rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.care-card:nth-child(2), .audience-card:nth-child(2) { transition-delay: .08s; }
.care-card:nth-child(3), .audience-card:nth-child(3) { transition-delay: .16s; }
@keyframes hero-in { from { opacity: .5; transform: scale(1.06); } to { opacity: 1; transform: scale(1.015); } }

@media (max-width: 980px) {
  .container { width: min(100% - 36px, 760px); }
  .menu-button { display: block; }
  .primary-nav { position: absolute; top: 84px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 35px rgba(11,34,57,.1); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 8px; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid { grid-template-columns: minmax(0, 600px); }
  .gilbert-hero-grid { grid-template-columns: minmax(0, 600px); }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,28,45,.93), rgba(8,28,45,.74) 64%, rgba(8,28,45,.25)); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-heading, .pathway-layout, .governance-grid, .insurance-layout, .faq-layout, .contact-inner { grid-template-columns: 1fr; gap: 44px; }
  .insurance-heading { position: static; }
  .care-grid, .audience-grid { grid-template-columns: 1fr; }
  .gilbert-fit-grid { grid-template-columns: 1fr; }
  .gilbert-fit-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .gilbert-fit-grid article:last-child { border-bottom: 0; }
  .gilbert-medicare-layout, .gilbert-location-grid { grid-template-columns: 1fr; gap: 44px; }
  .gilbert-insurance-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .gilbert-location-note { align-items: flex-start; flex-direction: column; }
  .care-card { min-height: 245px; }
  .card-number, .audience-icon { margin-bottom: 38px; }
  .audience-card { min-height: 340px; }
  .pathway-title { position: static; }
  .location-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 32px); }
  .utility-inner { justify-content: center; }
  .utility-inner > span { display: none; }
  .nav-wrap { min-height: 72px; }
  .primary-nav { top: 72px; }
  .brand { font-size: 1.25rem; }
  .brand img { width: 40px; height: 40px; }
  .hero, .hero-grid { min-height: 720px; }
  .gilbert-hero, .gilbert-hero-grid { min-height: 680px; }
  .hero-copy { padding: 80px 0 120px; }
  .hero-image { background-position: 69% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,28,45,.95), rgba(8,28,45,.76)); }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-lede { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-index { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { min-height: 92px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 82px 0; }
  h2 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
  .section-kicker { display: block; }
  .section-kicker h2 { margin-top: 28px; }
  .care-grid { margin-top: 50px; }
  .care-card, .audience-card, .location-card { padding: 28px; }
  .audience-card { min-height: 365px; }
  .insurance-card { grid-template-columns: 1fr; gap: 16px; }
  .insurance-logo { width: 132px; height: 64px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card, .team-card-featured { min-height: 300px; }
  .steps li { grid-template-columns: 40px 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
