:root{
  --accent:#db2e3f;
  --dark:#281517;
  --light:#f7f5f5;
  --font:'Red Hat Display',system-ui,sans-serif;
  --radius:10px;
  --heading-transform:none;
  --heading-spacing:normal;
}
/* pipeline typographic safety */
img,svg,video,canvas{max-width:100%;height:auto;}
h1,h2,h3,h4,h5,h6,.footer-mark,.footer-wordmark,.footer-brand{text-wrap:balance;overflow-wrap:break-word;}
p,li,blockquote,figcaption,dd,dt{text-wrap:pretty;}
body{overflow-wrap:break-word;}
a,cite,code,.label{overflow-wrap:anywhere;}
main :where(section,article,div,ul,ol,li){min-width:0;}
/* On-Call Services — bright, phone-first home-services system.
   Palette, font and corner radius arrive as CSS custom properties (a :root
   block is prepended at render). Everything here is palette-agnostic: colour
   comes only from var(--accent)/var(--dark)/var(--light) and color-mix
   derivations, never a hardcoded brand hue. Character comes from a persistent
   call button, bold accent colour-blocking (trust band + final CTA), a
   reassuring card grid with generous tap targets, and soft friendly corners. */

:root {
  --line: color-mix(in srgb, var(--dark) 12%, transparent);
  --line-strong: color-mix(in srgb, var(--dark) 22%, transparent);
  --ink-soft: color-mix(in srgb, var(--dark) 62%, var(--light));
  --tint: color-mix(in srgb, var(--accent) 5%, var(--light));
  --tint-2: color-mix(in srgb, var(--accent) 10%, var(--light));
  --surface: color-mix(in srgb, white 82%, var(--light));
  --accent-ink: color-mix(in srgb, var(--accent) 68%, var(--dark));
  --accent-soft: color-mix(in srgb, var(--accent) 12%, var(--light));
  --on-accent: color-mix(in srgb, white 94%, var(--accent));
  --shadow: 0 18px 40px -26px color-mix(in srgb, var(--dark) 55%, transparent);
  --shadow-sm: 0 8px 22px -16px color-mix(in srgb, var(--dark) 50%, transparent);
  --ico-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.58.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.4 21 3 13.6 3 4.4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.46.57 3.58.12.35.03.75-.24 1.02L6.6 10.8z'/%3E%3C/svg%3E");
  --ico-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l7.5 3.2v5.6c0 4.6-3.2 8.8-7.5 10-4.3-1.2-7.5-5.4-7.5-10V5.2L12 2zm3.5 6.6l-4.6 4.6-2.1-2.1-1.4 1.4 3.5 3.5 6-6-1.4-1.4z'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--font); color: var(--dark); background: var(--light); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 46px); }

h1, h2, h3, h4 { font-weight: 800; line-height: 1.08; text-transform: var(--heading-transform); letter-spacing: var(--heading-spacing); margin: 0; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-ink); }
.eyebrow::before { content: ""; width: 20px; height: 3px; border-radius: 3px; background: var(--accent); }

.section-head { max-width: 60ch; margin-bottom: clamp(30px, 4vw, 48px); }
.section-title { font-size: clamp(1.8rem, 3.6vw, 2.7rem); line-height: 1.05; margin-top: 14px; }

.ico { display: inline-block; width: 1em; height: 1em; flex: none; background: currentColor; -webkit-mask: var(--m) center / contain no-repeat; mask: var(--m) center / contain no-repeat; }
.ico-phone { --m: var(--ico-phone); }
.ico-shield { --m: var(--ico-shield); }

/* ── Buttons (generous tap targets, friendly rounded) ─────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 26px; border-radius: var(--radius); border: 2px solid var(--accent); background: var(--accent); color: var(--on-accent); font-family: var(--font); font-weight: 700; font-size: 1rem; text-decoration: none; cursor: pointer; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn:active { transform: translateY(0); }
.btn-lg { min-height: 58px; padding: 17px 32px; font-size: 1.06rem; }
.btn-accent:hover { background: color-mix(in srgb, var(--accent) 86%, black); border-color: color-mix(in srgb, var(--accent) 86%, black); }
.btn-ghost { background: transparent; color: var(--dark); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-ink); }
.btn-book { min-height: 44px; padding: 10px 20px; background: transparent; color: var(--accent-ink); border-color: color-mix(in srgb, var(--accent) 40%, transparent); font-size: .95rem; }
.btn-book:hover { background: var(--accent-soft); border-color: var(--accent); color: var(--accent-ink); }
.btn-outline { background: transparent; color: var(--accent-ink); border-color: var(--line-strong); min-height: 48px; font-size: .96rem; }
.btn-outline:hover { border-color: var(--accent); color: var(--accent-ink); background: var(--accent-soft); }
.btn-hascall .ico, .btn-call .ico { font-size: 1.05em; }
:where(a, button):focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

/* Persistent header call button — never collapses into the mobile menu */
.btn-call { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 8px 18px; border-radius: var(--radius); background: var(--accent); color: var(--on-accent); font-weight: 700; font-size: .98rem; text-decoration: none; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.btn-call .ico { font-size: 1.15em; }
.btn-call:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); background: color-mix(in srgb, var(--accent) 86%, black); }

/* ── Header / nav ─────────────────────────────────────────────────────── */
.site-header { position: sticky; top: 42px; z-index: 900; background: color-mix(in srgb, var(--light) 88%, transparent); backdrop-filter: saturate(150%) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); height: 74px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; font-weight: 800; font-size: 1.16rem; letter-spacing: -.01em; text-decoration: none; }
.wordmark::before { content: ""; width: 12px; height: 12px; border-radius: 4px; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.nav { display: flex; align-items: center; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); list-style: none; margin: 0; padding: 0; }
.nav-links > li > a:not(.btn) { position: relative; text-decoration: none; font-size: .96rem; font-weight: 600; color: var(--ink-soft); padding: 6px 0; transition: color .2s ease; }
.nav-links > li > a:not(.btn):hover { color: var(--accent-ink); }
.nav-links > li > a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; border-radius: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.nav-links > li > a:not(.btn):hover::after { transform: scaleX(1); }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; padding: 0; background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); cursor: pointer; }
.nav-toggle span { display: block; height: 2.5px; width: 22px; margin: 0 auto; border-radius: 2px; background: var(--dark); }
section { scroll-margin-top: 128px; position: relative; }

/* ── Hero (bright, homeowner-facing split) ────────────────────────────── */
.hero { background: radial-gradient(120% 130% at 88% 4%, var(--tint-2), transparent 52%), linear-gradient(180deg, var(--tint), var(--light)); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(color-mix(in srgb, var(--accent) 20%, transparent) 1.4px, transparent 1.4px); background-size: 26px 26px; opacity: .35; -webkit-mask-image: radial-gradient(120% 90% at 6% 0%, #000 18%, transparent 60%); mask-image: radial-gradient(120% 90% at 6% 0%, #000 18%, transparent 60%); }
.hero-inner { position: relative; z-index: 1; display: grid; gap: clamp(30px, 5vw, 60px); padding: clamp(56px, 8vw, 104px) 0 clamp(50px, 7vw, 90px); align-items: center; }
.hero--split .hero-inner { grid-template-columns: 1.08fr .92fr; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: clamp(18px, 2.6vw, 26px); }
.hero-title { font-size: clamp(2.4rem, 6vw, 4.1rem); line-height: 1.02; max-width: 15ch; }
.hero-subline { margin: 0; max-width: 46ch; font-size: clamp(1.06rem, 1.7vw, 1.25rem); color: var(--ink-soft); line-height: 1.5; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 4px; }
.hero-media { position: relative; }
.hero-media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: calc(var(--radius) * 2.2); box-shadow: var(--shadow); }
.hero--split .hero-media::after { content: ""; position: absolute; right: -14px; bottom: -14px; width: 118px; height: 118px; border-radius: calc(var(--radius) * 2.2); background: var(--accent); z-index: -1; }
.hero-media-fallback { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; min-height: 340px; padding: clamp(28px, 4vw, 46px); border-radius: calc(var(--radius) * 2.2); background: linear-gradient(160deg, var(--accent), color-mix(in srgb, var(--accent) 72%, black)); color: var(--on-accent); box-shadow: var(--shadow); }
.hero-media-fallback .ico { font-size: 2.6rem; }
.hero-media-fallback strong { font-size: clamp(3rem, 7vw, 4.6rem); font-weight: 800; line-height: 1; }
.hero-media-fallback span { font-size: 1.05rem; opacity: .92; }

/* ── Trust band (bold safety-colour block, white badges) ──────────────── */
.trust { background: var(--accent); color: var(--on-accent); }
.trust-inner { padding: clamp(22px, 3vw, 30px) 0; }
.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px clamp(20px, 4vw, 48px); list-style: none; margin: 0; padding: 0; }
.trust-badges li { display: inline-flex; align-items: center; gap: 11px; font-size: clamp(.98rem, 1.5vw, 1.12rem); font-weight: 700; }
.trust-badges .ico { font-size: 1.5em; color: var(--on-accent); }
.trust-ticker { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 14px; list-style: none; margin: 0; padding: 0; }
.trust-ticker li { display: inline-flex; align-items: center; padding: 8px 18px; border-radius: 999px; background: color-mix(in srgb, white 18%, transparent); border: 1px solid color-mix(in srgb, white 34%, transparent); font-weight: 700; font-size: .96rem; }
.trust-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px clamp(30px, 6vw, 70px); }
.trust-stat { font-size: clamp(1.2rem, 2.4vw, 1.7rem); font-weight: 800; text-align: center; }
.trust-proof { margin: 0; text-align: center; font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 700; line-height: 1.35; }

/* ── Services (reassuring card grid, big tap targets) ─────────────────── */
.services { padding: clamp(64px, 9vw, 116px) 0; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(272px, 1fr)); gap: clamp(16px, 2vw, 24px); list-style: none; margin: 0; padding: 0; }
.service-card { position: relative; display: flex; flex-direction: column; gap: 12px; padding: clamp(24px, 3vw, 34px); background: var(--surface); border: 1px solid var(--line); border-radius: calc(var(--radius) * 1.6); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .24s cubic-bezier(.2,.7,.2,1), box-shadow .24s ease, border-color .24s ease; }
.service-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--accent); transform: scaleY(0); transform-origin: top; transition: transform .28s cubic-bezier(.2,.7,.2,1); }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--accent) 34%, var(--line)); }
.service-card:hover::before { transform: scaleY(1); }
.service-num { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: calc(var(--radius) * 1.3); background: var(--accent-soft); color: var(--accent-ink); font-weight: 800; font-size: 1.05rem; }
.service-name { font-size: 1.3rem; line-height: 1.15; }
.service-desc { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.55; }

/* ── Coverage / service area (friendly town grid) ─────────────────────── */
.coverage { padding: clamp(60px, 8vw, 104px) 0; background: var(--tint); }
.coverage-inner { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.coverage-head { max-width: 42ch; }
.coverage-note { margin: 16px 0 0; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.55; }
.coverage-towns { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.coverage-towns li { display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); font-weight: 600; font-size: .98rem; }
.coverage-towns li::before { content: ""; width: 10px; height: 10px; border-radius: 50% 50% 50% 0; background: var(--accent); transform: rotate(45deg); flex: none; }

/* ── How it works (numbered flow with a connecting rail) ──────────────── */
.how { padding: clamp(64px, 9vw, 116px) 0; }
.how-rail { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: clamp(24px, 3vw, 38px); }
.how-rail::before { content: ""; position: absolute; top: 29px; left: 8%; right: 8%; height: 2px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 10px, transparent 10px 20px); }
.how-step { position: relative; }
.how-num { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: var(--accent); color: var(--on-accent); font-weight: 800; font-size: 1.3rem; box-shadow: 0 0 0 6px var(--light); }
.how-title { margin: 20px 0 8px; font-size: 1.24rem; line-height: 1.15; }
.how-body { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.55; max-width: 34ch; }

/* ── Plans / packages (tiered cards, no prices) ───────────────────────── */
.plans { padding: clamp(60px, 8vw, 104px) 0; background: var(--tint); }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: clamp(18px, 2.4vw, 26px); align-items: stretch; }
.plan { display: flex; flex-direction: column; gap: 16px; padding: clamp(26px, 3vw, 36px); background: var(--surface); border: 1px solid var(--line); border-radius: calc(var(--radius) * 1.8); box-shadow: var(--shadow-sm); }
.plan-name { font-size: 1.42rem; line-height: 1.12; }
.plan-summary { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.55; }
.plan-features { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.plan-features li { position: relative; padding-left: 30px; font-size: .98rem; line-height: 1.45; }
.plan-features li::before { content: ""; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; background: var(--accent-soft); }
.plan-features li::after { content: ""; position: absolute; left: 6px; top: 6px; width: 8px; height: 4.5px; border-left: 2.5px solid var(--accent-ink); border-bottom: 2.5px solid var(--accent-ink); transform: rotate(-45deg); }
.plan-cta { margin-top: auto; align-self: flex-start; }
.plans-grid .plan:nth-child(3n+2) { border-color: color-mix(in srgb, var(--accent) 55%, transparent); box-shadow: var(--shadow); }
.plans-grid .plan:nth-child(3n+2) .plan-name { color: var(--accent-ink); }
.plans-grid .plan:nth-child(3n+2) .plan-cta { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.plans-grid .plan:nth-child(3n+2) .plan-cta:hover { background: color-mix(in srgb, var(--accent) 86%, black); }

/* ── Proof (homeowner reviews / stats / photos) ───────────────────────── */
.proof { padding: clamp(60px, 8vw, 104px) 0; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(18px, 2.4vw, 26px); }
.review { position: relative; margin: 0; padding: clamp(26px, 3vw, 34px); background: var(--surface); border: 1px solid var(--line); border-radius: calc(var(--radius) * 1.6); box-shadow: var(--shadow-sm); }
.review::before { content: "\201C"; position: absolute; top: 6px; right: 20px; font-size: 4.6rem; line-height: 1; color: var(--accent-soft); font-family: Georgia, "Times New Roman", serif; }
.review p { position: relative; margin: 0 0 18px; font-size: 1.08rem; line-height: 1.5; }
.review cite { font-style: normal; font-weight: 700; font-size: .92rem; color: var(--accent-ink); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: clamp(18px, 2.4vw, 28px); }
.stat { padding: clamp(22px, 2.6vw, 32px); background: var(--surface); border: 1px solid var(--line); border-radius: calc(var(--radius) * 1.6); box-shadow: var(--shadow-sm); }
.stat-value { display: block; font-size: clamp(2.2rem, 4.4vw, 3.2rem); font-weight: 800; color: var(--accent-ink); line-height: 1; }
.stat-label { display: block; margin-top: 10px; font-size: .92rem; color: var(--ink-soft); }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.photo-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: calc(var(--radius) * 1.6); box-shadow: var(--shadow-sm); }

/* ── About (story + call panel) ───────────────────────────────────────── */
.about { padding: clamp(64px, 9vw, 116px) 0; background: var(--tint); }
.about-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.about-copy { max-width: 56ch; }
.about-copy .section-title { margin-bottom: 18px; }
.about-body { margin: 0; font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--ink-soft); line-height: 1.6; }
.about-badge { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding: 12px 20px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line-strong); font-weight: 700; font-size: .95rem; }
.about-badge .ico { font-size: 1.3em; color: var(--accent); }
.about-panel { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: clamp(28px, 3.5vw, 42px); border-radius: calc(var(--radius) * 2); background: var(--dark); color: var(--light); box-shadow: var(--shadow); }
.about-panel .ico { font-size: 2rem; color: color-mix(in srgb, var(--accent) 70%, white); }
.about-panel strong { font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 800; line-height: 1.1; }
.about-panel span { color: color-mix(in srgb, var(--light) 78%, var(--dark)); font-size: 1rem; }

/* ── Final CTA (bold accent block) ────────────────────────────────────── */
.final-cta { background: var(--accent); color: var(--on-accent); padding: clamp(60px, 8vw, 100px) 0; overflow: hidden; }
.final-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: clamp(26px, 4vw, 56px); align-items: center; }
.final-title { font-size: clamp(2rem, 4.6vw, 3.3rem); line-height: 1.04; max-width: 18ch; }
.final-sentence { margin: 16px 0 0; max-width: 48ch; font-size: 1.12rem; line-height: 1.5; color: var(--on-accent); opacity: .92; }
.final-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.final-cta .btn-accent { background: var(--light); border-color: var(--light); color: var(--accent-ink); }
.final-cta .btn-accent:hover { background: white; border-color: white; }
.final-cta .btn-ghost { background: transparent; color: var(--on-accent); border-color: color-mix(in srgb, white 55%, transparent); }
.final-cta .btn-ghost:hover { border-color: white; color: white; }

/* ── Footer ───────────────────────────────────────────────────────────── */
.site-footer { background: var(--dark); color: var(--light); padding: clamp(52px, 7vw, 84px) 0 32px; }
.footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.footer-mark { font-size: clamp(1.9rem, 4.4vw, 3rem); font-weight: 800; letter-spacing: -.01em; line-height: 1; }
.footer-tagline { margin: 18px 0 clamp(34px, 4.5vw, 52px); max-width: 46ch; color: color-mix(in srgb, var(--light) 76%, var(--dark)); font-size: 1.02rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-top: clamp(28px, 4vw, 44px); border-top: 1px solid color-mix(in srgb, var(--light) 18%, transparent); }
.footer-col h4 { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: color-mix(in srgb, var(--accent) 62%, white); margin-bottom: 15px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { text-decoration: none; color: color-mix(in srgb, var(--light) 78%, var(--dark)); font-size: .98rem; transition: color .2s ease; }
.footer-col a:hover { color: color-mix(in srgb, var(--accent) 66%, white); }
.footer-col li { color: color-mix(in srgb, var(--light) 78%, var(--dark)); font-size: .98rem; }
.footer-legal { margin-top: clamp(32px, 4vw, 48px); font-size: .82rem; color: color-mix(in srgb, var(--light) 52%, var(--dark)); }

/* ── Reveal ───────────────────────────────────────────────────────────── */
.reveal-init { opacity: 0; transform: translateY(16px); }
.reveal-in { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
  .hero-copy > *:nth-child(1) { animation-delay: .04s; }
  .hero-copy > *:nth-child(2) { animation-delay: .12s; }
  .hero-copy > *:nth-child(3) { animation-delay: .2s; }
  .hero-copy > *:nth-child(4) { animation-delay: .28s; }
  .hero-media { animation: rise .8s cubic-bezier(.2,.7,.2,1) .18s both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 940px) {
  .hero--split .hero-inner { grid-template-columns: 1fr; }
  .hero-media { max-width: 520px; }
  .coverage-inner { grid-template-columns: 1fr; gap: clamp(22px, 4vw, 32px); }
  .about-inner { grid-template-columns: 1fr; }
  .about-panel { order: -1; }
  .how-rail::before { display: none; }
}
@media (max-width: 700px) {
  .nav { order: 3; }
  .nav-toggle { display: flex; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--light); border-bottom: 1px solid var(--line-strong); box-shadow: var(--shadow-sm); padding: 8px clamp(20px, 4vw, 46px) 18px; display: none; }
  .nav-links.open { display: flex; }
  .nav-links > li { padding: 2px 0; }
  .nav-links > li > a:not(.btn) { display: block; padding: 13px 0; min-height: 44px; }
  .nav-links > li > a:not(.btn)::after { display: none; }
  .nav-cta-li { padding-top: 8px; }
  .nav-cta-li .btn-book { display: inline-flex; }
  .header-inner { position: relative; }
  .final-inner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .header-inner { gap: 12px; }
  .hero-ctas .btn { flex: 1 1 auto; }
}
@media (max-width: 400px) {
  .btn-call { padding: 10px; min-width: 46px; justify-content: center; }
  .btn-call-text { display: none; }
  .trust-badges { justify-content: flex-start; }
  .hero-media-fallback { min-height: 240px; }
}
