/* =============================================================
   CELESTIE CLEANING — STYLES
   Minimal + Professional + Friendly + Premium + Modern
   ============================================================= */

/* ---------- Fonts (self-hosted, SIL Open Font License — see /assets/fonts/) ---------- */
@font-face { font-family: 'Newsreader'; src: url('/assets/fonts/newsreader-opsz.woff2') format('woff2-variations'), url('/assets/fonts/newsreader-opsz.woff2') format('woff2'); font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Newsreader'; src: url('/assets/fonts/newsreader-italic.woff2') format('woff2-variations'), url('/assets/fonts/newsreader-italic.woff2') format('woff2'); font-weight: 200 800; font-style: italic; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('/assets/fonts/manrope.woff2') format('woff2-variations'), url('/assets/fonts/manrope.woff2') format('woff2'); font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Newsreader Fallback'; src: local('Georgia'); size-adjust: 94%; ascent-override: 96%; descent-override: 26%; line-gap-override: 0%; }
@font-face { font-family: 'Manrope Fallback'; src: local('Arial'); size-adjust: 103%; ascent-override: 104%; descent-override: 29%; line-gap-override: 0%; }

/* ---------- Tokens ---------- */
:root {
  --navy: #102F52;
  --navy-900: #0A2240;
  --navy-700: #1A3D66;
  --blue: #2878D8;
  --blue-bright: #3B91F3;
  --blue-50: #EEF7FF;
  --blue-100: #DCEBFB;
  --tint: #F1F6FC;       /* light blue-grey section */
  --tint-2: #E8F1FB;     /* slightly deeper tint */
  --off: #FCFCFB;
  --grey: #F5F7F9;
  --warm: #F7F3EE;
  --text: #142437;
  --muted: #5A6B80;
  --line: #E4EAF1;
  --line-strong: #D3DDE8;
  --wa: #1DA851;
  --logo-accent: var(--blue-bright);

  --serif: 'Newsreader', 'Newsreader Fallback', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', 'Manrope Fallback', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --serif-w: 460;   /* default weight for serif headings */

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --shadow-sm: 0 1px 2px rgba(16, 47, 82, .06), 0 2px 8px rgba(16, 47, 82, .04);
  --shadow: 0 2px 6px rgba(16, 47, 82, .05), 0 12px 32px rgba(16, 47, 82, .08);
  --shadow-lg: 0 8px 20px rgba(16, 47, 82, .08), 0 32px 64px rgba(16, 47, 82, .12);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --header-h: 76px;
  --gutter: clamp(20px, 4vw, 40px);
  --section: clamp(72px, 9vw, 128px);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0; font-family: var(--sans); font-size: 16.5px; line-height: 1.62; color: var(--text); letter-spacing: -.003em;
  background: var(--off); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
  font-kerning: normal;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); }
p { margin: 0 0 1em; text-wrap: pretty; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; color: var(--navy); font-weight: var(--serif-w); font-optical-sizing: auto; text-wrap: balance; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--blue-100); color: var(--navy); }
[hidden] { display: none !important; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 var(--gutter); }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 200; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: var(--r-sm); }
.skip-link:focus { top: 12px; color: #fff; }
.muted { color: var(--muted); font-weight: 400; }
.icon { flex-shrink: 0; }

/* ---------- Type ---------- */
/* figures in prices line up neatly */
.price-table td, .res__price, .res__lines, .price-badge strong, .addon__price, .calc select, .result__total-value { font-variant-numeric: lining-nums tabular-nums; }
.h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.5rem, 4.6vw, 4.2rem); line-height: 1.05; letter-spacing: -.022em; }
.h2 { font-family: var(--serif); font-size: clamp(1.95rem, 3.2vw, 2.85rem); line-height: 1.08; letter-spacing: -.018em; }
.h2--xl { font-size: clamp(2.2rem, 4.2vw, 3.6rem); }
.h3 { font-family: var(--serif); font-size: clamp(1.4rem, 1.9vw, 1.75rem); line-height: 1.15; letter-spacing: -.012em; }
.h1 em, .h2 em { font-style: normal; color: var(--blue); }
.eyebrow { font-size: .72rem; font-weight: 650; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); margin: 0 0 16px; }
.br-lg { display: none; }
@media (min-width: 1100px) { .br-lg { display: inline; } }

/* ---------- Buttons ---------- */
.btn {
  --h: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: var(--h); padding: 0 24px; border-radius: 999px; border: 1.5px solid transparent;
  font-weight: 650; font-size: .95rem; letter-spacing: .005em; line-height: 1; white-space: nowrap;
  transition: transform .25s var(--ease), background-color .25s, box-shadow .25s, color .25s, border-color .25s;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn .icon { transition: transform .25s var(--ease); }
.btn:hover .icon:last-child { transform: translateX(2px); }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(40, 120, 216, .28); }
.btn--primary:hover { background: #1F6AC4; color: #fff; box-shadow: 0 10px 26px rgba(40, 120, 216, .34); }
.btn--ghost { background: #fff; color: var(--navy); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--navy); color: var(--navy); }
.btn--wa { background: #fff; color: var(--navy); border-color: var(--line-strong); }
.btn--wa .icon { color: var(--wa); }
.btn--wa:hover { border-color: var(--wa); color: var(--navy); }
.btn--light { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn--light:hover { background: rgba(255, 255, 255, .18); color: #fff; border-color: #fff; }
.btn--sm { --h: 42px; padding: 0 18px; font-size: .88rem; }
.btn--lg { --h: 58px; font-size: 1rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.icon-btn {
  display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: transparent; border: 1.5px solid var(--line); color: var(--navy); transition: border-color .2s, background .2s;
}
.icon-btn:hover { border-color: var(--navy); color: var(--navy); }
.icon-btn--wa { color: var(--wa); }
.icon-btn--wa:hover { border-color: var(--wa); color: var(--wa); }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .92rem; color: var(--blue); white-space: nowrap; }
.link-arrow .icon { transition: transform .25s var(--ease); }
.link-arrow:hover .icon { transform: translateX(3px); }

/* ---------- Logo (placeholder wordmark) ---------- */
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); }
.logo__mark { width: 40px; height: 40px; }
.logo__text { display: flex; flex-direction: column; line-height: 1; }
.logo__name { font-family: var(--serif); font-size: 1.85rem; letter-spacing: -.01em; }
.logo__sub { font-size: .58rem; font-weight: 700; letter-spacing: .42em; text-transform: uppercase; color: var(--blue); margin-top: 3px; padding-left: 2px; }
.logo--dark { color: #fff; }
.logo--dark .logo__sub { color: #9CC7F8; }
.logo-img { display: block; height: 60px; width: auto; }
.drawer__top .logo-img { height: 44px; }
.footer__brand .logo-img { height: 64px; }
@media (max-width: 1059px) { .header__logo .logo-img { height: 52px; } }
@media (max-width: 560px) { .header__logo .logo-img { height: 46px; } }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100; height: var(--header-h);
  background: rgba(252, 252, 251, .86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s;
}
.header.is-scrolled { border-color: var(--line); box-shadow: 0 6px 24px rgba(16, 47, 82, .05); }
.header__inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.header__logo { display: flex; margin-right: auto; }
.nav { display: none; }
.nav__list { display: flex; gap: 4px; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 4px; height: 40px; padding: 0 14px; border-radius: 999px;
  background: none; border: 0; font-size: .93rem; font-weight: 560; color: var(--text); position: relative;
}
.nav__link:hover, .nav__link[aria-expanded="true"] { color: var(--blue); }
.nav__link.is-active::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; border-radius: 2px; background: var(--blue); }
.nav__dd-btn.is-active::after { right: 32px; }
.nav__dd-btn .icon { transition: transform .25s var(--ease); }
.nav__dd-btn[aria-expanded="true"] .icon { transform: rotate(180deg); }

.mega {
  position: absolute; top: calc(100% + 14px); left: 50%; width: 680px; transform: translate(-50%, 8px);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: 14px; opacity: 0; visibility: hidden; transition: opacity .22s, transform .22s var(--ease), visibility .22s;
}
.mega::before { content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.nav__item--dd.is-open .mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.mega__link { display: block; padding: 12px 14px; border-radius: var(--r-sm); font-weight: 700; font-size: .9rem; color: var(--navy); }
.mega__link span { display: block; font-weight: 500; font-size: .8rem; color: var(--muted); margin-top: 2px; }
.mega__link:hover { background: var(--blue-50); color: var(--blue); }
.mega__foot { display: flex; justify-content: space-between; margin-top: 8px; padding: 14px 14px 6px; border-top: 1px solid var(--line); }

.header__actions { display: flex; align-items: center; gap: 10px; }
.header__phone { display: none; align-items: center; gap: 8px; font-weight: 700; font-size: .92rem; color: var(--navy); padding: 0 6px; }
.header__phone .icon { color: var(--blue); }
.header__cta { display: none; }
.header .icon-btn--wa { display: none; }

@media (min-width: 560px) { .header__cta { display: inline-flex; } }
@media (min-width: 1060px) {
  .nav { display: block; }
  .header__burger { display: none; }
  .header .icon-btn--wa { display: inline-grid; }
  .header__logo { margin-right: 0; }
  .nav { margin: 0 auto; }
}
@media (min-width: 1240px) { .header__phone { display: inline-flex; } }

/* ---------- Mobile drawer ---------- */
.drawer { position: fixed; inset: 0; z-index: 150; background: rgba(10, 34, 64, .35); backdrop-filter: blur(3px); animation: fade .25s ease; }
.drawer__panel {
  position: absolute; inset: 0 0 0 auto; width: min(420px, 100%); background: var(--off); overflow-y: auto;
  padding: 16px var(--gutter) 32px; display: flex; flex-direction: column; animation: slide .3s var(--ease);
}
.drawer__top { display: flex; align-items: center; justify-content: space-between; height: 60px; margin-bottom: 12px; }
.drawer__list > li { border-bottom: 1px solid var(--line); }
.drawer__list a, .drawer__services summary {
  display: flex; align-items: center; justify-content: space-between; min-height: 58px;
  font-family: var(--serif); font-size: 1.45rem; color: var(--navy); cursor: pointer; list-style: none;
}
.drawer__services summary::-webkit-details-marker { display: none; }
.drawer__services[open] summary .icon { transform: rotate(180deg); }
.drawer__services ul { padding: 0 0 12px 2px; }
.drawer__services ul a { min-height: 44px; font-family: var(--sans); font-size: 1rem; font-weight: 600; color: var(--text); }
.drawer__actions { margin-top: auto; padding-top: 28px; display: grid; gap: 12px; }
.drawer__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.drawer__area { display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--muted); font-size: .9rem; margin: 6px 0 0; }
@keyframes fade { from { opacity: 0; } }
@keyframes slide { from { transform: translateX(40px); opacity: 0; } }

/* ---------- Hero (full-width photo, text over a soft white veil, no animation) ---------- */
/* Homepage: header floats transparently over the hero until the page is scrolled */
.page-home .header:not(.is-scrolled) { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: none; }
.page-home .header:not(.is-scrolled) .icon-btn--wa { background: rgba(255, 255, 255, .85); }

.hero {
  position: relative; overflow: hidden; display: flex; flex-direction: column; background: #F5F9FF;
  margin-top: calc(-1 * var(--header-h));
  min-height: clamp(720px, 100svh, 940px);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 40%; }
.hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(245, 249, 255, .75) 0%, rgba(245, 249, 255, 0) 150px),
    linear-gradient(90deg, rgba(245, 249, 255, .97) 0%, rgba(245, 249, 255, .93) 30%, rgba(245, 249, 255, .7) 44%, rgba(245, 249, 255, .25) 56%, rgba(245, 249, 255, 0) 66%);
}

.hero__content {
  position: relative; z-index: 1; flex: 1; display: flex; align-items: center;
  padding-top: calc(var(--header-h) + clamp(40px, 6vw, 88px)); padding-bottom: clamp(56px, 6vw, 88px);
}
.hero__text { max-width: 720px; }
.hero__eyebrow { display: flex; align-items: center; gap: 14px; letter-spacing: .26em; margin-bottom: 20px; }
.hero__eyebrow::before { content: ''; width: 34px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--blue), var(--blue-bright)); flex-shrink: 0; }
.hero__title {
  font-family: var(--serif); font-weight: 500; font-optical-sizing: auto;
  font-size: clamp(2.6rem, 4.55vw, 4.5rem); line-height: 1.04; letter-spacing: -.022em; color: var(--navy); margin: 0 0 20px;
}
.hero__accent {
  color: var(--blue); padding-bottom: .06em;
  background: linear-gradient(90deg, rgba(40, 120, 216, .9), rgba(59, 145, 243, .25)) no-repeat 0 100% / 100% 2px;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.hero__tagline { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.45rem, 2.1vw, 1.9rem); line-height: 1.25; color: var(--navy); margin: 0 0 14px; }
.hero__desc { color: #3E4F63; font-size: 1.12rem; line-height: 1.6; max-width: 31em; margin: 0 0 30px; }
.hero .btn-row .btn { --h: 58px; padding: 0 30px; font-size: 1rem; }

.hero__facts { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 30px; }
.hero__facts li { display: flex; align-items: center; gap: 12px; }
.hero__facts .icon { color: var(--blue); }
.hero__facts strong { display: block; font-size: .93rem; color: var(--navy); line-height: 1.3; }
.hero__facts span { display: block; font-size: .8rem; color: #5A6B80; line-height: 1.35; }

.hero__slogan {
  position: absolute; z-index: 1; top: calc(var(--header-h) + 72px); right: clamp(24px, 2.6vw, 48px); margin: 0;
  font-size: .72rem; font-weight: 600; letter-spacing: .26em; line-height: 2; text-transform: uppercase; color: rgba(16, 47, 82, .78);
}
.hero__slogan::after { content: ''; display: block; width: 28px; height: 1px; margin-top: 14px; margin-left: 30px; background: currentColor; opacity: .6; }
@media (max-width: 1499px) { .hero__slogan { display: none; } }

/* narrower desktops: a little more veil behind the text */
@media (min-width: 900px) and (max-width: 1199px) {
  .hero__veil {
    background:
      linear-gradient(180deg, rgba(245, 249, 255, .75) 0%, rgba(245, 249, 255, 0) 150px),
      linear-gradient(90deg, rgba(245, 249, 255, .97) 0%, rgba(245, 249, 255, .93) 38%, rgba(245, 249, 255, .62) 54%, rgba(245, 249, 255, 0) 72%);
  }
  .hero__text { max-width: 540px; }
}

/* tablet & mobile: text on a light background, photo below it fading in from the top */
@media (max-width: 899px) {
  .hero { min-height: 0; }
  .hero__content { order: 1; padding-top: calc(var(--header-h) + clamp(28px, 6vw, 48px)); padding-bottom: 8px; }
  .hero__bg { order: 2; position: relative; inset: auto; height: clamp(280px, 70vw, 460px); }
  .hero__poster { object-position: 78% 45%; }
  .hero__veil { background: linear-gradient(180deg, rgba(245, 249, 255, 1) 0%, rgba(245, 249, 255, .5) 16%, rgba(245, 249, 255, 0) 38%); }
  .hero .trust--hero { order: 3; }
  .hero__facts { gap: 14px 24px; }
}
@media (max-width: 480px) {
  .hero .btn-row .btn { flex: 1 1 100%; }
  .hero__facts { flex-direction: column; gap: 12px; }
}

/* ---------- Trust strip ---------- */
.trust { background: #fff; border-block: 1px solid var(--line); }
.trust__list { display: grid; grid-template-columns: repeat(2, 1fr); }
.trust__item { display: flex; align-items: flex-start; gap: 14px; padding: 24px 16px 24px 0; }
.trust__icon { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: var(--blue-50); color: var(--blue); }
.trust__item strong { display: block; color: var(--navy); font-size: .95rem; }
.trust__item div span { display: block; color: var(--muted); font-size: .84rem; line-height: 1.45; }
@media (min-width: 900px) {
  .trust__list { grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }
  .trust__item { padding: 30px 24px; border-left: 1px solid var(--line); }
  .trust__item:first-child { border-left: 0; padding-left: 0; }
}
@media (max-width: 520px) {
  .trust__item { flex-direction: column; gap: 8px; padding: 20px 10px 20px 0; }
}
/* trust strip inside the hero */
.trust--hero {
  position: relative; z-index: 1; background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(14px) saturate(1.15); -webkit-backdrop-filter: blur(14px) saturate(1.15);
  border-top: 1px solid rgba(16, 47, 82, .07); border-bottom: 1px solid var(--line);
}
.trust--hero .trust__item strong { font-size: .92rem; }
.trust--hero .trust__item div span { font-size: .82rem; }
@media (min-width: 900px) { .trust--hero .trust__item { padding: 24px 28px; } .trust--hero .trust__item:first-child { padding-left: 0; } }
@media (max-width: 899px) { .trust--hero { background: #fff; } }

/* ---------- Sections ---------- */
.section { padding: var(--section) 0; }
.section--tight { padding: clamp(56px, 7vw, 96px) 0; }
.section--flush-top { padding-top: 0; }
.section--tint { background: var(--tint); }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 40px; margin-bottom: clamp(32px, 4vw, 52px); }
.section-head > div { max-width: 44rem; }
.section-head__text { color: var(--muted); font-size: 1.05rem; margin: 14px 0 0; }
.section-head--center { justify-content: center; text-align: center; }

/* ---------- Instant price — horizontal booking bar ---------- */
.calc-section {
  position: relative; padding: clamp(56px, 6.5vw, 96px) 0;
  background:
    radial-gradient(900px 440px at 88% 0%, rgba(59, 145, 243, .30), transparent 60%),
    radial-gradient(700px 380px at 0% 100%, rgba(59, 145, 243, .16), transparent 60%),
    var(--navy);
}
.calc-section > .container { position: relative; z-index: 1; }
.calc-section .wave-mark { right: -40px; bottom: -50px; opacity: .45; }
.calc-section .calc { border-color: transparent; box-shadow: 0 24px 60px rgba(4, 18, 38, .35), 0 4px 14px rgba(4, 18, 38, .18); }
.calc {
  position: relative; max-width: 1200px; margin: 0 auto; padding: clamp(22px, 3vw, 34px) clamp(20px, 3vw, 36px) 20px;
  background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow);
}
.calc__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px 32px; margin-bottom: 20px; }
.calc__title { font-family: var(--serif); font-weight: var(--serif-w); font-size: clamp(1.6rem, 2.4vw, 2.05rem); letter-spacing: -.015em; line-height: 1.1; color: var(--navy); }
.calc__sub { color: var(--muted); margin: 4px 0 0; font-size: .95rem; }

.calc__bar { position: relative; display: grid; gap: 12px; grid-template-columns: 1fr; }
.bar-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.bar-field > label, .bar-label {
  font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding-left: 2px;
}
.calc__bar .bar-field input, .calc__bar .bar-field select, .pop-btn { height: 52px; min-height: 52px; border-radius: 12px; font-size: .95rem; }
.calc__bar .stepper input { height: 44px; min-height: 44px; border-radius: 0; font-size: 1rem; }
.calc__bar .field .stepper input { height: 48px; min-height: 48px; }
.calc__bar .field .stepper .stepper__btn { height: 48px; }
.calc__bar .addon .select select { height: 44px; min-height: 44px; }
.calc__bar .select::after { right: 16px; width: 7px; height: 7px; }
.calc__bar .select select { padding: 12px 38px 12px 14px; text-overflow: ellipsis; white-space: nowrap; }
.calc__bar .bar-field input[type="text"], .calc__bar .bar-field input[type="date"] { padding: 12px 12px; font-weight: 600; }
.calc__bar select:disabled { background: var(--grey); color: var(--muted); cursor: not-allowed; }

.pop-btn {
  display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--line-strong); background: #fff; font-weight: 600; color: var(--muted); text-align: left;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.pop-btn span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pop-btn .icon { flex-shrink: 0; color: var(--navy); transition: transform .25s var(--ease); }
.pop-btn:hover:not(:disabled) { border-color: #B8C7D8; }
.pop-btn[aria-expanded="true"] { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(40, 120, 216, .14); }
.pop-btn[aria-expanded="true"] .icon { transform: rotate(180deg); }
.pop-btn.has-value { color: var(--navy); border-color: var(--blue); background: #F7FBFF; }
.pop-btn:disabled { background: var(--grey); cursor: not-allowed; opacity: .8; }

.calc__submit { width: 100%; min-height: 52px; }
.btn--rect { border-radius: 12px; }

/* options panel (add-ons / items / hours) */
.pop {
  z-index: 20; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg);
  animation: popIn .22s var(--ease);
}
.pop__title { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; }
.pop__hourly { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.pop__sum { grid-column: 1 / -1; margin: 2px 0 0; padding: 12px 14px; border-radius: 12px; background: var(--blue-50); color: var(--navy); font-size: .9rem; font-variant-numeric: tabular-nums; }
.pop__sum strong { font-size: 1.05rem; color: var(--blue); white-space: nowrap; }
.pop__hourly .field--inline label { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.pop .addons { max-height: min(52vh, 420px); overflow-y: auto; padding: 2px; }
.pop .addon { padding: 12px 14px; min-height: 0; }
.pop .addon__label { font-size: .88rem; }
.pop .addon__box { width: 20px; height: 20px; border-radius: 6px; }
.pop .addon--qty { flex-direction: row; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 10px 10px 14px; }
.pop .addon--qty > div:first-child { flex-direction: column; align-items: flex-start; gap: 0; min-width: 0; }
.pop .addon--qty .stepper { width: auto; flex-shrink: 0; }
.pop .addon--qty .stepper input { flex: none; width: 34px; height: 36px; min-height: 36px; }
.pop .addon--qty .stepper__btn { width: 34px; height: 36px; }
.pop__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .82rem; }
@keyframes popIn { from { opacity: 0; transform: translateY(-6px); } }

.calc__error { margin: 12px 0 0; padding: 10px 14px; border-radius: 10px; background: #FFF4F2; color: #A2331E; font-size: .88rem; font-weight: 600; }
.calc__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 24px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.calc__trust li { display: flex; align-items: center; gap: 6px; font-size: .8rem; color: var(--muted); }
.calc__trust .icon { color: var(--blue); }

/* tablet: 3 × 2 grid */
@media (min-width: 700px) {
  .calc__bar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bar-field--submit { justify-content: flex-end; }
  .pop { position: absolute; width: min(560px, 100%); }
  .pop .addons { grid-template-columns: 1fr 1fr; }
}
/* desktop: one horizontal row */
@media (min-width: 1100px) {
  .calc { width: 100%; }
  .calc__bar { grid-template-columns: 1.35fr 1.1fr 1.1fr .8fr 1.05fr auto; align-items: end; }
  .calc__submit { padding: 0 26px; }
}
/* mobile: compact stack, postcode + date side by side */
@media (max-width: 699px) {
  .calc__bar { grid-template-columns: 1fr 1fr; gap: 12px 10px; }
  .calc__bar > .bar-field, .calc__bar > .pop { grid-column: 1 / -1; }
  .calc__bar > .bar-field:nth-last-child(2), .calc__bar > .bar-field:nth-last-child(3) { grid-column: auto; }
  .calc__bar > .bar-field--submit { grid-column: 1 / -1; }
  .bar-field.is-empty { display: none; }
  .pop { box-shadow: none; background: var(--grey); border: 0; padding: 14px; }
  .pop .addon { background: #fff; }
  .calc__head { margin-bottom: 16px; }
}


.field { display: grid; gap: 8px; min-width: 0; border: 0; padding: 0; margin: 0; }
.field label, .field legend { display: flex; align-items: center; gap: 8px; font-size: .88rem; font-weight: 700; color: var(--navy); padding: 0; }
.field label .icon { color: var(--blue); }
.field legend { margin-bottom: 10px; }
.field-row { display: grid; gap: 18px; }
@media (min-width: 560px) { .field-row { grid-template-columns: 1fr 1fr; } }

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], input:not([type]), select, textarea {
  width: 100%; min-height: 54px; padding: 12px 16px; border: 1.5px solid var(--line-strong); border-radius: 14px;
  background: #fff; font-size: 1rem; color: var(--text); transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none;
}
textarea { min-height: 120px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: #B8C7D8; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(40, 120, 216, .14); }
input::placeholder, textarea::placeholder { color: #95A3B4; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #D2553B; }
.select { position: relative; }
.select::after {
  content: ''; position: absolute; right: 18px; top: 50%; width: 8px; height: 8px; margin-top: -6px;
  border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: rotate(45deg); pointer-events: none;
}
.select select { padding-right: 44px; cursor: pointer; font-weight: 600; }

/* add-ons */
.addons { display: grid; gap: 10px; }
@media (min-width: 640px) { .addons { grid-template-columns: 1fr 1fr; } }
.addon {
  position: relative; display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; min-height: 58px;
  border: 1.5px solid var(--line); border-radius: 14px; background: #fff; transition: border-color .2s, background .2s, box-shadow .2s;
}
.addon:hover { border-color: var(--line-strong); }
.addon.is-on { border-color: var(--blue); background: #F7FBFF; box-shadow: 0 0 0 3px rgba(40, 120, 216, .08); }
.addon__top { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.addon__top input[type="checkbox"] { position: absolute; opacity: 0; width: 1px; height: 1px; }
.addon__box {
  flex-shrink: 0; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px;
  border: 1.5px solid var(--line-strong); background: #fff; color: #fff; transition: all .2s;
}
.addon__box .icon { opacity: 0; transform: scale(.6); transition: all .2s var(--ease); }
.addon.is-on .addon__box { background: var(--blue); border-color: var(--blue); }
.addon.is-on .addon__box .icon { opacity: 1; transform: none; }
.addon__top input:focus-visible + .addon__box { outline: 3px solid var(--blue-bright); outline-offset: 2px; }
.addon__label { flex: 1; font-size: .92rem; font-weight: 600; color: var(--text); line-height: 1.3; }
.addon__price { font-size: .84rem; font-weight: 700; color: var(--blue); white-space: nowrap; }
.addon__price--muted { color: var(--muted); font-weight: 600; }
.addon .select select { min-height: 44px; font-size: .9rem; border-radius: 10px; padding: 8px 40px 8px 12px; }
.addon--qty { flex-direction: column; align-items: stretch; gap: 12px; }
.addon--qty > div:first-child { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.addon--qty .addon__label { cursor: default; }
.addon--qty .stepper { width: 100%; justify-content: space-between; }
.addon--qty .stepper input { flex: 1; }

.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: 12px; background: #fff; overflow: hidden; }
.stepper input { width: 52px; min-height: 44px; border: 0; border-radius: 0; text-align: center; padding: 0; font-weight: 700; -moz-appearance: textfield; }
.stepper input:focus { box-shadow: none; }
.stepper input::-webkit-inner-spin-button, .stepper input::-webkit-outer-spin-button { -webkit-appearance: none; }
.stepper__btn { display: grid; place-items: center; width: 44px; height: 44px; border: 0; background: var(--grey); color: var(--navy); transition: background .2s; }
.stepper__btn:hover { background: var(--blue-50); color: var(--blue); }
.stepper__btn:disabled { opacity: .35; cursor: default; }
.field .stepper { width: 100%; justify-content: space-between; min-height: 54px; }
.field .stepper input { flex: 1; min-height: 50px; }
.field .stepper .stepper__btn { height: 50px; width: 54px; }

/* slim result strip (inside the same card) */
.calc__result { outline: none; margin-top: 16px; }
.calc__result.is-in { animation: resIn .45s var(--ease); }
.calc__result.is-update .res__price { animation: pop .45s var(--ease); }
.res {
  display: grid; gap: 16px 28px; align-items: center; padding: 18px 20px;
  background: var(--blue-50); border: 1px solid var(--blue-100); border-radius: 16px;
}
.res__label { margin: 0 0 2px; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); }
.res__price { margin: 0; display: flex; align-items: baseline; gap: 6px; font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem, 3.6vw, 2.7rem); line-height: 1; letter-spacing: -.02em; color: var(--navy); white-space: nowrap; }
.res__price small { font-family: var(--sans); font-size: .82rem; font-weight: 600; color: var(--muted); }
.res__quote { margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(1.45rem, 2.2vw, 1.8rem); line-height: 1.1; color: var(--navy); }
.res__msg { margin: 0 0 6px; font-size: .9rem; color: var(--text); }
.res__lines { display: grid; gap: 0; }
.res__lines li { display: flex; justify-content: space-between; gap: 16px; padding: 5px 0; font-size: .9rem; color: var(--text); border-bottom: 1px dashed rgba(16, 47, 82, .12); animation: lineIn .35s var(--ease) both; }
.res__lines li:last-child { border-bottom: 0; }
.res__lines li span:last-child { font-weight: 700; color: var(--navy); white-space: nowrap; }
.res__actions { display: grid; gap: 8px; }
.res__row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.res__row .btn { padding: 0 10px; }
.res__wa .icon { color: var(--wa); }
.res__actions .btn--ghost .icon { color: var(--blue); }
.res__actions .res__wa .icon { color: var(--wa); }
.res__meta { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 4px 20px; padding-top: 12px; border-top: 1px solid var(--blue-100); }
.res__meta li { display: flex; align-items: flex-start; gap: 6px; font-size: .8rem; color: var(--muted); }
.res__meta .icon { color: var(--blue); margin-top: 2px; }
.res__fine { color: #8193A8 !important; }
@media (min-width: 900px) {
  .res { grid-template-columns: auto minmax(0, 1fr) 270px; }
  .res__total { padding-right: 28px; border-right: 1px solid var(--blue-100); }
  .res__body { columns: 1; }
}
@media (min-width: 1100px) {
  .res__lines:has(li:nth-child(4)) { grid-template-columns: 1fr 1fr; column-gap: 28px; }
}
@keyframes resIn { from { opacity: 0; transform: translateY(-8px); } }
@keyframes lineIn { from { opacity: 0; transform: translateY(4px); } }
@keyframes pop { 0% { opacity: .3; transform: translateY(4px); } 100% { opacity: 1; transform: none; } }

/* ---------- Service cards ---------- */
.svc-grid { display: grid; gap: clamp(16px, 2vw, 28px); }
@media (min-width: 560px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
.svc-card {
  position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; color: var(--text);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; color: var(--text); }
.svc-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--grey); }
.svc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.svc-card:hover .svc-card__media img { transform: scale(1.045); }
.svc-card__body { position: relative; padding: 22px 76px 24px 24px; }
.svc-card__title { font-family: var(--serif); font-size: 1.38rem; line-height: 1.15; letter-spacing: -.012em; margin-bottom: 6px; }
.svc-card__body p { margin: 0; color: var(--muted); font-size: .93rem; }
.svc-card__arrow {
  position: absolute; right: 22px; top: 50%; transform: translateY(-50%); display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--line-strong); color: var(--navy);
  transition: all .3s var(--ease);
}
.svc-card__arrow { background: var(--blue-50) !important; border-color: transparent !important; color: var(--blue) !important; }
.svc-card:hover .svc-card__arrow { background: var(--blue) !important; color: #fff !important; }
.svc-card::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--blue-bright)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-card:hover .svc-card__arrow .icon { transform: translateX(1px); }
@media (max-width: 559px) { .svc-card__media { aspect-ratio: 16 / 10; } }

/* ---------- Before / After ---------- */
.results { background: linear-gradient(180deg, var(--tint) 0%, var(--tint-2) 100%); }
.results--service { background: linear-gradient(180deg, var(--tint) 0%, var(--tint-2) 100%); }
.results__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 48px; margin-bottom: clamp(36px, 4vw, 56px); }
.results__text { max-width: 26rem; color: var(--muted); font-size: 1.05rem; margin: 0; }
.results__grid { display: grid; gap: clamp(20px, 2.5vw, 32px); }
@media (min-width: 900px) { .results__grid { grid-template-columns: 1fr 1fr; } .results__grid--single { grid-template-columns: 1fr; max-width: 980px; margin-inline: auto; } }
.results__wide { display: grid; gap: clamp(20px, 3vw, 48px); margin-top: clamp(20px, 2.5vw, 32px); align-items: center; }
@media (min-width: 900px) { .results__wide { grid-template-columns: 1.5fr 1fr; } }
.results__aside p { color: var(--muted); margin: 14px 0 20px; }
.results__note { margin: 28px 0 0; font-size: .8rem; color: var(--muted); text-align: center; }

.ba { margin: 0; }
.ba__frame {
  --pos: 50%; position: relative; aspect-ratio: 27 / 16; border-radius: var(--r-lg); overflow: hidden;
  background: var(--grey); box-shadow: var(--shadow); user-select: none; touch-action: pan-y; cursor: ew-resize;
}
.ba__img, .ba__frame > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba__before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.ba__line { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; margin-left: -1px; background: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, .25); pointer-events: none; }
.ba__handle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; gap: 0;
  width: 54px; height: 54px; border-radius: 50%; background: #fff; color: var(--navy); box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
  transition: transform .25s var(--ease);
}
.ba__frame:hover .ba__handle, .ba__frame.is-dragging .ba__handle { transform: translate(-50%, -50%) scale(1.08); }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; pointer-events: none; }
.ba__range:focus-visible ~ .ba__line .ba__handle, .ba__frame:has(.ba__range:focus-visible) .ba__handle { outline: 3px solid var(--blue-bright); outline-offset: 3px; }
.ba__tag {
  position: absolute; bottom: 16px; padding: 7px 14px; border-radius: 999px; font-size: .78rem; font-weight: 700; letter-spacing: .04em;
  backdrop-filter: blur(8px); pointer-events: none; transition: opacity .25s;
}
.ba__tag--before { left: 16px; background: rgba(20, 36, 55, .72); color: #fff; }
.ba__tag--after { right: 16px; background: var(--blue); color: #fff; }
.ba__cap { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; padding: 18px 4px 0; }
.ba__cap strong { font-family: var(--serif); font-weight: var(--serif-w); font-size: 1.38rem; color: var(--navy); }
.ba__cap span { color: var(--muted); font-size: .93rem; }
.ba--large .ba__frame { aspect-ratio: 27 / 17; }

/* ---------- Why ---------- */
.why {
  position: relative; color: #C6D7EA;
  background: radial-gradient(800px 420px at 90% 100%, rgba(59, 145, 243, .22), transparent 60%), var(--navy);
}
.why .wave-edge { position: absolute; left: 0; right: 0; top: 1px; transform: translateY(-100%); width: 100%; height: clamp(40px, 5vw, 80px); color: var(--navy); display: block; }
.deco { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.wave-mark { position: absolute; right: -60px; bottom: -30px; width: min(620px, 60vw); height: auto; opacity: .55; }
.why__inner { position: relative; }
.why .eyebrow { color: #9CC7F8; }
.why .h2 { color: #fff; }
.why__inner { display: grid; gap: 40px; }
.why__head p { color: #B9CDE4; font-size: 1.1rem; margin: 12px 0 0; }
.why__list { display: grid; gap: 28px 32px; }
@media (min-width: 360px) { .why__list { grid-template-columns: 1fr 1fr; gap: 28px 20px; } }
@media (min-width: 1080px) {
  .why__inner { grid-template-columns: .8fr 2.2fr; align-items: start; gap: 64px; }
  .why__list { grid-template-columns: repeat(4, 1fr); }
}
.why__item { padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .14); }
.why__icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 18px; border-radius: 14px; background: rgba(59, 145, 243, .16); color: #9CC7F8; box-shadow: inset 0 0 0 1px rgba(156, 199, 248, .18); }
.why__item h3 { font-family: var(--sans); font-weight: 700; font-size: 1.02rem; margin-bottom: 6px; color: #fff; }
.why__item p { color: #B9CDE4; font-size: .93rem; margin: 0; }
.credentials { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.credential { display: flex; gap: 12px; align-items: center; padding: 14px 18px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--r); }
.credential .icon { color: #9CC7F8; }
.credential strong { display: block; color: #fff; font-size: .92rem; }
.credential span { display: block; color: #B9CDE4; font-size: .8rem; }

/* ---------- Reviews (renders only with real reviews) ---------- */
.reviews { background: #fff; }
.reviews__grid { display: grid; gap: 20px; }
@media (min-width: 700px) { .reviews__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .reviews__grid { grid-template-columns: repeat(3, 1fr); } }
.review { margin: 0; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow-sm); }
.review__stars { display: flex; gap: 3px; color: #F2B01E; margin-bottom: 14px; }
.review__stars .icon { fill: currentColor; stroke: none; }
.review blockquote { margin: 0 0 22px; flex: 1; }
.review blockquote p { margin: 0; font-size: 1rem; line-height: 1.65; color: var(--text); }
.review figcaption { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.review figcaption strong { display: block; font-size: .92rem; color: var(--navy); }
.review figcaption small { display: block; font-size: .8rem; color: var(--muted); }
.review__avatar { display: grid; place-items: center; flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--blue-50); color: var(--blue); font-weight: 700; }
.review__source { margin-left: auto; padding: 4px 10px; border-radius: 999px; background: var(--grey); font-size: .72rem; font-weight: 650; color: var(--muted); }
.reviews__cta { display: flex; justify-content: center; margin-top: 32px; }
.reviews__cta .icon { color: #F2B01E; fill: currentColor; stroke: none; }

/* ---------- CTA ---------- */
.cta {
  position: relative; overflow: hidden; color: var(--navy); text-align: center; padding: clamp(80px, 10vw, 128px) 0;
  background:
    radial-gradient(700px 360px at 12% 0%, rgba(59, 145, 243, .16), transparent 60%),
    radial-gradient(640px 320px at 92% 100%, rgba(59, 145, 243, .14), transparent 60%),
    linear-gradient(180deg, #EEF6FF 0%, #E2EEFC 100%);
}
.cta__inner { position: relative; max-width: 820px; }
.cta__tagline { display: inline-flex; align-items: center; gap: 14px; margin: 0 0 20px; font-size: .7rem; font-weight: 650; letter-spacing: .26em; text-transform: uppercase; color: var(--blue); }
.cta__tagline::before, .cta__tagline::after { content: ''; width: 26px; height: 1px; background: currentColor; opacity: .6; }
.cta__title { color: var(--navy); font-size: clamp(2.2rem, 4.2vw, 3.5rem); }
.cta__text { color: #3E4F63; font-size: 1.12rem; margin: 16px 0 34px; }
.cta .btn-row { justify-content: center; }
.cta .wave-mark { right: auto; left: -80px; bottom: -40px; opacity: .35; }
.cta__meta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px; margin: 32px 0 0; color: var(--muted); font-size: .88rem; }
.cta__meta .icon { color: var(--blue); }

/* ---------- Service page ---------- */
.s-hero { padding: clamp(20px, 3vw, 40px) 0 clamp(56px, 7vw, 96px); background: radial-gradient(900px 520px at 88% 0%, rgba(59, 145, 243, .12), transparent 62%), linear-gradient(180deg, var(--off) 0%, #EEF5FD 100%); }
.s-hero__inner { display: grid; gap: 40px; align-items: center; }
.s-hero__lead { font-family: var(--serif); font-style: italic; font-weight: 460; font-size: clamp(1.3rem, 2vw, 1.65rem); color: var(--blue); margin: 18px 0 14px; line-height: 1.2; }
.s-hero__intro { color: var(--muted); font-size: 1.06rem; max-width: 36em; }
.s-hero__media { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3.3; }
.s-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.price-badge {
  position: absolute; right: 18px; bottom: 18px; padding: 14px 20px; border-radius: 18px; text-align: right;
  background: rgba(255, 255, 255, .95); backdrop-filter: blur(8px); box-shadow: var(--shadow);
}
.price-badge span { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.price-badge strong { font-family: var(--serif); font-weight: 500; font-size: 2.1rem; letter-spacing: -.02em; line-height: 1; color: var(--navy); }
.price-badge small { font-family: var(--sans); font-size: .9rem; color: var(--muted); }
@media (min-width: 1000px) { .s-hero__inner { grid-template-columns: 1fr 1fr; gap: 64px; } }

.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .84rem; color: var(--muted); margin-bottom: 24px; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--blue); }
.crumbs span[aria-current] { color: var(--navy); font-weight: 600; }

.ticks { display: grid; gap: 10px; margin: 22px 0 30px; }
.ticks li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--navy); font-size: .97rem; }
.ticks .icon { flex-shrink: 0; width: 26px; height: 26px; padding: 5px; border-radius: 50%; background: var(--blue-50); color: var(--blue); }

.included { display: grid; gap: 20px; }
@media (min-width: 760px) { .included { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
.included__group { padding: 28px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.included__group h3 { font-family: var(--serif); font-size: 1.5rem; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.checklist { display: grid; gap: 10px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; line-height: 1.45; }
.checklist .icon { flex-shrink: 0; width: 22px; height: 22px; padding: 4px; margin-top: 0; border-radius: 50%; background: var(--blue-50); color: var(--blue); }

.note { display: flex; gap: 12px; align-items: flex-start; margin: 24px 0 0; padding: 16px 20px; border-radius: var(--r); background: var(--blue-50); color: var(--navy); font-size: .93rem; }
.note .icon { color: var(--blue); margin-top: 2px; }

.pricing-layout { display: grid; gap: 20px; align-items: start; }
.pricing-layout__tables, .pricing-layout__side { display: grid; gap: 20px; }
.pricing-layout__side .note { margin: 0; }
@media (min-width: 980px) { .pricing-layout { grid-template-columns: 1.25fr 1fr; gap: 28px; } }

.price-card { padding: clamp(22px, 3vw, 32px); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.price-card--soft { background: #fff; box-shadow: none; }
.price-card__title { display: flex; align-items: center; gap: 10px; font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.price-card__title .icon { color: var(--blue); }
.price-card p { color: var(--muted); font-size: .92rem; }
.price-card__note { margin: 14px 0 0; font-size: .82rem !important; }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 14px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: baseline; }
.price-table tr:last-child th, .price-table tr:last-child td { border-bottom: 0; }
.price-table th { font-weight: 600; font-size: .96rem; color: var(--text); padding-right: 16px; }
.price-table th .muted { font-size: .82rem; }
.price-table td { text-align: right; white-space: nowrap; color: var(--navy); }
.price-table td strong { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; letter-spacing: -.01em; }
.price-table .from { font-size: .78rem; color: var(--muted); font-weight: 600; }
.price-table--3 thead th { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 700; padding-top: 4px; }
.price-table--3 thead th:not(:first-child), .price-table--3 td { text-align: right; }
.price-table--3 td { font-weight: 600; padding-left: 10px; }
.price-table--3 thead th .muted { display: block; text-transform: none; letter-spacing: 0; font-weight: 500; }
.quote-pill { display: inline-block; padding: 5px 12px; border-radius: 999px; background: var(--blue-50); color: var(--blue); font-size: .8rem; font-weight: 700; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { padding: 7px 14px; border-radius: 999px; background: var(--grey); font-size: .85rem; font-weight: 600; color: var(--navy); }

/* equipment + demo clip side by side */
.equip-demo { display: grid; gap: 24px; align-items: center; }
.equip-demo .equipment { grid-template-columns: 1fr !important; }
@media (min-width: 960px) { .equip-demo { grid-template-columns: 1.45fr 1fr; gap: 40px; } }
.demo { margin: 0; }
.demo__frame { position: relative; aspect-ratio: 16 / 9; border-radius: var(--r-lg); overflow: hidden; background: var(--grey); box-shadow: var(--shadow); }
.demo__video { display: block; width: 100%; height: 100%; object-fit: cover; }
.demo__toggle {
  position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  border: 0; background: rgba(255, 255, 255, .92); color: var(--navy); box-shadow: 0 4px 14px rgba(0, 0, 0, .18); transition: transform .2s var(--ease);
}
.demo__toggle:hover { transform: scale(1.06); }
.demo__icon { display: grid; place-items: center; }
.demo__icon--pause, .demo__frame.is-playing .demo__icon--play { display: none; }
.demo__frame.is-playing .demo__icon--pause { display: grid; }
.demo__note { position: absolute; left: 14px; bottom: 14px; padding: 5px 10px; border-radius: 999px; background: rgba(20, 36, 55, .6); color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .04em; backdrop-filter: blur(6px); }
.demo__cap { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; padding: 16px 4px 0; }
.demo__cap strong { font-family: var(--serif); font-weight: var(--serif-w); font-size: 1.32rem; color: var(--navy); }
.demo__cap span { color: var(--muted); font-size: .93rem; }

/* equipment cards: one row on desktop (2–4 items), icon above the text */
.equipment { display: grid; gap: 20px; }
@media (min-width: 640px) { .equipment { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .equipment { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); } }
.equipment__item:only-child { max-width: 560px; }
.equipment__item { display: flex; flex-direction: column; gap: 18px; padding: 28px; border-radius: var(--r-lg); background: var(--navy); color: #C6D7EA; }
.equipment__icon { flex-shrink: 0; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: rgba(59, 145, 243, .16); color: #9CC7F8; }
.equipment__item .eyebrow { color: #9CC7F8; margin-bottom: 8px; }
.equipment__item h3 { font-family: var(--serif); color: #fff; font-size: 1.45rem; margin-bottom: 8px; }
.equipment__item p:last-child { margin: 0; font-size: .93rem; }
/* next to the demo clip: a compact stacked list */
.equip-demo .equipment { gap: 12px; }
.equip-demo .equipment__item { flex-direction: row; align-items: flex-start; gap: 16px; padding: 18px 20px; }
.equip-demo .equipment__icon { width: 44px; height: 44px; border-radius: 12px; }
.equip-demo .equipment__item .eyebrow { margin-bottom: 4px; font-size: .64rem; }
.equip-demo .equipment__item h3 { font-size: 1.2rem; margin-bottom: 4px; }
.equip-demo .equipment__item p:last-child { font-size: .86rem; line-height: 1.5; }

.faq-layout { display: grid; gap: 12px 64px; }
@media (min-width: 980px) { .faq-layout { grid-template-columns: .8fr 1.2fr; } }
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none;
  font-weight: 700; font-size: 1.04rem; color: var(--navy);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--blue); }
.faq__icon { display: grid; place-items: center; flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--line-strong); transition: transform .3s var(--ease), background .3s, color .3s; }
.faq__item[open] .faq__icon { transform: rotate(45deg); background: var(--navy); border-color: var(--navy); color: #fff; }
.faq__a { overflow: hidden; }
.faq__a p { color: var(--muted); padding: 0 48px 22px 0; margin: 0; }

/* ---------- Generic page hero ---------- */
.p-hero { padding: clamp(32px, 5vw, 64px) 0 clamp(40px, 5vw, 64px); background: radial-gradient(900px 480px at 88% 0%, rgba(59, 145, 243, .12), transparent 62%), linear-gradient(180deg, var(--off) 0%, #EEF5FD 100%); margin-bottom: clamp(40px, 5vw, 64px); }
.p-hero .h1 { max-width: 16em; }
.p-hero__text { color: var(--muted); font-size: 1.1rem; max-width: 40em; margin: 20px 0 0; }

.jump { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.jump a { padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line-strong); font-size: .85rem; font-weight: 600; color: var(--navy); background: #fff; }
.jump a:hover { border-color: var(--blue); color: var(--blue); }
.pricing-list { display: grid; gap: 56px; }
.pricing-block { scroll-margin-top: calc(var(--header-h) + 24px); }
.pricing-block__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 10px 24px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1.5px solid var(--navy); }
.pricing-block__tables { display: grid; gap: 20px; }
@media (min-width: 900px) { .pricing-block__tables { grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); } }

.about { display: grid; gap: 40px; align-items: center; }
.about__media { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 4.2; }
.about__media img { width: 100%; height: 100%; object-fit: cover; }
.about__text > p { color: var(--muted); font-size: 1.05rem; }
.about__text .h2 { margin-bottom: 20px; }
.about__legal { font-size: .88rem !important; }
@media (min-width: 900px) { .about { grid-template-columns: 1fr 1.05fr; gap: 72px; } }

.areas { display: grid; gap: 48px; align-items: center; }
@media (min-width: 900px) { .areas { grid-template-columns: 1fr 1fr; gap: 72px; } }
.areas__map svg { width: 100%; max-width: 520px; margin: 0 auto; display: block; }
.areas__map .ring { fill: none; stroke: var(--blue); stroke-opacity: .25; stroke-dasharray: 4 6; }
.areas__map .ring--1 { fill: var(--blue-50); fill-opacity: .7; stroke-opacity: .5; }
.areas__map .dot { fill: var(--navy); }
.areas__map .town { fill: var(--blue); }
.areas__map .label { font-family: var(--serif); font-size: 18px; fill: var(--navy); }
.areas__map .label--sm { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .1em; fill: var(--blue); }
.areas__map .label--town { font-family: var(--sans); font-size: 11px; font-weight: 600; fill: var(--muted); }
.towns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; margin: 24px 0; }
@media (min-width: 560px) { .towns { grid-template-columns: repeat(3, 1fr); } }
.towns li { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: .93rem; color: var(--navy); }
.towns .icon { color: var(--blue); }
.areas .btn-row { margin-top: 28px; }

.contact { display: grid; gap: 32px; align-items: start; }
@media (min-width: 960px) { .contact { grid-template-columns: .8fr 1.2fr; gap: 56px; } }
.contact__side { display: grid; gap: 14px; }
.contact-card {
  display: flex; align-items: center; gap: 16px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--r-lg);
  background: #fff; color: var(--text); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.contact-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: transparent; color: var(--text); }
.contact-card__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--blue-50); color: var(--blue); flex-shrink: 0; }
.contact-card > span:nth-child(2) { flex: 1; min-width: 0; }
.contact-card strong { display: block; color: var(--navy); }
.contact-card span span { display: block; color: var(--muted); font-size: .9rem; overflow-wrap: anywhere; }
.contact-card > .icon { color: var(--blue); }
.contact-meta { padding: 22px; border-radius: var(--r-lg); background: var(--grey); display: grid; gap: 14px; }
.contact-meta p { display: flex; gap: 12px; margin: 0; font-size: .93rem; }
.contact-meta .icon { color: var(--blue); margin-top: 3px; }
.booking { position: relative; display: grid; gap: 18px; padding: clamp(24px, 4vw, 44px); background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--shadow); }
.booking > .muted { margin: -8px 0 4px; }
.booking__quote { padding: 18px 20px; border-radius: var(--r); background: var(--navy); color: #fff; }
.booking__quote pre { margin: 0; white-space: pre-wrap; font-family: var(--sans); font-size: .88rem; line-height: 1.6; color: #E1EBF6; }
.booking__alt { text-align: center; color: var(--muted); font-size: .9rem; margin: 0; }
.booking__done { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px; background: #fff; border-radius: inherit; }
.booking__done .icon { color: var(--blue); margin-bottom: 16px; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: .88rem; color: var(--muted); cursor: pointer; }
.check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--blue); flex-shrink: 0; }

.prose { max-width: 760px; }
.prose h2 { font-family: var(--serif); font-size: 1.6rem; margin: 36px 0 12px; }
.prose p, .prose li { color: #3A4A5E; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 1em; }

/* image placeholder slot */
.img-slot { display: grid; place-items: center; width: 100%; height: 100%; min-height: 200px; background: repeating-linear-gradient(45deg, var(--grey), var(--grey) 12px, #EDF1F5 12px, #EDF1F5 24px); color: var(--muted); font-size: .85rem; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: #A9BDD3; padding: clamp(64px, 8vw, 96px) 0 0; }
.footer a { color: #D5E4F5; }
.footer a:hover { color: #fff; }
.footer__grid { display: grid; gap: 40px; padding-bottom: 56px; }
@media (min-width: 700px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .footer__grid { grid-template-columns: 1.3fr 1.3fr .8fr 1.1fr; gap: 48px; } }
.footer__brand p { font-size: .93rem; margin: 20px 0 0; max-width: 24rem; }
.footer__tagline { display: flex; align-items: center; gap: 12px; margin-top: 18px !important; font-size: .64rem !important; font-weight: 600; letter-spacing: .22em; white-space: nowrap; text-transform: uppercase; color: #9CC7F8; }
.footer__tagline::before, .footer__tagline::after { content: ''; width: 22px; height: 1px; background: currentColor; opacity: .6; }
.footer__social { display: flex; gap: 10px; margin-top: 22px; }
.footer__social a, .footer__social span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .16); color: #D5E4F5; transition: border-color .2s, background .2s; }
.footer__social a:hover { border-color: #fff; background: rgba(255, 255, 255, .06); }
.footer__h { font-family: var(--sans); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer__list { display: grid; gap: 10px; font-size: .92rem; }
.footer__list--2 { grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contact a { display: inline-flex; gap: 10px; align-items: center; overflow-wrap: anywhere; }
.footer__contact .icon { color: var(--blue-bright); margin-top: 3px; }
.footer__contact a .icon { margin-top: 0; }
.footer__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; padding-top: 24px; padding-bottom: 28px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .82rem; }
.footer__legal p { margin: 0; }
.footer__legal ul { display: flex; flex-wrap: wrap; gap: 8px 24px; }

/* ---------- Floating WhatsApp / mobile bar ---------- */
.wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 90; display: none; place-items: center; width: 58px; height: 58px; border-radius: 50%;
  background: var(--wa); color: #fff; box-shadow: 0 10px 30px rgba(29, 168, 81, .35); transition: transform .3s var(--ease), opacity .3s;
}
.wa-float:hover { transform: translateY(-3px) scale(1.04); color: #fff; }
.wa-float.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1.3fr 1fr;
  gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(16, 47, 82, .06);
  transition: transform .35s var(--ease);
}
.mobile-bar.is-hidden { transform: translateY(110%); }
.mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 52px; border-radius: 14px; font-size: .75rem; font-weight: 700; color: var(--navy); }
.mobile-bar a:first-child .icon { color: var(--blue); }
.mobile-bar a:last-child .icon { color: var(--wa); }
.mobile-bar__main { background: var(--blue); color: #fff !important; flex-direction: row !important; gap: 8px !important; font-size: .9rem !important; }
@media (max-width: 899px) { body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); } }
@media (min-width: 900px) { .mobile-bar { display: none; } .wa-float { display: grid; } }

/* ---------- Reveal on scroll ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }
