/* =====================================================================
   Next Wave — Marketing Design System v2 "Porcelain & Deep Sea"
   Warm porcelain surfaces, deep-sea primary, brass detailing.
   Quality, trust, clean — editorial type, generous air, zero gimmicks.
   Class names are stable: all marketing pages + script.js depend on them.
   ===================================================================== */

:root {
  /* Ink & neutrals — anthracite navy, racing-clean */
  --ink: #0c1b2a;
  --ink-2: #26384a;
  --slate: #4e5f6f;
  --slate-300: #71828f;
  --line: #e2e6ec;
  --line-2: #eceff4;

  /* Surfaces — cool off-white; the body carries a soft blue/orange wash */
  --bg: #f7f8fa;
  --bg-soft: #eef2f7;
  --bg-tint: #e3edf9;
  --surface: #ffffff;
  --surface-2: #fbfcfe;
  --white: #ffffff;

  /* Azure — the brand blue */
  --sea: #0069b4;
  --sea-600: #005a9c;
  --sea-700: #0a4a7c;
  --sea-100: #e0eefb;
  --blue: var(--sea);
  --blue-500: #0077c8;
  --blue-300: #7db8e3;
  --teal: #0077c8;
  --green: var(--sea);
  --green-600: var(--sea-600);
  --green-700: var(--sea-700);
  --navy: #0c1b2a;
  --navy-700: #17293a;
  --navy-600: #26384a;

  /* Papaya — action color, CTAs and highlights ONLY */
  --brass: #c2570b;          /* papaya, dark enough for text on off-white (AA) */
  --brass-2: #ff9445;        /* papaya-light, for dark surfaces */
  --papaya: #ff7c1f;
  --papaya-600: #ec6205;
  --amber: #c2570b;

  --radius: 18px;
  --radius-sm: 11px;
  --radius-lg: 28px;
  --shadow-sm: 0 1px 2px rgba(18,32,43,.05), 0 4px 14px rgba(18,32,43,.05);
  --shadow: 0 2px 6px rgba(18,32,43,.05), 0 18px 44px rgba(18,32,43,.10);
  --shadow-lg: 0 30px 80px rgba(18,32,43,.16);
  --ring: 0 0 0 4px rgba(0,105,180,.2);

  --font-head: "Sora", "Poppins", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --container: 1320px;
  --gutter: clamp(20px, 5vw, 40px);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--bg); }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(95% 75% at 0% 0%, rgba(0,105,180,.30), rgba(0,105,180,0) 60%),
    radial-gradient(85% 70% at 100% 42%, rgba(255,124,31,.26), rgba(255,124,31,0) 58%),
    radial-gradient(90% 55% at 45% 105%, rgba(0,119,200,.22), rgba(0,119,200,0) 62%),
    var(--bg);
  background-attachment: fixed;
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--blue-500); text-decoration: none; transition: color .15s ease, border-color .15s ease, background .15s ease; }
a:hover { color: var(--sea-700); }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.08; color: var(--ink); font-weight: 700; letter-spacing: -0.022em; }
:focus-visible { outline: 3px solid var(--sea); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--sea-100); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding: clamp(64px, 9vw, 120px) 0; background: transparent; }
.section--soft { background: rgba(255,255,255,.42); border-block: 1px solid var(--line-2); }
.section--tint { background: transparent; }
.narrow { max-width: 760px; }
.center { text-align: center; margin-inline: auto; }
.grid { display: grid; gap: 24px; }
.grid > * { min-width: 0; }
@media (min-width: 700px){ .grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 760px){ .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 980px){ .grid-4 { grid-template-columns: repeat(4, 1fr); } }
/* Phones + small tablets: two compact columns instead of a one-per-row tower —
   this alone cuts the mobile home page height roughly in half. */
@media (min-width: 360px) and (max-width: 979px){ .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }
@media (max-width: 979px){
  .grid-4 .service-card .service-body { padding: 16px; gap: 6px; }
  .grid-4 .service-card h3 { font-size: 1.02rem; }
  .grid-4 .service-card p { font-size: .88rem; }
}
/* Small phones: icon + name + price tiles; the detail lives one tap away on
   the service page. */
@media (max-width: 599px){
  .grid-4 .service-card .service-body { padding: 14px 12px; }
  .grid-4 .service-card .service-body > p { display: none; }
  .grid-4 .service-card h3 { font-size: .98rem; }
  .grid-4 .service-icon { width: 34px; height: 34px; }
}

/* Editorial eyebrow: brass smallcaps with a rule — no pill, no chip */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  max-width: 100%; min-width: 0; white-space: normal; overflow-wrap: anywhere;
  font-family: var(--font-head); font-weight: 700; font-size: .74rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--brass);
  background: none; border: 0; padding: 0; border-radius: 0;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--brass-2); flex: none; }
.eyebrow svg { width: 15px; height: 15px; flex: none; }
h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.8rem); }
h3 { font-size: 1.22rem; letter-spacing: -0.012em; }
.lead { font-size: clamp(1.03rem, 1.5vw, 1.17rem); color: var(--slate); line-height: 1.75; }
.section-head { max-width: 780px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; }
.section-head h2 { margin: 16px 0 14px; }
.text-green { color: var(--sea); }
.muted { color: var(--slate); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: .99rem;
  padding: 14px 28px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .16s ease, box-shadow .22s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap; cursor: pointer;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: linear-gradient(180deg, #ff8f3d, var(--papaya) 50%, var(--papaya-600));
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(236,98,5,.3), inset 0 1px 0 rgba(255,255,255,.35);
}
.btn-primary:hover { background: linear-gradient(180deg, #ff9a52, #ff7c1f 55%, #e05c02); color: var(--ink); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(236,98,5,.38), inset 0 1px 0 rgba(255,255,255,.35); }
.btn-secondary { background: var(--ink); color: #ffffff; }
.btn-secondary:hover { background: var(--navy-700); color: #ffffff; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--ink); border-color: #cfc9bc; }
.btn-outline:hover { border-color: var(--sea); color: var(--sea-700); background: var(--surface); }
.btn-ghost-light { background: rgba(255,255,255,.94); color: var(--sea-700); border-color: rgba(255,255,255,.9); }
.btn-ghost-light:hover { background: #ffffff; color: var(--sea-700); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(18,32,43,.18); }
.btn-lg { padding: 17px 32px; font-size: 1.03rem; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,248,250,.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-2); transition: box-shadow .2s ease, background .2s ease;
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(18,32,43,.06); background: rgba(247,248,250,.98); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 80px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand .logo-mark { width: 44px; height: 44px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; color: var(--ink); letter-spacing: -0.01em; }
.brand-text span { font-size: .66rem; letter-spacing: .24em; text-transform: uppercase; color: var(--brass); font-weight: 700; }
.nav-links { display: none; align-items: center; gap: 2px; }
.nav-links a {
  font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--slate);
  padding: 9px 14px; border-radius: 999px;
}
.nav-links a:hover, .nav-links a.active { background: var(--bg-soft); color: var(--ink); }
.nav-cta { display: none; align-items: center; gap: 16px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: .96rem; }
.nav-phone:hover { color: var(--sea); }
.nav-phone svg { width: 17px; height: 17px; color: var(--brass); }
.mobile-phone {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  margin-left: auto; border-radius: 999px; background: var(--sea); color: #ffffff;
}
.mobile-phone:hover { background: var(--sea-600); color: #ffffff; }
.mobile-phone svg { width: 20px; height: 20px; }
.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 999px;
  background: var(--surface); padding: 0 12px;
}
.nav-toggle span { height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease;
  background: rgba(247,248,250,.98); border-bottom: 1px solid var(--line);
}
.mobile-menu.open { grid-template-rows: 1fr; }
.mobile-menu > div { overflow: hidden; }
.mobile-menu nav { display: flex; flex-direction: column; padding: 12px var(--gutter) 22px; gap: 4px; }
.mobile-menu a { font-family: var(--font-head); font-weight: 600; color: var(--slate); padding: 13px 12px; border-radius: 10px; }
.mobile-menu a:hover, .mobile-menu a.active { background: var(--bg-soft); color: var(--ink); }
.mobile-menu .btn { margin-top: 10px; }
@media (min-width: 940px){
  .nav-links { display: flex; }
  .nav-cta { display: flex; }
  .mobile-phone { display: none; }
  .nav-toggle { display: none; }
}

/* Hero — photo with warm scrim, porcelain wave hand-off into the page */
.hero { position: relative; overflow: hidden; background: var(--ink); color: #ffffff; }
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; align-items: center; max-width: 760px; padding: clamp(48px,7vw,90px) 0; }
.hero h1 { color: #ffffff; max-width: 820px; }
.hero h1 .hl { color: var(--brass-2); }
.hero p.lead { color: rgba(255,255,255,.86); margin-top: 20px; max-width: 620px; }
.hero .btn-row { margin-top: 32px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 36px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; font-size: .92rem; color: rgba(255,255,255,.9); font-weight: 500; }
.hero-badge svg { width: 17px; height: 17px; color: var(--brass-2); flex: none; }
.hero--photo { padding: 0; min-height: clamp(600px, 76vh, 820px); display: block; }
.hero--photo::after {
  content: ""; position: absolute; z-index: 3; left: 0; right: 0; bottom: -1px; height: clamp(38px, 6vw, 72px);
  background: var(--bg);
  clip-path: ellipse(78% 100% at 50% 100%);
  pointer-events: none;
}
.hero--photo .hero-bg { position: absolute; inset: 0; z-index: 0; display: block; overflow: hidden; background: var(--ink); }
.hero--photo .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; filter: saturate(1.02) contrast(1.02); }
.hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9,17,23,.90) 18%, rgba(10,18,25,.55) 54%, rgba(10,18,25,.08) 92%),
    linear-gradient(0deg, rgba(10,18,25,.62) 0%, rgba(10,18,25,0) 46%);
}
.hero--photo .container { position: relative; z-index: 2; }
.hero-copy--photo { max-width: 620px; margin-left: 0; margin-right: auto; padding: clamp(76px, 11vw, 140px) 0 clamp(96px, 13vw, 160px); }
.hero-copy--photo h1, .hero-copy--photo .lead { text-shadow: 0 1px 18px rgba(9,17,23,.5); }
.hero-copy--photo .eyebrow, .service-hero .eyebrow { color: var(--brass-2); }
.hero-copy--photo .eyebrow::before, .service-hero .eyebrow::before { background: var(--brass-2); }
@media (max-width: 860px){
  .hero--photo { min-height: 0; }
  .hero--photo .hero-bg img { object-position: 34% 50%; }
  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(10,18,25,.92), rgba(10,18,25,.7)),
      linear-gradient(90deg, rgba(10,18,25,.34), rgba(10,18,25,.8));
  }
  .hero-copy--photo { max-width: 100%; margin-left: 0; padding: clamp(52px, 12vw, 80px) 0 74px; }
}

/* Trust bar — quiet, warm, no boxes-in-boxes */
.trustbar { background: transparent; }
.trustbar .container {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 22px;
  padding-block: clamp(26px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 820px){ .trustbar .container { grid-template-columns: repeat(4,1fr); } }
.trust-item { display: flex; align-items: flex-start; gap: 14px; min-width: 0; }
.trust-item .ti-icon {
  width: 46px; height: 46px; flex: none; display: grid; place-items: center;
  border-radius: 999px; background: var(--surface); color: var(--brass);
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.trust-item .ti-icon svg { width: 22px; height: 22px; }
.trust-item strong { display: block; font-family: var(--font-head); font-size: .98rem; color: var(--ink); }
.trust-item span { font-size: .85rem; color: var(--slate); line-height: 1.5; }

/* Cards */
.card {
  background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
  height: 100%;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d8d2c4; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--slate); font-size: .96rem; }
.service-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; position: relative; }
.service-card .service-body { display: flex; flex-direction: column; gap: 8px; padding: 24px; flex: 1; }
.service-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--surface-2); }
.service-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(255,255,255,.22), rgba(255,255,255,0) 42%);
  pointer-events: none;
}
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .service-media img { transform: scale(1.03); }
.service-icon {
  width: 54px; height: 54px; border-radius: 999px; display: grid; place-items: center; margin-bottom: 14px;
  background: var(--sea-100); color: var(--sea-700); border: 0;
}
.service-icon svg { width: 28px; height: 28px; }
.service-card .more {
  margin-top: auto; padding-top: 16px; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: .92rem; color: var(--sea-700);
  border-top: 1px dashed var(--line);
}
.service-card:hover .more svg { transform: translateX(4px); }
.service-card .more svg { width: 16px; height: 16px; transition: transform .2s ease; color: var(--brass); }
.detail-card { display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start; }
.detail-card .service-icon { margin-bottom: 0; }
.service-tag { display: inline-block; font-size: .72rem; font-weight: 700; font-family: var(--font-head); letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; margin-bottom: 10px; }
.tag-high, .tag-med, .tag-low { background: var(--sea-100); color: var(--sea-700); }
.value-card { text-align: left; }
.value-num { font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; color: var(--brass); }

/* Split sections */
.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px){ .split { grid-template-columns: 1fr 1fr; gap: 60px; } .split.reverse > .split-media { order: 2; } }
.split-media { position: relative; }
.media-frame {
  border-radius: var(--radius-lg); overflow: hidden; background: var(--surface);
  box-shadow: var(--shadow-lg); aspect-ratio: 4/3; display: grid; place-items: center; padding: 0;
  border: 1px solid var(--line);
}
.media-frame svg { width: 100%; height: 100%; }
.media-frame.photo picture { display: block; width: 100%; height: 100%; }
.media-frame.photo img { width: 100%; height: 100%; object-fit: cover; }
.media-cap { margin-top: 12px; font-size: .82rem; color: var(--slate-300); text-align: center; }
.check-list { display: grid; gap: 15px; margin-top: 24px; }
.check-list li { display: flex; gap: 13px; align-items: flex-start; color: var(--ink); }
.check-list .ck { width: 26px; height: 26px; flex: none; border-radius: 50%; background: var(--sea); color: #ffffff; display: grid; place-items: center; margin-top: 2px; }
.check-list .ck svg { width: 14px; height: 14px; }
.check-list strong { font-family: var(--font-head); display: block; color: var(--ink); }
.check-list span { color: var(--slate); font-size: .96rem; }

/* Gallery */
.gallery-strip { display: grid; gap: 16px; }
@media (max-width: 759px){
  .gallery-strip { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gallery-tile { min-height: 170px; }
  .gallery-tile.large { grid-column: 1 / -1; min-height: 240px; }
  .gallery-caption { font-size: .78rem; }
}
@media (min-width: 760px){
  .gallery-strip { grid-template-columns: 1.2fr .8fr .8fr; align-items: stretch; }
  .gallery-tile.large { grid-row: span 2; }
}
.gallery-tile {
  position: relative; min-height: 260px; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-sm);
}
.gallery-tile.large { min-height: 430px; }
.gallery-tile picture, .gallery-tile img { width: 100%; height: 100%; display: block; }
.gallery-tile img { object-fit: cover; }
.gallery-caption {
  position: absolute; left: 14px; right: 14px; bottom: 14px; color: #fff;
  background: rgba(18,32,43,.68); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-sm); padding: 10px 14px; backdrop-filter: blur(10px);
  font-weight: 600; font-family: var(--font-head); font-size: .9rem;
}

/* Plans */
.plans { display: grid; gap: 22px; }
@media (min-width: 860px){ .plans { grid-template-columns: repeat(3,1fr); align-items: stretch; } }
.plan { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); position: relative; }
.plan.featured { border-color: var(--sea); box-shadow: var(--shadow); }
.plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--sea); color: #ffffff; font-family: var(--font-head); font-weight: 700; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 15px; border-radius: 999px; }
.plan .price { font-family: var(--font-head); font-weight: 800; color: var(--ink); margin: 12px 0 4px; }
.plan .price b { font-size: 2.25rem; letter-spacing: -0.02em; }
.plan .price small, .plan .price-note { color: var(--slate); }
.plan ul { display: grid; gap: 12px; margin: 22px 0 26px; }
.plan ul li { display: flex; gap: 10px; align-items: flex-start; font-size: .96rem; color: var(--ink); }
.plan ul li svg { width: 18px; height: 18px; color: var(--sea); flex: none; margin-top: 4px; }
.plan > .btn, .plan-actions { margin-top: auto; }
.plan-actions { display: grid; gap: 10px; }

/* Reviews */
.review-card { display: flex; flex-direction: column; gap: 16px; }
.review-photo { aspect-ratio: 16 / 10; border-radius: var(--radius-sm); overflow: hidden; background: var(--surface-2); border: 1px solid var(--line); margin: -6px -6px 2px; }
.review-photo img { width: 100%; height: 100%; object-fit: cover; }
.stars { display: inline-flex; gap: 3px; color: var(--brass-2); }
.stars svg { width: 18px; height: 18px; }
.review-card blockquote { font-size: 1.02rem; color: var(--ink-2); line-height: 1.7; }
.review-author { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; color: #ffffff; background: linear-gradient(140deg, var(--sea), var(--sea-700)); flex: none; }
.review-author strong { font-family: var(--font-head); display: block; font-size: .98rem; color: var(--ink); }
.review-author span { font-size: .85rem; color: var(--slate); }
.review-author .avatar { color: #ffffff; font-size: .85rem; }
.review-source-link { display: inline-block; font-size: .85rem; color: var(--sea-700); text-decoration: underline; text-underline-offset: 3px; }
.review-source-link:hover { color: var(--sea); }
.review-profile-link { margin-top: 22px; }
.rating-summary { display: inline-flex; align-items: center; gap: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 12px 22px; box-shadow: var(--shadow-sm); color: var(--slate); }
.rating-summary .big { font-family: var(--font-head); font-weight: 800; font-size: 1.7rem; color: var(--ink); }

/* Area */
.area-wrap { display: grid; gap: 38px; align-items: center; }
@media (min-width: 900px){ .area-wrap { grid-template-columns: 1fr 1.1fr; gap: 56px; } }
.area-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 18px; margin-top: 22px; }
@media (min-width: 520px){ .area-list { grid-template-columns: repeat(3,1fr); } }
.area-list li { display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink); }
.area-list li svg { width: 15px; height: 15px; color: var(--brass); flex: none; }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); line-height: 0; background: var(--surface); }
.map-frame iframe { width: 100%; height: 420px; border: 0; filter: grayscale(.25) contrast(.96); }
.area-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px,4vw,34px); box-shadow: var(--shadow-sm); }
.area-card dl { display: grid; gap: 14px; margin-top: 20px; }
.area-card dt { font-family: var(--font-head); font-weight: 700; color: var(--ink); }
.area-card dd { color: var(--slate); }

/* FAQ */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: 0; text-align: left; padding: 20px 22px; font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; color: var(--ink); }
.faq-q .chev { width: 26px; height: 26px; flex: none; border-radius: 50%; background: var(--bg-soft); color: var(--sea-700); display: grid; place-items: center; transition: transform .25s ease, background .2s ease; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); background: var(--sea); color: #ffffff; }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 22px 22px; color: var(--slate); }

/* Forms */
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px,4vw,40px); box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 18px; }
@media (min-width: 620px){ .form-grid .col-2 { grid-template-columns: 1fr 1fr; display: grid; gap: 18px; } }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--ink); }
.field label .req { color: #b42318; }
.field input, .field select, .field textarea { font-family: var(--font-body); font-size: 1rem; color: var(--ink); padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px; background: #ffffff; transition: border-color .15s ease, box-shadow .15s ease; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--sea); box-shadow: var(--ring); }
.field textarea { resize: vertical; min-height: 130px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #b42318; }
.field .err { color: #b42318; font-size: .82rem; display: none; }
.field.invalid .err { display: block; }
.form-note { font-size: .85rem; color: var(--slate); margin-top: 4px; }
.form-success, .form-error { display: none; border-radius: 10px; padding: 16px 18px; font-weight: 600; align-items: center; gap: 12px; scroll-margin-top: 120px; margin-top: 12px; }
.form-success { background: var(--sea-100); border: 1px solid rgba(13,92,107,.24); color: var(--sea-700); }
.form-error { background: rgba(180,35,24,.08); border: 1px solid rgba(180,35,24,.24); color: #9f1f17; }
.form-success.show, .form-error.show { display: flex; }
.form-success svg, .form-error svg { width: 24px; height: 24px; flex: none; }
.contact-aside { display: grid; gap: 18px; align-content: start; }
.contact-tile { display: flex; gap: 15px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); }
.contact-tile .ct-icon { width: 46px; height: 46px; flex: none; border-radius: 999px; background: var(--bg-soft); color: var(--brass); display: grid; place-items: center; }
.contact-tile strong { font-family: var(--font-head); color: var(--ink); display: block; }
.contact-tile a, .contact-tile p { color: var(--slate); }
.aside-photo { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); line-height: 0; aspect-ratio: 16 / 10; }
.aside-photo img { width: 100%; height: 100%; object-fit: cover; }

/* CTA band — deep sea panel, the one dark moment on the page */
.cta-band {
  position: relative; overflow: hidden; color: #ffffff; border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #0a2b47, var(--sea-700) 45%, var(--sea) 100%);
  border: 0;
  padding: clamp(38px, 6.5vw, 68px); text-align: center; box-shadow: var(--shadow-lg);
}
.cta-band-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cta-band-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .16; filter: saturate(0.9); }
.cta-band::before {
  content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none;
  background: radial-gradient(90% 130% at 12% -20%, rgba(255,255,255,.14), rgba(255,255,255,0) 55%);
}
.cta-band > :not(.cta-band-bg) { position: relative; z-index: 2; }
.cta-band .eyebrow { color: var(--brass-2); justify-content: center; }
.cta-band .eyebrow::before { background: var(--brass-2); }
.cta-band h2 { color: #ffffff; }
.cta-band p { color: rgba(255,255,255,.86); max-width: 640px; margin: 14px auto 0; }
.cta-band .btn-row { justify-content: center; margin-top: 30px; }
.cta-band .btn-primary { background: linear-gradient(180deg, #ff8f3d, var(--papaya) 50%, var(--papaya-600)); color: var(--ink); box-shadow: 0 10px 26px rgba(9,17,23,.35); }
.cta-band .btn-primary:hover { background: linear-gradient(180deg, #ff9a52, #ff7c1f 55%, #e05c02); color: var(--ink); }
.cta-band .btn-ghost-light { background: rgba(255,255,255,.12); color: #ffffff; border-color: rgba(255,255,255,.44); }
.cta-band .btn-ghost-light:hover { background: rgba(255,255,255,.22); color: #ffffff; }
.page-hero .btn-ghost-light { background: #ffffff; color: var(--sea-700); border-color: var(--line); }
.page-hero .btn-ghost-light:hover { background: var(--bg-soft); color: var(--sea-700); }

/* Footer — dark ink anchor */
.site-footer { background: #0a1420; color: #9fb0bd; padding-top: 64px; border-top: 0; }
.footer-grid { display: grid; gap: 36px; padding-bottom: 46px; }
@media (min-width: 760px){ .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.25fr; } }
.footer-brand .logo-mark { width: 46px; height: 46px; }
.footer-brand .brand-text strong { color: #ffffff; }
.footer-brand .brand-text span { color: var(--brass-2); }
.footer-brand p { margin-top: 16px; font-size: .94rem; max-width: 330px; color: #9fb0bd; }
.footer-heading { font-family: var(--font-head); font-weight: 700; color: #ffffff; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; line-height: 1.12; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: #9fb0bd; font-size: .95rem; }
.footer-col a:hover { color: #ffffff; }
.footer-contact li { display: flex; gap: 11px; align-items: flex-start; font-size: .95rem; margin-bottom: 12px; color: #9fb0bd; }
.footer-contact svg { width: 18px; height: 18px; color: var(--brass-2); flex: none; margin-top: 3px; }
.footer-contact a { color: #c6d2db; }
.footer-contact a:hover { color: #ffffff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; align-items: center; font-size: .86rem; color: #7f92a0; }
.footer-bottom .lic { display: inline-flex; align-items: center; gap: 8px; }
.footer-bottom .lic svg { width: 16px; height: 16px; color: var(--brass-2); }

/* Page + service heroes */
.page-hero { background: var(--bg-soft); color: var(--ink); padding: clamp(48px,6vw,84px) 0; border-bottom: 1px solid var(--line); }
.page-hero .eyebrow { color: var(--brass); }
.page-hero h1 { color: var(--ink); margin: 16px 0 14px; }
.page-hero p { color: var(--slate); max-width: 640px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: .88rem; color: var(--slate); }
.breadcrumb a { color: var(--slate-300); }
.breadcrumb a:hover { color: var(--sea); }

.service-hero {
  position: relative; overflow: hidden; min-height: clamp(520px, 62vh, 700px);
  display: flex; align-items: stretch; color: #ffffff; background: var(--ink);
}
.service-hero .container { position: relative; z-index: 2; display: flex; align-items: center; }
.service-hero-bg { position: absolute; inset: 0; z-index: 0; display: block; overflow: hidden; background: var(--ink); }
.service-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 24% 50%; filter: saturate(1.02) contrast(1.02); }
.service-hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9,17,23,.92) 0%, rgba(9,17,23,.74) 43%, rgba(9,17,23,.18) 100%),
    linear-gradient(0deg, rgba(9,17,23,.6) 0%, rgba(9,17,23,0) 44%);
}
.service-hero::after {
  content: ""; position: absolute; z-index: 3; left: 0; right: 0; bottom: -1px; height: clamp(30px, 5vw, 56px);
  background: var(--bg);
  clip-path: ellipse(78% 100% at 50% 100%);
  pointer-events: none;
}
.service-hero-copy { max-width: 650px; padding: clamp(46px, 6.5vw, 88px) 0 clamp(72px, 9vw, 116px); }
.service-hero .breadcrumb { margin-bottom: 18px; }
.service-hero h1 {
  color: #ffffff; margin: 18px 0; max-width: 850px; text-shadow: 0 1px 18px rgba(9,17,23,.5);
  font-size: clamp(2.2rem, 4.4vw, 3.9rem);
}
.service-hero p.lead { color: rgba(255,255,255,.87); max-width: 720px; text-shadow: 0 1px 16px rgba(9,17,23,.4); }
.service-hero .btn-row { margin-top: 30px; }
.service-hero + .section { padding-top: clamp(36px, 4vw, 56px); }
.service-hero .breadcrumb, .service-hero .breadcrumb a { color: rgba(255,255,255,.7); }
.service-hero .breadcrumb a:hover { color: var(--brass-2); }

/* Pricing */
.pricing-grid { display: grid; gap: 34px; align-items: start; }
.pricing-grid > * { min-width: 0; }
@media (min-width: 920px){ .pricing-grid { grid-template-columns: .9fr 1.35fr; gap: 56px; } }
.pricing-grid h2 { margin: 15px 0 14px; }
.pricing-grid .btn-row { margin-top: 26px; }
.price-table-wrap {
  overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface); box-shadow: var(--shadow-sm);
}
.price-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.price-table th, .price-table td { padding: 15px 16px; border-bottom: 1px solid var(--line-2); text-align: left; }
.price-table tr:last-child th, .price-table tr:last-child td { border-bottom: 0; }
.price-table thead th {
  font-family: var(--font-head); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brass); background: var(--bg-soft);
}
.price-table tbody th { font-family: var(--font-head); color: var(--ink); font-size: .96rem; font-weight: 600; }
.price-table tbody td { color: var(--ink-2); font-weight: 600; white-space: nowrap; font-variant-numeric: tabular-nums; }
.price-table a { color: var(--ink); }
.price-table a:hover { color: var(--sea); }

/* Process */
.process-list { display: grid; gap: 16px; max-width: 980px; margin-inline: auto; }
@media (min-width: 860px){ .process-list.process-row { grid-template-columns: repeat(3, 1fr); } }
.process-step {
  display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start;
  padding: 24px; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.process-list.process-row .process-step { grid-template-columns: 1fr; gap: 14px; }
.process-step > span {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 999px;
  background: var(--bg-soft); border: 1px solid var(--line);
  color: var(--brass); font-family: var(--font-head); font-weight: 800; font-size: 1.05rem;
}
.process-step h3 { margin-bottom: 7px; }
.process-step p { color: var(--slate); }
.service-body .badge-soft { width: fit-content; }
.service-body .btn { margin-top: 12px; }

@media (max-width: 760px){
  .service-hero { min-height: 0; display: flex; flex-direction: column; }
  .service-hero .container { order: 1; }
  .service-hero-bg { position: absolute; inset: 0; width: auto; max-width: none; margin: 0; }
  .service-hero-scrim {
    background:
      linear-gradient(0deg, rgba(9,17,23,.92), rgba(9,17,23,.72)),
      linear-gradient(90deg, rgba(9,17,23,.36), rgba(9,17,23,.84));
  }
  .service-hero-copy { padding: 32px 0 52px; }
  .service-hero h1 { font-size: clamp(2rem, 9vw, 2.55rem); }
  .service-hero p.lead { font-size: .98rem; }
  .service-hero .hero-badges { display: none; }
  .process-step { grid-template-columns: 1fr; }
  .price-table-wrap { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .price-table { display: block; width: 100%; min-width: 0; }
  .price-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .price-table tbody { display: grid; gap: 12px; }
  .price-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
  }
  .price-table tbody th {
    grid-column: 1 / -1;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line-2);
    background: var(--bg-soft);
  }
  .price-table tbody td {
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 12px 16px;
    border-bottom: 1px solid var(--line-2);
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .price-table tbody td::before {
    content: attr(data-label);
    color: var(--slate);
    font-family: var(--font-head);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
}

/* Motion — one gentle entrance, nothing else moves on its own */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .45s ease, transform .45s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (max-width: 760px){ .reveal { opacity: 1; transform: none; transition: none; } }
@media (prefers-reduced-motion: reduce){ .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }
.divider-quote { text-align: center; font-family: var(--font-head); font-weight: 600; font-size: clamp(1.3rem,2.5vw,1.9rem); color: var(--ink); max-width: 880px; margin: 0 auto; line-height: 1.45; letter-spacing: -0.01em; }
.divider-quote span { color: var(--brass); }
.skip-link { position: absolute; left: -999px; top: 0; background: #ffffff; color: var(--ink); padding: 10px 16px; border-radius: 8px; z-index: 200; }
.skip-link:focus { left: 12px; top: 12px; }
.badge-soft { display:inline-flex; align-items:center; gap:8px; background:var(--sea-100); color:var(--sea-700); border:0; border-radius:999px; padding:7px 15px; font-weight:700; font-size:.86rem; font-family:var(--font-head); }
.badge-soft svg{ width:16px;height:16px; }

/* Pricing band */
.pricing-band { background: rgba(255,255,255,.42); border-block: 1px solid var(--line-2); }
.price-range-grid { display: grid; gap: 16px; margin-top: 26px; }
@media (min-width: 760px){ .price-range-grid { grid-template-columns: repeat(2, 1fr); } }
.price-range-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow-sm);
}
.price-range-card strong { display: block; font-family: var(--font-head); color: var(--ink); margin-bottom: 6px; }
.price-range-card span { display: block; color: var(--sea-700); font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; }
.price-range-card small { display: block; margin-top: 6px; color: var(--slate); line-height: 1.5; }
.size-examples { margin-top: 18px; font-size: .85rem; color: var(--slate); background: var(--surface); border: 1px dashed var(--line); border-radius: var(--radius-sm); padding: 14px 16px; }
.size-examples strong { color: var(--ink); font-family: var(--font-head); }
.finance-note {
  margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; justify-content: space-between;
  background: var(--sea-100); border: 0; border-radius: var(--radius);
  padding: 20px 22px; color: var(--ink-2);
}
.finance-note strong { color: var(--sea-700); font-family: var(--font-head); }
.testimonial-rotator { display: grid; gap: 22px; }
@media (min-width: 760px){ .testimonial-rotator { grid-template-columns: repeat(3, 1fr); } }
.placeholder-note { font-size: .76rem; color: var(--brass); font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.map-placeholder {
  min-height: 420px; border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); background:
    linear-gradient(135deg, rgba(13,92,107,.08), rgba(255,255,255,.85)),
    repeating-linear-gradient(0deg, transparent 0 35px, rgba(13,92,107,.06) 36px 37px),
    repeating-linear-gradient(90deg, transparent 0 35px, rgba(13,92,107,.06) 36px 37px);
  display: grid; place-items: center; padding: 28px; text-align: center;
}
.map-placeholder strong { font-family: var(--font-head); color: var(--ink); display: block; font-size: 1.2rem; }
.map-placeholder span { color: var(--slate); display: block; margin-top: 6px; }

/* Sticky mobile action bar — call / book / quote always in reach */
.sticky-actions {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px;
  padding: 10px max(10px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right));
  background: rgba(247,248,250,.94); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
.sticky-actions a {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  font-family: var(--font-head); font-weight: 700; font-size: .9rem;
  padding: 12px 8px; border-radius: 999px; white-space: nowrap;
}
.sticky-actions svg { width: 16px; height: 16px; flex: none; }
.sticky-actions .sa-call { background: var(--surface); color: var(--ink); border: 1px solid var(--line); }
.sticky-actions .sa-book { background: var(--ink); color: #fff; }
.sticky-actions .sa-quote { background: var(--papaya); color: var(--ink); }
@media (min-width: 940px){ .sticky-actions { display: none; } }
@media (max-width: 939px){ body { padding-bottom: 74px; } .site-footer { padding-bottom: 8px; } }

@media (max-width: 700px){
  .grid { gap: 18px; }
  .eyebrow { font-size: .68rem; letter-spacing: .16em; }
  .trustbar .container { grid-template-columns: 1fr; }
  .btn-row .btn { width: 100%; }
  .area-list { grid-template-columns: 1fr; }
  .gallery-tile, .gallery-tile.large { min-height: 280px; }
  .price-range-grid { grid-template-columns: 1fr; }
}

/* Instant ballpark quote widget */
.quote-widget {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(24px, 3.5vw, 34px); box-shadow: var(--shadow); display: grid; gap: 18px;
}
.quote-widget .qw-head h3 { margin-top: 10px; font-size: 1.3rem; }
.qw-row { display: grid; gap: 8px; }
.qw-label { font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--ink); }
.quote-widget select {
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); width: 100%;
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff;
}
.quote-widget select:focus { outline: none; border-color: var(--sea); box-shadow: var(--ring); }
.qw-sizes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.qw-sizes button {
  font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--slate);
  padding: 11px 6px; border: 1.5px solid var(--line); border-radius: 999px; background: #fff;
  cursor: pointer; transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.qw-sizes button:hover { border-color: var(--sea); color: var(--sea-700); }
.qw-sizes button.active { background: var(--sea); border-color: var(--sea); color: #fff; }
.qw-result { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; padding: 14px 16px; background: var(--bg-soft); border-radius: var(--radius-sm); }
.qw-price small { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--brass); font-family: var(--font-head); font-weight: 700; }
.qw-price strong { font-family: var(--font-head); font-size: 2.2rem; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.qw-note { flex: 1; min-width: 200px; font-size: .9rem; color: var(--slate); line-height: 1.5; }
@media (max-width: 560px){ .qw-sizes { grid-template-columns: repeat(2, 1fr); } }

/* Self-hosted fonts (subset: latin) — no third-party font requests */
@font-face { font-family: "Sora"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/sora-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/sora-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 800; font-display: swap; src: url("/assets/fonts/sora-latin-800-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/inter-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/inter-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/inter-latin-600-normal.woff2") format("woff2"); }

/* Blog prose */
.blog-prose { max-width: 760px; }
.blog-prose p { margin-bottom: 1.2em; color: var(--ink-2); }
.blog-prose h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin: 1.6em 0 .6em; }
.blog-prose a { text-decoration: underline; text-underline-offset: 3px; }
.blog-prose em { color: var(--slate); }


/* Keyboard focus — one visible ring across marketing controls (slot buttons,
   cards, pills) so tab users can see where they are. */
a:focus-visible, button:focus-visible, .btn:focus-visible,
.service-card a:focus-visible, .faq-q:focus-visible,
.qw-sizes button:focus-visible, .sticky-actions a:focus-visible {
  outline: 3px solid var(--sea);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ---------- Before/after comparison sliders ---------- */
.ba-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; max-width: 920px; margin: 0 auto; }
.ba { margin: 0; }
.ba-frame { --ba: 50%; position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 1 / 1; box-shadow: var(--shadow); background: var(--bg-soft); }
.ba-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-top { clip-path: inset(0 0 0 var(--ba)); }
.ba-divider { position: absolute; top: 0; bottom: 0; left: var(--ba); width: 2px; background: #fff; box-shadow: 0 0 8px rgba(12,27,42,.55); transform: translateX(-1px); pointer-events: none; }
.ba-divider::after { content: "\2194"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 36px; height: 36px; border-radius: 50%; background: #fff; color: var(--navy); display: grid; place-items: center; font-size: 16px; font-weight: 700; box-shadow: 0 2px 10px rgba(12,27,42,.4); }
.ba-tag { position: absolute; top: 12px; padding: 4px 11px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: rgba(12,27,42,.72); color: #fff; pointer-events: none; }
.ba-tag--b { left: 12px; }
.ba-tag--a { right: 12px; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; touch-action: none; }
.ba-frame:has(.ba-range:focus-visible) { outline: 3px solid var(--sea); outline-offset: 3px; }
.ba figcaption { margin-top: 10px; text-align: center; font-size: .92rem; color: var(--slate); }

/* =====================================================================
   Next Wave v3 — Coastal Performance
   Dark marina surfaces, performance typography, and conversion orange.
   These overrides intentionally retain the stable markup/API above.
   ===================================================================== */

@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/barlow-condensed-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/barlow-condensed-latin-700-normal.woff2") format("woff2"); }

:root {
  --ink: #f7f9fc;
  --ink-2: #d5dee8;
  --slate: #a8b7c7;
  --slate-300: #8497aa;
  --line: rgba(164, 195, 224, .22);
  --line-2: rgba(164, 195, 224, .12);
  --bg: #050b14;
  --bg-soft: #0a1624;
  --bg-tint: #0c1c2d;
  --surface: #0d1b2a;
  --surface-2: #101f30;
  --sea: #0877c9;
  --sea-600: #0065af;
  --sea-700: #005398;
  --sea-100: rgba(8, 119, 201, .16);
  --blue-500: #54b9ff;
  --blue-300: #78c9ff;
  --navy: #001b3d;
  --navy-700: #00132d;
  --navy-600: #06264a;
  --brass: #f26522;
  --brass-2: #ff864c;
  --papaya: #f26522;
  --papaya-600: #d94d11;
  --radius: 10px;
  --radius-sm: 6px;
  --radius-lg: 16px;
  --shadow-sm: 0 8px 24px rgba(0, 7, 18, .22);
  --shadow: 0 18px 48px rgba(0, 7, 18, .34);
  --shadow-lg: 0 34px 90px rgba(0, 7, 18, .52);
  --ring: 0 0 0 4px rgba(84, 185, 255, .24);
  --font-head: "Barlow Condensed", "Arial Narrow", "Inter", sans-serif;
  --container: 1360px;
}

html { background: var(--bg); }
body {
  color: var(--ink-2);
  background:
    linear-gradient(135deg, rgba(8,119,201,.07) 0 1px, transparent 1px 120px),
    radial-gradient(70% 55% at 100% 4%, rgba(0,83,152,.2), transparent 72%),
    var(--bg);
  background-attachment: fixed;
  font-size: 17px;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: repeating-linear-gradient(125deg, transparent 0 120px, rgba(84,185,255,.025) 120px 121px);
}
a { color: var(--blue-500); }
a:hover { color: #8ed2ff; }
h1, h2, h3, h4 { color: var(--ink); text-transform: none; letter-spacing: -.018em; }
h1, h2 { font-weight: 700; line-height: .96; }
h1 { font-size: clamp(3.25rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.45rem, 4.8vw, 4.4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
::selection { color: #001225; background: var(--brass-2); }
:focus-visible { outline-color: #68c5ff; }

.section { position: relative; padding: clamp(76px, 9vw, 132px) 0; }
.section--soft, .pricing-band { background: linear-gradient(180deg, rgba(13,27,42,.96), rgba(7,17,29,.96)); border-color: var(--line-2); }
.section--tint { background: #07111d; }
.section-head { max-width: 870px; margin-bottom: 54px; }
.section-head h2 { margin-top: 18px; }
.lead, .card p, .process-step p, .blog-prose p { color: var(--slate); }
.eyebrow {
  color: var(--brass-2);
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .2em;
}
.eyebrow::before { width: 36px; background: var(--brass); }

.btn {
  min-height: 48px;
  border-radius: 5px;
  padding: 13px 23px;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
  box-shadow: none;
}
.btn-primary, .cta-band .btn-primary {
  color: #07111d;
  border-color: #ff7b3e;
  background: linear-gradient(135deg, #ff8147 0%, var(--papaya) 58%, #d94d11 100%);
  box-shadow: 0 14px 34px rgba(242,101,34,.24);
}
.btn-primary:hover, .cta-band .btn-primary:hover {
  color: #07111d;
  background: linear-gradient(135deg, #ff9866 0%, #ff7130 58%, #e95718 100%);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(242,101,34,.34);
}
.btn-secondary { background: #f6f8fb; color: #07111d; }
.btn-outline, .page-hero .btn-ghost-light {
  color: #f4f8fc;
  border-color: rgba(130,198,244,.42);
  background: rgba(7,17,29,.36);
}
.btn-outline:hover, .page-hero .btn-ghost-light:hover {
  color: #fff;
  border-color: #54b9ff;
  background: rgba(8,119,201,.18);
}
.btn-ghost-light { color: #fff; background: rgba(1,15,32,.58); border-color: rgba(255,255,255,.38); backdrop-filter: blur(12px); }
.btn-ghost-light:hover { color: #fff; background: rgba(8,119,201,.24); border-color: rgba(126,205,255,.75); }

.site-header {
  background: rgba(3,10,19,.88);
  border-color: rgba(126,205,255,.14);
  backdrop-filter: blur(20px) saturate(1.25);
}
.site-header.scrolled { background: rgba(3,10,19,.97); box-shadow: 0 14px 42px rgba(0,0,0,.34); }
.nav { height: 88px; }
.brand { min-width: 0; color: #fff; }
.brand .logo-lockup, .brand .brand-logo { width: clamp(158px, 15vw, 218px); height: auto; max-height: 64px; object-fit: contain; object-position: left center; }
.brand .logo-mark { width: 48px; height: 48px; object-fit: contain; }
.brand-text strong { color: #fff; }
.brand-text span { color: var(--brass-2); }
.nav-links { gap: 0; }
.nav-links a {
  color: #b7c5d4;
  border-radius: 4px;
  font-family: var(--font-head);
  font-size: .98rem;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.nav-links a:hover, .nav-links a.active { color: #fff; background: rgba(8,119,201,.14); }
.nav-phone { color: #dbe7f1; font-family: var(--font-head); letter-spacing: .035em; }
.nav-phone svg { color: var(--brass-2); }
.nav-cta { gap: 9px; }
.nav-cta .btn { min-height: 42px; padding: 10px 16px; font-size: .88rem; }
.nav-cta .nav-book { color: #fff; border: 1px solid rgba(84,185,255,.42); background: rgba(8,119,201,.12); }
.nav-cta .nav-book:hover { border-color: #54b9ff; background: rgba(8,119,201,.25); }
.mobile-phone { color: #fff; background: rgba(8,119,201,.18); border: 1px solid rgba(84,185,255,.32); }
.nav-toggle span { background: #fff; border-radius: 0; }
.mobile-menu { background: rgba(3,10,19,.99); border-color: var(--line); }
.mobile-menu a { color: #c0ceda; border-radius: 4px; font-family: var(--font-head); letter-spacing: .05em; text-transform: uppercase; }
.mobile-menu a:hover, .mobile-menu a.active { color: #fff; background: rgba(8,119,201,.16); }

.hero--photo { min-height: min(860px, calc(100vh - 88px)); border-bottom: 1px solid rgba(84,185,255,.18); }
.hero--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: repeating-linear-gradient(125deg, transparent 0 145px, rgba(84,185,255,.075) 145px 146px);
}
.hero--photo::after { height: 9px; background: linear-gradient(90deg, var(--brass) 0 22%, var(--sea) 22% 58%, transparent 58%); }
.hero--photo .hero-bg img { object-position: var(--hero-position, 62% 50%); filter: saturate(.95) contrast(1.1); }
.hero-scrim {
  background:
    linear-gradient(90deg, rgba(2,8,17,.98) 0%, rgba(2,8,17,.87) 36%, rgba(2,8,17,.3) 68%, rgba(2,8,17,.08) 100%),
    linear-gradient(0deg, rgba(1,8,17,.72), transparent 52%);
}
.hero-copy--photo { max-width: 720px; padding: clamp(88px, 11vw, 150px) 0 clamp(100px, 12vw, 156px); }
.hero-copy--photo h1 { max-width: 780px; text-transform: uppercase; letter-spacing: -.025em; }
.hero-title-sub {
  display: block;
  margin-top: .12em;
  color: var(--brass-2);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
  letter-spacing: .07em;
}
.hero h1 .hl { color: var(--brass-2); }
.hero p.lead { max-width: 680px; color: #d8e3ed; font-size: clamp(1.05rem,1.45vw,1.24rem); }
.hero-badges { border-color: rgba(136,199,241,.22); }
.hero-badge { color: #cad7e2; }

.trustbar { position: relative; z-index: 3; margin-top: -34px; }
.trustbar .container {
  background: linear-gradient(135deg, rgba(13,32,51,.98), rgba(6,20,35,.98));
  border: 1px solid rgba(84,185,255,.24);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
}
.trust-item .ti-icon { color: var(--brass-2); background: rgba(242,101,34,.12); border-radius: 4px; }
.trust-item strong { color: #fff; font-family: var(--font-head); letter-spacing: .04em; text-transform: uppercase; }
.trust-item span { color: #9fb0c1; }

.card, .form-card, .contact-tile, .area-card, .faq-item, .plan, .price-range-card, .price-table-wrap, .quote-widget {
  color: var(--ink-2);
  background: linear-gradient(145deg, rgba(15,32,49,.98), rgba(8,20,33,.98));
  border: 1px solid rgba(126,205,255,.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.card { border-top: 2px solid rgba(8,119,201,.58); }
.card:hover { transform: translateY(-5px); border-color: rgba(84,185,255,.52); box-shadow: var(--shadow); }
.card h3, .service-card h3, .contact-tile strong, .area-card dt { color: #fff; }
.service-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-showcase .service-card { min-height: 420px; }
.service-card .service-body { padding: 24px; }
.service-media { aspect-ratio: 16 / 8.8; border-bottom: 1px solid rgba(84,185,255,.2); }
.service-media img { filter: saturate(.92) contrast(1.06); }
.service-media img[src*="hero-commercial"] { transform: scale(1.18) rotate(-10deg); }
.service-card:hover .service-media img[src*="hero-commercial"] { transform: scale(1.22) rotate(-10deg); }
.service-icon { color: #65c1ff; background: rgba(8,119,201,.14); border: 1px solid rgba(84,185,255,.23); border-radius: 4px; }
.service-card .more { color: var(--brass-2); font-family: var(--font-head); font-size: 1rem; letter-spacing: .05em; text-transform: uppercase; }
.service-card .more svg { color: var(--brass-2); }

.split { gap: clamp(44px, 7vw, 96px); }
.media-frame { background: #081522; border-color: rgba(84,185,255,.26); border-radius: 8px; box-shadow: var(--shadow-lg); }
.media-frame.photo { clip-path: polygon(0 0, 94% 0, 100% 9%, 100% 100%, 6% 100%, 0 91%); }
.media-frame.photo img { object-position: var(--media-position, 50% 50%); filter: saturate(.94) contrast(1.06); }
.media-cap { color: #8295a8; }
.check-list .ck { color: #07111d; background: var(--brass); border-radius: 3px; }
.check-list strong { color: #fff; font-family: var(--font-head); font-size: 1.12rem; letter-spacing: .02em; }
.check-list span { color: var(--slate); }

.process-list.process-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
.process-step {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(14,31,48,.98), rgba(8,19,31,.98));
  border: 1px solid rgba(84,185,255,.18);
  border-radius: 8px;
}
.process-step::after { content: ""; position: absolute; right: -28px; bottom: -48px; width: 120px; height: 120px; border: 1px solid rgba(84,185,255,.12); transform: rotate(45deg); }
.process-step > span { color: var(--brass-2); background: transparent; font-size: 2.4rem; line-height: 1; }
.process-step h3 { color: #fff; text-transform: uppercase; letter-spacing: .03em; }

.pricing-grid { gap: clamp(38px,6vw,76px); }
.price-range-card { border-left: 3px solid var(--sea); }
.price-range-card strong, .size-examples strong, .finance-note strong { color: #fff; }
.price-range-card span { color: var(--brass-2); }
.size-examples { color: var(--slate); background: rgba(4,14,25,.7); border-color: rgba(84,185,255,.24); }
.quote-widget select, .field input, .field select, .field textarea {
  color: #f4f7fa;
  background: #071522;
  border-color: rgba(126,205,255,.26);
  border-radius: 5px;
}
.quote-widget select option, .field select option { color: #07111d; background: #fff; }
.qw-sizes button { color: #c2cfda; background: #071522; border-color: rgba(126,205,255,.2); border-radius: 4px; }
.qw-sizes button.active { color: #07111d; background: var(--brass); border-color: var(--brass); }
.qw-result { background: rgba(1,12,25,.64); border: 1px solid rgba(84,185,255,.14); }
.qw-price strong { color: #fff; }

.gallery-strip { gap: 12px; }
.gallery-tile { border-radius: 6px; border: 1px solid rgba(84,185,255,.2); box-shadow: var(--shadow); }
.gallery-tile img {
  filter: saturate(.96) contrast(1.06);
  object-position: var(--gallery-position, 50% 50%);
  transform: scale(var(--gallery-scale, 1)) rotate(var(--gallery-rotate, 0deg));
}
.gallery-caption { color: #fff; background: linear-gradient(transparent, rgba(0,7,17,.92)); }
.review-card { border-top-color: var(--brass); }
.review-card blockquote { color: #d8e1e9; }
.stars { color: var(--brass-2); }
.avatar { color: #fff; background: linear-gradient(140deg, var(--sea), #003c78); border: 1px solid rgba(126,205,255,.28); }
.review-author strong { color: #fff; }
.review-source-link { color: var(--brass-2); }
.review-source-link:hover { color: #fff; }

.area-list li { color: #dce6ef; }
.area-list li svg { color: var(--brass-2); }
.map-frame { border-color: rgba(84,185,255,.22); border-radius: 8px; background: var(--surface); }
.map-frame iframe { filter: grayscale(.75) invert(.9) hue-rotate(175deg) saturate(.75) contrast(.85); }
.faq-q { color: #f3f7fa; }
.faq-q .chev { color: #78c9ff; background: rgba(8,119,201,.15); border-radius: 4px; }
.faq-a p { color: var(--slate); }
.contact-tile .ct-icon { color: var(--brass-2); background: rgba(242,101,34,.1); border-radius: 4px; }
.contact-tile a, .contact-tile p { color: var(--slate); }
.aside-photo { border-color: rgba(84,185,255,.22); border-radius: 8px; }
.aside-photo img { object-position: var(--media-position, 50% 50%); }
.form-success { color: #a8e7ff; background: rgba(8,119,201,.14); border-color: rgba(84,185,255,.28); }
.form-error { color: #ffb7ae; background: rgba(180,35,24,.12); border-color: rgba(255,130,115,.28); }

.cta-band { border-radius: 10px; border: 1px solid rgba(84,185,255,.28); box-shadow: var(--shadow-lg); }
.cta-band::before { background: linear-gradient(115deg, rgba(0,17,40,.98), rgba(0,27,61,.88) 58%, rgba(3,11,20,.84)); }
.cta-band-bg img { opacity: .22; }

.site-footer { background: #020711; color: #91a2b3; border-top: 1px solid rgba(84,185,255,.16); }
.footer-brand .brand .logo-lockup, .footer-brand .brand .brand-logo { width: min(250px,100%); max-height: 78px; object-fit: contain; object-position: left center; }
.footer-brand p, .footer-col a, .footer-contact li { color: #91a2b3; }
.footer-heading { color: #fff; font-size: .95rem; }
.footer-bottom { border-color: rgba(84,185,255,.12); }

.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(0,27,61,.96), rgba(4,12,22,.98)),
    var(--bg);
  border-color: rgba(84,185,255,.16);
  padding: clamp(64px,8vw,112px) 0;
}
.page-hero::after { content:""; position:absolute; right:-80px; top:-180px; width:460px; height:460px; border:1px solid rgba(84,185,255,.12); transform:rotate(45deg); }
.page-hero h1 { color: #fff; max-width: 920px; text-transform: uppercase; }
.page-hero p { color: #b9c8d6; max-width: 760px; font-size: 1.08rem; }
.breadcrumb, .breadcrumb a, .service-hero .breadcrumb, .service-hero .breadcrumb a { color: #8fa3b6; }

.service-hero { min-height: clamp(580px, 70vh, 780px); }
.service-hero-bg img { object-position: var(--hero-position, 50% 50%); filter: saturate(.9) contrast(1.1); }
.service-hero-bg img[src*="hero-commercial"] { transform: scale(1.18) rotate(-10deg); }
.service-hero-scrim { background: linear-gradient(90deg, rgba(2,8,17,.98) 0%, rgba(2,8,17,.87) 42%, rgba(2,8,17,.24) 76%, rgba(2,8,17,.06)); }
.service-hero::after { background: linear-gradient(90deg, var(--brass) 0 20%, var(--sea) 20% 55%, transparent 55%); }
.service-hero-copy { max-width: 760px; }
.service-hero h1 { text-transform: uppercase; font-size: clamp(3.2rem,6.6vw,6.3rem); }
.price-table th, .price-table td { border-color: var(--line-2); }
.price-table thead th { color: #8fcfff; background: rgba(8,119,201,.12); }
.price-table tbody th, .price-table tbody td, .price-table a { color: #edf4fa; }
.badge-soft, .service-tag { color: #91d4ff; background: rgba(8,119,201,.15); border-radius: 4px; }
.finance-note { color: var(--slate); background: rgba(242,101,34,.08); border-color: rgba(242,101,34,.24); }
.blog-prose { font-size: 1.04rem; }
.blog-prose p { color: #bdcad6; }
.blog-prose h2 { color: #fff; }

.sticky-actions {
  isolation: isolate;
  background: rgba(2,7,17,.97);
  border-color: rgba(84,185,255,.2);
  backdrop-filter: blur(16px);
}
.sticky-actions a { position: relative; z-index: 1; border-radius: 4px; font-family: var(--font-head); letter-spacing: .04em; text-transform: uppercase; }
.sticky-actions .sa-call { color: #fff; background: #0b1b2b; border-color: rgba(84,185,255,.22); }
.sticky-actions .sa-book { color: #fff; background: #005398; }
.sticky-actions .sa-quote { color: #07111d; background: var(--brass); }

@media (max-width: 1120px) {
  .nav-links { gap: 0; }
  .nav-links a { padding-inline: 9px; }
  .nav-phone { display: none; }
}

@media (max-width: 899px) {
  .nav { height: 74px; }
  .brand .logo-lockup, .brand .brand-logo { width: 158px; max-height: 54px; }
  .hero--photo { min-height: 0; }
  .hero--photo .hero-bg { inset: 0 0 auto; height: 360px; }
  .hero--photo .hero-bg img { object-position: var(--hero-position-mobile, 58% 50%); }
  .hero-scrim { background: linear-gradient(180deg, rgba(2,8,17,.08) 0, rgba(2,8,17,.34) 190px, #020811 360px, #020811 100%); }
  .hero-copy--photo { padding: 305px 0 66px; }
  .hero-copy--photo h1 { font-size: clamp(3.35rem,15vw,5.4rem); }
  .trustbar { margin-top: 0; }
  .trustbar .container { border-inline: 0; border-radius: 0; }
  .service-showcase { grid-template-columns: 1fr; }
  .service-showcase .service-card { min-height: 0; }
  .process-list.process-row { grid-template-columns: 1fr; }
  .service-hero-bg img { object-position: var(--hero-position-mobile, var(--hero-position, 50% 50%)); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding-block: 68px; }
  h2 { font-size: clamp(2.35rem,12vw,3.25rem); }
  .hero--photo { min-height: 0; }
  .hero--photo .hero-bg { height: 300px; }
  .hero-scrim { background: linear-gradient(180deg, rgba(2,8,17,.06) 0, rgba(2,8,17,.32) 140px, #020811 300px, #020811 100%); }
  .hero-copy--photo { padding: 250px 0 48px; }
  .hero-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; padding-top: 20px; }
  .hero-badge { font-size: .79rem; }
  .trustbar .container { padding-block: 24px; }
  .trust-item:nth-child(n+4) { display: none; }
  .service-media { aspect-ratio: 16 / 9; }
  .gallery-tile, .gallery-tile.large { min-height: 260px; }
  .cta-band { border-radius: 6px; }
  .site-footer { padding-bottom: 76px; }
}

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