:root {
  color-scheme: light;
  --ink: #26352d;
  --muted: #606b63;
  --blue: #365848;
  --blue-strong: #233e31;
  --blue-soft: #edf2e9;
  --line: #deded2;
  --surface: #fffefa;
  --canvas: #f6f3ed;
  --green: #117a50;
  --amber-bg: #fff6de;
  --amber-border: #e5b64d;
  --shadow: 0 12px 36px rgba(38, 53, 45, 0.06);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-size: 16px; line-height: 1.55; overflow-wrap: break-word; }
a { color: var(--blue); text-underline-offset: 3px; }
button, input, select { font: inherit; }
.contact-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .35rem 1.7rem; padding: .5rem 5vw; color: #e9ecdf; background: var(--blue-strong); font-size: .74rem; }
.contact-bar a { color: inherit; text-decoration: none; }
.contact-bar a:hover { text-decoration: underline; }
.contact-routing { color: #d5dfcc; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: white; background: var(--ink); border-radius: .6rem; }
.skip-link:focus { top: 1rem; }
.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; }

.site-header { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 5vw; border-top: 6px solid var(--blue-strong); border-bottom: 1px solid var(--line); color: var(--ink); background: var(--surface); }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 1.65rem; font-weight: 500; letter-spacing: -.035em; text-decoration: none; flex-shrink: 0; }
.brand small { display: block; margin-top: .15rem; font-family: system-ui, sans-serif; font-size: .64rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid #8f9a83; border-radius: 50%; color: var(--blue); font-size: 1.65rem; }
.brand-logo { width: 64px; height: 64px; border-radius: 50%; }
nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: .55rem 1.2rem; }
nav a { color: var(--ink); font-size: .86rem; font-weight: 600; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--blue); text-decoration: underline; }
.nav-quote { padding: .8rem 1rem; border: 1px solid var(--blue); border-radius: 3px; }
.welcome-hero { position: relative; display: flex; align-items: center; min-height: 640px; overflow: hidden; isolation: isolate; background: #3e514a; }
.welcome-photo { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 60% 47%; }
.welcome-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(19, 34, 28, .87) 0%, rgba(19, 34, 28, .72) 31%, rgba(19, 34, 28, .14) 68%, rgba(19, 34, 28, .06)); }
.welcome-content { width: min(650px, 53%); padding: 5rem 0 5rem 6vw; color: white; }
.welcome-content .eyebrow { color: #d9e3ce; letter-spacing: .12em; }
.welcome-content h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.7rem, 4.5vw, 4.9rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.07; }
.welcome-content > p:not(.eyebrow) { max-width: 46ch; margin: 1.7rem 0 2rem; color: #f0f0e6; font-size: 1.04rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.primary-link { display: inline-flex; align-items: center; min-height: 48px; padding: .8rem 1.3rem; border-radius: 3px; color: var(--ink); background: #eee9d9; font-weight: 700; text-decoration: none; }
.primary-link:hover { background: white; }
.secondary-link { color: white; font-size: .93rem; }
.values-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 1.4rem 6vw; color: var(--ink); background: #e8e7d9; text-align: center; font-size: .94rem; font-weight: 650; }
.values-strip span + span { border-left: 1px solid #b5baaa; }

.referral-shell { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(520px, 1.2fr); max-width: 1440px; margin: auto; background: var(--canvas); }
.intro-panel { position: sticky; top: 0; align-self: start; display: flex; flex-direction: column; padding: clamp(3rem, 7vw, 7rem) clamp(2rem, 4vw, 5rem); color: var(--ink); }
.eyebrow { margin: 0 0 .85rem; color: #526a47; font-size: .72rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.intro-panel h2 { max-width: 580px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.7rem, 4.2vw, 4.4rem); font-weight: 400; line-height: 1.07; letter-spacing: -.045em; }
.intro-copy { max-width: 520px; margin: 1.5rem 0 1rem; color: #49594e; font-size: 1.1rem; line-height: 1.75; }
.referral-guidance { margin: 0 0 2rem; color: var(--muted); font-size: .93rem; line-height: 1.7; }
.trust-list { display: grid; gap: .7rem; max-width: 520px; }
.trust-list > div { display: grid; grid-template-columns: 30px 1fr; gap: .8rem; align-items: start; padding: .85rem 0; border-top: 1px solid var(--line); }
.trust-list span { color: #6c8062; font-size: .76rem; font-weight: 750; letter-spacing: .08em; }
.trust-list p { margin: 0; color: var(--muted); font-size: .93rem; }
.trust-list strong { color: var(--ink); }
.agency-line { margin: 2.5rem 0 0; font-weight: 750; }
.agency-line span { color: var(--muted); font-size: .86rem; font-weight: 500; }

.form-card { align-self: start; width: min(760px, calc(100% - 3vw)); margin: clamp(2rem, 5vw, 5rem) auto; padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid var(--line); border-radius: 6px; background: var(--surface); box-shadow: var(--shadow); }
.form-heading { padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.form-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1.08; letter-spacing: -.04em; }
.form-heading p:last-child { margin: .65rem 0 0; color: var(--muted); }
.step-label { margin: 0 0 .45rem; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.delivery-notice { margin: 1.5rem 0 0; padding: .9rem 1rem; border: 1px solid var(--amber-border); border-radius: 12px; background: var(--amber-bg); color: #694c08; font-size: .9rem; }
fieldset { min-width: 0; margin: 0; padding: 1.8rem 0; border: 0; border-bottom: 1px solid var(--line); }
legend { margin-bottom: 1rem; padding: 0; font-size: 1.06rem; font-weight: 800; }
legend span, label > span { color: #bf2336; }
legend small, label small { margin-left: .35rem; color: var(--muted); font-size: .78rem; font-weight: 550; }
label { display: grid; gap: .45rem; margin-top: .9rem; color: #293651; font-size: .9rem; font-weight: 720; }
label .field-label { color: inherit; }
.field-label .required-mark { color: #bf2336; }
input, select { width: 100%; min-width: 0; min-height: 48px; padding: .72rem .85rem; border: 1px solid #bfcadc; border-radius: 10px; color: var(--ink); background: white; outline: none; font-size: 1rem; line-height: 1.5; scroll-margin-block: 6rem; }
input:hover, select:hover { border-color: #8ea2c2; }
input:focus-visible, select:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(36, 108, 227, .28); outline-offset: 2px; border-color: #246ce3; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #c6293f; background: #fff8f9; }
.field-grid { display: grid; gap: 1rem; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.address-grid { grid-template-columns: 1.4fr .65fr .7fr; }
.field-help { margin: -.45rem 0 1rem; color: var(--muted); font-size: .9rem; }

.quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; }
.choice-card { position: relative; display: block; margin: 0; }
.choice-card input { position: absolute; width: 1px; min-height: 0; height: 1px; padding: 0; margin: 0; border: 0; opacity: 0; }
.choice-card span { display: flex; flex-direction: column; min-height: 76px; height: 100%; align-items: center; justify-content: center; padding: .75rem 1.2rem; border: 1px solid #c1c8bc; border-radius: 5px; color: var(--ink); background: white; cursor: pointer; text-align: center; line-height: 1.35; font-size: .9rem; }
.choice-card small { margin: .2rem 0 0; color: inherit; font-size: .67rem; font-weight: 400; }
.state-help, .product-help { margin: .9rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.choice-card input:checked + span { border-color: var(--blue); color: var(--blue); background: var(--blue-soft); box-shadow: inset 0 0 0 1px var(--blue); }
.choice-card input:checked + span::after { content: ''; position: absolute; top: .35rem; right: .45rem; width: .35rem; height: .65rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.choice-card input:focus-visible + span { outline: 3px solid rgba(36,108,227,.28); outline-offset: 2px; }
.bundle-note { margin-top: 1rem; padding: 1rem 1.1rem; border-left: 4px solid var(--green); border-radius: 4px 12px 12px 4px; background: #ebf8f2; color: #174d39; }
.bundle-note p { margin: .2rem 0 0; font-size: .9rem; }
.error-message { margin: .7rem 0 0; color: #a51f32; font-size: .88rem; font-weight: 700; }

.consent-fieldset { border-bottom: 0; }
.consent-row { grid-template-columns: 24px minmax(0, 1fr); gap: .8rem; align-items: start; min-height: 48px; margin: 0; color: #33405b; font-size: 1rem; font-weight: 520; line-height: 1.6; cursor: pointer; }
.consent-row input { width: 24px; min-height: 24px; height: 24px; margin: .15rem 0 0; padding: 0; accent-color: var(--blue); }
.consent-row span { color: inherit; }
.consent-disclosure { margin: .65rem 0 0; font-size: 1rem; line-height: 1.65; }
.consent-disclosure a { overflow-wrap: anywhere; }
.optional-consent { margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.consent-note { margin: .8rem 0 0 2.8rem; color: var(--muted); font-size: .8rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { width: 100%; min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 1.15rem; border: 0; border-radius: 12px; color: white; background: var(--blue); font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(11,59,145,.2); }
.submit-button:hover { background: var(--blue-strong); }
.submit-button:disabled { opacity: .68; cursor: not-allowed; box-shadow: none; }
.submit-button span { font-size: 1.4rem; }
.form-status { margin: 1rem 0 0; padding: .9rem 1rem; border-radius: 10px; background: var(--blue-soft); color: var(--blue-strong); font-weight: 700; }
.fine-print { margin: .85rem 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.content-section { padding: clamp(4rem, 8vw, 8rem) max(5vw, calc((100vw - 1180px) / 2)); }
.section-heading { max-width: 660px; }
.section-heading h2, .about-section h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.1; letter-spacing: -.035em; }
.section-intro { margin: 1.3rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.process-section { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.process-grid article { padding: 1.5rem; border: 1px solid var(--line); border-radius: 5px; background: var(--canvas); }
.process-grid span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: white; background: var(--blue); font-weight: 800; }
.process-grid h3 { margin: 1.2rem 0 .45rem; font-size: 1.12rem; }
.process-grid p { margin: 0; color: var(--muted); }
.about-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 7rem); color: var(--ink); background: #e8e7d9; }
.about-section .eyebrow { color: #526a47; }
.about-introduction { min-width: 0; }
.agency-photo { display: block; width: min(100%, 230px); height: auto; margin: 2rem 0 1.2rem; border-radius: 50%; background: white; }
.profile-links { display: flex; align-items: start; flex-direction: column; gap: .9rem; }
.agency-profile-link { display: inline-block; color: var(--blue-strong); font-size: .9rem; font-weight: 650; }
.about-copy { min-width: 0; color: #394d40; font-size: 1.02rem; line-height: 1.85; }
.about-copy p { margin: 0 0 1.2rem; }
.license-summary { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid #bcc4b1; }
.license-summary h3 { margin: 0 0 .8rem; color: var(--ink); font-size: 1.05rem; }
.license-summary dl { display: grid; gap: .7rem; margin: 0; }
.license-summary dl > div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 1rem; }
.license-summary dt { color: var(--ink); font-weight: 750; }
.license-summary dd { margin: 0; }
.family-section { background: var(--canvas); }
.photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 1.5rem; margin-top: 3rem; }
.photo-card { min-width: 0; margin: 0; background: var(--surface); }
.photo-card > a { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #dedfd5; }
.photo-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-family img { object-position: 65% 65%; }
.photo-charlie-rest img { object-fit: cover; transform: scale(1.85); }
.photo-service img { object-fit: contain; }
.photo-service-night img { object-fit: contain; background: #180502; }
.photo-card figcaption { padding: 1.15rem 1.25rem 1.35rem; }
.photo-card h3 { margin: 0 0 .4rem; color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; font-weight: 400; line-height: 1.25; }
.photo-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.philosophy-section { background: white; }
.philosophy-lead { margin: 1.25rem 0 0; color: #33405b; font-size: 1.2rem; line-height: 1.6; }
.philosophy-copy { max-width: 76ch; margin: 2.5rem auto 0; }
.philosophy-copy article { padding: 1.7rem 0; border-top: 1px solid var(--line); }
.philosophy-copy h3 { margin: 0 0 1rem; color: var(--blue-strong); font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.3; letter-spacing: -.015em; }
.philosophy-copy p { margin: 0 0 1rem; color: #33405b; font-size: 1.05rem; line-height: 1.75; }
.philosophy-copy p:last-child { margin-bottom: 0; }
.reviews-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; align-items: center; background: var(--canvas); }
.reviews-link { display: inline-block; margin-top: 1.4rem; font-weight: 700; }
.google-listing { min-width: 0; border: 1px solid var(--line); background: var(--surface); }
#google-map-placeholder { padding: 2.5rem 2rem; text-align: center; }
#google-map-placeholder h3 { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.5rem; font-weight: 400; }
#load-google-map { padding: .8rem 1.2rem; border: 0; border-radius: 3px; background: var(--blue); color: white; font-weight: 650; cursor: pointer; }
.google-privacy, .third-party-notice { color: var(--muted); font-size: .8rem; line-height: 1.7; }
.google-listing iframe { width: 100%; height: 450px; border: 0; vertical-align: bottom; }
.contact-section { background: #e8e7d9; }
.contact-details { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 2rem; margin-top: 2.5rem; }
.contact-details h3 { margin: 0 0 .65rem; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-details a { font-size: 1.06rem; font-weight: 650; overflow-wrap: anywhere; }
.contact-details p { max-width: 34ch; margin: .75rem 0 0; color: var(--muted); font-size: .92rem; }
.privacy-section { background: #edede3; }
.privacy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
.privacy-grid article { padding: 1.25rem; border: 1px solid var(--line); border-radius: 16px; background: white; }
.privacy-grid h3 { margin: 0 0 .45rem; font-size: 1rem; }
.privacy-grid p { margin: 0; color: var(--muted); font-size: .93rem; }
.review-note { margin: 1.25rem 0 0; padding: 1rem; border: 1px solid var(--amber-border); border-radius: 12px; background: var(--amber-bg); color: #694c08; }

footer { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 2rem; align-items: start; padding: 2.5rem 5vw; color: #c4cebd; background: #253b2f; font-size: .8rem; }
footer div { display: grid; gap: .3rem; }
footer strong { color: white; font-size: 1rem; }
footer p { margin: 0; }
footer a { color: #e4eadb; }

@media (max-width: 1020px) {
  .site-header { flex-wrap: wrap; justify-content: center; gap: 1rem; padding-top: 1rem; padding-bottom: 1rem; }
  nav { flex-wrap: wrap; justify-content: center; gap: .65rem 1.2rem; }
  .referral-shell { grid-template-columns: 1fr; background: var(--canvas); }
  .intro-panel { position: static; min-height: auto; padding: 4rem 6vw 2rem; }
  .intro-panel h2 { max-width: 760px; font-size: clamp(3rem, 7vw, 4.5rem); }
  .form-card { width: min(820px, calc(100% - 7vw)); margin-top: 1rem; }
  .welcome-content { width: 59%; }
  .welcome-hero { min-height: 560px; }
}

@media (max-width: 760px) {
  .contact-bar { justify-content: center; padding: .65rem 1rem; text-align: center; font-size: .7rem; }
  .site-header { min-height: 66px; padding: 1rem; }
  nav { width: 100%; }
  nav a { display: inline-flex; align-items: center; min-height: 44px; }
  .welcome-hero { display: block; min-height: 0; background: #e8e7d9; }
  .welcome-hero::before { display: none; }
  .welcome-photo { position: static; width: 100%; height: 430px; object-position: 60% 50%; }
  .welcome-content { width: 100%; padding: 2.5rem 1.3rem 3rem; color: var(--ink); }
  .welcome-content h1 { font-size: clamp(2.65rem, 10vw, 3.8rem); }
  .welcome-content .eyebrow { color: #526a47; font-size: .66rem; }
  .welcome-content > p:not(.eyebrow) { color: #394d40; }
  .primary-link { color: white; background: var(--blue); }
  .primary-link:hover { background: var(--blue-strong); }
  .secondary-link { color: var(--blue-strong); }
  .values-strip { padding: 1rem .75rem; font-size: .7rem; gap: .65rem; }
  .values-strip span + span { padding-left: .5rem; }
  .intro-panel { padding: 3rem 1.2rem 1.5rem; }
  .intro-panel h2 { font-size: clamp(2.5rem, 11vw, 3.8rem); }
  .form-card { width: calc(100% - 1.5rem); margin: 0 auto 2rem; padding: 1.15rem; border-radius: 6px; }
  .two-columns, .address-grid, .process-grid, .about-section, .privacy-grid, .contact-details, .reviews-section { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-section { padding: 4rem 1.2rem; }
  .agency-photo { width: min(100%, 220px); }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem 1rem; }
  .photo-card figcaption { padding: .9rem; }
  .photo-card h3 { font-size: 1.15rem; }
  .license-summary dl > div { grid-template-columns: 1fr; gap: .15rem; }
  .consent-note { margin-left: 0; }
  footer { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 1.2rem; }
}

@media (max-width: 480px) {
  .welcome-photo { height: 370px; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-card > a { aspect-ratio: 4 / 5; }
  nav { gap: .15rem 1rem; }
  nav a { font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* The homepage is the quote form. Personal content lives on separate pages. */
.site-header { min-height: 78px; padding: .65rem 4vw; border-top: 0; gap: 1rem; }
.brand { font-size: 1.45rem; gap: .65rem; }
.brand-logo { width: 48px; height: 48px; }
.brand small { font-size: .55rem; letter-spacing: .06em; }
.desktop-nav { gap: .45rem 1rem; }
nav a[aria-current="page"] { color: var(--blue); text-decoration: underline; text-decoration-thickness: 2px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary:focus-visible { outline: 3px solid rgba(36, 108, 227, .28); outline-offset: 3px; }
.quote-home-section { padding: 1.2rem 1rem 2rem; }
.quote-home-section .form-card { width: min(100%, 960px); margin: 0 auto; padding: clamp(1.2rem, 3vw, 2.25rem); }
.form-heading h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1.08; letter-spacing: -.04em; }
.form-heading > p:not(.step-label) { max-width: 72ch; margin: .65rem 0 0; color: var(--muted); }
.form-heading .required-key { font-size: .8rem; }
.quote-home-section .delivery-notice { margin-top: 1rem; }
.page-main { min-height: 60vh; }
.page-main .content-section { padding-top: clamp(2.5rem, 5vw, 5rem); padding-bottom: clamp(3rem, 6vw, 6rem); }
.section-heading h1, .about-section h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.1; letter-spacing: -.035em; }
.compact-footer { grid-template-columns: 1fr 1fr 1.3fr; gap: 1.5rem; padding: 1.6rem 4vw; }

@media (max-width: 1120px) {
  .site-header { flex-wrap: nowrap; justify-content: space-between; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { min-height: 44px; display: flex; align-items: center; padding: .6rem .8rem; border: 1px solid var(--line); border-radius: 4px; cursor: pointer; font-size: .88rem; font-weight: 650; }
  .mobile-menu summary::after { content: ' +'; margin-left: .4rem; }
  .mobile-menu[open] summary::after { content: ' −'; }
  .mobile-menu nav { position: absolute; top: calc(100% + .6rem); right: 0; z-index: 30; display: grid; width: min(280px, 85vw); gap: 0; padding: .5rem; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
  .mobile-menu nav a { padding: .65rem .85rem; min-height: 44px; font-size: .9rem; }
}

@media (max-width: 760px) {
  .site-header { min-height: 68px; padding: .55rem .85rem; gap: .5rem; }
  .brand { font-size: 1.3rem; gap: .5rem; }
  .brand-logo { width: 42px; height: 42px; }
  .brand small { font-size: .5rem; letter-spacing: .03em; }
  .quote-home-section { padding: .7rem .65rem 1.5rem; }
  .quote-home-section .form-card { padding: 1.1rem; }
  .form-heading { padding-bottom: 1rem; }
  .form-heading h1 { font-size: 2rem; }
  .form-heading > p:not(.step-label) { font-size: .9rem; }
  .field-grid { gap: .35rem; }
  fieldset { padding: 1.35rem 0; }
  .field-help, .state-help, .product-help, .consent-note, .fine-print { font-size: .9rem; }
  .contact-bar a { display: inline-flex; align-items: center; min-height: 32px; }
  .compact-footer a { display: inline-flex; align-items: center; min-height: 44px; }
  .compact-footer { grid-template-columns: 1fr; gap: 1rem; padding: 1.5rem 1rem; }
}

@media (max-width: 359px) {
  .brand small { display: none; }
  .brand-logo { width: 36px; height: 36px; }
  .brand { font-size: 1.15rem; }
  .quote-home-section .form-card { padding: .85rem; }
  .choice-card span { padding-inline: 1rem; font-size: .85rem; }
}
