:root {
  --navy: #1c1a17;
  --navy-2: #2c2924;
  --navy-tint: #f5f1ea;
  --amber: #c9a35a;
  --amber-dk: #a78946;
  --amber-text: #8b6914;
  --terracotta: #c2410c;
  --cream: #fbf5e9;
  --paper: #faf7f1;
  --bg: #fafafa;
  --card: #ffffff;
  --text: #2a1a1a;
  --muted: #5a4a4a;
  --line: #e5dcd6;
  --line-soft: #eee5e0;
  --green: #15803d;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 8px -2px rgba(28, 26, 23, 0.08);
  --shadow: 0 8px 24px -12px rgba(28, 26, 23, 0.2);
  --shadow-lg: 0 20px 40px -16px rgba(28, 26, 23, 0.25);
  --max: 1200px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --font-display: "Fraunces", "Georgia", "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "cv01", "cv11";
  text-rendering: optimizeLegibility;
}
h1, h2 {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  font-feature-settings: "ss01", "liga", "onum";
  letter-spacing: -0.035em;
  font-weight: 700;
  line-height: 1.02;
}
h3 { font-feature-settings: "ss01", "cv01"; letter-spacing: -0.01em; }
/* reveal animation removed — content always visible */
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--amber-dk); }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

section[id] { scroll-margin-top: 90px; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* Top nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; max-width: var(--max); margin: 0 auto;
}
.brand {
  display: inline-flex; align-items: center;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 0;
  font-weight: 700; color: var(--navy); font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.brand span { color: var(--amber-text); font-style: italic; font-weight: 500; }
.brand-icon { height: 28px; width: 28px; display: block; flex-shrink: 0; margin-right: 10px; border-radius: 6px; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-weight: 500; color: var(--text); font-size: 0.95rem; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; color: var(--navy); font-size: 0.95rem;
}
.nav-cta {
  background: var(--amber); color: var(--navy);
  padding: 10px 18px; border-radius: 999px;
  font-weight: 700; font-size: 0.9rem;
  transition: transform 0.15s, background 0.15s;
}
.nav-cta:hover { background: var(--amber-dk); transform: translateY(-1px); color: var(--navy); }
.nav-toggle { display: none; font-size: 1.5rem; padding: 8px; }

@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: white; flex-direction: column; gap: 0; padding: 16px 20px;
    border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 0; border-bottom: 1px solid var(--line); width: 100%; }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-toggle { display: block; }
  .nav-phone { display: none; }
}

/* Hero */
.hero {
  padding: clamp(40px, 8vw, 96px) 0 clamp(40px, 6vw, 64px);
  background: linear-gradient(180deg, #fbf5e9 0%, var(--bg) 100%);
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center;
  min-height: 75vw;
}
@media (min-width: 901px) { .hero-grid { min-height: 480px; } }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 32px; } }
.hero h1 {
  font-size: clamp(2.75rem, 7.8vw, 6.25rem);
  line-height: 0.92; letter-spacing: -0.045em; color: var(--navy);
  margin-bottom: 24px;
  font-variation-settings: "opsz" 144, "SOFT" 60, "WONK" 0;
  font-weight: 700;
}
.hero h1 span { color: var(--amber); }
.hero p.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--muted); margin-bottom: 28px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.badges { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; color: var(--muted); font-size: 0.9rem; }
.badge { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.badge svg { color: var(--green); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 26px; border-radius: 999px;
  font-weight: 700; font-size: 1rem; letter-spacing: -0.01em;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
  white-space: nowrap; position: relative;
}
.btn:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.btn-primary { background: var(--amber); color: var(--navy); box-shadow: 0 8px 20px -6px rgba(201, 163, 90, 0.55), inset 0 1px 0 rgba(255,255,255,0.25); }
.btn-primary:hover { background: var(--amber-dk); transform: translateY(-2px); color: var(--navy); box-shadow: 0 14px 28px -8px rgba(201, 163, 90, 0.6); }
.btn-secondary { background: var(--navy); color: white; box-shadow: 0 8px 20px -6px rgba(28, 26, 23,0.4); }
.btn-secondary:hover { background: var(--navy-2); color: white; transform: translateY(-2px); }
.btn-ghost { border: 2px solid var(--navy); color: var(--navy); padding: 13px 24px; }
.btn-ghost:hover { background: var(--navy); color: white; transform: translateY(-2px); }

/* Trust bar */
.trust {
  padding: 22px 0; background: var(--navy); color: white;
  background-image:
    radial-gradient(800px 200px at 50% 0%, rgba(201, 163, 90,0.12), transparent 70%),
    linear-gradient(180deg, #1c1a17 0%, #2c2924 100%);
}
.trust-inner {
  display: flex; justify-content: center; gap: clamp(14px, 3.5vw, 44px); flex-wrap: wrap;
  font-size: 0.9rem; font-weight: 600; letter-spacing: 0.01em;
}
.trust-inner span { display: inline-flex; align-items: center; gap: 10px; color: #f0ead8; }
.trust-inner svg { color: var(--amber); flex-shrink: 0; }
.trust-inner strong { color: white; font-weight: 700; }

/* Sections */
section { padding: clamp(56px, 8vw, 104px) 0; }
.section-head { text-align: center; margin-bottom: clamp(36px, 5vw, 68px); }
.section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.035em;
  color: var(--navy); margin-bottom: 14px; line-height: 1.05;
  font-variation-settings: "opsz" 144, "SOFT" 60, "WONK" 0;
  font-weight: 700;
}
.section-head p { color: var(--muted); max-width: 640px; margin: 0 auto; font-size: 1.05rem; line-height: 1.6; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--amber-text); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 2px; }
.section-head .eyebrow { display: inline-flex; }

/* Services grid */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }
.service-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
  display: flex; flex-direction: column; position: relative; overflow: hidden;
}
.service-card::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(201, 163, 90,0.06), transparent 50%);
  opacity: 0; transition: opacity 0.3s var(--ease); pointer-events: none;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(201, 163, 90, 0.4); }
.service-card:hover::before { opacity: 1; }
.service-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  display: inline-flex; align-items: center; justify-content: center; color: var(--amber-text);
  margin-bottom: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.service-card h3 { font-size: 1.22rem; color: var(--navy); margin-bottom: 8px; letter-spacing: -0.015em; font-weight: 700; }
.service-card p { color: var(--muted); font-size: 0.96rem; flex: 1; line-height: 1.6; }
.service-card a {
  margin-top: 18px; color: var(--amber-text); font-weight: 700; font-size: 0.92rem;
  display: inline-flex; align-items: center; gap: 4px;
  transition: gap 0.2s var(--ease);
}
.service-card a:hover { gap: 10px; color: var(--amber-text); }

/* Before / After slider */
.ba-gallery {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px;
}
.ba-slider {
  position: relative; overflow: hidden; border-radius: var(--radius);
  aspect-ratio: 4 / 3; background: #1c1a17; cursor: ew-resize;
  box-shadow: var(--shadow); user-select: none;
  contain: layout paint;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.ba-slider:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-slider .ba-after { clip-path: inset(0 0 0 50%); transition: clip-path 0.1s ease-out; }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px;
  background: white; transform: translateX(-50%); pointer-events: none;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 24px rgba(0,0,0,0.35);
}
.ba-handle::before {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 48px; height: 48px; border-radius: 50%; background: white;
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 16px rgba(0,0,0,0.35), inset 0 -2px 0 rgba(28, 26, 23,0.08);
}
.ba-handle::after {
  content: "◀ ▶"; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); font-size: 0.78rem; color: var(--navy);
  font-weight: 900; letter-spacing: -2px;
}
.ba-label {
  position: absolute; top: 14px; padding: 7px 13px; border-radius: 999px;
  background: rgba(10, 30, 58, 0.88); color: white; font-size: 0.72rem;
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.ba-label-before { left: 14px; }
.ba-label-after { right: 14px; background: rgba(201, 163, 90, 0.95); color: var(--navy); }

/* Work grid (tap-to-zoom gallery) */
.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.work-grid button {
  display: block; padding: 0; border: 0; background: #eef2f7;
  aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius);
  cursor: zoom-in; box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.work-grid button:hover { transform: translateY(-4px); box-shadow: 0 12px 28px -12px rgba(28, 26, 23,0.3); }
.work-grid button:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.work-grid img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.4s;
}
.work-grid button:hover img { transform: scale(1.05); }

.composite-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.composite-grid .ba-composite {
  padding: 0; border: 0; background: transparent;
  cursor: zoom-in; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.composite-grid .ba-composite img { width: 100%; height: auto; display: block; border-radius: var(--radius); }
.composite-grid .ba-composite:hover { transform: translateY(-4px); box-shadow: 0 12px 28px -12px rgba(28,26,23,0.3); }
.composite-grid .ba-composite:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
@media (max-width: 900px) { .composite-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .composite-grid { grid-template-columns: 1fr; } }

dialog.lightbox {
  position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
  max-width: 95vw; max-height: 95vh; padding: 0;
  border: 0; background: transparent; overflow: visible;
  margin: 0;
}
dialog.lightbox::backdrop { background: rgba(0,0,0,0.92); backdrop-filter: blur(4px); }
dialog.lightbox img { max-width: min(1100px, 92vw); max-height: 82vh; width: auto; height: auto; object-fit: contain; border-radius: var(--radius); display: block; }
dialog.lightbox .close {
  position: absolute; top: -14px; right: -14px;
  width: 44px; height: 44px; border-radius: 50%;
  background: white; color: var(--navy); font-size: 1.3rem; font-weight: 700;
  cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  display: flex; align-items: center; justify-content: center;
}
dialog.lightbox .close:hover { background: var(--amber); }

/* Why us */
.why-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px;
}
.why-card {
  padding: 32px 28px; background: var(--card); border-radius: var(--radius);
  border: 1px solid var(--line);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(201, 163, 90, 0.3); }
.why-card .num {
  font-family: var(--font-display); font-size: 2.6rem; font-weight: 700;
  color: var(--amber-text); margin-bottom: 12px; letter-spacing: -0.05em; line-height: 1;
  font-variation-settings: "opsz" 144, "SOFT" 20, "WONK" 1;
  font-style: italic;
  font-feature-settings: "onum";
}
.why-card h3 { color: var(--navy); font-size: 1.18rem; margin-bottom: 10px; font-weight: 700; letter-spacing: -0.01em; }
.why-card p { color: var(--muted); font-size: 0.96rem; line-height: 1.6; }

/* Process */
.process {
  background: var(--navy); color: white; position: relative; overflow: hidden;
  background-image:
    radial-gradient(1000px 500px at 20% 10%, rgba(201, 163, 90,0.08), transparent 60%),
    linear-gradient(180deg, #1c1a17 0%, #2c2924 100%);
}
.process::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 40px 40px; pointer-events: none;
}
.process > * { position: relative; }
.process .section-head h2 { color: white; }
.process .section-head p { color: #e8e0d4; }
.process .eyebrow { color: var(--amber); }
.process-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px;
}
.process-step {
  background: rgba(255, 255, 255, 0.04); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius);
  padding: 32px 28px; position: relative;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), border-color 0.3s var(--ease);
}
.process-step:hover { transform: translateY(-4px); background: rgba(255,255,255,0.06); border-color: rgba(201, 163, 90,0.25); }
.process-step .step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--amber-dk));
  color: var(--navy); display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; margin-bottom: 20px; font-size: 1.2rem;
  box-shadow: 0 6px 16px -4px rgba(201, 163, 90,0.5);
  font-variation-settings: "opsz" 144, "SOFT" 20;
  font-feature-settings: "onum";
}
.process-step h3 { font-size: 1.18rem; margin-bottom: 10px; font-weight: 700; letter-spacing: -0.01em; }
.process-step p { color: #e8e0d4; font-size: 0.96rem; line-height: 1.6; }

/* Areas */
.areas {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.area-pill {
  padding: 11px 20px; background: var(--card); border: 1px solid var(--line);
  border-radius: 999px; font-weight: 600; color: var(--navy); font-size: 0.9rem;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease), background 0.2s var(--ease);
}
.area-pill:hover { transform: translateY(-2px); border-color: var(--amber); background: var(--cream); }

/* West Yorkshire map */
.map-wrap {
  max-width: 820px; margin: 0 auto; position: relative;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px; box-shadow: var(--shadow-sm);
}
.wy-map { width: 100%; height: auto; display: block; }
.wy-map .region { fill: var(--paper); stroke: var(--navy); stroke-width: 1.2; transition: fill 0.3s var(--ease); }
.wy-map .region:hover { fill: var(--cream); }
.wy-map .region-core { fill: #fef3c7; stroke: var(--amber-dk); stroke-width: 1.5; }
.wy-map text { font-family: var(--font-body); font-size: 12px; fill: var(--navy); font-weight: 600; letter-spacing: -0.01em; pointer-events: none; }
.wy-map .label-hq { font-family: var(--font-display); font-size: 15px; font-weight: 700; font-style: italic; fill: var(--amber-text); }
.wy-map .pin { fill: var(--amber); stroke: white; stroke-width: 2; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25)); }
.wy-map .pin-pulse { fill: var(--amber); opacity: 0.35; transform-origin: center; animation: pin-pulse 2s var(--ease) infinite; }
@keyframes pin-pulse { 0% { r: 6; opacity: 0.6; } 100% { r: 22; opacity: 0; } }
.map-legend {
  display: flex; justify-content: center; gap: 24px; margin-top: 20px; flex-wrap: wrap;
  font-size: 0.85rem; color: var(--muted);
}
.map-legend span { display: inline-flex; align-items: center; gap: 8px; }
.map-legend .dot { width: 12px; height: 12px; border-radius: 50%; }
.map-legend .dot-core { background: #fef3c7; border: 1.5px solid var(--amber-dk); }
.map-legend .dot-area { background: var(--paper); border: 1px solid var(--navy); }

/* Pull quote */
.pull-quote {
  max-width: 900px; margin: 0 auto; text-align: center; padding: 48px 24px;
  position: relative;
}
.pull-quote::before {
  content: "\201C"; font-family: var(--font-display); font-size: clamp(6rem, 12vw, 10rem);
  line-height: 0.8; color: var(--amber); opacity: 0.35;
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.pull-quote blockquote {
  font-family: var(--font-display); font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  line-height: 1.22; letter-spacing: -0.025em; color: var(--navy); font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 70, "WONK" 0;
  margin-bottom: 20px; position: relative;
}
.pull-quote cite {
  font-family: var(--font-body); font-style: normal; font-weight: 600;
  color: var(--muted); font-size: 0.9rem; letter-spacing: 0.03em;
}
.pull-quote cite::before { content: "—  "; color: var(--amber-text); }

/* FAQ */
.faq-list { max-width: 860px; margin: 0 auto; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary { list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  width: 100%; padding: 22px 28px; text-align: left;
  font-size: 1.04rem; font-weight: 700; color: var(--navy); cursor: pointer;
  transition: background 0.2s var(--ease);
}
.faq-q:hover { background: var(--navy-tint); }
.faq-q::after {
  content: "+"; font-size: 1.6rem; color: var(--amber-text); font-weight: 300;
  transition: transform 0.25s var(--ease);
  flex-shrink: 0;
}
.faq-item[open] .faq-q::after { transform: rotate(45deg); }
.faq-a { padding: 0 28px 24px; color: var(--muted); line-height: 1.7; }

/* Form */
.form-section {
  background:
    radial-gradient(800px 500px at 10% 0%, rgba(201, 163, 90,0.07), transparent 60%),
    linear-gradient(180deg, var(--navy-tint) 0%, var(--bg) 100%);
}
.quote-form {
  max-width: 640px; margin: 0 auto;
  background: var(--card); border-radius: var(--radius);
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-field label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font: inherit; color: var(--text); background: white;
  transition: border-color 0.15s var(--ease), box-shadow 0.15s var(--ease);
}
.form-field textarea { resize: vertical; min-height: 100px; font-family: inherit; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--amber); box-shadow: 0 0 0 4px rgba(201, 163, 90,0.15);
}
.form-note { text-align: center; color: var(--muted); font-size: 0.85rem; margin-top: 16px; }

/* --- Composite before/after image with CSS labels --- */
.ba-composite {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); margin: 0 auto; max-width: 100%;
  cursor: zoom-in; display: block; padding: 0; border: 0; background: none;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  width: 100%;
}
.ba-composite:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.ba-composite:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.ba-composite img { width: 100%; height: auto; display: block; }
.ba-composite::before, .ba-composite::after {
  position: absolute; top: 16px; padding: 8px 14px; border-radius: 999px;
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.ba-composite::before {
  content: "Before"; left: 16px; background: rgba(28, 26, 23, 0.85); color: #f0ead8;
}
.ba-composite::after {
  content: "After"; right: 16px; background: rgba(201, 163, 90, 0.95); color: #1c1a17;
}
.ba-composite-grid {
  display: grid; grid-template-columns: 1fr; gap: 36px;
  max-width: 1100px; margin: 0 auto;
}
@media (max-width: 600px) {
  .ba-composite-grid { grid-template-columns: 1fr; gap: 20px; }
  .ba-composite::before, .ba-composite::after { font-size: 0.65rem; padding: 6px 11px; top: 12px; }
}

/* --- 3-step Quote Wizard --- */
.wizard-progress { margin-bottom: 28px; }
.wizard-progress-bar { height: 6px; background: var(--line); border-radius: 999px; overflow: hidden; margin-bottom: 14px; }
.wizard-progress-fill { height: 100%; background: linear-gradient(90deg, var(--amber), var(--amber-dk)); border-radius: 999px; transition: width 0.4s var(--ease); width: 33.33%; }
.wizard-steps { display: flex; justify-content: space-between; font-size: 0.78rem; font-weight: 700; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; gap: 8px; }
.wizard-steps span { text-align: center; flex: 1; transition: color 0.25s var(--ease); }
.wizard-steps span.active { color: var(--amber-text); }
.wizard-step { display: none; border: 0; padding: 0; margin: 0; }
.wizard-step.active { display: block; animation: wiz-in 0.35s var(--ease); }
@keyframes wiz-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.step-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.step-heading .step-num { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--amber), var(--amber-dk)); color: var(--navy); font-family: var(--font-display); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; box-shadow: 0 4px 12px -2px rgba(201, 163, 90,0.5); font-variation-settings: "opsz" 144, "SOFT" 40; }
.step-heading h3 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); color: var(--navy); margin: 0; font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; }
.wizard-step > p { color: var(--muted); margin-bottom: 22px; font-size: 1rem; }
.wizard-actions { display: flex; gap: 12px; margin-top: 24px; }
.wizard-actions .btn { flex: 1; }
.service-chips { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin-bottom: 8px; }
.service-chips label { display: flex; align-items: center; justify-content: center; padding: 18px 14px; border: 2px solid var(--line); border-radius: var(--radius-sm); cursor: pointer; transition: all 0.2s var(--ease); font-weight: 600; text-align: center; font-size: 0.95rem; position: relative; color: var(--navy); }
.service-chips label:hover { border-color: var(--amber); background: var(--cream); transform: translateY(-1px); }
.service-chips input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.service-chips label:has(input:checked) { border-color: var(--amber-dk); background: linear-gradient(135deg, var(--cream), #fef3c7); color: var(--amber-text); box-shadow: 0 4px 14px -4px rgba(201, 163, 90,0.35); }
.wizard-postcode { font-size: 1.25rem !important; padding: 18px 20px !important; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }

/* Risk-reversal strip */
.risk-reverse { background: var(--navy); color: white; padding: 14px 0; overflow: hidden; }
.risk-reverse-inner { display: flex; justify-content: center; gap: clamp(16px, 3vw, 36px); flex-wrap: wrap; font-size: 0.88rem; font-weight: 600; }
.risk-reverse-inner span { display: inline-flex; align-items: center; gap: 8px; color: #f0ead8; }
.risk-reverse-inner span::before { content: "✓"; color: var(--amber); font-weight: 700; font-size: 1rem; }

/* Honest pricing grid */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
.price-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease); }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(201, 163, 90, 0.4); }
.price-card h3 { font-size: 1rem; color: var(--muted); margin-bottom: 10px; font-weight: 600; letter-spacing: 0.01em; text-transform: none; font-family: var(--font-body); }
.price-card .price { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 2.6rem); color: var(--navy); font-weight: 700; letter-spacing: -0.03em; line-height: 1; margin-bottom: 8px; font-variation-settings: "opsz" 144, "SOFT" 40; }
.price-card .price span { font-size: 0.55em; color: var(--muted); font-weight: 500; font-variation-settings: "opsz" 144, "SOFT" 80; margin-left: 4px; font-style: italic; }
.price-card p { color: var(--muted); font-size: 0.92rem; line-height: 1.55; }
.pricing-note { text-align: center; color: var(--muted); font-size: 0.9rem; margin-top: 28px; }

/* "What happens when you call" */
.call-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; counter-reset: steps; }
.call-step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; position: relative; counter-increment: steps; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.call-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.call-step .num-badge { position: absolute; top: -14px; left: 24px; width: 32px; height: 32px; border-radius: 50%; background: var(--navy); color: white; font-family: var(--font-display); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 80; }
.call-step h3 { color: var(--navy); font-size: 1.1rem; margin-bottom: 8px; margin-top: 8px; font-weight: 700; letter-spacing: -0.01em; }
.call-step p { color: var(--muted); font-size: 0.94rem; line-height: 1.55; }

/* Mobile sticky bar */
.mobile-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
  background: white; border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr 1fr; box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
.mobile-bar a {
  padding: 14px 8px; display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-size: 0.75rem; font-weight: 700; color: var(--navy);
}
.mobile-bar a:first-child { background: var(--navy); color: white; }
.mobile-bar a:nth-child(2) { background: #15803d; color: white; }
.mobile-bar a:last-child { background: var(--amber); color: var(--navy); }
.mobile-bar svg { width: 20px; height: 20px; }
@media (max-width: 768px) {
  .mobile-bar { display: grid; }
  body { padding-bottom: 72px; }
}

/* Footer */
footer {
  background: var(--navy); color: #e8e0d4; padding: 64px 0 32px;
}
footer a { color: #e8e0d4; }
footer a:hover { color: var(--amber); }
.foot-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 48px;
}
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-col h4 { color: white; font-size: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 16px; }
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 8px; font-size: 0.95rem; }
.foot-brand { color: white; font-weight: 800; font-size: 1.25rem; margin-bottom: 12px; }
.foot-brand span { color: var(--amber); }
.foot-col h3 { color: white; font-size: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 16px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; text-align: center; font-size: 0.85rem; }

/* Utility */
.center { text-align: center; }
.hidden { display: none !important; }
