/* ============================================================
   For His Glory — design system
   Coastal Southwest Florida: deep navy, clean white, bright
   blue accent, clean white. One stylesheet, no dependencies.
   ============================================================ */

/* ---------- fonts ---------- */
@font-face {
  font-family: "Lora";
  src: url("/assets/fonts/lora-var.woff") format("woff");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- tokens ---------- */
:root {
  --navy-900: #081b33;
  --navy: #0b2545;
  --navy-700: #13315c;
  --navy-600: #1c4373;
  --blue: #1b6dc1;
  --blue-600: #155a9f;
  --sky: #eaf2fb;
  --sky-2: #f4f8fd;
  --xmas-green-950: #01201a;      /* deepest shade of dark evergreen */
  --xmas-green-900: #022C22;      /* dark evergreen (spec) */
  --xmas-green-800: #064E3B;      /* primary evergreen (spec) */
  --xmas-green-700: #0B6A50;      /* lighter evergreen for gradients */
  --xmas-red: #C81D25;            /* primary Christmas red (spec) */
  --xmas-red-deep: #8B1017;       /* dark Christmas red (spec) */
  --xmas-cream: #FFF9ED;          /* warm white (spec) */
  --candy: repeating-linear-gradient(45deg, #C81D25 0 8px, #FFF9ED 8px 16px);
  --ink: #1a2433;
  --muted: #52627a;
  --line: #dbe4ef;
  --white: #ffffff;
  --surface: #f7fafd;
  --danger: #b3261e;
  --font-display: "Lora", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --shadow-sm: 0 1px 2px rgba(8, 27, 51, .06), 0 2px 8px rgba(8, 27, 51, .06);
  --shadow-md: 0 2px 6px rgba(8, 27, 51, .07), 0 12px 32px rgba(8, 27, 51, .10);
  --shadow-lg: 0 4px 10px rgba(8, 27, 51, .08), 0 24px 60px rgba(8, 27, 51, .16);
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1160px;
  --gutter: clamp(1rem, 4vw, 2rem);
  --section-y: clamp(3.25rem, 8vw, 6rem);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  overflow-wrap: break-word;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
ul[role="list"], ol[role="list"] { list-style: none; padding: 0; }
a { color: var(--blue-600); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy); }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; color: var(--navy); font-weight: 700; letter-spacing: -0.01em; text-wrap: balance; }
h1 { font-size: clamp(2.1rem, 5.5vw, 3.4rem); }
h2 { font-size: clamp(1.65rem, 3.6vw, 2.4rem); }
h3 { font-size: 1.22rem; font-family: var(--font-body); font-weight: 650; letter-spacing: 0; }
p { text-wrap: pretty; }

:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--sky); }

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

.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.visually-hidden * { width: 1px; min-width: 0; }
/* prevent intrinsic-width blowouts in grids on narrow screens */
.hero-copy, .split > div, .area-grid > div, .form-row > .field, .field, .quote-form, .quote-form-wrap { min-width: 0; }
.field select { min-width: 0; max-width: 100%; }
.check-list span, .footer-contact a { overflow-wrap: anywhere; }
.skip-link { position: absolute; left: 1rem; top: -3.5rem; z-index: 200; background: var(--navy); color: #fff; padding: .6rem 1rem; border-radius: 0 0 10px 10px; transition: top .2s; }
.skip-link:focus { top: 0; color: #fff; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.icon { width: 1.25em; height: 1.25em; flex: none; }

/* ---------- announce bar ---------- */
.announce { background: var(--navy-900); color: #cfe0f4; font-size: .85rem; }
.announce-row { display: flex; gap: 1.75rem; justify-content: center; padding-block: .45rem; flex-wrap: wrap; }
.announce-row span { display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap; }
.announce .icon { width: 1em; height: 1em; color: #cfe0f4; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .container { max-width: 1400px; }
.header-row { display: flex; align-items: center; gap: .9rem; min-height: 86px; }
.logo { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; flex: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-text strong { font-family: var(--font-display); font-size: 1.18rem; color: var(--navy); letter-spacing: .01em; }
.logo-text small { font-size: .68rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.site-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: .1rem; flex-wrap: nowrap; }
.nav-link { display: inline-flex; align-items: center; gap: .3rem; padding: .5rem .62rem; border-radius: 10px; color: var(--ink); text-decoration: none; background: none; border: 0; cursor: pointer; font-size: .95rem; font-weight: 500; white-space: nowrap; }
.nav-link:hover { background: var(--sky); color: var(--navy); }
.nav-link[aria-current="page"] { color: var(--blue-600); }
.nav-link .icon { width: .9em; height: .9em; transition: transform .2s; }
.nav-sub-toggle[aria-expanded="true"] .icon { transform: rotate(180deg); }
.has-sub { position: relative; }
.sub-menu { position: absolute; top: calc(100% + .4rem); left: 0; min-width: 250px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: .5rem; display: none; }
.has-sub.open .sub-menu { display: block; }
.sub-menu a { display: block; padding: .5rem .75rem; border-radius: 8px; text-decoration: none; color: var(--ink); font-size: .95rem; }
.sub-menu a:hover { background: var(--sky); color: var(--navy); }
.sub-menu li:first-child a { font-weight: 650; color: var(--blue-600); }
.header-actions { display: flex; align-items: center; gap: .8rem; flex: none; }
.header-quote { white-space: nowrap; padding: .68rem 1.25rem; font-size: .97rem; }
.header-phone { display: inline-flex; align-items: center; gap: .45rem; font-weight: 650; color: var(--navy); text-decoration: none; font-size: .97rem; white-space: nowrap; }
.header-phone .icon { color: var(--blue); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; padding: .5rem .6rem; cursor: pointer; color: var(--navy); }
.nav-cta-mobile { display: none; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .78rem 1.4rem; border-radius: 999px; font-weight: 650; font-size: 1rem; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease; }
.btn .icon { width: 1.1em; height: 1.1em; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 2px 10px rgba(27, 109, 193, .35); }
.btn-primary:hover { background: var(--blue-600); color: #fff; box-shadow: 0 4px 16px rgba(27, 109, 193, .45); transform: translateY(-1px); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue-600); }
.btn-ghost-light { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn-ghost-light:hover { background: rgba(255, 255, 255, .2); color: #fff; }
.btn-lg { padding: .95rem 1.8rem; font-size: 1.07rem; }
.btn-xmas { background: linear-gradient(180deg, #d42630, var(--xmas-red)); color: var(--xmas-cream); position: relative; border: 0; box-shadow: 0 2px 12px rgba(200, 29, 37, .45); }
.btn-xmas::before { content: ""; position: absolute; inset: -3px; border-radius: inherit; padding: 3px; background: var(--candy); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: .85; }
.btn-xmas:hover { background: var(--xmas-green-800); color: var(--xmas-cream); box-shadow: 0 0 22px rgba(255, 249, 237, .4); transform: translateY(-1px); }
.btn-xmas:hover::before { animation: candy-move 1.2s linear infinite; }
.btn-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }

/* ---------- hero ---------- */
.hero { background: linear-gradient(180deg, var(--sky-2), #fff 70%); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; padding-block: clamp(2.5rem, 6vw, 5rem); }
.kicker { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--blue-600); margin-bottom: .9rem; display: flex; align-items: center; gap: .5rem; }
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--blue); flex: none; }
.section-head.center .kicker { justify-content: center; }
.section-head.center .kicker::after { content: ""; width: 26px; height: 2px; background: var(--blue); flex: none; }
.hero .lead, .section-head .lead { font-size: 1.14rem; color: var(--muted); margin-top: 1rem; max-width: 56ch; }
.hero h1 em { font-style: italic; color: var(--blue-600); }
.hero-night h1 em { color: var(--xmas-cream); }
.hero-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 8 / 5; object-fit: cover; }
.badge-row { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-top: 1.7rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.badge-row li { display: inline-flex; align-items: center; gap: .45rem; font-size: .9rem; color: var(--muted); font-weight: 550; }
.badge-row .icon { color: var(--blue); width: 1.15em; height: 1.15em; }

.hero-night { background: radial-gradient(120% 90% at 70% 0%, var(--navy-700), var(--navy-900) 70%); border-bottom-color: var(--navy-700); }
.hero-night h1, .hero-night .lead { color: #fff; }
.hero-night .lead { color: #b9c9de; }
.hero-night .kicker { color: var(--xmas-cream); }
.hero-night .badge-row { border-top-color: rgba(255, 255, 255, .15); }
.hero-night .badge-row li { color: #b9c9de; }
.hero-night .badge-row .icon { color: var(--xmas-cream); }

/* ---------- sections ---------- */
.section { padding-block: var(--section-y); }
.section-tint { background: var(--surface); border-block: 1px solid var(--line); }
.section-navy { background: linear-gradient(180deg, var(--navy), var(--navy-900)); }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy p { color: #b9c9de; }
.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .kicker { justify-content: center; }

/* ---------- division selector ---------- */
.division-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.division { position: relative; border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; box-shadow: var(--shadow-md); min-height: 380px; display: flex; align-items: flex-end; transition: transform .25s ease, box-shadow .25s ease; }
.division:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.division img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.division-body { position: relative; padding: 1.8rem; width: 100%; color: #fff; background: linear-gradient(180deg, transparent, rgba(8, 27, 51, .88) 55%); padding-top: 6rem; }
.division-body h3 { color: #fff; font-family: var(--font-display); font-size: 1.6rem; }
.division-body p { color: #cfe0f4; margin-top: .4rem; max-width: 44ch; }
.division-tag { display: inline-flex; align-items: center; gap: .45rem; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .3); backdrop-filter: blur(4px); color: #fff; font-size: .8rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; padding: .35rem .8rem; border-radius: 999px; margin-bottom: .8rem; }
.division-tag .icon { width: 1em; height: 1em; color: #fff; }
.division-cta { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1rem; font-weight: 650; color: var(--blue); }

/* ---------- cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr)); gap: 1.25rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.service-card { display: flex; flex-direction: column; gap: .6rem; text-decoration: none; color: var(--ink); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--blue); color: var(--ink); }
.card-icon { display: inline-flex; width: 52px; height: 52px; border-radius: 14px; background: var(--sky); color: var(--blue-600); align-items: center; justify-content: center; margin-bottom: .35rem; }
.card-icon .icon { width: 26px; height: 26px; }
.service-card p { color: var(--muted); font-size: .97rem; flex-grow: 1; }
.card-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--blue-600); font-weight: 650; font-size: .95rem; }
.card-link .icon { width: 1em; height: 1em; transition: transform .2s; }
.service-card:hover .card-link .icon { transform: translateX(3px); }
.card-night { background: var(--navy); border-color: var(--navy-600); }
.card-night h3, .card-night:hover { color: #fff; }
.card-night p { color: #b9c9de; }
.card-night .card-icon { background: rgba(255, 255, 255, .12); color: #fff; }
.card-night .card-link { color: #fff; }

/* ---------- feature grid ---------- */
.feature-grid { display: grid; gap: 1.4rem 2rem; }
.feature-grid.cols-3 { grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.feature-grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr)); }
.feature { display: flex; gap: 1rem; align-items: flex-start; }
.feature-icon { display: inline-flex; flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--sky); color: var(--blue-600); align-items: center; justify-content: center; }
.feature-icon .icon { width: 23px; height: 23px; }
.feature h3 { margin-bottom: .25rem; }
.feature p { color: var(--muted); font-size: .97rem; }
.section-navy .feature-icon { background: rgba(255, 255, 255, .1); color: #fff; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); gap: 1.4rem; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; position: relative; box-shadow: var(--shadow-sm); }
.step-num { display: inline-flex; width: 40px; height: 40px; border-radius: 999px; background: var(--navy); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; align-items: center; justify-content: center; margin-bottom: .8rem; }
.step h3 { margin-bottom: .3rem; }
.step p { color: var(--muted); font-size: .96rem; }

/* ---------- check list ---------- */
.check-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: .65rem 1.75rem; }
.check-list li { display: flex; gap: .6rem; align-items: flex-start; }
.check-list .icon { color: var(--blue); margin-top: .22rem; width: 1.1em; height: 1.1em; }

/* ---------- split (text+media) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 4 / 3; object-fit: cover; }
.split .section-head { margin-bottom: 1.2rem; }
.split h2 + p, .split p + p { margin-top: .9rem; }
.split p { color: var(--muted); }
.split .btn-row { margin-top: 1.4rem; }

/* ---------- before/after ---------- */
.ba-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 1.5rem; }
.ba-frame { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 3 / 2; }
.ba-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-before-wrap { position: absolute; inset: 0; overflow: hidden; width: var(--ba, 50%); }
.ba-before-wrap img { width: 100%; max-width: none; }
.ba-frame { container-type: inline-size; }
.ba-before-wrap img { width: 100cqw; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--ba, 50%); width: 3px; background: #fff; box-shadow: 0 0 8px rgba(0, 0, 0, .5); pointer-events: none; }
.ba-handle::after { content: "⟷"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; border-radius: 999px; background: #fff; color: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; box-shadow: var(--shadow-sm); }
.ba-tag { position: absolute; bottom: .7rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .6rem; border-radius: 999px; background: rgba(8, 27, 51, .75); color: #fff; pointer-events: none; }
.ba-tag-before { left: .7rem; }
.ba-tag-after { right: .7rem; }
.ba figcaption { margin-top: .7rem; font-size: .93rem; color: var(--muted); }
.ba-range:focus-visible ~ .ba-handle::after { outline: 3px solid var(--blue); outline-offset: 2px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin-inline: auto; display: grid; gap: .8rem; }
.faq { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.05rem 1.3rem; cursor: pointer; font-weight: 650; color: var(--navy); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { flex: none; width: 1.1em; height: 1.1em; color: var(--blue); transition: transform .25s; }
.faq[open] summary .icon { transform: rotate(180deg); }
.faq-a { padding: 0 1.3rem 1.2rem; color: var(--muted); }
.faq-a p + p { margin-top: .7rem; }

/* ---------- reviews ---------- */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 1.4rem; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 1rem; }
.review-quote .icon { width: 30px; height: 30px; color: var(--blue); }
.stars { display: inline-flex; gap: .15rem; color: var(--blue); }
.stars .star-icon { width: 19px; height: 19px; }
.review-date { color: var(--muted); }
.review-card blockquote p { font-size: 1.02rem; }
.review-card figcaption { color: var(--muted); font-size: .92rem; }
.review-source { color: var(--blue-600); font-weight: 600; }
.review-empty { max-width: 640px; margin-inline: auto; text-align: center; background: #fff; border: 1px dashed var(--line); border-radius: var(--radius); padding: 2.2rem; color: var(--muted); display: grid; gap: .8rem; justify-items: center; }
.review-empty strong { color: var(--navy); }

/* ---------- trust strip ---------- */
.trust-strip { background: var(--navy); color: #cfe0f4; }
.trust-strip-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); gap: 1rem 2rem; padding-block: 1.3rem; }
.trust-strip-row > div { display: flex; align-items: center; gap: .7rem; font-size: .93rem; }
.trust-strip-row strong { color: #fff; }
.trust-strip .icon { color: #fff; flex: none; }

/* ---------- areas ---------- */
.area-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.area-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-block: 1.2rem; }
.area-pill { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem 1rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--navy); font-weight: 600; font-size: .95rem; box-shadow: var(--shadow-sm); transition: border-color .2s, transform .2s; }
.area-pill:hover { border-color: var(--blue); transform: translateY(-2px); }
.area-pill .icon { width: 1em; height: 1em; color: var(--blue); }
.area-pill-current { background: var(--navy); color: #fff; border-color: var(--navy); }
.area-pill-current .icon { color: #fff; }
.area-map img { margin-inline: auto; filter: drop-shadow(0 12px 30px rgba(8, 27, 51, .15)); }

/* ---------- forms ---------- */
.quote-form-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: clamp(1.5rem, 4vw, 2.6rem); max-width: 760px; margin-inline: auto; }
.quote-form-head h2 { font-size: 1.7rem; }
.quote-form-head p { color: var(--muted); margin-top: .5rem; }
.quote-form { margin-top: 1.6rem; display: grid; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: grid; gap: .35rem; }
.field label, .field .label { font-weight: 650; font-size: .93rem; color: var(--navy); }
.label-optional { color: var(--muted); font-weight: 450; }
.field input[type="text"], .field input[type="tel"], .field input[type="email"],
.field select, .field textarea {
  padding: .7rem .9rem; border: 1.5px solid var(--line); border-radius: 10px; background: var(--sky-2); width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); background: #fff; outline: 2px solid rgba(27, 109, 193, .25); outline-offset: 0; }
.field.invalid input, .field.invalid select { border-color: var(--danger); }
.field-error { color: var(--danger); font-size: .87rem; }
.field input[type="file"] { padding: .5rem 0; width: 100%; min-width: 0; max-width: 100%; }
.segmented { display: flex; border: 1.5px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--sky-2); }
.segmented label { flex: 1; }
.segmented input { position: absolute; opacity: 0; }
.segmented span { display: block; text-align: center; padding: .65rem .5rem; cursor: pointer; font-size: .95rem; color: var(--muted); border-right: 1.5px solid var(--line); }
.segmented label:last-child span { border-right: 0; }
.segmented input:checked + span { background: var(--navy); color: #fff; font-weight: 650; }
.segmented input:focus-visible + span { outline: 3px solid var(--blue); outline-offset: -3px; }
.checkbox { display: flex; gap: .6rem; align-items: flex-start; font-weight: 450 !important; color: var(--ink) !important; font-size: .95rem !important; }
.checkbox input { width: 1.15rem; height: 1.15rem; margin-top: .2rem; accent-color: var(--blue); }
.consent-block { border-top: 1px solid var(--line); padding-top: 1.1rem; }
.form-privacy { display: flex; gap: .5rem; align-items: flex-start; font-size: .86rem; color: var(--muted); }
.form-privacy .icon { width: 1.1em; height: 1.1em; margin-top: .15rem; color: var(--blue); flex: none; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-700) 60%, var(--blue-600) 130%); color: #fff; }
.cta-band-night { background: linear-gradient(135deg, #8f1d24 0%, var(--xmas-red-deep) 55%, #5e1218 130%); position: relative; }
.cta-band-night::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--candy); }
.cta-band-night p { color: #f2d9c9; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: clamp(2.5rem, 6vw, 4rem); flex-wrap: wrap; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #b9c9de; margin-top: .5rem; max-width: 52ch; }
.cta-band .btn-row { margin-top: 0; }

/* ---------- related pills ---------- */
.related-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.related-pill { display: inline-flex; align-items: center; gap: .6rem; padding: .8rem 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--navy); font-weight: 600; box-shadow: var(--shadow-sm); transition: border-color .2s, transform .2s; }
.related-pill:hover { border-color: var(--blue); transform: translateY(-2px); }
.related-pill .icon { color: var(--blue); }
.related-pill .icon:last-child { width: 1em; height: 1em; color: var(--blue); }

/* ---------- breadcrumbs ---------- */
.crumbs { background: var(--surface); border-bottom: 1px solid var(--line); font-size: .88rem; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .3rem; padding-block: .65rem; color: var(--muted); }
.crumbs li:not(:last-child)::after { content: "›"; margin-inline: .45rem; color: var(--line); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--blue-600); text-decoration: underline; }
.crumbs li[aria-current] { color: var(--navy); font-weight: 600; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy-900); color: #b9c9de; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 2.5rem; padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; }
.site-footer h2 { color: #fff; font-family: var(--font-body); font-size: .88rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .9rem; }
.footer-col ul + h2 { margin-top: 1.6rem; }
.site-footer a { color: #b9c9de; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-col li { margin-bottom: .45rem; font-size: .95rem; }
.footer-brand .logo-text strong { color: #fff; }
.footer-brand .logo-text small { color: #8fa5c2; }
.footer-tagline { font-family: var(--font-display); color: #fff; font-size: 1.1rem; margin-block: 1.1rem .6rem; }
.footer-brand > p { font-size: .95rem; }
.footer-verse { margin-top: 1.1rem; font-style: italic; color: #8fa5c2; font-size: .9rem; }
.footer-verse span { font-style: normal; color: #cfe0f4; }
.footer-contact li { display: flex; gap: .6rem; align-items: center; }
.footer-contact .icon { color: #cfe0f4; width: 1.05em; height: 1.05em; flex: none; }
.footer-contact a { display: inline-flex; gap: .6rem; align-items: center; }
.footer-areas { display: flex; flex-wrap: wrap; gap: .3rem .9rem; }
.footer-areas li { margin: 0; }
.footer-areas a { font-size: .9rem; color: #8fa5c2; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: .8rem 2rem; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .12); padding-block: 1.3rem; font-size: .87rem; }
.footer-bottom ul { display: flex; gap: 1.3rem; }
.footer-promise { display: inline-flex; align-items: center; gap: .45rem; color: #8fa5c2; }
.footer-promise .icon { width: 1em; height: 1em; color: #cfe0f4; }

/* ---------- sticky mobile CTA ---------- */
.sticky-cta { display: none; }

/* ---------- galleries ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); gap: 1.2rem; }
.gallery-grid figure { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; border: 1px solid var(--line); }
.gallery-grid img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.gallery-grid figcaption { padding: .8rem 1rem; font-size: .92rem; color: var(--muted); }

/* ---------- articles ---------- */
.article-body { max-width: 720px; margin-inline: auto; }
.article-body h2 { margin-top: 2.4rem; margin-bottom: .8rem; }
.article-body h3 { margin-top: 1.7rem; margin-bottom: .5rem; }
.article-body p { margin-bottom: 1rem; color: #33415a; }
.article-body ul, .article-body ol { margin: 0 0 1rem 1.2rem; color: #33415a; }
.article-body li { margin-bottom: .4rem; }
.article-meta { color: var(--muted); font-size: .92rem; margin-top: .8rem; }
.article-hero { padding-block: clamp(2.5rem, 6vw, 4rem) 0; }
.article-callout { background: var(--sky); border-left: 4px solid var(--blue); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.2rem 1.4rem; margin-block: 1.5rem; }
.article-callout p { margin: 0; }

/* ---------- misc ---------- */
.center-link { text-align: center; margin-top: 2rem; }
.center-link a { font-weight: 650; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; }
.center-link .icon { width: 1em; height: 1em; }
.owner-sign { font-family: var(--font-display); font-style: italic; font-size: 1.2rem; color: var(--navy); margin-top: 1.2rem; }
.stat-note { font-size: .9rem; color: var(--muted); }
.prose-cols { columns: 2; column-gap: 3rem; }
.big-404 { font-family: var(--font-display); font-size: clamp(5rem, 18vw, 9rem); color: var(--sky); line-height: 1; font-weight: 700; -webkit-text-stroke: 2px var(--blue); }

/* ============================================================
   Brand wordmark (matches the real logo: condensed caps, two blues)
   ============================================================ */
.logo-text strong { font-family: var(--font-body); font-weight: 800; font-size: 1.06rem; letter-spacing: .02em; text-transform: uppercase; color: #4e93d4; }
.logo-text small { font-weight: 700; color: #1e4472; font-size: .62rem; letter-spacing: .14em; }
/* real brand lockup */
.logo-lockup { height: 56px; width: auto; }
.site-footer .logo-lockup { height: 46px; }
.logo-card { display: inline-flex; align-items: center; background: #fff; padding: .32rem .55rem; border-radius: 10px; }
.header-xmas .logo-card img, .footer-xmas .logo-card img { height: 32px; width: auto; }
.header-xmas .header-row { gap: .6rem; }
.header-xmas .header-quote { padding-inline: 1.05rem; }
.header-xmas .header-actions { gap: .6rem; }
.header-xmas .nav-list .btn-switch-clean { margin-left: .3rem; }

/* ============================================================
   Cross-site switch buttons
   ============================================================ */
.btn-switch-xmas, .btn-switch-clean {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .55rem 1.05rem; border-radius: 999px; text-decoration: none;
  font-weight: 700; font-size: .92rem; white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.btn-switch-xmas { background: var(--xmas-green-800); color: var(--xmas-cream); border: 1.5px solid rgba(200, 29, 37, .85); white-space: nowrap; padding: .5rem .95rem; font-size: .9rem; }
.btn-switch-xmas .icon { color: var(--xmas-cream); }
.btn-switch-xmas:hover { background: var(--xmas-green-700); color: #fff; transform: translateY(-1px); }

@keyframes candy-move { to { background-position: 22.6px 0; } }
.btn-switch-clean, .site-xmas .btn-switch-clean { background: #fff; color: var(--blue-600); border: 1.5px solid rgba(78, 147, 212, .6); white-space: nowrap; }
.btn-switch-clean .icon { color: var(--blue); }
.btn-switch-clean:hover { color: var(--navy); transform: translateY(-1px); box-shadow: 0 0 18px rgba(78, 147, 212, .35); }
.btn-switch-lg { padding: .85rem 1.5rem; font-size: 1rem; white-space: normal; text-align: center; max-width: 100%; justify-content: center; }
.footer-switch { margin-top: 1.2rem; }
.nav-list .btn-switch-xmas, .nav-list .btn-switch-clean { margin-left: .5rem; }

/* switch callout sections */
.switch-callout-xmas { background: radial-gradient(110% 130% at 50% -20%, var(--navy-700), var(--navy-900) 75%); }
.switch-callout-clean { background: linear-gradient(180deg, var(--sky-2), #fff); border-block: 1px solid var(--line); }
.switch-callout-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding-block: clamp(2.2rem, 5vw, 3.5rem); }
.switch-callout-xmas h2 { color: #fff; }
.switch-callout-xmas p { color: #b9c9de; max-width: 54ch; margin-top: .4rem; }
.switch-callout-xmas .kicker { color: #fff; }
.switch-callout-clean h2, .site-xmas .switch-callout-clean h2 { color: var(--navy); }
.switch-callout-clean p, .site-xmas .switch-callout-clean p { color: var(--muted); max-width: 54ch; margin-top: .4rem; }
.site-xmas .switch-callout-clean .kicker { color: var(--xmas-green-800); }
.site-xmas .switch-callout-clean .kicker::before { background: var(--xmas-red); }

/* ============================================================
   CHRISTMAS SITE CHROME — an elegant night-time experience
   ============================================================ */
.announce-xmas { background: var(--xmas-red); color: var(--xmas-cream); font-weight: 550; }
.announce-xmas .icon { color: var(--xmas-cream); }

.header-xmas { background: rgba(2, 44, 34, .97); border-bottom: 0; }
.header-xmas::after { content: ""; display: block; height: 3px; background: var(--candy); }
.header-xmas .logo-text strong { color: var(--xmas-cream); }
.header-xmas .logo-text small { color: rgba(255, 249, 237, .75); }
.header-xmas .nav-link { color: #dbe6f4; }
.header-xmas .nav-link:hover { background: rgba(255, 255, 255, .08); color: #fff; }
.header-xmas .nav-link[aria-current="page"] { color: var(--xmas-cream); text-decoration: underline; text-underline-offset: 5px; }
.header-xmas .header-phone { color: var(--xmas-cream); }
.header-xmas .header-phone .icon { color: var(--xmas-cream); }
.header-xmas .nav-toggle { color: #fff; border-color: rgba(255, 255, 255, .3); }

.footer-xmas { background: var(--xmas-green-950); border-top: 3px solid transparent; border-image: var(--candy) 1; }
.footer-xmas .footer-tagline { color: var(--xmas-cream); }
.footer-xmas .logo-text strong { color: var(--xmas-cream); }
.footer-xmas .logo-text small { color: rgba(255, 249, 237, .75); }

.sticky-cta-xmas { background: rgba(2, 44, 34, .97) !important; border-top: 3px solid transparent !important; border-image: var(--candy) 1 !important; }

/* Christmas page surfaces: the whole site goes night */
body.site-xmas { background: var(--xmas-green-900); color: #f0e8d5; }
.site-xmas .section { background: transparent; }
.site-xmas .section-tint { background: var(--xmas-green-800); border-block: 0; border-top: 3px solid transparent; border-image: var(--candy) 1; }
.site-xmas .hero { background: radial-gradient(120% 90% at 70% 0%, var(--xmas-green-800), var(--xmas-green-900) 75%); border-bottom: 0; }
.site-xmas h1, .site-xmas h2, .site-xmas h3, .site-xmas h4 { color: #fff; }
.site-xmas p, .site-xmas .lead, .site-xmas .section-head .lead { color: #e4d9c0; }
.site-xmas .kicker { color: var(--xmas-cream); letter-spacing: .16em; }
.site-xmas .kicker::before, .site-xmas .section-head.center .kicker::after { background: var(--xmas-red); }
.site-xmas .hero h1 em { color: var(--xmas-cream); font-style: italic; }
.site-xmas a { color: var(--xmas-cream); }
.site-xmas a.btn, .site-xmas .btn-xmas, .site-xmas a.btn-xmas { color: var(--xmas-cream); }
.site-xmas a.btn-ghost-light { color: var(--xmas-cream); }
.site-xmas a.header-phone { color: var(--xmas-cream); }
.site-xmas a.btn-switch-clean { color: var(--blue-600); }
.site-xmas a.area-pill { color: #fff; }
.site-xmas a.related-pill { color: #fff; }
.site-xmas .btn-xmas:hover, .site-xmas a.btn-xmas:hover { color: var(--xmas-cream); }
.site-xmas a:hover { color: #fff; }
.site-xmas .badge-row { border-top-color: rgba(255, 255, 255, .15); }
.site-xmas .badge-row li { color: #e4d9c0; }
.site-xmas .badge-row .icon { color: var(--xmas-cream); }
.site-xmas .card, .site-xmas .step, .site-xmas .faq, .site-xmas .review-card,
.site-xmas .related-pill, .site-xmas .quote-form-wrap, .site-xmas .gallery-grid figure,
.site-xmas .review-empty {
  background: rgba(255, 249, 237, .06); border-color: rgba(255, 249, 237, .18); color: #f0e8d5;
}
.site-xmas .section-tint .card, .site-xmas .section-tint .step,
.site-xmas .section-tint .gallery-grid figure { background: rgba(2, 44, 34, .55); }
.site-xmas .service-card:hover { border-color: rgba(255, 249, 237, .55); color: #f0e8d5; }
.site-xmas .service-card p, .site-xmas .step p, .site-xmas .gallery-grid figcaption { color: #d5c9ae; }
.site-xmas .faq-a { color: #3c5c50; }
.site-xmas .card-icon, .site-xmas .feature-icon { background: rgba(200, 29, 37, .28); color: var(--xmas-cream); }
.site-xmas .card-link { color: var(--xmas-cream); }
.site-xmas .faq { background: var(--xmas-cream); border-color: rgba(2, 44, 34, .18); }
.site-xmas .faq summary { color: var(--xmas-green-800); }
.site-xmas .faq summary .icon { color: var(--xmas-red); }
.site-xmas .step-num { background: var(--xmas-red); color: var(--xmas-cream); }
.site-xmas .check-list .icon { color: var(--xmas-cream); }
.site-xmas .related-pill { color: #fff; }
.site-xmas .related-pill:hover { border-color: rgba(255, 249, 237, .55); }
.site-xmas .related-pill .icon { color: var(--xmas-cream); }
.site-xmas .area-pill { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .15); color: #fff; box-shadow: none; }
.site-xmas .area-pill:hover { border-color: rgba(255, 249, 237, .55); }
.site-xmas .area-pill .icon { color: var(--xmas-cream); }
.site-xmas .area-pill-current { background: var(--xmas-red); color: var(--xmas-cream); border-color: var(--xmas-red); }
.site-xmas .area-pill-current .icon { color: var(--xmas-cream); }
.site-xmas .crumbs { background: rgba(255, 255, 255, .03); border-bottom-color: rgba(255, 255, 255, .08); }
.site-xmas .crumbs a, .site-xmas .crumbs ol { color: #c9bfa4; }
.site-xmas .crumbs li[aria-current] { color: #fff; }
.site-xmas .trust-strip { background: var(--xmas-green-950); }
.site-xmas .review-quote .icon { color: #e8747a; }
/* christmas trust section: warm-white cards, red accents */
.xmas-trust .review-card { background: var(--xmas-cream); border-color: rgba(2, 44, 34, .18); color: #1c3a30; }
.xmas-trust .review-card blockquote p { color: #1c3a30; }
.xmas-trust .review-card figcaption { color: #3c5c50; }
.xmas-trust .review-card figcaption strong { color: var(--xmas-green-800); }
.xmas-trust .review-source { color: var(--xmas-red); }
.xmas-trust .review-card { border-top: 3px solid transparent; border-image: var(--candy) 1; }
.site-xmas .review-source { color: var(--xmas-red); }
.site-xmas .stars, .xmas-trust .stars { color: var(--xmas-red); }
.site-xmas .review-empty strong { color: #fff; }
.site-xmas .article-body p, .site-xmas .article-body ul, .site-xmas .article-body ol { color: #e4d9c0; }
.site-xmas .article-callout { background: rgba(200, 29, 37, .14); border-left-color: var(--xmas-red); }
.site-xmas .quote-form-head p { color: #d5c9ae; }
.site-xmas .field label, .site-xmas .field .label { color: #e8eef7; }
.site-xmas .quote-form-wrap { background: var(--xmas-cream); color: #1c3a30; }
.site-xmas .quote-form-wrap h2, .site-xmas .quote-form-wrap .field label, .site-xmas .quote-form-wrap .field .label { color: var(--xmas-green-800); }
.site-xmas .quote-form-head p { color: #3c5c50; }
.site-xmas .field input[type="text"], .site-xmas .field input[type="tel"], .site-xmas .field input[type="email"],
.site-xmas .field select, .site-xmas .field textarea, .site-xmas .segmented {
  background: #ffffff; border-color: rgba(6, 78, 59, .3); color: #1c3a30;
}
.site-xmas .field input:focus, .site-xmas .field select:focus, .site-xmas .field textarea:focus { background: #fff; border-color: var(--xmas-green-800); outline-color: rgba(6, 78, 59, .3); }
.site-xmas .segmented span { color: #3c5c50; border-color: rgba(6, 78, 59, .25); }
.site-xmas .segmented input:checked + span { background: var(--xmas-red); color: var(--xmas-cream); }
.site-xmas .quote-form-wrap .checkbox { color: #1c3a30 !important; }
.site-xmas .checkbox { color: #f0e8d5 !important; }
.site-xmas .checkbox input { accent-color: var(--xmas-red); }
.site-xmas .form-privacy { color: #3c5c50; }
.site-xmas .form-privacy .icon { color: var(--xmas-red); }
.site-xmas .field-error { color: var(--xmas-red); }
.site-xmas .division-body h3 { color: #fff; }
.site-xmas .btn-ghost { background: transparent; color: var(--xmas-cream); border-color: rgba(255, 249, 237, .4); }
.site-xmas .btn-ghost-light { background: transparent; color: var(--xmas-cream); border-color: rgba(255, 249, 237, .55); }
.site-xmas .btn-ghost-light:hover { background: rgba(255, 249, 237, .12); color: #fff; }
.site-xmas .split .section-head h2 { color: #fff; }
.site-xmas .split p { color: #e4d9c0; }
.site-xmas .section-navy { background: var(--xmas-green-950); }
.site-xmas ::selection { background: rgba(200, 29, 37, .55); }
.site-xmas :focus-visible { outline-color: var(--xmas-cream); }
/* christmas cards shown on the CLEANING site (light background) */
.site-clean .card-night { background: var(--xmas-green-800); border-color: var(--xmas-green-700); }
.site-clean .card-night .card-icon { background: rgba(255, 249, 237, .12); color: #fff; }
.site-clean .card-night .card-link { color: #fff; }
.site-clean .card-night p { color: #d9e6dd; }
/* candy divider above christmas footers' switch + division tag accent */
.site-xmas .division-tag .icon { color: var(--xmas-cream); }
.site-xmas .division-cta { color: var(--xmas-cream); }
/* video cards */
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 1.4rem; }
.video-card { border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; text-decoration: none; color: var(--ink); }
.video-card video { width: 100%; height: auto; max-height: 620px; background: #000; object-fit: contain; }
.video-thumb { position: relative; display: block; aspect-ratio: 16 / 9; background: #01201a; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.video-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; }
.video-play .icon { width: 60px; height: 60px; filter: drop-shadow(0 2px 10px rgba(0,0,0,.5)); transition: transform .2s; }
.video-card-link:hover .video-play .icon { transform: scale(1.1); }
.video-meta, .video-card figcaption { padding: 1rem 1.2rem; display: grid; gap: .25rem; }
.video-meta strong, .video-card figcaption strong { color: var(--navy); }
.video-meta span, .video-card figcaption span { color: var(--muted); font-size: .93rem; }
.video-meta em { font-style: normal; color: var(--blue-600); font-weight: 650; font-size: .9rem; display: inline-flex; align-items: center; gap: .35rem; }
.video-meta em .icon { width: 1em; height: 1em; }
.site-xmas .video-card { background: rgba(255, 249, 237, .06); border-color: rgba(255, 249, 237, .18); }
.site-xmas .video-meta strong, .site-xmas .video-card figcaption strong { color: #fff; }
.site-xmas .video-meta em { color: var(--xmas-cream); }
.btn-fb .icon { color: #1877f2; }
.site-xmas .btn-fb .icon, .btn-ghost-light.btn-fb .icon { color: #fff; }

/* alternating christmas service cards: warm white / translucent evergreen */
.site-xmas .card-grid > .service-card:nth-child(even) { background: var(--xmas-cream); border-color: rgba(2, 44, 34, .2); }
.site-xmas .card-grid > .service-card:nth-child(even) h3 { color: var(--xmas-green-800); }
.site-xmas .card-grid > .service-card:nth-child(even) p { color: #4a6a5e; }
.site-xmas .card-grid > .service-card:nth-child(even) .card-icon { background: rgba(200, 29, 37, .12); color: var(--xmas-red); }
.site-xmas .card-grid > .service-card:nth-child(even) .card-link { color: var(--xmas-red-deep); }
/* christmas quote form: candy-cane border */
.site-xmas .quote-form-wrap { position: relative; }
.site-xmas .quote-form-wrap::before { content: ""; position: absolute; inset: -4px; border-radius: calc(var(--radius-lg) + 4px); padding: 4px; background: var(--candy); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: .95; pointer-events: none; }
/* checkbox grid for the christmas form */
.checkbox-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr)); gap: .5rem .8rem; padding: .4rem 0; }

/* subtle warm glow accents (respect reduced motion) */
.site-xmas .hero-media img { box-shadow: 0 8px 30px rgba(0, 0, 0, .5), 0 0 70px rgba(244, 197, 66, .22); }
.site-xmas .gallery-grid img { transition: transform .4s ease; }
.site-xmas .step-num { background: var(--xmas-red); color: var(--xmas-cream); }
.site-xmas .gallery-grid figure:hover img { transform: scale(1.03); }
@keyframes twinkle { 0%, 100% { opacity: .7; } 50% { opacity: 1; } }
.site-xmas .hero .kicker .icon, .header-xmas .announce-xmas .icon { animation: twinkle 2.8s ease-in-out infinite; }

/* ============================================================
   Full-bleed truck hero (homepage)
   ============================================================ */
.hero-truck { position: relative; overflow: hidden; background: var(--navy-900); }
.hero-truck-bg { position: absolute; inset: -12% 0; z-index: 0; will-change: transform; }
.hero-truck-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 74% 62%; filter: brightness(.9) saturate(1.04); }
.hero-truck::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(8, 27, 51, .95) 0%, rgba(8, 27, 51, .85) 40%, rgba(8, 27, 51, .45) 68%, rgba(8, 27, 51, .5) 100%); }
.hero-truck-inner { position: relative; z-index: 2; padding-block: clamp(4rem, 10vw, 8.5rem); }
.hero-truck .hero-copy { max-width: 640px; }
.hero-truck h1 { color: #fff; text-shadow: 0 2px 22px rgba(0, 0, 0, .5); }
.hero-truck h1 em { color: #7fc4ff; font-style: italic; }
.hero-truck .lead { color: #e2ecf6; text-shadow: 0 1px 12px rgba(0, 0, 0, .45); }
.hero-truck .kicker { color: #fff; }
.hero-truck .badge-row { border-top-color: rgba(255, 255, 255, .25); }
.hero-truck .badge-row li { color: #e6eef7; font-size: .85rem; }
.hero-truck .badge-row .icon { color: #7fc4ff; }

/* ============================================================
   Recurring plans
   ============================================================ */
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 1.25rem; align-items: stretch; }
.plan-card { position: relative; background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.5rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: .8rem; transition: transform .2s ease, box-shadow .2s ease; }
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.plan-card h3 { font-family: var(--font-display); font-size: 1.3rem; color: var(--navy); }
.plan-note { color: var(--muted); font-size: .93rem; margin-top: -.5rem; }
.plan-card ul { display: grid; gap: .5rem; flex-grow: 1; }
.plan-card li { display: flex; gap: .5rem; align-items: flex-start; font-size: .95rem; color: #33415a; }
.plan-card li .icon { color: var(--blue); margin-top: .2rem; width: 1em; height: 1em; flex: none; }
.plan-card .btn { width: 100%; }
.plan-featured { border-color: var(--blue); border-width: 2px; box-shadow: var(--shadow-md); }
.plan-flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--blue); color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .05em; padding: .28rem .85rem; border-radius: 999px; white-space: nowrap; }

/* ============================================================
   Scroll reveals + parallax (JS adds body.js-anim; reduced-motion safe)
   ============================================================ */
body.js-anim .reveal, body.js-anim .section > .container { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
body.js-anim .reveal.in-view, body.js-anim .section > .container.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  body.js-anim .reveal, body.js-anim .section > .container { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   Christmas glow string + skip-the-ladder
   ============================================================ */
.skip-ladder { display: block; font-family: var(--font-display); font-style: italic; font-size: 1.25em; color: var(--xmas-cream); margin-bottom: .45rem; }
.site-xmas .hero { position: relative; }
.light-string { position: absolute; top: 0; left: 0; right: 0; height: 14px; z-index: 3; pointer-events: none;
  background-image: radial-gradient(circle 4px at 10px 7px, #ffe9b0 0 3px, rgba(255, 233, 176, .35) 4px, transparent 6px);
  background-size: 42px 14px; background-repeat: repeat-x;
  filter: drop-shadow(0 0 6px rgba(255, 217, 138, .8));
  animation: glow-pulse 3.4s ease-in-out infinite; }
@keyframes glow-pulse { 0%, 100% { opacity: .75; } 50% { opacity: 1; } }

/* ---------- seasonal note (JS-injected, dismissible) ---------- */
.season-note { background: var(--sky); border-bottom: 1px solid var(--line); color: var(--navy); display: flex; align-items: center; justify-content: center; gap: 1rem; padding: .55rem var(--gutter); font-size: .93rem; text-align: center; }
.season-note a { color: var(--navy); font-weight: 700; }
.season-note button { background: none; border: 0; font-size: 1.4rem; line-height: 1; cursor: pointer; color: var(--blue-600); padding: .2rem .4rem; border-radius: 6px; }
.season-note button:hover { color: var(--navy); }

/* ============================================================
   Responsive
   ============================================================ */
.header-xmas .nav-link { padding-inline: .4rem; font-size: .9rem; }


/* ---------- tablet & below: drawer navigation (collapse BEFORE labels wrap) ---------- */
@media (max-width: 1279px) {
  .site-nav { position: fixed; inset: 0; top: 0; background: #fff; z-index: 150; padding: 5.5rem var(--gutter) 2rem; overflow-y: auto; display: none; }
  body.nav-open .site-nav { display: block; }
  body.nav-open { overflow: hidden; }
  .nav-list { flex-direction: column; align-items: stretch; gap: .2rem; flex-wrap: nowrap; }
  .nav-link { font-size: 1.15rem; padding: .8rem .6rem; width: 100%; justify-content: space-between; white-space: normal; }
  .sub-menu { position: static; border: 0; box-shadow: none; padding: 0 0 .5rem .8rem; min-width: 0; display: block; }
  .sub-menu a { font-size: 1rem; padding: .55rem .6rem; }
  .nav-cta-mobile { display: grid; gap: .8rem; margin-top: 1.5rem; }
  .nav-toggle { display: inline-flex; z-index: 160; position: relative; }
  body.nav-open .nav-toggle { position: fixed; right: var(--gutter); top: 1rem; background: #fff; }
  .site-xmas .site-nav { background: var(--xmas-green-900); }
  body.site-xmas.nav-open .nav-toggle { background: var(--xmas-green-900); }
  .site-xmas .sub-menu { background: transparent; }
  .nav-list .btn-switch-xmas, .nav-list .btn-switch-clean { margin: 1rem 0 0; justify-content: center; white-space: normal; }
  .header-row { min-height: 76px; }
  .logo-lockup { height: 46px; }
}

@media (max-width: 880px) {
  .header-quote { display: none; }
  .header-row { min-height: 66px; }
  .logo-lockup { height: 40px; }
  .header-phone span { display: none; }
  .hero-grid, .split, .area-grid { grid-template-columns: 1fr; }
  .split-media { order: -1; }
  .division-grid { grid-template-columns: 1fr; }
  .division { min-height: 300px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .prose-cols { columns: 1; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
  .sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1.6fr; gap: .6rem; padding: .6rem var(--gutter) calc(.6rem + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .95); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
  body { padding-bottom: 68px; }
  .site-footer { padding-bottom: 1rem; }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .announce-row { gap: .9rem; font-size: .78rem; }
  .announce-row span:nth-child(2) { display: none; }
  .badge-row { gap: .8rem 1.2rem; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  .sticky-cta .btn { width: auto; }
  .header-row { min-height: 64px; }
  .logo-text small { display: none; }
}
.h1-as-h2 { font-size: clamp(1.9rem, 4.2vw, 2.8rem); }
