/* ============================================================
   ג'ונסונים צביעת דירות — Handcrafted Impasto (Solar Shock)
   Design language: thick plaster & palette-knife artwork.
   Fine + coarse stucco textures (inline SVG turbulence) ·
   rough hand-painted edges (organic "daub" radii) — no clean
   vector lines · sculptural soft directional light instead of
   hard offset shadows · cream surfaces, indigo/blue structure,
   orange painted accents. Signature: price calculator +
   before/after slider.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  /* Solar Shock palette */
  --cream: #FFFFFF;          /* warm plaster base */
  --paper: #F6F7F8;          /* lighter plaster surface */
  --white: #FFFFFF;
  --ink: #292524;            /* near-black indigo — text, dark blocks */
  --ink-soft: #57534E;
  --indigo: #292524;         /* primary structure / trust */
  --indigo-deep: #1C1917;
  --blue: #78716C;
  --orange: #F97316;         /* signature CTA / painted accents */
  --orange-deep: #EA580C;    /* orange as text (AA safe on cream) */
  --amber: #FB923C;          /* hover / highlight */
  --grad-warm: linear-gradient(120deg, #F97316 0%, #FB923C 100%);
  --grad-cool: linear-gradient(135deg, #1C1917 0%, #292524 55%, #78716C 130%);
  --wa-green: #128c4b;
  --error: #d32f2f;
  --ok: #1f7a4d;

  /* Plaster textures — fine grain + coarse stucco blotches (dark),
     and light-grain variant for dark painted blocks */
  --tex-fine: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.08 0 0 0 0 0.09 0 0 0 0 0.18 0 0 0 0.055 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --tex-coarse: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='460' height='460'%3E%3Cfilter id='s'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.045' numOctaves='4' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.08 0 0 0 0 0.09 0 0 0 0 0.18 0 0 0 0.07 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23s)'/%3E%3C/svg%3E");
  --tex-light: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='l'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' seed='4' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 0.97 0 0 0 0 0.92 0 0 0 0.10 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23l)'/%3E%3C/svg%3E");

  /* Brush swash underline (orange, hand-painted) */
  --swash: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 14' preserveAspectRatio='none'%3E%3Cpath d='M2 9 C 18 4, 34 11, 52 8 S 88 4, 118 7' fill='none' stroke='%23FB923C' stroke-width='6' stroke-linecap='round' opacity='0.95'/%3E%3C/svg%3E");

  /* Hand-painted daub radii — irregular, like palette-knife strokes */
  --r-daub: 255px 22px 235px 18px / 22px 240px 20px 250px;
  --r-daub-sm: 14px 5px 16px 6px / 5px 15px 5px 17px;
  --r-daub-md: 26px 9px 30px 10px / 10px 28px 9px 30px;
  --r-blob: 48% 52% 55% 45% / 52% 46% 54% 48%;

  /* Sculptural light: raised-paint shadows (soft top light) */
  --raise-sm: inset 0 1px 0 rgba(255,255,255,0.55), 0 3px 8px -2px rgba(41,37,36,0.22);
  --raise: inset 0 2px 0 rgba(255,255,255,0.6), inset 0 -2px 3px rgba(41,37,36,0.08), 0 10px 26px -10px rgba(41,37,36,0.38);
  --raise-lg: inset 0 2px 0 rgba(255,255,255,0.55), 0 22px 44px -18px rgba(41,37,36,0.45);
  --raise-dark: inset 0 2px 0 rgba(255,255,255,0.14), 0 14px 32px -12px rgba(41,37,36,0.55);
  --shadow-pop: var(--raise);
  --line: 2px solid rgba(41,37,36,0.16);
  --line-strong: 2px solid rgba(41,37,36,0.32);

  /* Type */
  --font-display: 'Rubik', system-ui, sans-serif;
  --font-body: 'Assistant', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --fs-hero: clamp(2.5rem, 5.6vw, 4.4rem);
  --fs-h2: clamp(2rem, 5vw, 3.3rem);
  --fs-h3: clamp(1.4rem, 3vw, 2rem);

  /* Embossed-into-plaster lettering (light bg) */
  --emboss: 0 1px 0 rgba(255,255,255,0.75), 0 3px 5px rgba(41,37,36,0.14);
  --emboss-strong: 0 2px 0 rgba(255,255,255,0.8), 0 5px 9px rgba(41,37,36,0.18);
  /* Painted lettering on dark blocks */
  --paint-soft: 0 2px 2px rgba(0,0,0,0.28), 0 8px 22px rgba(0,0,0,0.3);

  /* Layout */
  --container: 1200px;
  --header-h: 64px;

  /* Motion */
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --dur: 0.25s;

  --z-header: 100;
  --z-overlay: 200;
  --z-float: 300;
  --z-lightbox: 400;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background-color: var(--cream);
  background-image: none;
  overflow-x: clip;
  padding-top: var(--header-h);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.04; font-weight: 800; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--amber); color: var(--ink); }
:focus-visible { outline: 3px solid var(--indigo); outline-offset: 3px; }

.skip-link {
  position: absolute; inset-inline-start: 12px; top: -60px; z-index: 999;
  background: var(--ink); color: var(--cream); font-weight: 700; padding: 10px 18px;
  border-radius: var(--r-daub-sm); transition: top 0.2s;
}
.skip-link:focus { top: 12px; }

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }

.disp { font-family: var(--font-display); font-weight: 800; line-height: 0.98; letter-spacing: -0.01em; }
.grad-warm {
  background: none;
  color: var(--orange-deep);
  -webkit-text-fill-color: var(--orange-deep);
  text-shadow: none;
}

/* ---------- Plaster seam divider (was checkerboard) ---------- */
.checker {
  height: 22px;
  background-color: var(--paper);
  background-image: none;
  border-block: var(--line);
}

/* ---------- Buttons — painted daubs ---------- */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 13px 34px;
  border-radius: var(--r-daub);
  font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; line-height: 1;
  letter-spacing: 0.01em;
  background-image: none;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background-color var(--dur), color var(--dur);
  touch-action: manipulation; text-align: center;
}
.btn:active { transform: scale(0.96); }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }

.btn-cta { background-color: var(--orange); color: #fff; box-shadow: var(--raise), 0 14px 30px -10px rgba(228,82,15,0.55); text-shadow: 0 1px 2px rgba(120,35,0,0.35); }
.btn-cta:hover { transform: translateY(-2px) rotate(-1.2deg); background-color: var(--orange-deep); box-shadow: var(--raise-lg), 0 20px 38px -12px rgba(228,82,15,0.6); }

.btn-ink { background-color: var(--ink); color: var(--cream); box-shadow: var(--raise-dark); }
.btn-ink:hover { transform: translateY(-2px) rotate(-1.2deg); background-color: var(--indigo-deep); }

.btn-outline { background-color: rgba(255,253,251,0.5); color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink), var(--raise-sm); }
.btn-outline:hover { transform: translateY(-2px) rotate(1.2deg); background-color: var(--ink); color: var(--cream); }

.btn-cream { background-color: var(--paper); color: var(--ink); box-shadow: var(--raise); }
.btn-cream:hover { transform: translateY(-2px) rotate(-1.2deg); box-shadow: var(--raise-lg); }

.btn-wa { background-color: var(--wa-green); color: #fff; box-shadow: var(--raise); }
.btn-wa:hover { transform: translateY(-2px) rotate(1deg); box-shadow: var(--raise-lg); }

/* ---------- Sticky slim header ---------- */
.site-header {
  position: fixed; inset-inline: 0; top: 0; z-index: var(--z-header);
  height: var(--header-h); display: flex; align-items: center;
  background-color: var(--paper); background-image: none;
  border-bottom: var(--line-strong);
  box-shadow: 0 10px 26px -14px rgba(41,37,36,0.35);
  transform: none; transition: box-shadow 0.3s var(--ease);
}
.site-header.scrolled { box-shadow: 0 14px 30px -12px rgba(41,37,36,0.45); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { font-family: var(--font-display); font-weight: 800; font-size: 1.55rem; line-height: 1; letter-spacing: -0.02em; text-shadow: var(--emboss); }
.logo .dot { color: var(--orange); text-shadow: none; }
.logo small {
  font-family: var(--font-body); font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.22em; display: block; color: var(--indigo); text-shadow: none;
}
.main-nav ul { display: flex; gap: 2px; }
.main-nav a {
  display: block; padding: 8px 13px; font-family: var(--font-display);
  font-size: 1.02rem; font-weight: 600; border-radius: var(--r-daub-sm);
  transition: background-color var(--dur), color var(--dur), box-shadow var(--dur);
}
.main-nav a:hover { background-color: var(--ink); color: var(--cream); box-shadow: var(--raise-sm); }
.main-nav a.active { background-color: var(--indigo); color: #fff; box-shadow: var(--raise-sm); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-cta .btn { min-height: 42px; padding: 8px 20px; font-size: 1.02rem; }

/* Burger */
.burger {
  display: none; width: 46px; height: 46px; border-radius: var(--r-daub-sm);
  background-color: var(--paper); background-image: none;
  box-shadow: var(--raise-sm); position: relative; z-index: calc(var(--z-overlay) + 1);
}
.burger span { position: absolute; inset-inline: 11px; height: 3px; border-radius: 3px; background: var(--ink);
  transition: transform 0.3s var(--ease), opacity 0.2s, top 0.3s var(--ease); }
.burger span:nth-child(1) { top: 15px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 27px; }
.burger[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: var(--z-overlay);
  background-color: var(--cream); background-image: none;
  display: flex; flex-direction: column; justify-content: center; padding: 90px 30px 40px;
  opacity: 0; visibility: hidden; transition: opacity 0.25s var(--ease), visibility 0.25s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu nav ul { display: flex; flex-direction: column; }
.mobile-menu nav a {
  display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 700;
  padding: 10px 4px; border-bottom: var(--line); text-shadow: var(--emboss);
  transform: translateY(14px); opacity: 0;
  transition: transform 0.4s var(--ease), opacity 0.4s, background-color var(--dur);
}
.mobile-menu.open nav a { transform: none; opacity: 1; }
.mobile-menu nav a:hover { background-color: var(--ink); color: var(--cream); text-shadow: none; }
.mobile-menu nav a.active { color: var(--orange-deep); }
.mobile-menu nav li:nth-child(1) a { transition-delay: 0.04s; }
.mobile-menu nav li:nth-child(2) a { transition-delay: 0.08s; }
.mobile-menu nav li:nth-child(3) a { transition-delay: 0.12s; }
.mobile-menu nav li:nth-child(4) a { transition-delay: 0.16s; }
.mobile-menu nav li:nth-child(5) a { transition-delay: 0.2s; }
.mobile-menu nav li:nth-child(6) a { transition-delay: 0.24s; }
.mobile-menu nav li:nth-child(7) a { transition-delay: 0.28s; }
.mobile-menu .menu-ctas { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; }

/* ---------- Masthead ---------- */
.masthead {
  background-color: var(--paper);
  background-image: none;
  padding: clamp(12px, 2.2vw, 20px) 0;
  border-bottom: var(--line);
}
.masthead .container { display: flex; align-items: center; justify-content: space-between; gap: 12px 28px; flex-wrap: wrap; }
.masthead .brand {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 0.9; letter-spacing: -0.03em; display: block; text-shadow: var(--emboss-strong);
}
.masthead .brand .dot { color: var(--orange); text-shadow: none; }
.masthead .brand-sub {
  display: block; font-family: var(--font-body); font-weight: 700; letter-spacing: 0.28em;
  font-size: clamp(0.65rem, 1.5vw, 0.95rem); color: var(--indigo); margin-top: 0.4em; text-shadow: none;
}
.masthead-nav { display: flex; flex-wrap: wrap; gap: 6px 20px; align-items: center; }
.masthead-nav a {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(1rem, 2vw, 1.2rem);
  padding: 3px 10px; border-radius: var(--r-daub-sm);
  transition: background-color var(--dur), color var(--dur), box-shadow var(--dur);
}
.masthead-nav a:hover { background-color: var(--ink); color: var(--cream); box-shadow: var(--raise-sm); }
.masthead-nav a.active { background-color: var(--indigo); color: #fff; }

/* ---------- Hero — full-bleed impasto artwork, copy on top ---------- */
.hero {
  background-color: #FFFFFF;
  position: relative; border-block: var(--line);
  background-color: var(--cream); overflow: hidden; isolation: isolate;
  min-height: clamp(520px, 58vw, 700px);
  display: flex; align-items: center;
}
/* the artwork, flipped so the clean plaster sits on the right (RTL copy side) */
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  inset: 0 auto 0 0; width: 52%;
  background: url('../images/ls-hero-opt.jpg') 88% center / cover no-repeat;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 55%, rgba(0,0,0,0.45) 82%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 55%, rgba(0,0,0,0.45) 82%, transparent 100%);
}
/* light legibility hint on the copy side only — the artwork stays crisp */
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: none;
}
.hero-inner { display: flex; width: 100%; justify-content: flex-start; }
.hero-copy {
  color: var(--ink);
  max-width: 620px;
  padding: clamp(36px, 5vw, 72px) 0;
  display: flex; flex-direction: column; gap: 18px; justify-content: center;
}
@media (max-width: 860px) {
  .hero { min-height: auto; }
  .hero::before {
    inset: auto 0 0 0; width: 100%; height: 46%;
    background: url('../images/ls-hero-opt.jpg') 78% center / cover no-repeat;
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 52%, rgba(0,0,0,0.5) 78%, transparent 100%);
    mask-image: linear-gradient(to top, #000 0%, #000 52%, rgba(0,0,0,0.5) 78%, transparent 100%);
  }
  .hero-copy { padding-bottom: clamp(190px, 46vw, 300px); }
  .hero::after { background: none; }
}
.hero-copy .kicker-light {
  align-self: flex-start; font-family: var(--font-display); font-weight: 700;
  font-size: 0.85rem; letter-spacing: 0.1em;
  background-color: var(--indigo); background-image: none;
  color: #fff; padding: 8px 18px; border-radius: var(--r-daub-md);
  box-shadow: var(--raise-sm); transform: rotate(-1.6deg);
}
.hero-copy h1 {
  font-family: var(--font-display); font-weight: 800; font-size: var(--fs-hero);
  line-height: 1.02; text-shadow: var(--emboss-strong);
}
.hero-copy h1 .u {
  text-decoration: none;
  background-image: var(--swash);
  background-repeat: no-repeat; background-position: 50% 100%; background-size: 100% 0.32em;
  padding-bottom: 0.18em;
}
.hero-copy .hero-sub { font-size: clamp(1rem, 1.7vw, 1.18rem); font-weight: 500; color: var(--ink-soft); max-width: 46ch; margin: 0; }
.hero-mini-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 4px; }
.hero-mini-trust li { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.95rem; }
.hero-mini-trust svg { width: 18px; height: 18px; color: var(--orange-deep); flex-shrink: 0; }

/* short lead form floating on hero media — plaster card */
.hero-form {
  position: absolute; z-index: 3; inset-inline: 18px; bottom: 18px;
  background-color: var(--paper); background-image: none;
  border-radius: var(--r-daub-md); box-shadow: var(--raise-lg);
  padding: 18px 18px 20px;
}
.hero-form h2 { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 12px; text-shadow: var(--emboss); }
.hero-form .mini-row { display: grid; gap: 10px; }
@media (min-width: 480px) { .hero-form .mini-row { grid-template-columns: 1fr 1fr; } }
.hero-form input, .hero-form select {
  font: inherit; color: var(--ink);
  background-color: rgba(255,253,251,0.85); background-image: none;
  border: var(--line-strong); border-radius: var(--r-daub-sm);
  padding: 10px 13px; min-height: 46px; width: 100%;
  box-shadow: inset 0 2px 4px rgba(41,37,36,0.1);
  transition: box-shadow var(--dur), background-color var(--dur), border-color var(--dur);
}
.hero-form input:focus, .hero-form select:focus { outline: none; background-color: var(--white); border-color: var(--orange); box-shadow: inset 0 2px 4px rgba(41,37,36,0.08), 0 0 0 3px rgba(255,102,36,0.25); }
.hero-form .btn { width: 100%; margin-top: 10px; min-height: 50px; }

/* ---------- Trust strip — deep indigo painted band ---------- */
.trust-strip {
  background-color: var(--ink); background-image: none;
  color: var(--cream);
}
.trust-strip ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.trust-strip li {
  display: flex; align-items: center; justify-content: center; gap: 12px; padding: 18px 12px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; text-align: center;
  text-shadow: var(--paint-soft);
}
.trust-strip li + li { border-inline-start: 2px solid rgba(255,255,255,0.16); }
.trust-strip b { font-size: 1.7rem; color: var(--amber); }
@media (max-width: 620px) {
  .trust-strip ul { grid-template-columns: 1fr 1fr; }
  .trust-strip li + li { border-inline-start: 0; }
  .trust-strip li:nth-child(even) { border-inline-start: 2px solid rgba(255,255,255,0.16); }
  .trust-strip li:nth-child(n+3) { border-top: 2px solid rgba(255,255,255,0.16); }
}

/* ---------- Marquee — painted orange band ---------- */
.marquee {
  --marquee-dur: 26s; overflow: hidden;
  background-color: var(--orange); background-image: none;
  color: #fff; padding-block: 12px; display: flex; user-select: none;
  border-block: var(--line-strong);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 6px rgba(120,35,0,0.25);
}
.marquee-track { display: flex; flex-shrink: 0; min-width: 100%; animation: marquee var(--marquee-dur) linear infinite; }
.marquee span {
  display: inline-flex; align-items: center; gap: 28px; padding-inline: 14px; white-space: nowrap;
  font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(120,35,0,0.4);
}
.marquee span::after { content: '✦'; color: var(--ink); font-size: 0.85em; text-shadow: none; }
@keyframes marquee { to { transform: translateX(50%); } }

/* ---------- Sections ---------- */
.section { padding-block: clamp(52px, 8vw, 96px); position: relative; }
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4.5vw, 48px); }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker {
  display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.1em; background-color: var(--ink); background-image: none;
  color: var(--cream); padding: 6px 16px; margin-bottom: 16px;
  border-radius: var(--r-daub-md); box-shadow: var(--raise-sm); transform: rotate(-1.4deg);
}
.section-head h2 { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-h2); line-height: 1.02; margin-bottom: 12px; text-shadow: var(--emboss-strong); }
.section-head h2 em { font-style: normal; }
.section-head p { color: var(--ink-soft); font-size: 1.05rem; margin: 0; }
.bg-paper { background-color: var(--paper); background-image: none; border-block: var(--line); }
.bg-white { background-color: var(--white); background-image: none; border-block: var(--line); }

/* ---------- Price calculator — sculpted plaster panel ---------- */
.calc-wrap {
  display: grid; gap: 0; overflow: hidden;
  background-color: var(--paper); background-image: none;
  border-radius: var(--r-daub-md); box-shadow: var(--raise-lg);
}
@media (min-width: 860px) { .calc-wrap { grid-template-columns: 1.15fr 0.85fr; } }
.calc-inputs { padding: clamp(22px, 3.5vw, 40px); }
.calc-field { margin-bottom: 24px; }
.calc-field > label { display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; margin-bottom: 12px; text-shadow: var(--emboss); }
.calc-field .val { color: var(--orange-deep); font-weight: 800; text-shadow: none; }
input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 10px;
  background-color: var(--cream); background-image: none;
  border: var(--line-strong); border-radius: 50px; outline-offset: 4px;
  box-shadow: inset 0 2px 4px rgba(41,37,36,0.15);
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 32px; height: 32px; border-radius: var(--r-blob);
  background: var(--orange); border: 2px solid rgba(120,35,0,0.35); cursor: pointer;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.4), 0 4px 10px -2px rgba(228,82,15,0.6);
}
input[type="range"]::-moz-range-thumb {
  width: 32px; height: 32px; border-radius: 50%; background: var(--orange);
  border: 2px solid rgba(120,35,0,0.35); cursor: pointer;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.4), 0 4px 10px -2px rgba(228,82,15,0.6);
}
.seg { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; border-radius: var(--r-daub-md); overflow: hidden; box-shadow: var(--raise-sm); border: var(--line-strong); }
.seg button {
  padding: 12px 8px; font-family: var(--font-display); font-weight: 700; font-size: 0.98rem;
  background-color: var(--paper); background-image: none;
  transition: background-color var(--dur), color var(--dur); min-height: 48px;
}
.seg button + button { border-inline-start: var(--line-strong); }
.seg button[aria-pressed="true"] { background-color: var(--indigo); background-image: none; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.35); }
.calc-toggles { display: grid; gap: 12px; }
.toggle {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 16px; border-radius: var(--r-daub-md);
  background-color: var(--paper); background-image: none;
  box-shadow: var(--raise-sm); border: var(--line);
  cursor: pointer; min-height: 54px; text-align: start;
  transition: box-shadow var(--dur), background-color var(--dur);
}
.toggle:hover { background-color: var(--cream); box-shadow: var(--raise); }
.toggle b { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.toggle span { color: var(--ink-soft); font-size: 0.85rem; display: block; }
.switch { flex-shrink: 0; width: 54px; height: 32px; border-radius: 50px; border: var(--line-strong);
  background-color: var(--cream); box-shadow: inset 0 2px 4px rgba(41,37,36,0.16); position: relative; transition: background-color var(--dur); }
.switch::after { content: ''; position: absolute; top: 2px; inset-inline-start: 3px; width: 23px; height: 23px; border-radius: var(--r-blob);
  background: var(--ink); box-shadow: 0 2px 4px rgba(41,37,36,0.35); transition: transform var(--dur) var(--ease), background-color var(--dur); }
.toggle[aria-pressed="true"] .switch { background-color: var(--amber); }
.toggle[aria-pressed="true"] .switch::after { transform: translateX(-22px); background-color: var(--orange-deep); }

.calc-result {
  background-color: var(--ink); background-image: none;
  color: var(--cream); padding: clamp(22px, 3.5vw, 40px);
  display: flex; flex-direction: column; justify-content: center; text-align: center;
  box-shadow: inset 6px 0 18px -10px rgba(0,0,0,0.5);
}
.calc-result .cr-label { font-weight: 600; font-size: 0.95rem; color: rgba(255,255,255,0.75); letter-spacing: 0.05em; }
.calc-result .cr-range {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1; margin: 10px 0; font-variant-numeric: tabular-nums; text-shadow: var(--paint-soft);
}
.calc-result .cr-range .grad-warm { display: inline; text-shadow: none; }
.calc-result .cr-sub { font-size: 0.9rem; color: rgba(255,255,255,0.7); margin-bottom: 22px; }
.calc-result .btn { align-self: center; }
.calc-note { text-align: center; color: var(--ink-soft); font-size: 0.85rem; margin: 16px 0 0; }

/* ---------- What's included — plaster tiles ---------- */
.incl-grid { display: grid; gap: 14px; }
@media (min-width: 640px) { .incl-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .incl-grid { grid-template-columns: repeat(3, 1fr); } }
.incl-item {
  display: flex; gap: 14px; align-items: flex-start; padding: 20px 22px;
  background-color: var(--white); background-image: none;
  border-radius: var(--r-daub-md); box-shadow: var(--raise-sm); border: var(--line);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.incl-item:hover { transform: translateY(-3px) rotate(-0.4deg); box-shadow: var(--raise); }
.incl-check {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: var(--r-blob);
  background-color: var(--orange); background-image: none;
  display: grid; place-items: center; color: #fff;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.35), 0 4px 10px -3px rgba(228,82,15,0.55);
}
.incl-check svg { width: 20px; height: 20px; }
.incl-item b { font-family: var(--font-display); font-size: 1.2rem; display: block; margin-bottom: 2px; text-shadow: var(--emboss); }
.incl-item p { color: var(--ink-soft); font-size: 0.92rem; margin: 0; }

/* ---------- Service poster cards — painted panels ---------- */
.services-grid { display: grid; gap: 16px; }
@media (min-width: 640px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.svc-card {
  position: relative; min-height: clamp(230px, 25vw, 300px); overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; color: #fff; isolation: isolate;
  background-color: var(--indigo-deep); border-radius: var(--r-daub-md); box-shadow: var(--raise-dark);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.svc-card:hover { transform: translateY(-4px) rotate(-0.35deg); }
.svc-card img, .svc-card .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 0.6s var(--ease); }
.svc-card:hover img, .svc-card:hover .ph { transform: scale(1.05); }
.svc-card::after { content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(41,37,36,0.15) 0%, rgba(41,37,36,0.05) 35%, rgba(41,37,36,0.88) 100%); }
.svc-card .svc-name {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  line-height: 0.98; padding: 20px 22px 0; position: absolute; top: 0; inset-inline-start: 0;
  text-shadow: var(--paint-soft);
}
.svc-body { background: rgba(20,18,40,0.6); background-image: none; padding: 14px 22px 18px; border-top: 2px solid rgba(255,255,255,0.28); }
.svc-body p { margin: 0 0 10px; font-size: 0.94rem; max-width: 52ch; }
.svc-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--amber); transition: gap var(--dur); }
.svc-link:hover { gap: 14px; }
.svc-link svg { width: 16px; height: 16px;  }

/* ---------- Before / After — framed artwork ---------- */
.ba-wrap { max-width: 900px; margin-inline: auto; }
.ba {
  position: relative; overflow: hidden;
  border-radius: var(--r-daub-md); box-shadow: var(--raise-lg);
  border: 10px solid var(--paper); outline: var(--line-strong);
  aspect-ratio: 16 / 10; background: var(--indigo-deep); user-select: none; touch-action: pan-y;
}
.ba .ba-after { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba .ba-before-wrap { position: absolute; top: 0; bottom: 0; left: 0; right: auto; width: 50%; overflow: hidden; border-right: 3px solid var(--paper); }
.ba .ba-before-wrap .ba-before { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; }
.ba-tag {
  position: absolute; top: 14px; z-index: 4; font-family: var(--font-display); font-weight: 700;
  font-size: 0.85rem; padding: 6px 16px; border-radius: var(--r-daub-md);
  background-color: var(--paper); background-image: none; color: var(--ink); box-shadow: var(--raise-sm);
}
.ba-tag.before { left: 14px; transform: rotate(-2deg); }
.ba-tag.after { right: 14px; background-color: var(--orange); background-image: none; color: #fff; transform: rotate(2deg); text-shadow: 0 1px 2px rgba(120,35,0,0.4); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: var(--paper);
  z-index: 5; transform: translateX(-50%); pointer-events: none;
}
.ba-knob {
  position: absolute; top: 50%; left: 50%; z-index: 6; transform: translate(-50%, -50%);
  width: 52px; height: 52px; border-radius: var(--r-blob);
  background-color: var(--orange); background-image: none;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.4), 0 8px 18px -4px rgba(41,37,36,0.5);
  display: grid; place-items: center; color: #fff; pointer-events: none;
}
.ba-knob svg { width: 26px; height: 26px; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 7; direction: ltr; border: 0; background: none; box-shadow: none; }

/* ---------- Projects showcase — example project cards ---------- */
.projects-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin-top: 28px; }
.project-card {
  overflow: hidden; background-color: var(--white); background-image: none;
  border: var(--line); border-radius: var(--r-daub-md); box-shadow: var(--raise-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.project-card:nth-child(2) { transform: rotate(0.4deg); }
.project-card:hover { transform: translateY(-4px) rotate(-0.3deg); box-shadow: var(--raise); }
.project-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; aspect-ratio: 16 / 9; }
.project-imgs .ph { border-radius: 0; }
.project-body { padding: 16px 18px 18px; }
.pj-loc { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; font-size: 0.82rem; color: var(--orange-deep); margin-bottom: 6px; }
.pj-loc svg { width: 15px; height: 15px; }
.project-body b { display: block; font-family: var(--font-display); font-size: 1.3rem; line-height: 1.1; margin-bottom: 6px; text-shadow: var(--emboss); }
.project-body p { color: var(--ink-soft); font-size: 0.92rem; margin: 0; }

/* ---------- Price table — plaster board ---------- */
.price-table {
  background-color: var(--paper); background-image: none;
  border-radius: var(--r-daub-md); box-shadow: var(--raise); overflow: hidden; border: var(--line);
}
.price-table table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 15px 18px; text-align: start; border-bottom: var(--line); }
.price-table thead th {
  background-color: var(--indigo); background-image: none;
  color: #fff; font-family: var(--font-display); font-size: 1.05rem; text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-table tbody tr:hover { background-color: rgba(255,255,255,0.6); }
.price-table td.price { font-family: var(--font-display); font-weight: 800; color: var(--orange-deep); font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-table caption { caption-side: bottom; padding: 12px; font-size: 0.82rem; color: var(--ink-soft); }

/* ---------- City chips — painted daubs ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.chip {
  display: inline-flex; align-items: center; gap: 9px; padding: 12px 26px;
  border-radius: var(--r-daub); background-color: var(--paper); background-image: none;
  box-shadow: var(--raise-sm); border: var(--line);
  font-family: var(--font-display); font-weight: 700; font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  text-shadow: var(--emboss);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur), background-color var(--dur), color var(--dur);
}
.chip:nth-child(odd) { transform: rotate(-0.8deg); }
.chip:nth-child(even) { transform: rotate(0.7deg); }
.chip:hover { transform: translateY(-3px); box-shadow: var(--raise); background-color: var(--indigo); background-image: none; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.35); }
.chip svg { width: 19px; height: 19px; color: var(--orange-deep); flex-shrink: 0; }
.chip:hover svg { color: var(--amber); }

/* ---------- Testimonials — plaster cards ---------- */
.testi-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.testi-card {
  background-color: var(--white); background-image: none;
  border-radius: var(--r-daub-md); box-shadow: var(--raise-sm); border: var(--line);
  padding: 24px 22px 20px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.testi-card:nth-child(2) { transform: rotate(0.4deg); }
.testi-card:hover { transform: translateY(-4px) rotate(-0.3deg); box-shadow: var(--raise); }
.testi-stars { display: flex; gap: 3px; color: var(--orange); filter: drop-shadow(0 1px 1px rgba(120,35,0,0.3)); }
.testi-stars svg { width: 17px; height: 17px; }
.testi-card blockquote { margin: 0; font-size: 1rem; flex: 1; }
.testi-who { display: flex; align-items: center; gap: 12px; border-top: var(--line); padding-top: 14px; }
.testi-who .avatar {
  width: 42px; height: 42px; border-radius: var(--r-blob); display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.2rem;
  background-color: var(--amber); background-image: none;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.4), 0 3px 8px -2px rgba(228,82,15,0.4); flex-shrink: 0;
}
.testi-who b { display: block; font-size: 0.96rem; }
.testi-who span { color: var(--ink-soft); font-size: 0.84rem; }

/* ---------- FAQ — carved plaster list ---------- */
.faq-list {
  max-width: 800px; margin-inline: auto;
  background-color: var(--paper); background-image: none;
  border-radius: var(--r-daub-md); box-shadow: var(--raise); border: var(--line); overflow: hidden;
}
.faq-item { border-bottom: var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary {
  list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 20px; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem;
  cursor: pointer; min-height: 44px; text-shadow: var(--emboss);
  transition: background-color var(--dur), color var(--dur);
}
.faq-item summary:hover { background-color: var(--cream); }
.faq-item[open] summary { background-color: var(--indigo); background-image: none; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.35); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .faq-x {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: var(--r-blob);
  display: grid; place-items: center; position: relative;
  background-color: var(--cream); box-shadow: var(--raise-sm);
  transition: transform 0.3s var(--ease), background-color var(--dur);
}
.faq-item[open] summary .faq-x { background-color: var(--orange); transform: rotate(45deg); }
.faq-item summary .faq-x::before, .faq-item summary .faq-x::after { content: ''; position: absolute; background: var(--ink); border-radius: 2px; }
.faq-item[open] summary .faq-x::before, .faq-item[open] summary .faq-x::after { background: #fff; }
.faq-item summary .faq-x::before { width: 12px; height: 2.5px; }
.faq-item summary .faq-x::after { width: 2.5px; height: 12px; }
.faq-item .faq-a { padding: 16px 20px 20px; color: var(--ink-soft); border-top: var(--line); }
.faq-item .faq-a p { margin: 0; }

/* ---------- CTA band — painted indigo canvas ---------- */
.cta-band {
  border-radius: var(--r-daub-md); box-shadow: var(--raise-lg);
  background-color: var(--indigo); background-image: none;
  color: #fff; text-align: center; padding: clamp(38px, 6vw, 72px) clamp(22px, 5vw, 68px);
}
.cta-band h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 5.5vw, 3.8rem); line-height: 1.0; margin-bottom: 12px; text-shadow: var(--paint-soft); }
.cta-band p { font-size: 1.06rem; font-weight: 500; max-width: 52ch; margin: 0 auto 26px; color: rgba(255,255,255,0.92); }
.cta-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------- Contact — plaster form ---------- */
.contact-grid { display: grid; gap: 24px; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 0.85fr 1.15fr; align-items: start; } }
.contact-form {
  background-color: var(--paper); background-image: none;
  border-radius: var(--r-daub-md); box-shadow: var(--raise-lg); border: var(--line);
  padding: clamp(22px, 4vw, 38px);
}
.form-row { display: grid; gap: 14px; }
@media (min-width: 640px) { .form-row.cols-2 { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-weight: 700; font-size: 0.92rem; }
.field label .req { color: var(--orange-deep); }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink);
  background-color: rgba(255,253,251,0.85); background-image: none;
  border: var(--line-strong); border-radius: var(--r-daub-sm);
  padding: 12px 15px; min-height: 50px; width: 100%;
  box-shadow: inset 0 2px 4px rgba(41,37,36,0.1);
  transition: box-shadow var(--dur), background-color var(--dur), border-color var(--dur);
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background-color: var(--white); border-color: var(--orange); box-shadow: inset 0 2px 4px rgba(41,37,36,0.08), 0 0 0 3px rgba(255,102,36,0.25); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--error); box-shadow: inset 0 2px 4px rgba(41,37,36,0.08), 0 0 0 3px rgba(211,47,47,0.25); }
.field .err { display: none; color: var(--error); font-size: 0.83rem; font-weight: 600; }
.field.invalid .err { display: block; }
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%2326241E' stroke-width='2'/%3E%3C/svg%3E"), var(--tex-fine);
  background-repeat: no-repeat, repeat; background-position: left 16px center, 0 0; padding-inline-end: 16px;
}
.hp-field { position: absolute; opacity: 0; height: 0; overflow: hidden; pointer-events: none; }
.form-note { color: var(--ink-soft); font-size: 0.84rem; margin: 14px 0 0; text-align: center; }
.form-success {
  display: none; align-items: center; gap: 12px;
  background: #e7f3ea; border: 2px solid var(--ok); border-radius: var(--r-daub-sm);
  color: var(--ok); font-weight: 700; padding: 14px 18px; margin-top: 16px;
}
.form-success.show { display: flex; }
.form-success svg { width: 22px; height: 22px; flex-shrink: 0; }
.contact-aside {
  display: grid; gap: 0; align-content: start; overflow: hidden;
  background-color: var(--paper); background-image: none;
  border-radius: var(--r-daub-md); box-shadow: var(--raise); border: var(--line);
}
.info-card { display: flex; align-items: center; gap: 15px; padding: 18px 20px; transition: background-color var(--dur); }
.info-card + .info-card { border-top: var(--line); }
a.info-card:hover { background-color: rgba(255,155,41,0.25); }
.info-card .ic {
  width: 46px; height: 46px; flex-shrink: 0; border-radius: var(--r-blob);
  display: grid; place-items: center;
  background-color: var(--cream); background-image: none; box-shadow: var(--raise-sm);
}
.info-card .ic svg { width: 21px; height: 21px; }
.info-card b { display: block; font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; text-shadow: var(--emboss); }
.info-card span { color: var(--ink-soft); font-size: 0.92rem; }
.info-card span.ltr { direction: ltr; unicode-bidi: embed; white-space: nowrap; }

/* ---------- Footer — deep painted wall ---------- */
.site-footer {
  background-color: var(--ink); background-image: none;
  color: var(--cream); border-top: var(--line-strong); position: relative; z-index: 2;
}
.footer-marquee { overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.22); padding-block: 10px; display: flex; }
.footer-marquee .marquee-track { animation-duration: 32s; }
.footer-marquee span { display: inline-flex; align-items: center; gap: 26px; padding-inline: 14px; white-space: nowrap; font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.03em; color: var(--cream); text-shadow: var(--paint-soft); }
.footer-marquee span::after { content: '✦'; color: var(--orange); text-shadow: none; }
.footer-grid { display: grid; gap: 32px; padding-block: clamp(38px, 6vw, 60px) 38px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; } }
.footer-brand .brand { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 0.9; display: block; letter-spacing: -0.02em; text-shadow: var(--paint-soft); }
.footer-brand .brand .dot { color: var(--orange); }
.footer-brand p { color: rgba(255,255,255,0.75); font-size: 0.94rem; max-width: 280px; margin-top: 14px; }
.footer-col h4 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--amber); margin-bottom: 14px; text-shadow: 0 1px 2px rgba(0,0,0,0.3); }
.footer-col ul { display: grid; gap: 8px; }
.footer-col a { color: rgba(255,255,255,0.85); font-size: 0.95rem; transition: color var(--dur); }
.footer-col a:hover { color: var(--amber); }
.footer-col li { color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.22); padding: 18px 0; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; color: rgba(255,255,255,0.6); font-size: 0.85rem; }

/* ---------- Floating WhatsApp — painted blob ---------- */
.wa-float {
  position: fixed; bottom: 22px; inset-inline-end: 20px; z-index: var(--z-float); width: 60px; height: 60px;
  border-radius: var(--r-blob); background-color: var(--wa-green); background-image: none;
  display: grid; place-items: center; color: #fff;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.3), 0 10px 24px -6px rgba(41,37,36,0.45);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.wa-float:hover { transform: translateY(-3px) rotate(-4deg); box-shadow: inset 0 2px 0 rgba(255,255,255,0.3), 0 16px 30px -8px rgba(41,37,36,0.5); }
.wa-float svg { width: 30px; height: 30px; }

/* ---------- Placeholder blocks (swap for real photos) ---------- */
.ph {
  display: grid; place-items: center; text-align: center; color: rgba(255,255,255,0.9);
  background-color: var(--indigo); background-image: none;
  font-family: var(--font-display); font-weight: 700;
}
.ph::after { content: attr(data-ph); font-size: 0.9rem; padding: 8px 14px; border: 1.5px dashed rgba(255,255,255,0.55); border-radius: var(--r-daub-sm); }
.ph.warm { background-color: var(--orange); background-image: none; }
.ph.ink { background-color: var(--indigo-deep); background-image: none; }

/* ============================================================
   Inner pages — city (STAG) + article/guide
   ============================================================ */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 18px; }
.breadcrumb a { font-weight: 600; transition: color var(--dur); }
.breadcrumb a:hover { color: var(--orange-deep); }
.breadcrumb .bc-sep { color: var(--ink-soft); opacity: 0.7; }
.breadcrumb [aria-current] { font-weight: 700; }

/* Page hero (cities + index pages) — plaster band, no photo */
.page-hero {
  background-color: var(--paper); background-image: none;
  border-bottom: var(--line); padding-block: clamp(30px, 5vw, 56px);
}
.page-hero .kicker { margin-bottom: 14px; }
.page-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: 1.03; text-shadow: var(--emboss-strong); margin-bottom: 14px; }
.page-hero-sub { font-size: clamp(1.02rem, 1.8vw, 1.2rem); color: var(--ink-soft); max-width: 62ch; margin: 0 0 22px; }

/* Prose layout: article + sticky aside */
.prose-wrap { display: grid; gap: 30px; }
@media (min-width: 960px) { .prose-wrap { grid-template-columns: minmax(0, 1fr) 320px; align-items: start; } }
.prose { max-width: 760px; font-size: 1.08rem; line-height: 1.8; }
.prose h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.05rem); line-height: 1.1; margin: 1.4em 0 0.5em; text-shadow: var(--emboss); }
.prose h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; margin: 1.2em 0 0.4em; }
.prose p { margin: 0 0 1.1em; }
.prose ul, .prose ol { margin: 0 0 1.2em; padding-inline-start: 1.4em; }
.prose ul { list-style: none; padding-inline-start: 0; }
.prose ul li { position: relative; padding-inline-start: 30px; margin-bottom: 0.6em; }
.prose ul li::before { content: ''; position: absolute; inset-inline-start: 0; top: 0.5em; width: 16px; height: 16px; border-radius: var(--r-blob); background-color: var(--orange); box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
.prose ol { counter-reset: n; list-style: none; padding-inline-start: 0; }
.prose ol li { position: relative; padding-inline-start: 42px; margin-bottom: 0.7em; }
.prose ol li::before { counter-increment: n; content: counter(n); position: absolute; inset-inline-start: 0; top: 0; width: 28px; height: 28px; border-radius: var(--r-blob); background-color: var(--indigo); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 0.9rem; }
.prose strong, .prose b { font-weight: 700; }
.prose a { color: var(--orange-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.4em; font-size: 0.98rem; }
.prose th, .prose td { padding: 11px 14px; text-align: start; border: var(--line); }
.prose thead th { background-color: var(--indigo); color: #fff; font-family: var(--font-display); }
.prose blockquote { margin: 1.2em 0; padding: 14px 20px; border-inline-start: 5px solid var(--orange); background: rgba(255,155,41,0.12); border-radius: 0 var(--r-daub-sm) var(--r-daub-sm) 0; font-style: italic; }

.article-h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 12px; }
.article-meta { color: var(--ink-soft); font-size: 0.9rem; margin-bottom: 20px; font-weight: 600; }
.answer-box {
  background-color: var(--paper); background-image: none;
  border: var(--line-strong); border-inline-start: 6px solid var(--orange);
  border-radius: 0 var(--r-daub-md) var(--r-daub-md) 0;
  padding: 18px 22px; margin: 0 0 26px; font-size: 1.1rem; box-shadow: var(--raise-sm);
}
.answer-box b { font-family: var(--font-display); color: var(--orange-deep); }

.toc {
  background-color: var(--paper); background-image: none; border: var(--line);
  border-radius: var(--r-daub-md); padding: 18px 22px; margin: 0 0 28px; box-shadow: var(--raise-sm);
}
.toc b { font-family: var(--font-display); font-size: 1.1rem; display: block; margin-bottom: 8px; }
.toc ol { counter-reset: t; list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.toc ol li { counter-increment: t; padding-inline-start: 0; }
.toc ol li::before { content: counter(t) ". "; color: var(--orange-deep); font-weight: 700; }
.toc a { color: var(--ink); font-weight: 600; text-decoration: none; }
.toc a:hover { color: var(--orange-deep); }

/* Aside */
.prose-aside { display: grid; gap: 16px; align-content: start; }
@media (min-width: 960px) { .prose-aside { position: sticky; top: calc(var(--header-h) + 16px); } }
.aside-card {
  background-color: var(--white); background-image: none; border: var(--line);
  border-radius: var(--r-daub-md); box-shadow: var(--raise-sm); padding: 20px;
}
.aside-card > b { font-family: var(--font-display); font-size: 1.2rem; display: block; margin-bottom: 8px; text-shadow: var(--emboss); }
.aside-card p { color: var(--ink-soft); font-size: 0.92rem; margin: 0 0 14px; }
.aside-card .btn { width: 100%; margin-bottom: 10px; min-height: 50px; }
.aside-cta { background-color: var(--paper); }
.hoods { display: flex; flex-wrap: wrap; gap: 8px; }
.hood { display: inline-flex; align-items: center; gap: 5px; font-size: 0.86rem; font-weight: 600; background: var(--cream); padding: 5px 12px; border-radius: var(--r-daub-sm); box-shadow: var(--raise-sm); }
.hood svg { width: 14px; height: 14px; color: var(--orange-deep); }
.svc-mini-list { display: grid; gap: 8px; }
.svc-mini { display: block; padding: 10px 14px; border-radius: var(--r-daub-sm); background: var(--cream); box-shadow: var(--raise-sm); transition: transform var(--dur), background-color var(--dur); }
.svc-mini:hover { transform: translateX(-3px); background: var(--amber); }
.svc-mini b { font-family: var(--font-display); font-size: 1rem; display: block; }
.svc-mini span { font-size: 0.82rem; color: var(--ink-soft); }

.area-group { margin-bottom: 34px; }
.area-group h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 16px; text-shadow: var(--emboss); }

/* Guides grid */
.guides-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.guide-card {
  display: flex; flex-direction: column; gap: 8px; padding: 24px 22px;
  background-color: var(--white); background-image: none; border: var(--line);
  border-radius: var(--r-daub-md); box-shadow: var(--raise-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.guide-card:hover { transform: translateY(-4px) rotate(-0.3deg); box-shadow: var(--raise); }
.guide-cat { align-self: flex-start; font-family: var(--font-display); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.06em; background: var(--indigo); color: #fff; padding: 4px 12px; border-radius: var(--r-daub-sm); }
.guide-card b { font-family: var(--font-display); font-size: 1.32rem; line-height: 1.15; text-shadow: var(--emboss); }
.guide-ex { color: var(--ink-soft); font-size: 0.92rem; flex: 1; }
.guide-card .svc-link { color: var(--orange-deep); }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.07s; }
.reveal-d2 { transition-delay: 0.14s; }
.reveal-d3 { transition-delay: 0.21s; }

/* ---------- Scroll progress bar ---------- */
.scroll-beam { position: fixed; top: 0; inset-inline-start: 0; height: 4px; width: 0; z-index: calc(var(--z-header) + 2);
  background: var(--grad-warm); border-radius: 0 3px 3px 0; pointer-events: none; transition: width 0.12s linear; }

/* ---------- Call-first CTAs ---------- */
.ltr { direction: ltr; unicode-bidi: embed; white-space: nowrap; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 6px; }
.btn-call { font-size: clamp(1.2rem, 2.2vw, 1.4rem); min-height: 62px; padding: 14px 36px; }
.btn-call .ltr { font-variant-numeric: tabular-nums; }

/* Sticky mobile call bar */
.call-bar {
  position: fixed; bottom: 0; inset-inline: 0; z-index: var(--z-float);
  display: none; gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background-color: var(--paper); background-image: none;
  border-top: var(--line-strong);
  box-shadow: 0 -12px 28px -14px rgba(41,37,36,0.45);
}
.call-bar .btn { flex: 1; min-height: 52px; font-size: 1.1rem; padding: 10px 14px; }
@media (max-width: 760px) {
  .call-bar { display: flex; }
  .wa-float { display: none; }
  body { padding-bottom: 78px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .main-nav { display: none; }
  .header-cta .btn-outline { display: none; }
  .burger { display: block; }
  /* only the burger menu on small screens: hide the masthead links,
     pin the slim header (logo + call + burger) from the very top */
  .masthead-nav { display: none; }
  .site-header { transform: none; }
  body { padding-top: var(--header-h); }
}
@media (min-width: 1025px) { .mobile-menu { display: none; } }
@media (max-width: 640px) {
  .hero-ctas .btn, .cta-ctas .btn { flex: 1 1 100%; }
  .footer-bottom { justify-content: center; text-align: center; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}


/* ══════════════════════════════════════════════════════════════
   AUDIT FIXES — appended 2026-07-19
   Additive only. No content hidden, no selectors removed.
   ══════════════════════════════════════════════════════════════ */

/* F1 — mobile menu must work without JS.
   10Web delays main.js, so the first burger tap had no effect.
   :target opens the drawer with zero JS; the JS toggle still works on top. */
.mobile-menu:target {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}
.mobile-menu:target nav a {
	transform: none !important;
	opacity: 1 !important;
}

/* F9 — header CTA tap target (was 42px) */
.header-cta .btn,
.header-cta .btn-cta {
	min-height: 44px;
}

/* F3 — footer links were 20px tall; 12px block padding brings them to 44px */
.footer-grid a {
	display: inline-block;
	padding-block: 12px;
	padding-inline: 2px;
	min-height: 44px;
}
.footer-bottom a {
	display: inline-block;
	padding-block: 10px;
	min-height: 44px;
}
@media (max-width: 767px) {
	.footer-grid ul { gap: 0; }
}

/* F4 — cap the reading measure at ~68ch (was 93ch at 1440) */
.prose {
	max-width: 760px;                    /* fallback for browsers without ch */
	max-inline-size: min(68ch, 100%);    /* 68ch alone is 413px — wider than a
	                                        310px mobile container, so cap it */
	min-width: 0;
}

/* F6 — /areas/ city chips were a 2,042px single column on mobile */
@media (max-width: 560px) {
	.chips {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.chips .chip {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		text-align: center;
	}
}

/* Section rhythm — every .section sat at a uniform 52px, so nothing
   signalled relative importance. Vary density instead of cutting copy. */
.section {
	padding-block: clamp(40px, 6vw, 72px);
}
.section.bg-paper {
	padding-block: clamp(32px, 5vw, 56px);
}
/* Close control for the mobile drawer (works with :target and with JS) */
.mobile-menu .menu-close {
	position: absolute;
	top: 22px;
	inset-inline-end: 22px;
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	font-size: 1.5rem;
	line-height: 1;
	border-radius: var(--r-daub-sm, 10px);
	background-color: var(--paper, #f6f7f8);
	box-shadow: var(--raise-sm, 0 2px 6px rgba(0,0,0,.15));
	color: var(--ink, #292524);
}

/* ══════════════════════════════════════════════════════════════
   ROUND 2 FIXES — 2026-07-19
   ══════════════════════════════════════════════════════════════ */

/* 1 — Dead 64px band between header and hero.
   body already offsets the fixed header; .site-main added a second offset. */
.site-main,
#main.site-main {
	padding-top: 0 !important;
}

/* 2 — Text was ink-on-ink and invisible.
   The palette rework made --indigo identical to --ink, so headings inside the
   dark bands inherited a dark colour from the legacy heading rules. */
.cta-band,
.cta-band h2,
.cta-band h3,
.cta-band p {
	color: #fff !important;
}
.svc-card,
.svc-card .svc-name,
.svc-card .svc-body,
.svc-card .svc-body p {
	color: #fff !important;
}
.svc-card .svc-name {
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}
.svc-card .svc-link {
	color: var(--orange) !important;
}

/* 3 — Contact row: the mockup's second column is a lead form we do not have,
   so the single info column was sitting in a half-empty two-column grid. */
.contact-grid {
	grid-template-columns: 1fr;
}
.contact-grid > .contact-aside {
	width: 100%;
}
@media (min-width: 900px) {
	.contact-grid > .contact-aside {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}
	.contact-grid .info-card {
		border-top: 0;
		border-inline-start: var(--line);
	}
	.contact-grid .info-card:first-child {
		border-inline-start: 0;
	}
}

/* 4 — Real photos replace the placeholder blocks in the service cards. */
.svc-card img.ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: none;
}
.svc-card img.ph::after {
	content: none;
}

/* ══════════════════════════════════════════════════════════════
   ROUND 3 FIXES — 2026-07-19
   ══════════════════════════════════════════════════════════════ */

/* 1 — Mobile hero was spilling 44px off the left edge.
   .hero-copy sized itself to its widest child (the CTA buttons, 394px) inside
   a 310px container. body has overflow-x:clip, so it silently clipped instead
   of scrolling — the copy read as pushed off-centre. */
@media (max-width: 767px) {
	.hero .hero-inner,
	.hero .hero-copy {
		max-width: 100%;
		min-width: 0;
	}
	.hero .hero-copy > * {
		max-width: 100%;
	}
	.hero .hero-copy h1,
	.hero .hero-sub {
		overflow-wrap: break-word;
	}
	/* Direction-agnostic: with wrap + 100% basis the buttons stack whether the
	   container resolves to row or column, so neither can spill off-screen. */
	.hero .hero-ctas {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 12px;
	}
	.hero .hero-ctas > .btn {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding-inline: 16px;
	}
}

/* 2 — Article table of contents.
   The <ol> had list-style:none with no inline padding, so the numbering never
   rendered; the box itself also overflowed the viewport on mobile. */
.toc {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}
.toc ol {
	list-style: none;
	counter-reset: toc;
	padding-inline-start: 0;
	margin: 0;
}
.toc ol > li {
	counter-increment: toc;
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding-block: 6px;
	max-width: 100%;
}
.toc ol > li::before {
	content: counter(toc);
	flex: 0 0 auto;
	min-width: 1.6em;
	height: 1.6em;
	display: inline-grid;
	place-items: center;
	font-family: var(--font-display, inherit);
	font-weight: 700;
	font-size: 0.82rem;
	line-height: 1;
	color: #fff;
	background-color: var(--orange, #F97316);
	border-radius: 50%;
}
.toc ol > li > a {
	min-width: 0;
	overflow-wrap: break-word;
}

/* 3 — Nothing may exceed its container and clip off-screen again. */
.container > *,
.prose > *,
.section-head > * {
	max-width: 100%;
}

/* ══════════════════════════════════════════════════════════════
   ROUND 4 — container overflow on article + header CTA
   ══════════════════════════════════════════════════════════════ */

/* Grid/flex children default to min-width:auto, so a wide child forces the
   track wider than the container instead of shrinking. */
.prose-wrap,
.prose-wrap > *,
.prose-aside,
.prose-aside > * {
	min-width: 0;
	max-width: 100%;
}
.prose-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
}
@media (min-width: 1024px) {
	.prose-wrap {
		grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
		align-items: start;
	}
	.prose-aside {
		position: sticky;
		top: 84px;
	}
}
.prose-aside {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

/* Header CTA: logo + phone button + burger measured 392px inside a 350px
   container. Trim the button on narrow screens so nothing clips. */
@media (max-width: 767px) {
	.site-header .container {
		gap: 10px;
	}
	.header-cta {
		min-width: 0;
		flex-shrink: 1;
	}
	.header-cta .btn {
		padding-inline: 12px;
		font-size: 0.92rem;
		min-width: 0;
	}
	.logo {
		font-size: 1.25rem;
	}
}
/* superseded by the 344px rule in Round 9 */


/* Editorial imagery on service and city pages */
.svc-figure,
.city-figure {
	margin: 0 0 clamp(22px, 3vw, 34px);
	max-width: 100%;
	border-radius: var(--r-daub-md, 14px);
	overflow: hidden;
	box-shadow: var(--raise-sm, 0 6px 18px rgba(41,37,36,.16));
	background-color: var(--paper, #F6F7F8);
}
.svc-figure img,
.city-figure img {
	display: block;
	width: 100%;
	height: clamp(200px, 34vw, 380px);
	object-fit: cover;
}
.city-figure figcaption {
	padding: 12px 18px;
	font-size: 0.92rem;
	color: var(--ink, #292524);
	border-top: var(--line, 1px solid rgba(41,37,36,.14));
}

/* ══════════════════════════════════════════════════════════════
   ROUND 6 — service cards rebuilt as photo-on-top cards
   Overlaying the title and body on the photo kept producing collisions
   (absolute title clipped the body; in-flow title overlapped it). Separating
   image from text removes the whole class of bug and reads far clearer.
   ══════════════════════════════════════════════════════════════ */
.svc-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 0;
	height: 100%;
	overflow: hidden;
	color: var(--ink, #292524);
	background-color: var(--paper, #F6F7F8) !important;
	isolation: isolate;
}
.svc-card::before,
.svc-card::after {
	content: none !important;
}

/* Photo: normal flow, fixed ratio, no more absolute overlay */
.svc-card img.ph,
.svc-card .ph {
	position: static !important;
	inset: auto !important;
	z-index: auto !important;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transform: none !important;
	border-radius: 0;
	flex: 0 0 auto;
}

/* Title below the photo, on a solid surface */
.svc-card .svc-name {
	position: static !important;
	inset: auto !important;
	color: var(--ink, #292524) !important;
	text-shadow: none !important;
	font-size: clamp(1.25rem, 1.6vw, 1.55rem);
	line-height: 1.15;
	text-wrap: balance;
	padding: 16px 20px 6px;
	margin: 0;
}

.svc-card .svc-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1 1 auto;
	background: transparent !important;
	border-top: 0 !important;
	padding: 0 20px 18px;
}
.svc-card .svc-body p {
	color: var(--ink, #292524) !important;
	opacity: 0.82;
	font-size: 0.97rem;
	line-height: 1.55;
	margin: 0;
}

/* Clearer "read more" affordance */
.svc-card .svc-link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	align-self: flex-start;
	font-weight: 700;
	color: #fff !important;
	background-color: var(--orange, #F97316);
	padding: 9px 16px;
	border-radius: var(--r-daub-sm, 10px);
	box-shadow: var(--raise-sm, 0 3px 8px rgba(41,37,36,.18));
}
.svc-card .svc-link:hover,
.svc-card .svc-link:focus-visible {
	background-color: var(--orange-deep, #EA6A0C);
}
.svc-card .svc-link svg {
	width: 16px;
	height: 16px;
}

/* Even card heights in the grid */
.services-grid {
	align-items: stretch;
}
.services-grid > .svc-card {
	height: 100%;
}

/* ══════════════════════════════════════════════════════════════
   ROUND 7 — make the mobile services carousel obviously scrollable
   It was already a scroll-snap carousel, but ::-webkit-scrollbar was hidden
   and the 160px cards left no "peek", so nothing signalled more content.
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
	.services-grid {
		grid-template-columns: repeat(5, min(72vw, 300px));
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 20px;
		scroll-behavior: smooth;
		gap: 14px;
		padding-bottom: 14px;   /* room for the scrollbar */
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
	}
	.services-grid > .svc-card {
		scroll-snap-align: start;
	}

	/* Show a slim, on-brand scrollbar instead of hiding it */
	.services-grid::-webkit-scrollbar {
		display: block !important;
		height: 6px;
	}
	.services-grid::-webkit-scrollbar-track {
		background: rgba(41, 37, 36, 0.10);
		border-radius: 99px;
	}
	.services-grid::-webkit-scrollbar-thumb {
		background: var(--orange, #F97316);
		border-radius: 99px;
	}
	.services-grid {
		scrollbar-width: thin;
		scrollbar-color: var(--orange, #F97316) rgba(41, 37, 36, 0.10);
	}

	/* Explicit hint so the affordance does not rely on the scrollbar alone */
	.services-grid-hint {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		margin-top: 10px;
		font-size: 0.88rem;
		font-weight: 600;
		color: var(--ink, #292524);
		opacity: 0.72;
	}
}
/* Desktop shows the full grid, so the swipe hint is mobile-only. */
@media (min-width: 768px) {
	.services-grid-hint {
		display: none;
	}
}

/* ══════════════════════════════════════════════════════════════
   ROUND 8 — tighten the mobile hero so the trust strip reaches the fold
   Measured at 390x844: hero 761px tall, so the info squares started at
   y=867 — 23px below the fold. The height came from
   .hero 48/32 padding + .hero-copy 36/190 padding (photo band reserve).
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
	.hero {
		padding-block: 16px 24px;
	}
	.hero .hero-copy {
		padding-top: 8px;
		padding-bottom: clamp(140px, 36vw, 165px);
		gap: 14px;
	}
	.hero .hero-copy h1.disp {
		line-height: 1.05;
	}
	.hero .kicker-light {
		padding-block: 6px;
	}
}

/* ══════════════════════════════════════════════════════════════
   ROUND 9 — universal phone fit (320px → 430px)
   Measured: .hero-ctas .btn-call is white-space:nowrap with a 354px
   max-content width inside a 310px container, so the label spilled outside
   the orange pill on every phone. Buttons must be allowed to wrap; only the
   phone number itself must stay unbroken.
   ══════════════════════════════════════════════════════════════ */
.btn {
	white-space: normal;
	overflow-wrap: break-word;
	text-wrap: balance;
	max-width: 100%;
	min-width: 0;
	/* .btn is inline-flex — without this its children stay on one line no
	   matter what white-space says, which is what pushed the label out of
	   the orange pill. */
	flex-wrap: wrap;
	row-gap: 2px;
}
.kicker-light,
.kicker {
	flex-wrap: wrap;
	max-width: 100%;
	white-space: normal;
}
/* A phone number must never be split across lines */
.btn .ltr,
.ltr {
	white-space: nowrap;
	unicode-bidi: isolate;
}

@media (max-width: 767px) {
	.hero .hero-ctas .btn {
		font-size: clamp(0.95rem, 4.1vw, 1.15rem);
		padding-inline: 14px;
		line-height: 1.25;
		text-align: center;
		justify-content: center;
	}
	/* Header: keep the number visible as long as it fits, shrink instead of hide */
	.site-header .container {
		gap: 8px;
	}
	.logo {
		font-size: clamp(1.05rem, 4.6vw, 1.3rem);
		/* The logo was a shrinking flex item squeezed to 92px while its
		   nowrap sub-label needed 97px. Let the CTA absorb the squeeze. */
		flex: 0 0 auto;
		min-width: max-content;
	}
	.logo small {
		/* Fixed sizing overflowed the logo box by 5px at 360px — scale it. */
		font-size: clamp(0.44rem, 2.1vw, 0.56rem);
		letter-spacing: 0.09em;
		white-space: nowrap;
	}
	.header-cta .btn {
		font-size: clamp(0.78rem, 3.3vw, 0.95rem);
		padding-inline: 10px;
		gap: 6px;
	}
	.header-cta .btn svg {
		width: 15px;
		height: 15px;
		flex: 0 0 auto;
	}
	.call-bar .btn {
		font-size: clamp(0.9rem, 3.8vw, 1.05rem);
		padding-inline: 10px;
	}
	.trust-strip li {
		font-size: clamp(0.86rem, 3.6vw, 1.05rem);
	}
}

/* Only on the very narrowest handsets does the header number give way */
@media (max-width: 344px) {
	.header-cta .btn .ltr {
		display: none;
	}
	.header-cta .btn {
		padding-inline: 12px;
	}
}

/* ══════════════════════════════════════════════════════════════
   ROUND 10 — hero LCP
   The hero was a 1,439 KB JPEG while the page preloaded a different
   73 KB file that the CSS never referenced. Both are fixed: the hero now
   uses a 68 KB image, and phones get a 22 KB 800px version.
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 860px) {
	.hero::before {
		background-image: url('../images/ls-hero-mobile.jpg');
	}
}

/* ══════════════════════════════════════════════════════════════
   ROUND 11 — two specificity bugs inside article content
   ══════════════════════════════════════════════════════════════ */

/* 1. TOC numbering sat ON TOP of the link text.
   A legacy rule sets .toc li::before { position: absolute }, which took the
   marker out of the flex flow — my Round-2 marker styling never overrode the
   position, so it rendered over the first characters of each item. */
.toc ol > li::before {
	position: static !important;
	inset: auto !important;
	transform: none !important;
}

/* 2. Buttons inside .prose were unreadable.
   .prose a { color: var(--orange-deep) } is 0,1,1 and beat .btn-cta at 0,1,0,
   so the call button rendered orange-on-orange and the WhatsApp button
   orange-on-green. */
.prose a.btn,
.prose .btn-cta,
.prose .btn-call,
.prose .btn-wa {
	color: #fff !important;
}
.prose a.btn-outline,
.prose a.btn-ink {
	color: var(--ink, #292524) !important;
}
.prose a.btn:hover,
.prose a.btn:focus-visible {
	color: #fff;
}