﻿
:root {
  --green: #0d631c;
  --green-bright: #16802d;
  --green-soft: #edf8ed;
  --purple: #4f176f;
  --purple-mid: #6b248f;
  --lavender: #f5effa;
  --orange: #c9470a;
  --orange-hover: #a93604;
  --cream: #fff7e9;
  --ink: #271d2c;
  --muted: #62576a;
  --line: #ded6e2;
  --white: #fff;
  --shadow: 0 18px 45px rgba(54, 30, 65, .12);
  --radius: 1.25rem;
  --radius-lg: 2rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-body), "Segoe UI", sans-serif; font-size: 18px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; }
button, input, select, textarea, summary { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 .7rem; color: var(--purple); font-family: var(--font-display), Georgia, serif; font-weight: 750; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.55rem, 5vw, 5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 3.3vw, 3.35rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p { margin: 0 0 1.15rem; }
:focus-visible { outline: 4px solid #ffb000; outline-offset: 4px; border-radius: .25rem; }
::selection { background: #ead4f5; color: #2c093c; }
.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.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: 9999; top: .75rem; left: .75rem; transform: translateY(-180%); background: var(--white); color: var(--purple); padding: .8rem 1rem; border: 3px solid var(--purple); border-radius: .6rem; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--green); color: var(--white); font-size: .84rem; font-weight: 650; }
.utility-inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-inner > span { max-width: 540px; }
.utility-links { display: flex; gap: 1rem; align-items: center; }
.utility-links a { min-height: 44px; display: inline-flex; align-items: center; }
.utility-phone { font-weight: 850; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(79,23,111,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 1rem; }
.brand { flex: 0 0 210px; }
.brand img { width: 210px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: .1rem; }
.nav-group { position: relative; }
.nav-group summary, .nav-link { min-height: 48px; display: inline-flex; align-items: center; gap: .35rem; padding: .5rem .65rem; color: var(--ink); font-size: .9rem; font-weight: 750; text-decoration: none; cursor: pointer; list-style: none; border-radius: .65rem; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary:hover, .nav-link:hover { background: var(--lavender); color: var(--purple); }
.nav-group[open] summary { background: var(--lavender); color: var(--purple); }
.nav-panel { position: absolute; top: calc(100% + .4rem); left: 0; min-width: 295px; padding: .6rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
.nav-panel a { display: block; padding: .65rem .75rem; border-radius: .55rem; color: var(--ink); text-decoration: none; font-size: .93rem; font-weight: 650; }
.nav-panel a:hover { background: var(--green-soft); color: var(--green); }
.header-cta { white-space: nowrap; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu > summary { min-width: 88px; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: .4rem; color: var(--purple); font-weight: 800; list-style: none; cursor: pointer; border: 2px solid var(--purple); border-radius: 999px; }
.mobile-menu > summary::-webkit-details-marker { display: none; }
.mobile-panel { position: fixed; left: 1rem; right: 1rem; top: 140px; max-height: calc(100vh - 160px); overflow: auto; padding: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
.mobile-panel .nav-group summary, .mobile-panel .nav-link { width: 100%; justify-content: space-between; }
.mobile-panel .nav-panel { position: static; min-width: 0; margin: .2rem 0 .6rem; box-shadow: none; background: var(--green-soft); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.15rem; border: 2px solid transparent; border-radius: 999px; color: var(--white); font-weight: 850; text-decoration: none; line-height: 1.15; text-align: center; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(39,29,44,.18); }
.button-orange { background: var(--orange); }
.button-orange:hover { background: var(--orange-hover); }
.button-purple { background: var(--purple); }
.button-purple:hover { background: #37104e; }
.button-green { background: var(--green); }
.button-green:hover { background: #074914; }
.text-link { color: var(--purple); font-weight: 850; }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin: 1.5rem 0 1rem; }
.action-row.compact { margin-top: 1.1rem; }

.hero { overflow: hidden; position: relative; padding: clamp(3.5rem, 7vw, 7rem) 0 0; background: radial-gradient(circle at 90% 10%, #f0e2f7 0, transparent 30%), linear-gradient(135deg, #fff 35%, #f4fbf2 100%); }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -220px; bottom: 20px; border: 70px solid rgba(22,128,45,.08); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-copy { padding-bottom: 4rem; }
.eyebrow { margin-bottom: .8rem; color: var(--green); font-size: .79rem; font-weight: 900; letter-spacing: .115em; line-height: 1.35; text-transform: uppercase; }
.eyebrow.light { color: #d8ffd9; }
.hero-lede { max-width: 66ch; color: #493f4d; font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.62; }
.request-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--green); font-weight: 850; }
.hero-collage { min-height: 620px; position: relative; }
.photo-card { position: absolute; margin: 0; overflow: hidden; background: var(--white); border: 6px solid var(--white); border-radius: 1.5rem; box-shadow: var(--shadow); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card figcaption { position: absolute; left: .6rem; right: .6rem; bottom: .6rem; padding: .55rem .7rem; background: rgba(255,255,255,.94); border-radius: .7rem; color: var(--purple); font-size: .78rem; font-weight: 780; line-height: 1.3; }
.photo-seniors-one { width: 68%; height: 43%; top: 0; right: 0; transform: rotate(2deg); }
.photo-seniors-two { width: 62%; height: 40%; left: 0; top: 32%; transform: rotate(-3deg); }
.photo-james { width: 46%; height: 49%; right: 0; bottom: 0; transform: rotate(1deg); z-index: 2; }
.photo-james figcaption { display: flex; flex-direction: column; }
.trust-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); border-radius: 1.2rem 1.2rem 0 0; overflow: hidden; box-shadow: 0 -10px 30px rgba(54,30,65,.07); }
.trust-strip span { min-height: 76px; display: flex; align-items: center; justify-content: center; padding: .8rem; background: var(--white); border-right: 1px solid var(--line); color: var(--green); font-size: .84rem; font-weight: 850; line-height: 1.3; text-align: center; }
.trust-strip span:last-child { border-right: 0; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.soft-green { background: var(--green-soft); }
.soft-lavender { background: var(--lavender); }
.soft-cream { background: var(--cream); }
.section-heading { max-width: 780px; margin-bottom: 2.2rem; }
.section-heading > p:last-child { max-width: 66ch; color: var(--muted); font-size: 1.08rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.benefit-card { min-height: 245px; padding: 1.6rem; background: var(--white); border: 1px solid rgba(13,99,28,.14); border-radius: var(--radius); box-shadow: 0 8px 22px rgba(13,99,28,.06); }
.number-badge { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 1rem; background: var(--green-soft); border-radius: 50%; color: var(--green); font-weight: 900; }
.benefit-card p { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.steps li { display: flex; gap: 1rem; padding: 1.5rem; background: var(--cream); border-radius: var(--radius); }
.steps li > span, .steps.expanded article > span { flex: 0 0 52px; height: 52px; display: grid; place-items: center; background: var(--orange); color: var(--white); border-radius: 50%; font-weight: 900; }
.steps p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { min-height: 225px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.45rem; background: var(--white); border: 1px solid #e7dbea; border-radius: var(--radius); color: var(--ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 1.2rem; background: var(--purple); border-radius: .8rem; color: var(--white); font-weight: 900; }
.card-link { display: inline-block; margin-top: auto; color: var(--green); font-weight: 850; }
.about-home { background: var(--purple); color: var(--white); }
.about-home h2 { color: var(--white); }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.about-photo { overflow: hidden; border: 8px solid var(--white); border-radius: 45% 45% 1.5rem 1.5rem; box-shadow: var(--shadow); }
.about-photo img { aspect-ratio: 1 / 1.1; object-fit: cover; object-position: center top; }
.mini-facts { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.4rem 0; }
.mini-facts span { padding: .45rem .7rem; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .86rem; font-weight: 750; }
.state-section { background: linear-gradient(160deg, #fff, #f6fbf5); }
.state-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .65rem; margin-bottom: 1.5rem; }
.state-grid span { min-height: 56px; display: grid; place-items: center; padding: .6rem; background: var(--white); border: 1px solid #cfe4d0; border-radius: .8rem; color: var(--green); font-size: .84rem; font-weight: 850; text-align: center; }
.state-grid.large { grid-template-columns: repeat(5, 1fr); }
.carrier-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .7rem; margin-bottom: 1.5rem; }
.carrier-grid span { min-height: 72px; display: grid; place-items: center; padding: .65rem; background: var(--white); border: 1px solid #eedec5; border-radius: .85rem; color: var(--ink); font-size: .86rem; font-weight: 800; text-align: center; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.location-card { min-height: 275px; display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 25px rgba(54,30,65,.06); }
.location-card.featured { background: var(--green); color: var(--white); }
.location-card.featured h3, .location-card.featured a { color: var(--white); }
.location-card > a:not(.button) { color: var(--green); font-size: 1.1rem; font-weight: 850; }
.location-card .card-link, .location-card .button { margin-top: auto; align-self: flex-start; }
.faq-list { border-top: 1px solid rgba(79,23,111,.24); }
.faq-list details { border-bottom: 1px solid rgba(79,23,111,.24); }
.faq-list summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 0; color: var(--purple); font-family: var(--font-display), Georgia, serif; font-size: 1.15rem; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; background: var(--white); border: 1px solid var(--line); border-radius: 50%; font-family: var(--font-body), sans-serif; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 3.2rem 1.3rem 0; color: var(--muted); }
.faq-more { margin-top: 1.5rem; }
.resource-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.resource-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: .7rem; }
.resource-card { display: block; padding: 1.25rem 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.resource-card > span, .post-card > span { color: var(--green); font-size: .8rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.resource-card h4 { margin: .35rem 0; font-size: 1.3rem; }
.resource-card p { color: var(--muted); font-size: .94rem; }
.resource-card:hover h4 { text-decoration: underline; }
.final-cta { padding: clamp(3rem, 6vw, 5rem) 0; background: linear-gradient(120deg, var(--green), #124d36); color: var(--white); }
.final-cta h2 { max-width: 900px; color: var(--white); }
.final-cta-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; align-items: center; }

.breadcrumbs { min-height: 52px; display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; color: var(--muted); font-size: .84rem; }
.breadcrumbs span { display: inline-flex; gap: .55rem; }
.inner-hero { padding: clamp(3.5rem, 7vw, 6rem) 0; background: linear-gradient(130deg, var(--purple), #2d0c40); color: var(--white); }
.inner-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: center; }
.inner-hero h1 { color: var(--white); font-size: clamp(2.5rem, 5vw, 4.7rem); }
.inner-hero p:not(.eyebrow) { max-width: 65ch; color: #f3e9f7; font-size: 1.13rem; }
.inner-hero .text-link { color: var(--white); }
.agent-aside { display: flex; align-items: center; gap: 1rem; padding: 1rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); }
.agent-aside img { width: 110px; height: 110px; object-fit: cover; object-position: center top; border: 4px solid var(--white); border-radius: 50%; }
.agent-aside div { display: flex; flex-direction: column; }
.agent-aside a { color: #fff; font-weight: 850; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.detail-grid article { padding: 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.detail-grid h2 { font-size: 1.55rem; }
.check-list, .warning-card ul { margin: 0; padding: 0; list-style: none; }
.check-list li, .warning-card li { position: relative; padding: .45rem 0 .45rem 1.65rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.warning-card { background: var(--cream) !important; border-color: #e7c79c !important; }
.warning-card li::before { content: "!"; position: absolute; left: 0; width: 20px; height: 20px; display: grid; place-items: center; background: var(--orange); color: #fff; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.source-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem; background: var(--green-soft); border-radius: var(--radius); }
.source-panel > div { max-width: 720px; }
.about-detail, .profile-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.about-detail img, .profile-layout img { position: sticky; top: 125px; border-radius: var(--radius-lg); }
.notice { margin-top: 2rem; padding: 1.25rem 1.4rem; background: var(--cream); border-left: 6px solid var(--orange); border-radius: .6rem; }
.office-detail { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: stretch; }
.phone-large { color: var(--green); font-size: 1.45rem; font-weight: 900; }
.map { width: 100%; min-height: 440px; border: 0; border-radius: var(--radius); }
.map-placeholder { min-height: 360px; display: grid; align-content: center; padding: 2rem; background: var(--lavender); border-radius: var(--radius); }
.location-faq { margin-top: 3rem; }
.agent-card { display: grid; grid-template-columns: 250px 1fr; gap: 2rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.agent-card img { width: 250px; height: 250px; object-fit: cover; border-radius: 1rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.post-card { padding: 1.5rem; background: var(--cream); border-radius: var(--radius); }
.post-card h2 { margin-top: .5rem; font-size: 1.55rem; }
.reviewed { color: var(--muted); font-size: .84rem; }
.article-body { max-width: 760px; margin-inline: auto; }
.article-body h2 { margin-top: 2.4rem; }
.sources { display: grid; gap: .5rem; padding: 1.5rem; background: var(--green-soft); border-radius: var(--radius); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.video-tile { display: flex; flex-direction: column; min-height: 330px; padding: 1.5rem; background: var(--purple); color: #fff; border-radius: var(--radius); text-decoration: none; }
.video-tile h2 { color: #fff; font-size: 1.65rem; }
.play { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: auto; background: var(--orange); border-radius: 50%; }
.video-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.video-watch { min-height: 420px; display: grid; place-items: center; align-content: center; padding: 2rem; background: linear-gradient(135deg, var(--purple), #250d31); border-radius: var(--radius); color: #fff; text-align: center; }
.video-watch > span { width: 78px; height: 78px; display: grid; place-items: center; background: var(--orange); border-radius: 50%; font-size: 1.5rem; }
.video-watch h2 { color: #fff; }
.steps.expanded { grid-template-columns: repeat(4, 1fr); }
.steps.expanded article { padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-card { min-height: 225px; display: flex; flex-direction: column; justify-content: center; padding: 1.5rem; background: var(--green-soft); border: 2px solid transparent; border-radius: var(--radius); color: var(--ink); text-decoration: none; }
.contact-card:hover { border-color: var(--green); }
.contact-card span { color: var(--green); font-weight: 800; }
.contact-card strong { color: var(--purple); font-family: var(--font-display), serif; font-size: 1.7rem; }
.contact-card small { color: var(--muted); }
.not-found { min-height: 60vh; display: grid; align-items: center; padding: 5rem 0; background: var(--cream); }

.site-footer { padding: 4.5rem 0 1.5rem; background: #211528; color: #f8f4fa; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; }
.footer-logo { width: 260px; display: block; padding: .8rem; background: var(--white); border-radius: 1rem; }
.footer-tagline { max-width: 360px; margin-top: 1rem; color: #d8cddd; }
.footer-grid h2 { color: #fff; font-family: var(--font-body), sans-serif; font-size: 1rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; min-height: 42px; color: #f8f4fa; }
.footer-phones, .footer-social { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; margin-top: 2.5rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.16); }
.footer-phones a, .footer-social a { color: #fff; font-weight: 750; }
.footer-disclosure { margin-top: 2rem; padding: 1.25rem; background: rgba(255,255,255,.07); border-radius: 1rem; color: #ded4e2; font-size: .84rem; }
.legal-row { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.3rem; color: #c9bdcf; font-size: .8rem; }

@media (max-width: 1050px) {
  .utility-inner > span, .utility-links a:not(.utility-phone):not(:last-child) { display: none; }
  .utility-inner { justify-content: flex-end; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; padding-bottom: 0; }
  .hero-collage { min-height: 570px; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); border-radius: 1.2rem 1.2rem 0 0; }
  .trust-strip span:nth-child(3) { border-right: 0; }
  .benefit-grid, .location-grid, .blog-grid, .video-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .state-grid, .state-grid.large { grid-template-columns: repeat(4, 1fr); }
  .carrier-grid { grid-template-columns: repeat(4, 1fr); }
  .steps.expanded { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { font-size: 17.5px; }
  .container { width: min(100% - 1.25rem, 1180px); }
  .utility-links { width: 100%; justify-content: space-between; }
  .header-inner { min-height: 78px; }
  .brand, .brand img { width: 175px; flex-basis: 175px; }
  .mobile-panel { top: 126px; }
  .hero { padding-top: 3rem; }
  .hero-collage { min-height: 470px; }
  .photo-seniors-one { width: 75%; height: 40%; }
  .photo-seniors-two { width: 70%; height: 38%; top: 29%; }
  .photo-james { width: 48%; height: 47%; }
  .trust-strip { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-strip span, .trust-strip span:nth-child(3) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-strip span:nth-child(even) { border-right: 0; }
  .trust-strip span:last-child { grid-column: 1 / -1; border-right: 0; }
  .benefit-grid, .steps, .service-grid, .about-grid, .resource-columns, .final-cta-inner, .inner-hero-grid, .detail-grid, .about-detail, .profile-layout, .office-detail, .agent-card, .blog-grid, .video-grid, .video-detail, .contact-options, .footer-grid { grid-template-columns: 1fr; }
  .state-grid, .state-grid.large, .carrier-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 190px; }
  .about-photo { max-width: 480px; }
  .inner-hero { padding: 3rem 0; }
  .agent-aside { max-width: 360px; }
  .source-panel { align-items: flex-start; flex-direction: column; }
  .about-detail img, .profile-layout img { position: static; max-width: 480px; }
  .location-grid { grid-template-columns: 1fr; }
  .agent-card img { width: 180px; height: 180px; }
  .steps.expanded { grid-template-columns: 1fr; }
  .legal-row { flex-direction: column; }
}

@media (max-width: 460px) {
  h1 { font-size: 2.45rem; }
  .brand, .brand img { width: 145px; flex-basis: 145px; }
  .mobile-menu > summary { min-width: 80px; }
  .utility-links a:last-child { display: none; }
  .hero-collage { min-height: 410px; }
  .photo-card figcaption { font-size: .68rem; }
  .action-row .button { width: 100%; }
  .state-grid, .state-grid.large, .carrier-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (forced-colors: active) {
  .button, .service-card, .location-card, .contact-card { border: 2px solid ButtonText; }
}

