/* Sunshine Wash Solutions — main stylesheet
   Direction: "Gulf-coast sunshine" — logo navy, sunshine yellow for the one
   primary action, teal as the fresh-water accent, warm sand neutrals. */

:root {
  /* REPLACEABLE IMAGES — swap a file in assets/ or point these at new ones */
  --img-cta-band: url("assets/pressure-washing-800.webp");
  --img-hero-glow: none;
  /* END REPLACEABLE IMAGES */

  --navy: #0d3b6f;
  --navy-900: #082649;
  --navy-800: #0a3160;
  --sun: #ffc629;
  --sun-600: #f2b300;
  --sun-100: #fff4d1;
  --teal: #1a9e9b;
  --teal-700: #0d6f6d;
  --teal-50: #e8f6f5;
  --sand: #fbf7ee;
  --sand-200: #f3ecdc;
  --ink: #15233b;
  --muted: #4f5d74;
  --line: #e7e0cf;
  --white: #fff;

  --font-display: "Avenir Next", Avenir, "Segoe UI Variable Display", "Segoe UI", Montserrat, "Helvetica Neue", Arial, sans-serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --fs-display: clamp(2.15rem, 1.35rem + 3.4vw, 3.75rem);
  --fs-h1: clamp(2rem, 1.4rem + 2.4vw, 3.1rem);
  --fs-h2: clamp(1.6rem, 1.25rem + 1.4vw, 2.35rem);
  --fs-h3: clamp(1.15rem, 1.05rem + 0.4vw, 1.35rem);
  --fs-lead: clamp(1.07rem, 1rem + 0.35vw, 1.25rem);
  --fs-body: 1.0625rem;
  --fs-small: 0.9rem;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: clamp(3.5rem, 2.5rem + 4vw, 6rem);

  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 2px rgba(8, 38, 73, .06), 0 2px 8px rgba(8, 38, 73, .06);
  --shadow: 0 2px 4px rgba(8, 38, 73, .05), 0 12px 32px rgba(8, 38, 73, .10);
  --container: 1180px;
  --header-h: 72px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-700); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--navy-900); line-height: 1.15; letter-spacing: -0.015em; margin: 0 0 .6em; font-weight: 800; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.25em; margin: 0 0 1em; }
li { margin-bottom: .35em; }
strong { color: var(--navy-900); }

.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; margin-inline: auto; }
.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; }
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 100; background: var(--navy); color: #fff; padding: .6rem 1rem; border-radius: var(--radius-sm); }
.skip-link:focus { top: 1rem; color: #fff; }

.section { padding-block: var(--space-6); }
.section--sand { background: var(--sand); }
.section--tight { padding-block: var(--space-5); }
.section--navy { background: var(--navy-900); color: #dfe8f5; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-head { max-width: 720px; margin-bottom: var(--space-4); }
.section-head.center { text-align: center; }
.section-head p { color: var(--muted); font-size: var(--fs-lead); }
.section--navy .section-head p { color: #c5d3e6; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--teal-700); margin-bottom: .9rem;
}
.eyebrow::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px var(--sun-100); }
.section--navy .eyebrow { color: var(--sun); }
.section--navy .eyebrow::before { box-shadow: 0 0 0 4px rgba(255, 198, 41, .2); }
.lead { font-size: var(--fs-lead); color: var(--muted); line-height: 1.6; }

/* ---------- Buttons (one CTA vocabulary: "Get a Free Quote" + "Call") ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; padding: .75rem 1.35rem;
  font: 700 1rem/1.2 var(--font-display); letter-spacing: .01em;
  border-radius: 999px; border: 2px solid transparent; text-decoration: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.btn--primary { background: var(--sun); color: var(--navy-900); box-shadow: 0 6px 18px rgba(242, 179, 0, .35); }
.btn--primary:hover { background: var(--sun-600); color: var(--navy-900); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(242, 179, 0, .45); }
.btn--ghost { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn--ghost:hover { background: var(--navy); color: #fff; }
.btn--light { border-color: rgba(255, 255, 255, .7); color: #fff; background: transparent; }
.btn--light:hover { background: #fff; color: var(--navy-900); }
.btn--lg { min-height: 56px; padding: .9rem 1.7rem; font-size: 1.07rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.text-link { font-weight: 700; color: var(--teal-700); text-decoration: none; display: inline-flex; align-items: center; gap: .35rem; }
.text-link::after { content: "→"; transition: transform .15s ease; }
.text-link:hover::after { transform: translateX(3px); }

/* ---------- Header ---------- */
.topbar { background: var(--navy-900); color: #cfdcee; font-size: .88rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 38px; }
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--sun); }
.topbar-contact { display: flex; gap: 1.25rem; }
.topbar-contact a { display: inline-flex; align-items: center; gap: .4rem; }
.topbar svg { width: 15px; height: 15px; color: var(--sun); }
@media (max-width: 859px) { .topbar { display: none; } }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); backdrop-filter: saturate(1.4) blur(8px); }
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; gap: 1rem; min-height: var(--header-h); }
.brand { display: block; flex: none; margin-right: auto; }
.brand img { width: auto; height: 50px; }
.header-actions { display: flex; align-items: center; gap: .6rem; }
.header-call { display: inline-flex; align-items: center; gap: .45rem; color: var(--navy); font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-call svg { width: 18px; height: 18px; color: var(--teal); }
.header-call:hover { color: var(--teal-700); }

.nav-toggle { display: none; }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .15rem; }
.nav-list > li { margin: 0; position: relative; }
.nav-list > li > a { display: block; padding: .55rem .8rem; color: var(--ink); font-weight: 600; text-decoration: none; border-radius: 999px; }
.nav-list > li > a:hover, .nav-list > li > a[aria-current="page"] { color: var(--navy); background: var(--sand); }
.nav-list > li > a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--sun); border-radius: 6px 6px 0 0; background: transparent; }

.mega { display: none; }
@media (min-width: 1060px) {
  .has-mega > a::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: .45rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-3px) rotate(45deg); opacity: .6; }
  .mega {
    display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); gap: 1.5rem;
    position: absolute; left: 50%; top: 100%; transform: translate(-40%, 8px);
    width: min(860px, 90vw); padding: 1.5rem 1.75rem;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
    opacity: 0; visibility: hidden; transition: opacity .15s ease, transform .15s ease, visibility .15s;
  }
  .has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: translate(-40%, 0); }
  .mega .mega-title { font: 800 .75rem/1.15 var(--font-display); letter-spacing: .12em; text-transform: uppercase; color: var(--teal-700); margin: 0 0 .6rem; }
  .mega ul { list-style: none; padding: 0; margin: 0; }
  .mega li { margin: 0; }
  .mega a { display: block; padding: .3rem 0; color: var(--ink); text-decoration: none; font-size: .95rem; }
  .mega a:hover { color: var(--teal-700); }
  .mega .mega-all { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 1rem; }
}

@media (max-width: 1059px) {
  .header-cta { display: none; }
  .js .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
    border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--navy); cursor: pointer;
  }
  .nav-toggle svg { width: 22px; height: 22px; }
  .site-nav { width: 100%; }
  .header-inner { flex-wrap: wrap; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; padding: .25rem 0 1rem; }
  .nav-list > li > a { padding: .8rem .25rem; border-radius: 0; border-bottom: 1px solid var(--line); }
  .nav-list > li > a[aria-current="page"] { box-shadow: inset 3px 0 0 var(--sun); padding-left: .75rem; }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: block; }
  .nav-list .nav-cta { padding-top: 1rem; }
}
@media (max-width: 520px) {
  .brand img { height: 42px; }
  .header-call span { display: none; }
  .header-call { width: 46px; height: 46px; justify-content: center; border: 1px solid var(--line); border-radius: 12px; }
}
@media (min-width: 1060px) { .nav-cta { display: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 520px at 88% -10%, var(--sun-100), transparent 60%), linear-gradient(180deg, #fff, var(--sand)); padding-block: clamp(2rem, 1rem + 4vw, 4.5rem) var(--space-6); }
.hero-grid { display: grid; gap: clamp(1.75rem, 1rem + 3vw, 3.5rem); align-items: center; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.02fr 1fr; } }
.hero h1 { font-size: var(--fs-display); margin-bottom: .45em; }
.hero h1 .hl { color: var(--teal-700); }
.hero .lead { max-width: 36em; margin-bottom: 1.6rem; }
.hero-media { position: relative; margin: 0; }
.hero-media img { width: 100%; height: auto; border-radius: 20px; box-shadow: var(--shadow); }
.hero-media::before { content: ""; position: absolute; inset: auto -18px -18px auto; width: 45%; height: 55%; border-radius: 24px; background: var(--sun); z-index: -1; opacity: .9; }
.hero-media figcaption { margin-top: .8rem; font-size: var(--fs-small); color: var(--muted); }
.trust-list { list-style: none; padding: 0; margin: 1.6rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem .6rem; }
.trust-list li { margin: 0; display: inline-flex; align-items: center; gap: .4rem; font-size: .9rem; font-weight: 600; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .35rem .8rem; }
.trust-list svg { width: 16px; height: 16px; color: var(--teal); }

/* ---------- Inner page hero ---------- */
.page-hero { background: radial-gradient(900px 380px at 95% -20%, var(--sun-100), transparent 60%), var(--sand); padding-block: clamp(1.75rem, 1rem + 3vw, 3.5rem); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 20em; }
.page-hero .lead { max-width: 40em; }
.page-hero-grid { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 900px) { .page-hero-grid { grid-template-columns: 1.1fr .9fr; } }
.page-hero-media { margin: 0; }
.page-hero-media img { border-radius: 18px; box-shadow: var(--shadow); width: 100%; }
.page-hero-media figcaption { font-size: var(--fs-small); color: var(--muted); margin-top: .6rem; }
.page-hero-media.is-portrait img { width: auto; max-height: 460px; margin-inline: auto; }
.breadcrumbs { font-size: .88rem; margin-bottom: 1rem; color: var(--muted); }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .35rem; }
.breadcrumbs li { margin: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: .35rem; color: #a8a18f; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--teal-700); text-decoration: underline; }

/* ---------- Features ---------- */
.features { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.feature-icon { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: var(--teal-50); color: var(--teal-700); margin-bottom: 1rem; }
.feature-icon svg { width: 26px; height: 26px; }
.feature small { display: block; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-700); font-weight: 700; margin-bottom: .25rem; }
.feature h3 { margin-bottom: .35rem; }
.feature p { color: var(--muted); margin: 0; font-size: .98rem; }

/* ---------- Cards ---------- */
.cards { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; position: relative; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d9cfb6; }
/* Thumbnails letterbox (contain) inside a 16:9 frame so no subject is cropped */
.card-media { background: var(--sand-200); aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: contain; }
.card-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { margin-bottom: .4rem; }
.card-body h3 a { color: inherit; text-decoration: none; }
.card-body h3 a::after { content: ""; position: absolute; inset: 0; }
.card-body p { color: var(--muted); font-size: .97rem; margin-bottom: 1rem; }
.card-body .text-link { margin-top: auto; }
.card:focus-within { box-shadow: 0 0 0 3px var(--teal); }

.service-group + .service-group { margin-top: var(--space-5); }
.service-group > h2 { font-size: clamp(1.35rem, 1.1rem + 1vw, 1.8rem); display: flex; align-items: center; gap: .75rem; }
.service-group > h2::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* ---------- Split ---------- */
.split { display: grid; gap: clamp(1.75rem, 1rem + 3vw, 4rem); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--reverse > :first-child { order: 2; } }
.split figure { margin: 0; }
.split img { border-radius: 18px; box-shadow: var(--shadow); width: 100%; }
.split figcaption { font-size: var(--fs-small); color: var(--muted); margin-top: .6rem; }
.stat-row { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; margin: 1.5rem 0; padding: 1.25rem 0; border-block: 1px solid var(--line); }
.stat b { display: block; font: 800 2rem/1 var(--font-display); color: var(--navy); }
.stat span { font-size: .9rem; color: var(--muted); }

/* ---------- Checklists & chips ---------- */
.checklist { list-style: none; padding: 0; }
.checklist li { position: relative; padding-left: 2rem; margin-bottom: .7rem; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .2em; width: 1.3rem; height: 1.3rem; border-radius: 50%; background: var(--teal-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d6f6d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 70% no-repeat; }
.checklist--cols { columns: 2 220px; column-gap: 2rem; }
.checklist--cols li { break-inside: avoid; }
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.chips li { margin: 0; padding: .4rem .9rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .95rem; font-weight: 600; color: var(--navy); }
.section--navy .chips li { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .15); color: #fff; }

/* ---------- Gallery (before & after — images never cropped) ---------- */
.gallery { columns: 3 260px; column-gap: 1.25rem; }
.gallery-item { break-inside: avoid; margin: 0 0 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: .6rem; }
.gallery-item img { width: 100%; height: auto; border-radius: 10px; }
.gallery-item figcaption { padding: .7rem .4rem .3rem; font-size: .95rem; color: var(--muted); }
.gallery-item a { display: block; border-radius: 10px; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8, 20, 40, .92); display: grid; place-items: center; padding: 1.5rem; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px, 100%); max-height: 82vh; width: auto; height: auto; border-radius: 10px; }
.lightbox p { color: #e5ecf6; text-align: center; margin: .8rem 0 0; }
.lightbox button { position: absolute; top: 1rem; right: 1rem; width: 48px; height: 48px; border-radius: 50%; border: 0; background: #fff; color: var(--navy-900); font-size: 1.6rem; line-height: 1; cursor: pointer; }

/* ---------- Packages ---------- */
.packages { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.package { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; display: flex; flex-direction: column; }
.package--featured { border: 2px solid var(--sun); box-shadow: 0 12px 32px rgba(242, 179, 0, .18); position: relative; }
.package-tag { font: 800 1rem/1.3 var(--font-display); color: var(--teal-700); margin-bottom: 1rem; }
.package .checklist { margin-bottom: 1.5rem; }
.package .btn { margin-top: auto; }

/* ---------- Testimonials ---------- */
.quotes { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.quote { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem 1.6rem 1.5rem; position: relative; display: flex; flex-direction: column; }
.quote::before { content: "\201C"; font: 800 4.5rem/1 Georgia, serif; color: var(--sun); position: absolute; top: .6rem; left: 1.2rem; }
.quote p { position: relative; margin: 1.6rem 0 1.25rem; font-size: 1.02rem; }
.quote footer, .quote .quote-author { margin-top: auto; font-weight: 700; color: var(--navy); font-style: normal; }
.section--navy .quote { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .14); }
.section--navy .quote p { color: #e8eef7; }
.section--navy .quote .quote-author { color: var(--sun); }
.quote--feature { background: var(--teal-50); border-color: #cfe9e7; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; color: #fff; background: linear-gradient(100deg, rgba(8, 38, 73, .96) 0%, rgba(8, 38, 73, .9) 45%, rgba(13, 59, 111, .72) 100%), var(--img-cta-band) center / cover no-repeat, var(--navy-900); padding-block: var(--space-5); }
.cta-band .container { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 860px) { .cta-band .container { grid-template-columns: 1.4fr auto; } }
.cta-band h2 { color: #fff; margin-bottom: .3em; }
.cta-band p { color: #d3deed; margin: 0; font-size: var(--fs-lead); }
.cta-band .btn-row { justify-content: flex-start; }

/* ---------- Service page ---------- */
.service-layout { display: grid; gap: var(--space-5); align-items: start; }
@media (min-width: 960px) { .service-layout { grid-template-columns: minmax(0, 1fr) 340px; } .service-aside { position: sticky; top: calc(var(--header-h) + 1.5rem); } }
.outcomes { background: var(--teal-50); border: 1px solid #cfe9e7; border-radius: var(--radius); padding: 1.6rem 1.75rem .8rem; margin-bottom: 2.5rem; }
.outcomes h2 { font-size: 1.35rem; }
.prose { max-width: 70ch; }
.prose h2 { margin-top: 2.2rem; font-size: clamp(1.4rem, 1.2rem + .8vw, 1.8rem); }
.prose h3 { margin-top: 1.6rem; }
.prose > :first-child { margin-top: 0; }
.prose figure { margin: 2rem 0; }
.prose figure img { border-radius: 14px; box-shadow: var(--shadow-sm); }
.prose figure.is-portrait img { max-height: 560px; width: auto; }
.prose figcaption { font-size: var(--fs-small); color: var(--muted); margin-top: .6rem; }
.prose dl { margin: 0 0 1.2rem; }
.prose dt { font-weight: 700; color: var(--navy-900); margin-top: 1rem; }
.prose dd { margin: .2rem 0 0; }
.methods { margin: 2rem 0; padding: 1.4rem 1.5rem; border-radius: var(--radius); background: var(--sand); border: 1px solid var(--line); }
.methods h2, .methods h3 { font-size: 1.1rem; margin: 0 0 .8rem; }
.aside-card { background: var(--navy-900); color: #d5e0ef; border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); }
.aside-card h2 { color: #fff; font-size: 1.35rem; margin-bottom: .4rem; }
.aside-card p { font-size: .97rem; }
.aside-card .btn { width: 100%; margin-top: .6rem; }
.aside-card .aside-phone { display: block; font: 800 1.45rem/1.2 var(--font-display); color: var(--sun); text-decoration: none; margin: .3rem 0 .2rem; }
.aside-card .aside-phone:hover { color: #fff; }
.aside-card ul { margin: 1rem 0 0; font-size: .93rem; }
.aside-card .checklist li::before { background-color: rgba(255, 255, 255, .12); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffc629' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E"); }
.aside-badge { display: flex; gap: .9rem; align-items: center; margin-top: 1rem; padding: 1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); font-size: .92rem; color: var(--muted); }
.aside-badge img { width: 72px; height: 72px; flex: none; }
.related { margin-top: var(--space-5); }

/* ---------- Contact ---------- */
.contact-hero .btn-row { margin-top: 1.4rem; }
.contact-grid { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 940px) { .contact-grid { grid-template-columns: minmax(0, 1.45fr) minmax(300px, 1fr); } .contact-aside { position: sticky; top: calc(var(--header-h) + 1.5rem); } }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: clamp(1.4rem, 1rem + 2vw, 2.25rem); box-shadow: var(--shadow-sm); }
.form-card h2 { font-size: clamp(1.4rem, 1.2rem + .8vw, 1.85rem); margin-bottom: .3rem; }
.form-card > p { color: var(--muted); }
.quote-form { display: grid; gap: 1.1rem; margin-top: 1.4rem; }
.field-row { display: grid; gap: 1.1rem; }
@media (min-width: 620px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-weight: 700; font-size: .95rem; color: var(--navy-900); margin-bottom: .35rem; }
.field .opt { font-weight: 500; color: var(--muted); font-size: .85rem; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  padding: .8rem .95rem; border: 1.5px solid #cfc7b3; border-radius: 10px; background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(26, 158, 155, .18); }
.field input:user-invalid, .field textarea:user-invalid { border-color: #b3261e; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .88rem; color: var(--muted); margin: 0; }
.form-status { border-radius: 12px; padding: 1rem 1.2rem; font-weight: 600; }
.form-status[hidden] { display: none; }
.form-status.is-success { background: var(--teal-50); border: 1px solid #b9e0dd; color: var(--teal-700); }
.form-status.is-error { background: #fdeceb; border: 1px solid #f3c4c0; color: #8c1d18; }
.form-status a { color: inherit; }
.contact-card { background: var(--navy-900); color: #d5e0ef; border-radius: 18px; padding: 1.75rem; }
.contact-card h2 { color: #fff; font-size: 1.35rem; }
.contact-list { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.contact-list li { display: flex; gap: .85rem; align-items: flex-start; padding: .8rem 0; border-bottom: 1px solid rgba(255, 255, 255, .12); margin: 0; }
.contact-list svg { width: 20px; height: 20px; color: var(--sun); flex: none; margin-top: .2rem; }
.contact-list a { color: #fff; font-weight: 700; text-decoration: none; word-break: break-word; }
.contact-list a:hover { color: var(--sun); }
.contact-list small { display: block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #9fb3cf; }
.contact-card .chips li { font-size: .82rem; padding: .3rem .7rem; }
.promo-cards { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.promo { display: block; padding: 1.4rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.promo:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: var(--ink); }
.promo strong { display: block; font: 800 1.15rem/1.3 var(--font-display); margin-bottom: .3rem; }
.promo span { color: var(--muted); font-size: .95rem; }

/* ---------- Blog ---------- */
.post-list { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; display: flex; flex-direction: column; position: relative; transition: transform .15s ease, box-shadow .15s ease; }
.post-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.post-card h2 { font-size: 1.25rem; }
.post-card h2 a { color: inherit; text-decoration: none; }
.post-card h2 a::after { content: ""; position: absolute; inset: 0; }
.post-card p { color: var(--muted); font-size: .97rem; }
.post-card .text-link { margin-top: auto; }
.post-meta { font-size: .88rem; color: var(--muted); }
.article-wrap { display: grid; gap: var(--space-5); }
@media (min-width: 960px) { .article-wrap { grid-template-columns: minmax(0, 1fr) 320px; } .article-wrap .service-aside { position: sticky; top: calc(var(--header-h) + 1.5rem); align-self: start; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #b9c8dc; padding-top: var(--space-5); font-size: .95rem; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); padding-bottom: var(--space-4); }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
.site-footer h2 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sun); margin-bottom: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .45rem; }
.site-footer a { color: #e3ebf6; text-decoration: none; }
.site-footer a:hover { color: var(--sun); text-decoration: underline; }
.footer-brand img { height: 64px; width: auto; background: #fff; border-radius: 12px; padding: 6px 10px; margin-bottom: 1rem; }
.footer-brand p { max-width: 30ch; }
.footer-brand .tagline { font: 800 1.1rem/1.3 var(--font-display); color: #fff; }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; color: var(--sun); flex: none; margin-top: .25rem; }
.social { display: flex; gap: .6rem; margin-top: 1.2rem; }
.social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .08); }
.social a:hover { background: var(--sun); color: var(--navy-900); }
.social svg { width: 18px; height: 18px; }
.footer-services { columns: 2; column-gap: 1.25rem; }
.footer-services li { break-inside: avoid; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding-block: 1.25rem 1.5rem; font-size: .85rem; color: #8ea3c0; display: flex; flex-direction: column; gap: .35rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #b9c8dc; }
[data-ss-credit] { font-size: .8rem; color: #7f94b2; }
[data-ss-credit] a { color: #9fb3cf; }

/* ---------- Mobile action bar ---------- */
.mobile-bar { display: none; }
@media (max-width: 859px) {
  .mobile-bar { display: grid; grid-template-columns: 1fr 1.4fr; gap: .5rem; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: .6rem .75rem calc(.6rem + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(8, 38, 73, .08); }
  .mobile-bar .btn { min-height: 48px; padding-inline: .8rem; }
  body { padding-bottom: 76px; }
}

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; }
.mt-3 { margin-top: var(--space-3); }
.mt-4 { margin-top: var(--space-4); }
.muted { color: var(--muted); }
.note { font-size: var(--fs-small); color: var(--muted); }
