:root {
  --pine-950: #092c23;
  --pine-800: #0b3d2e;
  --pine-650: #176348;
  --mint-200: #cde8d8;
  --cream: #f6f3eb;
  --paper: #fffef9;
  --ink: #10231c;
  --muted: #5d6b65;
  --line: #d9dfda;
  --accent: #f26b38;
  --danger: #a52828;
  --shadow: 0 24px 80px rgb(9 44 35 / 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { border: 0; border-radius: 999px; background: var(--accent); color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; padding: .9rem 1.3rem; text-decoration: none; }
button:hover, .button:hover { filter: brightness(.94); }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #ffb69b; outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.02; }
h1 { font-size: clamp(2.8rem, 7vw, 6.3rem); }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
.shell { margin-inline: auto; max-width: 78rem; padding-inline: clamp(1.2rem, 4vw, 3rem); }
.narrow { max-width: 58rem; }
.section-space { padding-block: clamp(4.5rem, 10vw, 8rem); }
.eyebrow { font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.skip-link { left: 1rem; position: fixed; top: -5rem; z-index: 100; background: #fff; padding: .75rem; }
.skip-link:focus { top: 1rem; }

.site-header { align-items: center; background: var(--pine-950); color: #fff; display: flex; justify-content: space-between; min-height: 4.8rem; padding: 1rem clamp(1.2rem, 4vw, 3rem); }
.brand { align-items: center; display: flex; font-weight: 900; gap: .65rem; text-decoration: none; }
.brand-mark { align-items: center; background: var(--accent); border-radius: 50%; color: white; display: inline-flex; height: 2rem; justify-content: center; transform: rotate(45deg); width: 2rem; }
.brand-mark::first-letter { transform: rotate(-45deg); }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.site-header nav a, .site-footer nav a { font-size: .9rem; font-weight: 700; text-decoration: none; }
.messages { left: 50%; position: fixed; top: 5rem; transform: translateX(-50%); width: min(92%, 42rem); z-index: 50; }
.message { background: #fff; border-radius: 1rem; box-shadow: var(--shadow); padding: 1rem 1.25rem; }

.hero { min-height: 43rem; }
.hero-national { background: radial-gradient(circle at 76% 4%, rgb(51 129 94 / .45) 0, transparent 28rem), linear-gradient(145deg, #092c23 0%, #06251d 100%); color: #fff; overflow: hidden; padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.2rem, 4vw, 3rem) clamp(6.5rem, 10vw, 9rem); position: relative; }
.hero-national::before { border: 1px solid rgb(255 255 255 / .08); border-radius: 50%; content: ""; height: 34rem; position: absolute; right: -15rem; top: -20rem; width: 34rem; }
.hero-shell { align-items: center; display: grid; gap: clamp(2.5rem, 5vw, 5rem); grid-template-columns: minmax(0, .92fr) minmax(24rem, 1.08fr); margin-inline: auto; max-width: 82rem; position: relative; width: 100%; z-index: 1; }
.hero-copy { max-width: 51rem; }
.hero-copy h1 { font-size: clamp(3.2rem, 5.25vw, 5.3rem); letter-spacing: -.06em; margin-bottom: 1.5rem; max-width: 11.5ch; }
.hero-lead { color: rgb(255 255 255 / .84); font-size: clamp(1.1rem, 1.7vw, 1.32rem); max-width: 42rem; }
.hero-offer { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem 1.25rem; margin-top: 1.75rem; }
.hero-cta { gap: .7rem; }
.hero-cta span { font-size: 1.2rem; transition: transform .2s ease; }
.hero-cta:hover span { transform: translateX(.2rem); }
.hero-photo { background: #0d2d24; border: 1px solid rgb(255 255 255 / .14); border-radius: clamp(1.5rem, 3vw, 2.4rem); box-shadow: 0 2rem 6rem rgb(0 0 0 / .28); margin: 0; overflow: hidden; position: relative; }
.hero-photo img { display: block; height: clamp(28rem, 45vw, 40rem); object-fit: cover; object-position: 58% center; width: 100%; }
.hero-price { align-items: baseline; display: flex; gap: .65rem; }
.hero-price-value { align-items: baseline; display: flex; font-size: 1.05rem; font-weight: 850; gap: .25rem; line-height: 1; }
.hero-price-value strong { font-size: 3.15rem; letter-spacing: -.07em; }
.hero-price-tax { color: rgb(255 255 255 / .7); font-size: .83rem; font-weight: 750; }
.price-pill, .order-price { align-items: baseline; background: rgb(255 255 255 / .1); border: 1px solid rgb(255 255 255 / .2); border-radius: 999px; display: inline-flex; font-size: 1rem; gap: .45rem; margin-top: 1rem; padding: .65rem 1rem; }
.price-pill strong, .order-price strong { font-size: 1.45rem; }
.coverage-strip { margin: -3.1rem auto 0; max-width: 82rem; padding-inline: clamp(1.2rem, 4vw, 3rem); position: relative; z-index: 3; }
.coverage-card { color: var(--ink); padding: clamp(1.5rem, 4vw, 2.15rem) clamp(1.5rem, 4vw, 1.7rem) 1.5rem; }
.coverage-card-wide { align-items: start; background: var(--paper); border: 1px solid rgb(16 35 28 / .08); border-radius: 1.7rem; box-shadow: var(--shadow); display: grid; gap: clamp(1.5rem, 5vw, 4rem); grid-template-columns: minmax(15rem, .75fr) minmax(20rem, 1.25fr); padding: clamp(1.4rem, 3vw, 2rem); }
.coverage-card .eyebrow { color: var(--pine-650); margin-bottom: .65rem; }
.coverage-card h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); margin-bottom: 0; }
.coverage-card label { display: block; font-size: .93rem; font-weight: 850; margin-bottom: .55rem; }
.coverage-fields { min-width: 0; }
.inline-form { display: flex; gap: .7rem; }
.inline-form input { background: #fff; border: 1px solid #aebdb5; border-radius: 999px; min-width: 0; padding: .9rem 1.1rem; width: 100%; }
.coverage-note { color: var(--muted); font-size: .78rem; margin: .75rem 0 0; }

.steps { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.steps article { background: var(--paper); border-radius: 1.5rem; padding: 1.6rem; }
.steps article > span { color: var(--accent); display: block; font-size: clamp(3.5rem, 7vw, 5.5rem); font-weight: 900; letter-spacing: -.08em; line-height: .85; }
.steps h2 { font-size: 1.45rem; margin: 1.35rem 0 .55rem; }
.steps p { color: var(--muted); margin: 0; }
.service-story { align-items: start; display: grid; gap: clamp(2rem, 7vw, 6rem); grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); }
.service-story h2 { font-size: clamp(2.4rem, 4.5vw, 4.25rem); max-width: 13ch; }
.service-story-copy { border-left: 1px solid var(--line); padding-left: clamp(1.5rem, 4vw, 3rem); }
.service-story-copy p { font-size: 1.12rem; }
.service-story-copy p:last-child { color: var(--muted); margin-bottom: 0; }
.band { padding-block: clamp(4rem, 9vw, 7rem); }
.band-light { background: var(--mint-200); }
.split-heading, .two-column { display: grid; gap: 3rem; grid-template-columns: 1fr 1fr; }
.split-heading > p { font-size: 1.2rem; }
.card-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; }
.partner-card { background: var(--paper); border: 1px solid rgb(16 35 28 / .08); border-radius: 1.5rem; display: flex; flex-direction: column; gap: .65rem; min-height: 15rem; padding: 1.5rem; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.partner-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.partner-card strong { font-size: 1.4rem; }
.partner-card > span:last-child { color: var(--muted); }
.partner-card .coverage-summary { border-top: 1px solid var(--line); color: var(--pine-650); font-size: .85rem; font-weight: 800; margin-top: auto; padding-top: .8rem; }
.partner-monogram { align-items: center; align-self: flex-start; background: var(--card-dark, var(--pine-950)); border-radius: 50%; color: #fff !important; display: flex; font-size: 1.3rem; font-weight: 900; height: 3.5rem; justify-content: center; width: 3.5rem; }
.partner-logo { align-self: flex-start; background: #fff; border: 1px solid var(--line); border-radius: .9rem; height: 3.5rem; object-fit: contain; padding: .3rem; width: 3.5rem; }
.card-kicker { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.empty-state { background: rgb(255 255 255 / .65); border: 1px dashed #9dad9f; border-radius: 1.5rem; grid-column: 1 / -1; padding: 2rem; }
.association-gallery-band { background: var(--pine-950); color: #fff; padding-block: clamp(4.5rem, 9vw, 7rem); }
.gallery-heading, .partner-showcase-heading { align-items: end; display: grid; gap: clamp(2rem, 7vw, 6rem); grid-template-columns: 1fr .8fr; }
.gallery-heading h2, .partner-showcase-heading h2 { margin-bottom: 0; max-width: 15ch; }
.gallery-heading > p { color: rgb(255 255 255 / .7); font-size: 1.08rem; margin-bottom: .35rem; }
.association-gallery { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); margin-top: 2.5rem; }
.gallery-item { aspect-ratio: 4 / 3; border-radius: 1.35rem; margin: 0; overflow: hidden; position: relative; }
.gallery-item::after { background: linear-gradient(180deg, transparent 45%, rgb(5 28 22 / .9)); content: ""; inset: 0; position: absolute; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { bottom: 0; display: flex; flex-direction: column; left: 0; padding: 1.25rem; position: absolute; right: 0; z-index: 1; }
.gallery-item figcaption span { color: rgb(255 255 255 / .82); }
.gallery-item figcaption small { color: rgb(255 255 255 / .62); margin-top: .25rem; }
.partner-showcase-heading > p { font-size: 1.15rem; margin-bottom: .35rem; }
.partner-logo-grid { display: grid; gap: .85rem; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 2.5rem; }
.partner-logo-card { align-items: center; background: var(--paper); border: 1px solid rgb(16 35 28 / .08); border-radius: 1.2rem; display: flex; gap: .9rem; min-height: 6.2rem; padding: 1rem; text-decoration: none; transition: box-shadow .2s ease, transform .2s ease; }
.partner-logo-card:hover { box-shadow: 0 1rem 2.5rem rgb(9 44 35 / .12); transform: translateY(-2px); }
.partner-logo-card > img { background: #fff; border-radius: .75rem; height: 3.7rem; object-fit: contain; padding: .25rem; width: 3.7rem; }
.partner-logo-card > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.partner-logo-card strong { line-height: 1.2; }
.partner-logo-card small { color: var(--muted); margin-top: .2rem; }
.partner-showcase-actions { align-items: center; display: flex; gap: 1.25rem; margin-top: 2rem; }
.partner-showcase-actions .text-link { color: var(--pine-800); font-weight: 850; text-underline-offset: .2rem; }
.faq-section { display: grid; gap: clamp(2rem, 7vw, 6rem); grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); }
.faq-intro h2 { font-size: clamp(2.3rem, 4.2vw, 3.8rem); }
.faq-intro > p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 1.15rem 0; }
.faq-list summary { cursor: pointer; font-size: 1.08rem; font-weight: 850; list-style: none; padding-right: 2rem; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 1.5rem; position: absolute; right: .2rem; top: -.3rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { color: var(--muted); margin: .8rem 2rem .2rem 0; }
.cta-band, .tenant-cta { align-items: center; background: var(--accent); color: #fff; display: flex; gap: 2rem; justify-content: space-between; padding: clamp(3rem, 7vw, 5.5rem) clamp(1.2rem, 6vw, 6rem); }
.cta-band h2, .tenant-cta h2 { margin-bottom: .85rem; max-width: 55rem; }
.cta-band > div > p:last-child { font-size: 1.1rem; margin-bottom: 0; max-width: 50rem; }
.button-light { background: #fff; color: var(--ink); }
.button-dark { background: var(--pine-950); }

.page-hero, .order-intro { background: var(--pine-950); color: #fff; padding-block: clamp(4rem, 9vw, 7rem); }
.page-hero p, .order-intro p { font-size: 1.2rem; max-width: 48rem; }
.order-intro .order-price { display: inline-flex; font-size: 1rem; }
.page-hero.compact { padding-block: 3.5rem; }
.directory-group + .directory-group { margin-top: 4rem; }
.directory-heading { align-items: baseline; display: flex; justify-content: space-between; }
.directory-heading h2 { font-size: 2.4rem; }

.tenant-hero { background: radial-gradient(circle at 75% 20%, var(--tenant-accent) 0, transparent 22%), var(--tenant-dark); color: #fff; min-height: 47rem; padding: clamp(3rem, 8vw, 7rem) clamp(1.2rem, 7vw, 7rem); }
.tenant-shell { margin-inline: auto; max-width: 78rem; position: relative; }
.tenant-hero h1 { margin-bottom: 1.4rem; max-width: 52rem; }
.tenant-hero h1 em { color: var(--tenant-accent); font-style: normal; }
.tenant-hero p:not(.eyebrow) { font-size: 1.25rem; max-width: 42rem; }
.tenant-badge { align-items: center; display: flex; font-weight: 900; gap: .7rem; margin-bottom: 5rem; }
.tenant-badge span { align-items: center; background: #fff; border-radius: 50%; color: var(--tenant-dark); display: flex; height: 2.8rem; justify-content: center; width: 2.8rem; }
.tenant-badge img { background: #fff; border-radius: .75rem; height: 2.8rem; object-fit: contain; padding: .2rem; width: 2.8rem; }
.tenant-price { background: rgb(255 255 255 / .1); border: 1px solid rgb(255 255 255 / .2); border-radius: 1.5rem; bottom: 0; display: flex; flex-direction: column; padding: 1.3rem 1.6rem; position: absolute; right: 0; }
.tenant-price strong { font-size: 2.1rem; }
.tenant-steps { margin-top: -3.5rem; position: relative; }
.two-column p { font-size: 1.15rem; }
.postal-chips { display: flex; flex-wrap: wrap; gap: .6rem; list-style: none; padding: 0; }
.postal-chips li { background: var(--mint-200); border-radius: 999px; padding: .55rem .9rem; }
.tenant-cta { background: var(--tenant-accent); }

.form-page { background: var(--mint-200); min-height: 60vh; padding: clamp(3rem, 8vw, 7rem) 1.2rem; }
.order-page { padding-top: 0; }
.order-form, .auth-card { background: var(--paper); border-radius: 2rem; box-shadow: var(--shadow); margin: 0 auto; max-width: 58rem; padding: clamp(1.4rem, 4vw, 2.8rem); }
.form-grid { display: grid; gap: 1.2rem; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field-wide { grid-column: 1 / -1; }
.field label { font-weight: 800; }
.field .consent-control { align-items: flex-start; cursor: pointer; display: flex; gap: .75rem; line-height: 1.45; }
.consent-control input { accent-color: var(--pine-650); flex: 0 0 auto; height: 1.2rem; margin: .15rem 0 0; width: 1.2rem; }
.consent-control a { color: var(--pine-650); text-underline-offset: .16rem; }
.field input:not([type="radio"]):not([type="checkbox"]), .field select, .field textarea, .auth-card input { background: #fff; border: 1px solid #b9c5bd; border-radius: .8rem; padding: .8rem .9rem; width: 100%; }
.field input[type="file"] { border-style: dashed; cursor: pointer; padding: .7rem; }
.field input[type="file"]::file-selector-button { background: var(--pine-950); border: 0; border-radius: 999px; color: #fff; cursor: pointer; font-weight: 800; margin-right: .8rem; padding: .65rem .9rem; }
.field ul { display: flex; flex-wrap: wrap; gap: .7rem; list-style: none; margin: 0; padding: 0; }
.field ul label { background: var(--cream); border: 1px solid var(--line); border-radius: 999px; display: block; padding: .7rem .9rem; }
.postal-area-status { color: var(--muted); font-size: .9rem; margin: 0; }
.postal-picker { position: relative; }
.postal-picker-toggle { background: #fff; border: 1px solid #aebdb5; border-radius: .9rem; color: var(--ink); display: grid; gap: .8rem; grid-template-columns: auto 1fr auto; padding: .9rem 1rem; text-align: left; width: 100%; }
.postal-picker-toggle:disabled { cursor: not-allowed; opacity: .65; }
.postal-picker-summary { color: var(--muted); font-size: .88rem; font-weight: 600; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.postal-picker-chevron { font-size: 1.1rem; transition: transform .2s ease; }
.postal-picker-toggle[aria-expanded="true"] .postal-picker-chevron { transform: rotate(180deg); }
.postal-picker-menu { background: #fff; border: 1px solid #aebdb5; border-radius: 1rem; box-shadow: 0 1.2rem 3rem rgb(9 44 35 / .14); margin-top: .5rem; padding: .55rem; }
#id_requested_postal_codes_input { display: grid; gap: .45rem; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); max-height: 20rem; overflow-y: auto; padding: .2rem; }
#id_requested_postal_codes_input label { align-items: center; background: var(--cream); border: 1px solid var(--line); border-radius: .75rem; cursor: pointer; display: flex; gap: .35rem; min-height: 2.8rem; padding: .55rem .7rem; }
#id_requested_postal_codes_input input { accent-color: var(--pine-650); flex: 0 0 auto; height: 1.15rem; width: 1.15rem; }
.field-error, .errorlist { color: var(--danger); font-size: .9rem; margin: 0; }
.order-form > button { margin-top: 1.5rem; width: 100%; }
.order-total-summary { align-items: center; background: var(--cream); border: 1px solid var(--line); border-radius: 1rem; display: flex; justify-content: space-between; margin-top: 1.4rem; padding: 1rem 1.15rem; }
.order-total-summary span { color: var(--muted); font-weight: 750; }
.order-total-summary strong { font-size: 1.2rem; }
.form-note { color: var(--muted); font-size: .9rem; margin: 1rem 0 0; text-align: center; }
.application-page { padding-top: clamp(3rem, 7vw, 5rem); }
.application-layout { align-items: start; display: grid; gap: 1.5rem; grid-template-columns: minmax(15rem, .65fr) minmax(0, 1.35fr); margin: 0 auto; max-width: 78rem; }
.application-note { background: var(--pine-950); border-radius: 2rem; color: #fff; padding: clamp(1.5rem, 4vw, 2.5rem); }
.application-note ol { padding-left: 1.25rem; }
.application-note li + li { margin-top: .7rem; }
.application-note > p:last-child { color: var(--mint-200); margin-bottom: 0; }
.application-form { margin: 0; }
.auth-card { max-width: 30rem; }
.auth-card form p { display: flex; flex-direction: column; gap: .4rem; }

.success-page { align-items: center; background: var(--mint-200); display: flex; justify-content: center; min-height: 70vh; padding: 2rem 1.2rem; }
.success-card { background: var(--paper); border-radius: 2rem; box-shadow: var(--shadow); max-width: 42rem; padding: clamp(2rem, 5vw, 4rem); text-align: center; }
.success-card h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
.success-mark { align-items: center; background: var(--pine-650); border-radius: 50%; color: white; display: inline-flex; font-size: 1.8rem; height: 4rem; justify-content: center; margin-bottom: 1rem; width: 4rem; }
.notice { background: var(--cream); border-radius: 1rem; margin: 1.5rem 0; padding: 1rem; }
.notice p { margin-bottom: 0; }
.portal-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.status-card, .metric-row article { background: var(--paper); border-radius: 1.4rem; padding: 1.4rem; }
.status-card span, .metric-row span { color: var(--muted); font-size: .85rem; font-weight: 700; }
.status-card h2 { font-size: 1.25rem; margin: .6rem 0; }
.metric-row { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); margin-bottom: 3rem; }
.metric-row strong { display: block; font-size: 3rem; }
.plain-list { background: var(--paper); border-radius: 1.4rem; padding: 1.5rem 3rem; }
.legal-page { max-width: 58rem; padding-block: clamp(4rem, 9vw, 8rem); }
.legal-page h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.legal-page h2 { font-size: 2rem; margin-top: 3rem; }
.legal-page h3 { font-size: 1.25rem; line-height: 1.25; margin: 2rem 0 .6rem; }
.legal-page li + li { margin-top: .6rem; }
.legal-draft-note { background: #fff0e8; border: 1px solid #f5b397; border-radius: 1rem; margin: 2rem 0; padding: 1rem 1.15rem; }
.legal-draft-note p { margin: .35rem 0 0; }
.site-footer { align-items: center; background: var(--pine-950); color: #fff; display: flex; justify-content: space-between; padding: 3rem clamp(1.2rem, 5vw, 4rem); }
.site-footer p { color: var(--mint-200); margin: .4rem 0 0; }
.site-footer address { color: var(--mint-200); font-size: .9rem; font-style: normal; line-height: 1.7; margin-top: .55rem; }
.site-footer address a { color: #fff; }
.footer-link { background: transparent; border-radius: 0; color: inherit; font-size: .9rem; font-weight: 700; padding: 0; }
.cookie-banner { align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 1.4rem; bottom: 1rem; box-shadow: 0 1.5rem 5rem rgb(0 0 0 / .22); display: flex; gap: 1.5rem; justify-content: space-between; left: 50%; max-width: 62rem; padding: 1.2rem; position: fixed; transform: translateX(-50%); width: calc(100% - 2rem); z-index: 100; }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { color: var(--muted); margin: .3rem 0 0; max-width: 46rem; }
.cookie-banner a { color: var(--pine-650); }
.cookie-actions { display: flex; flex: 0 0 auto; gap: .65rem; }
.button-secondary { background: var(--cream); border: 1px solid var(--line); color: var(--ink); }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .hero-national { min-height: auto; padding-block: 4rem; }
  .hero-shell, .split-heading, .two-column, .service-story, .gallery-heading, .partner-showcase-heading, .faq-section, .coverage-card-wide { grid-template-columns: 1fr; }
  .hero-shell { gap: 2.5rem; }
  .hero-copy h1 { font-size: clamp(2.85rem, 12.5vw, 4.4rem); max-width: 12ch; }
  .hero-photo img { height: clamp(22rem, 100vw, 35rem); }
  .coverage-strip { margin-top: -2rem; }
  .steps, .card-grid, .portal-grid { grid-template-columns: 1fr; }
  .partner-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-story-copy { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 1.5rem; }
  .inline-form, .cta-band, .tenant-cta, .site-footer, .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-actions { flex-direction: column-reverse; }
  .tenant-price { margin-top: 2rem; position: static; width: fit-content; }
  .form-grid { grid-template-columns: 1fr; }
  .field { grid-column: 1; }
  .application-layout { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-national { padding-bottom: 5rem; }
  .hero-offer { align-items: flex-start; flex-direction: column; }
  .hero-photo img { height: 22rem; object-position: 57% center; }
  .hero-price-value strong { font-size: 2.8rem; }
  .partner-logo-grid { grid-template-columns: 1fr; }
  .partner-showcase-actions { align-items: stretch; flex-direction: column; }
  .postal-picker-toggle { grid-template-columns: 1fr auto; }
  .postal-picker-summary { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .postal-picker-chevron { grid-column: 2; grid-row: 1; }
  .order-total-summary { align-items: flex-start; flex-direction: column; gap: .3rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
