/*
Theme Name: Sweeptide
Theme URI: https://sweeptide.com/
Author: SitePlot Media
Description: Theme for Sweeptide, a Gwinnett County house, office and Airbnb cleaning company. Two-column layout with an always-visible quote form, click-to-call, WCAG 2.2 AA. Installs and activates the Sweeptide Core plugin, which seeds every page.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
License: Proprietary
Text Domain: sweeptide
*/

:root {
	--ev: #0e4d3c;
	--ev-700: #0a3a2d;
	--ev-600: #125c48;
	--ev-100: #d5eadf;
	--ev-50: #edf6f1;
	--peach: #f4a259;
	--peach-600: #e28b3c;
	--peach-50: #fff3e8;
	--ink: #16211d;
	--muted: #4a5a54;
	--line: #d9e4de;
	--bg: #ffffff;
	--soft: #f6faf8;
	--radius: 16px;
	--radius-sm: 10px;
	--shadow: 0 1px 2px rgba(14, 77, 60, .06), 0 10px 30px -12px rgba(14, 77, 60, .22);
	--wrap: 1200px;
	--gutter: clamp(16px, 4vw, 32px);
	--head: 76px;
	--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--font-display: "Avenir Next", "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--head) + 16px); }
body { margin: 0; background: var(--bg); color: var(--ink); font: 17px/1.65 var(--font); }
img, svg { max-width: 100%; }
img { height: auto; }
a { color: var(--ev); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ev-700); text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--peach-600); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.2; letter-spacing: -.01em; color: var(--ink); }
h1 { font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 800; margin: .2em 0 .35em; }
h2 { font-size: clamp(1.4rem, 2.2vw, 1.75rem); font-weight: 750; margin: 2em 0 .6em; }
h3 { font-size: 1.15rem; font-weight: 700; margin: 1.5em 0 .5em; }
p, ul, ol, dl, table { margin: 0 0 1.1em; }
code { font-size: .9em; background: var(--ev-50); padding: .1em .35em; border-radius: 4px; }
.icon { flex: none; vertical-align: middle; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -60px; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100; }
.skip-link:focus { top: 12px; color: #fff; }

/* ---------------------------------------------------------------- Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 20px; border-radius: 999px; font: 700 1rem/1.2 var(--font); text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: background .15s, color .15s, border-color .15s; white-space: nowrap; }
.btn--primary { background: var(--peach); color: var(--ink); }
.btn--primary:hover { background: var(--peach-600); color: var(--ink); }
.btn--ghost { background: transparent; color: var(--ev); border-color: var(--ev-100); }
.btn--ghost:hover { border-color: var(--ev); color: var(--ev-700); }
.btn--light { background: #fff; color: var(--ev); }
.btn--light:hover { background: var(--ev-50); color: var(--ev-700); }
.btn--block { width: 100%; }
.btn--sm { min-height: 38px; padding: 6px 14px; font-size: .92rem; }
.linkish { background: none; border: 0; padding: 0; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

/* ---------------------------------------------------------------- Header */
.utility { background: var(--ev-700); color: #e4f1ea; font-size: .86rem; }
.utility__inner { display: flex; justify-content: space-between; gap: 16px; min-height: 36px; align-items: center; }
.utility p { margin: 0; display: flex; align-items: center; gap: 6px; }
.masthead { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.masthead__inner { display: flex; align-items: center; gap: 20px; min-height: var(--head); }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); flex: none; }
.logo:hover { color: var(--ink); }
.logo__word { font: 800 1.45rem/1 var(--font-display); letter-spacing: -.02em; }
.call__lbl { display: none; }
.masthead__call .call__num { display: none; }
.masthead__call .call__lbl { display: inline; }
.utility__call { font-weight: 700; color: #fff; text-decoration: none; display: inline-flex; gap: 6px; align-items: center; }
.utility__call:hover { color: #fff; text-decoration: underline; }
.utility__right { display: flex; gap: 18px; align-items: center; }
.masthead__actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }

.nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; }
.nav__list > li { position: relative; }
.nav__list a { display: block; white-space: nowrap; padding: 10px 11px; color: var(--ink); text-decoration: none; font-weight: 600; border-radius: 8px; }
.nav__list a:hover, .nav__list .current-menu-item > a, .nav__list .current-page-ancestor > a { color: var(--ev); background: var(--ev-50); }
.nav__list > .menu-item-has-children > a::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 7px; border: solid currentColor; border-width: 0 2px 2px 0; transform: translateY(-3px) rotate(45deg); }
.sub-menu { list-style: none; margin: 0; padding: 8px; position: absolute; top: 100%; left: 0; min-width: 250px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow); visibility: hidden; opacity: 0; transform: translateY(6px); transition: opacity .15s, transform .15s, visibility .15s; }
.sub-menu a { font-weight: 500; padding: 8px 12px; }
.nav__list > li:hover > .sub-menu, .nav__list > li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.sub-menu:has(> li:nth-child(9)) { display: grid; grid-template-columns: repeat(3, minmax(160px, 1fr)); min-width: 540px; }
.sub-menu.is-flipped { left: auto; right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; position: relative; }
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after { position: absolute; left: 12px; width: 20px; height: 2px; background: var(--ink); content: ""; transition: transform .2s; }
.nav-toggle__bars { top: 21px; }
.nav-toggle__bars::before { top: -6px; left: 0; }
.nav-toggle__bars::after { top: 6px; left: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1279px) {
	.nav-toggle { display: inline-block; }
	.nav { position: fixed; inset: calc(var(--head) + 36px) 0 0 0; background: #fff; overflow-y: auto; padding: 12px var(--gutter) 120px; display: none; border-top: 1px solid var(--line); }
	.nav.is-open { display: block; }
	.nav__list { flex-direction: column; }
	.nav__list a { padding: 14px 8px; font-size: 1.06rem; }
	.sub-menu { position: static; visibility: visible; opacity: 1; transform: none; box-shadow: none; border: 0; padding: 0 0 8px 12px; min-width: 0; }
	.sub-menu:has(> li:nth-child(9)) { grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; }
	.nav__list > .menu-item-has-children > a::after { display: none; }
	body.nav-open { overflow: hidden; }
}
@media (max-width: 640px) {
	.masthead__call, .masthead__quote { display: none; }
	.utility__hours, .utility__call { display: none !important; }
	.logo__word { font-size: 1.3rem; }
}

/* ---------------------------------------------------------------- Layout */
.main { padding: clamp(20px, 3vw, 36px) 0 64px; }
.shell { display: grid; grid-template-columns: minmax(0, 1fr) 372px; gap: clamp(32px, 4vw, 56px); align-items: start; }
.shell--solo { grid-template-columns: minmax(0, 860px); justify-content: center; }
.content { min-width: 0; }
.entry > :first-child { margin-top: 0; }
.entry { max-width: 780px; }
.entry p, .entry li { color: #1f2b27; }
.rail { align-self: stretch; }
.rail__sticky { position: sticky; top: calc(var(--head) + 16px); max-height: calc(100vh - var(--head) - 32px); overflow-y: auto; overscroll-behavior: contain; border-radius: var(--radius); }
.quote--inline { display: none; }
@media (max-width: 999px) {
	.shell { grid-template-columns: minmax(0, 1fr); }
	.rail { display: none; }
	.quote--inline { display: block; margin: 8px 0 32px; }
}

/* ---------------------------------------------------------------- Page head */
.crumbs ol { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 0; font-size: .9rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin: 0 8px; color: #9fb3aa; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ev); text-decoration: underline; }
.kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0; padding: 5px 12px; background: var(--ev-50); color: var(--ev); border-radius: 999px; font-weight: 700; font-size: .84rem; letter-spacing: .02em; }
.answer-block { font-size: clamp(1.06rem, 1.4vw, 1.18rem); line-height: 1.6; color: #24322d; max-width: 760px; border-left: 4px solid var(--peach); padding: 4px 0 4px 18px; margin: 0 0 20px; }
.reviewed { display: flex; align-items: center; gap: 6px; font-size: .9rem; color: var(--muted); margin: 0 0 16px; }
.reviewed .icon { color: var(--ev); }
.pagehead { margin-bottom: 8px; }
.pagehead--home { position: relative; background: var(--ev-50); border-radius: 24px; padding: clamp(24px, 4vw, 44px); overflow: hidden; margin-bottom: 28px; }
.pagehead--home::after { content: ""; position: absolute; right: -40px; bottom: -30px; width: 320px; height: 180px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 180'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 70c26 0 26-22 53-22s27 22 53 22 27-22 53-22 27 22 53 22 27-22 53-22 27 22 55 22' stroke='%23f4a259' stroke-width='6' opacity='.55'/%3E%3Cpath d='M0 110c26 0 26-22 53-22s27 22 53 22 27-22 53-22 27 22 53 22 27-22 53-22 27 22 55 22' stroke='%230e4d3c' stroke-width='5' opacity='.14'/%3E%3Cpath d='M0 150c26 0 26-22 53-22s27 22 53 22 27-22 53-22 27 22 53 22 27-22 53-22 27 22 55 22' stroke='%230e4d3c' stroke-width='5' opacity='.08'/%3E%3C/g%3E%3C/svg%3E") no-repeat right bottom / contain; pointer-events: none; }
.pagehead--home > * { position: relative; z-index: 1; }
.pagehead--home h1 { font-size: clamp(2.1rem, 4vw, 3.2rem); max-width: 19ch; }
.pagehead--home .kicker { background: #fff; }
.pagehead--home .answer-block { background: rgba(255, 255, 255, .7); border-radius: 0 10px 10px 0; padding: 12px 18px; }

.trust { list-style: none; margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr)); gap: 10px; }
.trust li { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; line-height: 1.35; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px; }
.trust .icon { color: var(--ev); margin-top: 1px; }
.trust strong { display: block; }

/* ---------------------------------------------------------------- Quote card */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.quote__head { background: var(--ev); color: #fff; padding: 18px 22px 16px; }
.quote__title { margin: 0; color: #fff; font-size: 1.35rem; }
.quote__price { margin: 4px 0 0; color: var(--ev-100); font-size: .95rem; }
.quote__price strong { color: #fff; font-size: 1.15rem; }
.quote-form { padding: 18px 22px 6px; }
.quote__call { margin: 0; padding: 0 22px 10px; font-size: .95rem; color: var(--muted); }
.quote__call a { font-weight: 700; display: inline-flex; gap: 6px; align-items: center; }
.field { margin-bottom: 12px; min-width: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 4px; }
.field .opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; min-height: 44px; padding: 9px 12px; border: 1.5px solid #bccbc4; border-radius: 10px; font: 1rem/1.4 var(--font); color: var(--ink); background: #fff; }
.field textarea { min-height: 64px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ev); outline: 3px solid rgba(14, 77, 60, .18); outline-offset: 0; }
.field [aria-invalid="true"] { border-color: #b3261e; }
.field-err { display: block; color: #b3261e; font-size: .86rem; margin-top: 4px; }
.field-hint { font-size: .84rem; color: var(--muted); margin: -4px 0 12px; }
.form-fine { font-size: .8rem; color: var(--muted); margin: 10px 0 8px; }
.form-msg { border-radius: 10px; padding: 10px 12px; font-weight: 600; margin: 0 0 12px; }
.form-msg--ok { background: var(--ev-50); color: var(--ev-700); border: 1px solid var(--ev-100); }
.form-msg--err { background: #fdecea; color: #8c1d18; border: 1px solid #f3c1bd; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.quote-form.is-sending button[type="submit"] { opacity: .6; pointer-events: none; }
@media (max-width: 420px) { .field-row { grid-template-columns: 1fr; gap: 0; } }

/* ---------------------------------------------------------------- Content blocks */
.entry ul:not([class]), .entry ol:not([class]) { padding-left: 1.3em; }
.entry li { margin-bottom: .45em; }
.steps { list-style: none; counter-reset: s; padding: 0; margin: 0 0 1.4em; display: grid; gap: 12px; }
.steps li { counter-increment: s; position: relative; padding: 16px 18px 16px 64px; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; }
.steps li::before { content: counter(s); position: absolute; left: 16px; top: 14px; width: 34px; height: 34px; border-radius: 50%; background: var(--ev); color: #fff; font-weight: 800; display: grid; place-items: center; }
.note { background: var(--peach-50); border: 1px solid #f6d3b1; border-radius: 12px; padding: 12px 16px; font-size: .95rem; }

.entry table, .price-table table, .checklist-table table, .str-table table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; font-size: .96rem; }
.entry th, .entry td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.entry thead th { background: var(--ev-50); font-size: .88rem; letter-spacing: .02em; color: var(--ev-700); }
.entry tbody tr:last-child > * { border-bottom: 0; }
.entry tbody th { font-weight: 600; }
.entry caption { caption-side: top; text-align: left; font: 750 1.05rem/1.3 var(--font-display); padding: 0 0 10px; color: var(--ink); }
.entry caption span { font: 400 .9rem var(--font); color: var(--muted); }
.entry .table-scroll, .price-table, .checklist-table, .str-table { overflow-x: auto; margin: 0 0 1.4em; position: relative; }
.entry td, .entry th { position: relative; }
@media (max-width: 760px) { .entry > table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; } }
.price-table td { font-weight: 800; color: var(--ev); white-space: nowrap; width: 1%; }
.price-note { font-size: .92rem; color: var(--muted); margin: 10px 0 0; }
.checklist-table td { text-align: center; width: 84px; }
.checklist-table .checklist-table__room th { background: var(--soft); color: var(--ev-700); font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.tick { color: var(--ev); display: inline-flex; }
.dash { color: #9fb3aa; }
.str-table td { font-size: .93rem; }

.cards { list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.card__link { height: 100%; display: flex; flex-direction: column; gap: 6px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-decoration: none; color: var(--ink); transition: border-color .15s, box-shadow .15s, transform .15s; }
.card__link:hover { border-color: var(--ev); box-shadow: var(--shadow); color: var(--ink); transform: translateY(-2px); }
.card__icon { color: var(--ev); background: var(--ev-50); border-radius: 12px; padding: 8px; width: 44px; height: 44px; }
.card__title { font: 750 1.06rem/1.3 var(--font-display); }
.card__text { color: var(--muted); font-size: .93rem; line-height: 1.5; flex: 1; }
.card__price, .card__more { font-weight: 800; color: var(--ev); font-size: .95rem; display: inline-flex; gap: 6px; align-items: center; }
.cards--guides { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }

.areas { list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; }
.areas a { display: grid; grid-template-columns: auto 1fr; gap: 0 8px; align-items: center; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; color: var(--ink); background: #fff; }
.areas a:hover { border-color: var(--ev); background: var(--ev-50); color: var(--ink); }
.areas__icon { color: var(--peach-600); grid-row: span 2; }
.areas__name { font-weight: 700; }
.areas__zip { font-size: .82rem; color: var(--muted); }
.areas .is-current a { border-color: var(--ev); background: var(--ev-50); }

.stages { display: grid; gap: 14px; margin-bottom: 1.4em; }
.stage { border: 1px solid var(--line); border-radius: var(--radius); padding: 4px 20px 10px; background: #fff; }
.stage h3 { display: flex; align-items: center; gap: 10px; }
.stage__n { width: 30px; height: 30px; border-radius: 50%; background: var(--peach); color: var(--ink); display: grid; place-items: center; font-size: .95rem; }
.ticks { list-style: none; padding: 0; margin: 0 0 8px; display: grid; gap: 8px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; }
.ticks .icon { color: var(--ev); margin-top: 3px; }

.contact-card { list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; gap: 12px; }
.contact-card li { display: flex; gap: 12px; align-items: flex-start; }
.contact-card .icon { color: var(--ev); margin-top: 3px; }
.contact-card strong { display: block; }
.sources li { font-size: .93rem; }

/* City extras, FAQ, related, CTA */
.glance { background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 22px 16px; margin: 32px 0; max-width: 780px; }
.glance dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px 24px; margin: 0; }
.glance dt { font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 700; }
.glance dd { margin: 2px 0 0; font-weight: 600; }
.pricing-strip, .faq, .related { max-width: 780px; }
.faq__group { color: var(--ev); font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; margin-top: 1.8em; }
.faq__item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; background: #fff; }
.faq__item summary { cursor: pointer; list-style: none; padding: 14px 48px 14px 18px; font-weight: 700; position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--ev); font-weight: 400; }
.faq__item[open] summary::after { content: "–"; }
.faq__item[open] { border-color: var(--ev-100); box-shadow: var(--shadow); }
.faq__a { padding: 0 18px 4px; }
.chips { list-style: none; padding: 0; margin: 0 0 1em; display: flex; flex-wrap: wrap; gap: 8px; }
.chips a { display: inline-flex; gap: 6px; align-items: center; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: .94rem; }
.chips a:hover { border-color: var(--ev); background: var(--ev-50); }
.chips .icon { color: var(--ev); }
.more { font-weight: 700; display: inline-flex; gap: 6px; align-items: center; }
.cta { margin: 48px 0 0; max-width: 780px; background: var(--ev); color: #e8f4ee; border-radius: 22px; padding: clamp(22px, 3vw, 34px); display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; justify-content: space-between; }
.cta__h { color: #fff; margin: 0 0 6px; font-size: 1.4rem; }
.cta p { margin: 0; color: #d6ebe1; }
.cta__btns { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------------------------------------------------------------- Footer */
.footer { background: var(--ev-700); color: #cfe3d9; padding: 56px 0 24px; margin-top: 24px; }
.footer a { color: #fff; text-decoration: none; }
.footer a:hover { text-decoration: underline; color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1.4fr 1fr; gap: 36px; }
.footer .logo { color: #fff; margin-bottom: 12px; }
.footer .logo__mark circle { fill: #125c48; }
.footer__h { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin: 6px 0 14px; }
.footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: .95rem; }
.footer__list--cols { grid-template-columns: 1fr 1fr; gap: 8px 16px; }
.footer .contact-card { font-size: .92rem; }
.footer .contact-card .icon { color: var(--peach); }
.footer .contact-card strong { color: #fff; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 40px; padding-top: 20px; font-size: .86rem; }
.footer__legal p { margin: 0; }
.footer__legal-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 18px; }
.social { list-style: none; margin: 4px 0 0; padding: 0; display: flex; gap: 10px; }
.social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25); color: #fff; }
.social a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.social a[data-placeholder] { opacity: .55; cursor: default; }
@media (max-width: 999px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------- Mobile action bar + cookie bar */
.actionbar { display: none; }
@media (max-width: 999px) {
	body { padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px)); }
	.actionbar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px -12px rgba(0, 0, 0, .2); }
	.actionbar__btn { flex: 1; white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 999px; font-weight: 800; text-decoration: none; }
	.actionbar__btn--call { background: var(--ev); color: #fff; }
	.actionbar__btn--call:hover { color: #fff; }
	.actionbar__btn--quote { background: var(--peach); color: var(--ink); }
}
.cookiebar { position: fixed; left: 16px; bottom: 16px; z-index: 70; max-width: 420px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 16px 18px; font-size: .92rem; }
.cookiebar p { margin: 0 0 12px; }
.cookiebar__btns { display: flex; gap: 8px; flex-wrap: wrap; }
@media (max-width: 999px) { .cookiebar { left: 8px; right: 8px; max-width: none; bottom: calc(80px + env(safe-area-inset-bottom, 0px)); } }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
@media print {
	.utility, .masthead, .rail, .quote, .actionbar, .cta, .footer, .cookiebar { display: none !important; }
	.shell { display: block; }
}
.quote.is-pulse { box-shadow: 0 0 0 4px var(--peach), var(--shadow); transition: box-shadow .2s; }
@media (max-width: 380px) {
	.actionbar { gap: 6px; padding-inline: 8px; }
	.actionbar__btn { font-size: .92rem; gap: 6px; }
	.actionbar__btn--call .call__num { display: none; }
	.actionbar__btn--call .call__lbl { display: inline; }
}
