/* ============================================================
   Carpet Lab UK — shared stylesheet
   Mobile-first, iOS-safe, fully responsive
   ============================================================ */

:root {
  --navy: #0F1E3D;
  --navy-deep: #0A1530;
  --accent: #2B8CE6;
  --accent-dark: #1A6FCC;
  --accent-deeper: #0F5BA8;
  --accent-tint: #EDF5FE;
  --cream: #F5F1E8;
  --cream-warm: #FAF7EF;
  --paper: #FFFFFF;
  --ink: #0F1E3D;
  --ink-soft: #4A5269;
  --ink-mute: #7A8094;
  --line: #E5E0D5;
  --line-soft: #F0EBE0;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --duration: 220ms;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --radius: 12px;
  --radius-lg: 20px;
  /* iOS safe-area (set by env() with fallback for older iOS) */
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

*::selection { background: var(--accent); color: white; }

/* Remove iOS 300ms tap delay + prevent double-tap zoom on buttons */
a, button, input, select, textarea, [role="button"] {
  touch-action: manipulation;
}

/* Prevent horizontal scroll bugs from any oversized element */
html, body { overflow-x: hidden; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent-dark); }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 2px; }

/* ── Text wrap safety (prevents long emails/URLs breaking layout) ── */
p, a, address, blockquote, h1, h2, h3, h4, figcaption, address {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  /* iOS notch safety: padding-top: env(safe-area-inset-top) */
  padding-top: var(--safe-top);
}
.nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.brand {
  font-weight: 800;
  font-size: 24px;
  color: var(--accent-dark);
  letter-spacing: -0.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px; /* touch target */
}
.brand .flask {
  width: 32px;
  height: 32px;
  background: var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brand small {
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-mute);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}

nav { display: flex; gap: 28px; align-items: center; }
nav a {
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
nav a:hover, nav a.active { color: var(--accent); }

/* ── Buttons (44px min height for touch) ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;  /* larger padding ensures 44px min-height */
  min-height: 44px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--duration) var(--ease);
}
.btn-primary { background: var(--accent); color: white; }
.btn-primary:hover { background: var(--accent-dark); color: white; transform: translateY(-1px); }
.btn-navy { background: var(--navy); color: white; }
.btn-navy:hover { background: var(--navy-deep); color: white; }
.btn-outline { background: transparent; color: white; border: 1.5px solid white; }
.btn-outline:hover { background: white; color: var(--accent-dark); }

/* ── Section base ── */
section { padding: 90px 32px; }
.section-inner { max-width: 1320px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head .eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.section-head h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 16px;
}
.section-head p { font-size: 18px; color: var(--ink-soft); max-width: 640px; margin: 0 auto; }

/* ── Hero (homepage) ── */
.hero { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deeper) 100%); color: white; padding: 80px 32px 100px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: rgba(255,255,255,0.06); border-radius: 50%; }
.hero::after { content: ""; position: absolute; bottom: -150px; left: -100px; width: 300px; height: 300px; background: rgba(255,255,255,0.04); border-radius: 50%; }
.hero-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(255,255,255,0.18); color: white; border-radius: 100px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.25); }
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: white; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero h1 { font-size: clamp(36px, 5.5vw, 60px); line-height: 1.05; font-weight: 900; letter-spacing: -1.8px; margin-bottom: 20px; color: white; }
.hero h1 .highlight { display: inline-block; background: white; color: var(--accent-dark); padding: 0 14px; border-radius: 8px; margin-left: 4px; }
.hero-sub { font-size: clamp(16px, 1.5vw, 18px); line-height: 1.6; color: rgba(255,255,255,0.92); margin-bottom: 32px; max-width: 540px; }
.hero-trustline { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; font-size: 13px; color: rgba(255,255,255,0.92); }
.hero-trustline span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; background: rgba(255,255,255,0.12); border-radius: 100px; backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.18); }
.hero-trustline .tick { font-weight: 700; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-cta .btn-primary { background: white; color: var(--accent-dark); font-weight: 700; }
.hero-cta .btn-primary:hover { background: var(--navy); color: white; }
.hero-cta .btn-outline { color: white; border-color: white; }
.hero-cta .btn-outline:hover { background: white; color: var(--accent-dark); }
.hero-image { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.30); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }

/* ── Service hero ── */
.svc-hero { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deeper) 100%); color: white; padding: 70px 24px 80px; position: relative; overflow: hidden; }
.svc-hero::before { content: ""; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: rgba(255,255,255,0.06); border-radius: 50%; }
.svc-hero-inner { max-width: 1320px; margin: 0 auto; position: relative; z-index: 1; }
.svc-breadcrumb { font-size: 13px; color: rgba(255,255,255,0.85); margin-bottom: 16px; }
.svc-breadcrumb a { color: white; }
.svc-breadcrumb a:hover { text-decoration: underline; }
.svc-hero h1 { font-size: clamp(28px, 5vw, 56px); font-weight: 900; letter-spacing: -1.5px; line-height: 1.05; margin-bottom: 20px; max-width: 880px; }
.svc-hero .svc-sub { font-size: 17px; color: rgba(255,255,255,0.95); max-width: 720px; margin-bottom: 28px; }
.svc-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.svc-hero-cta .btn-primary { background: white; color: var(--accent-dark); font-weight: 700; }
.svc-hero-cta .btn-primary:hover { background: var(--navy); color: white; }
.svc-hero-cta .btn-outline { color: white; border-color: white; }
.svc-hero-cta .btn-outline:hover { background: white; color: var(--accent-dark); }

/* ── Service body (text + bullets + photo) ── */
.svc-body { background: var(--paper); }
.svc-body-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.svc-body h2 { font-size: clamp(22px, 2.8vw, 32px); font-weight: 800; color: var(--navy); letter-spacing: -0.6px; margin-bottom: 16px; }
.svc-body p { font-size: 16px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 16px; }
.svc-body ul { list-style: none; padding: 0; margin-top: 16px; }
.svc-body li { font-size: 15px; color: var(--ink-soft); padding: 8px 0 8px 28px; position: relative; }
.svc-body li::before { content: "✓"; position: absolute; left: 0; top: 8px; color: var(--accent); font-weight: 800; }
.svc-body-image { border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 20px 50px rgba(15,30,61,0.15); }
.svc-body-image img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }

/* ── How it works (3-step) ── */
.svc-how { background: var(--cream-warm); }
.svc-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-how-step { background: white; padding: 32px 28px; border-radius: var(--radius-lg); border: 1px solid var(--line); }
.svc-how-num { width: 48px; height: 48px; background: var(--accent); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; margin-bottom: 16px; }
.svc-how-step h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.svc-how-step p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

/* ── Photo carousel (related jobs) ── */
.svc-carousel { background: var(--paper); }
.carousel-wrap { position: relative; max-width: 1200px; margin: 0 auto; }
.carousel-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 4px 24px; scrollbar-width: thin; overscroll-behavior-x: contain; }
.carousel-track::-webkit-scrollbar { height: 8px; }
.carousel-track::-webkit-scrollbar-track { background: var(--line-soft); border-radius: 4px; }
.carousel-track::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 4px; }
.carousel-item { flex: 0 0 320px; aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; background: var(--cream-warm); position: relative; scroll-snap-align: start; }
.carousel-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.carousel-item:hover img { transform: scale(1.04); }

.carousel-controls { display: block !important; text-align: center !important; margin: 12px auto 0 !important; width: 100% !important; } .carousel-controls .carousel-btn { display: inline-block !important; vertical-align: middle !important; } .carousel-controls .carousel-btn { display: inline-block; }
.carousel-btn { width: 44px; height: 44px; background: white; border: 1.5px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--accent); transition: all 0.2s; cursor: pointer; }
.carousel-btn:hover { background: var(--accent); color: white; border-color: var(--accent); }
.carousel-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.carousel-dots { display: flex; justify-content: center; gap: 6px; margin-top: 12px; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line); transition: all 0.2s; }
.carousel-dot.active { background: var(--accent); width: 24px; border-radius: 4px; }

/* ── Cross-sell (related services) ── */
.svc-related { background: var(--cream-warm); }
.svc-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.svc-related-card { background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; text-decoration: none; color: var(--ink); display: flex; align-items: center; gap: 16px; transition: all 0.22s; min-height: 64px; }
.svc-related-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(15,30,61,0.08); border-color: var(--accent); color: var(--ink); }
.svc-related-card .arrow { color: var(--accent); font-weight: 800; }
.svc-related-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); }

/* ── Trust section (homepage) ── */
.home-trust { background: var(--cream-warm); }
.home-trust-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; max-width: 1100px; margin: 0 auto; }
.home-trust h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; color: var(--navy); letter-spacing: -1px; line-height: 1.15; margin-bottom: 16px; }
.home-trust p { font-size: 16px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 16px; }
.home-trust-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.home-trust-stat { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; text-align: center; }
.home-trust-stat .num { font-size: 28px; font-weight: 800; color: var(--accent); letter-spacing: -0.5px; }
.home-trust-stat .label { font-size: 12px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 4px; }
.home-trust-image { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 20px 50px rgba(15,30,61,0.15); }
.home-trust-image img { width: 100%; height: 100%; object-fit: cover; }

/* ── Service teaser grid (homepage) ── */
.homepage-services { background: var(--cream-warm); }
.service-teasers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.teaser { background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 0; transition: all 0.22s; position: relative; overflow: hidden; text-decoration: none; color: inherit; display: block; }
.teaser::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.22s; z-index: 2; }
.teaser:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(15,30,61,0.10); }
.teaser:hover::before { transform: scaleX(1); }
.teaser .sc-image { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--cream-warm); }
.teaser .sc-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.teaser:hover .sc-image img { transform: scale(1.04); }
.teaser .sc-body { padding: 28px 24px; }
.teaser h3 { font-size: 19px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.teaser p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 14px; }
.teaser .sc-link { font-size: 13px; color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; display: inline-flex; align-items: center; gap: 4px; }

/* ── CTA final (gradient section) ── */
.cta-final { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deeper) 100%); color: white; text-align: center; padding: 80px 24px; }
.cta-final h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; margin-bottom: 16px; letter-spacing: -0.8px; }
.cta-final p { font-size: 17px; color: rgba(255,255,255,0.92); max-width: 600px; margin: 0 auto 28px; }
.cta-final .btn-primary { background: white; color: var(--accent-dark); font-weight: 700; }
.cta-final .btn-primary:hover { background: var(--navy); color: white; }

/* ── Forms (16px font to prevent iOS zoom) ── */
.form-section { background: var(--cream-warm); padding: 64px 20px 80px; }
.form-grid { max-width: 880px; margin: 0 auto; }
.form-card { background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; box-shadow: 0 10px 30px rgba(15,30,61,0.06); }
.form-intro { text-align: center; margin-bottom: 28px; }
.form-intro h2 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.form-intro p { font-size: 15px; color: var(--ink-soft); }
.form-intro ul { list-style: none; padding: 0; margin-top: 16px; display: inline-block; text-align: left; }
.form-intro li { font-size: 14px; color: var(--ink-soft); padding: 4px 0 4px 24px; position: relative; }
.form-intro li::before { content: "✓"; position: absolute; left: 0; top: 4px; color: var(--accent); font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.4px; }
.form-field label .req { color: var(--accent); margin-left: 2px; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  font-family: inherit;
  /* 16px prevents iOS Safari from auto-zooming on focus */
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
  box-sizing: border-box;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-tint);
}
.form-field textarea { min-height: 90px; resize: vertical; }
.form-field input[type="file"] {
  padding: 10px 14px;
  border: 1.5px dashed var(--line);
  border-radius: var(--radius);
  background: white;
  cursor: pointer;
}
.form-field input[type="file"]::file-selector-button {
  padding: 6px 14px;
  margin-right: 12px;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}
.form-field .hint { font-size: 12px; color: var(--ink-mute); margin-top: 6px; }
.form-field .checkbox-row { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink-soft); text-transform: none; letter-spacing: 0; font-weight: 400; }
.form-field .checkbox-row input { width: auto; margin: 0; }
.form-submit {
  width: 100%;
  padding: 16px 24px;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-height: 52px;
  transition: background 0.2s;
}
.form-submit:hover { background: var(--accent-dark); }
.form-submit:disabled { background: var(--ink-mute); cursor: not-allowed; }
.form-trustline { text-align: center; font-size: 12px; color: var(--ink-mute); margin-top: 14px; }
.form-success { background: var(--accent-tint); border: 1.5px solid var(--accent); border-radius: var(--radius); padding: 24px; text-align: center; display: none; }
.form-success.show { display: block; }
.form-success h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.form-success p { font-size: 15px; color: var(--ink-soft); line-height: 1.55; }
.form-error { background: #fef2f2; border: 1.5px solid #dc2626; border-radius: var(--radius); padding: 14px; font-size: 14px; color: #991b1b; margin-top: 14px; display: none; }
.form-error.show { display: block; }
.form-note { margin-top: 12px; font-size: 13px; line-height: 1.55; color: var(--ink-soft); text-align: center; }

/* ── Quote page: compact, dropdown-led enquiry flow ── */
.quote-page { background: #F4F8FB; }
.quote-hero { padding: 72px 32px 42px; background: linear-gradient(125deg,#F8FAFC 0%,#EAF4FB 100%); border-bottom: 1px solid var(--line); }
.quote-hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.12fr .88fr; gap: 54px; align-items: end; }
.quote-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; color: var(--accent-dark); background: white; border: 1px solid #CFE4F3; border-radius: 100px; box-shadow: 0 7px 22px rgba(16,36,63,.05); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.1px; }
.quote-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.quote-hero h1 { max-width: 720px; margin: 22px 0 18px; color: var(--navy); font-size: clamp(44px,6vw,72px); line-height: .98; letter-spacing: -3px; }
.quote-hero-copy > p { max-width: 700px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.quote-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.quote-hero-meta strong,.quote-hero-meta span { padding: 7px 12px; border-radius: 100px; font-size: 12px; }
.quote-hero-meta strong { color: white; background: var(--navy); }
.quote-hero-meta span { color: var(--navy); background: rgba(255,255,255,.75); border: 1px solid var(--line); }
.quote-summary { display: grid; gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 45px rgba(16,36,63,.08); }
.quote-summary div { padding: 20px 22px; background: rgba(255,255,255,.94); }
.quote-summary span { display: block; margin-bottom: 5px; color: var(--ink-mute); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; }
.quote-summary strong { display: block; color: var(--navy); font-size: 14px; line-height: 1.35; }
.quote-form-section { padding: 58px 24px 100px; background: #F4F8FB; }
.quote-shell { max-width: 1120px; margin: 0 auto; }
.quote-form-heading { max-width: 760px; margin: 0 0 28px; }
.quote-form-heading > span { color: var(--accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.7px; }
.quote-form-heading h2 { margin: 9px 0 9px; color: var(--navy); font-size: clamp(28px,3.2vw,42px); line-height: 1.08; letter-spacing: -1.3px; }
.quote-form-heading p { color: var(--ink-soft); font-size: 16px; }
.quote-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 22px 60px rgba(16,36,63,.08); }
.quote-form-group { padding: 34px 38px 38px; border-bottom: 1px solid var(--line); }
.quote-group-head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.quote-group-num { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--accent); font-size: 12px; font-weight: 900; box-shadow: 0 8px 20px rgba(31,143,229,.2); }
.quote-group-head h3 { margin: 0 0 4px; color: var(--navy); font-size: 20px; }
.quote-group-head p { color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.quote-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.quote-fields-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.quote-field { min-width: 0; }
.quote-field-full { margin-bottom: 18px; }
.quote-field label { display: block; margin-bottom: 8px; color: var(--navy); font-size: 13px; font-weight: 750; line-height: 1.4; }
.quote-field label span { color: var(--accent-dark); }
.quote-field input,.quote-field select,.quote-field textarea { width: 100%; min-height: 52px; padding: 13px 14px; color: var(--ink); background: #FBFDFE; border: 1.5px solid var(--line); border-radius: 12px; font: inherit; font-size: 16px; transition: border-color var(--duration),box-shadow var(--duration),background var(--duration); }
.quote-field select { cursor: pointer; }
.quote-field textarea { min-height: 112px; resize: vertical; }
.quote-field input::placeholder,.quote-field textarea::placeholder { color: #8B97A4; }
.quote-field input:focus,.quote-field select:focus,.quote-field textarea:focus { outline: none; background: white; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(31,143,229,.12); }
.quote-consent { margin: 28px 38px 0; }
.quote-consent input { accent-color: var(--accent); }
.quote-submit { width: calc(100% - 76px); margin: 24px 38px 0; min-height: 58px; border-radius: 13px; font-size: 16px; text-transform: none; letter-spacing: 0; box-shadow: 0 12px 28px rgba(31,143,229,.22); }
.quote-submit-notes { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin: 16px 38px 0; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.quote-card .form-trustline { margin: 13px 38px 0; }
.quote-card .form-note { margin: 10px 38px 34px; }
.quote-card .form-error { margin: 14px 38px 34px; }
.quote-field-span { grid-column: 1 / -1; }
.quote-optional { display: inline-block; margin-left: 6px; color: var(--ink-mute); font-size: 12px; font-weight: 600; }
.quote-builder-label { margin: 0 0 10px; color: var(--ink-mute); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; }
.quote-quickadd { display: flex; flex-direction: column; gap: 6px; margin-bottom: 22px; }
.quote-quickadd-label {
  font-size: 11px;
  font-weight: 600;
  color: #4a5775;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 2px;
}
.quote-quickadd-label:first-child { margin-top: 0; }
.quote-quickadd-row { display: flex; flex-wrap: wrap; gap: 9px; }
.quote-quickadd button { min-height: 39px; padding: 8px 14px; color: var(--accent-dark); background: #F5FAFD; border: 1px solid #CFE1EE; border-radius: 100px; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; transition: transform var(--duration),border-color var(--duration),background var(--duration); }
.quote-quickadd button:hover { background: var(--accent-tint); border-color: var(--accent); transform: translateY(-1px); }
.quote-quickadd button:last-child { color: var(--ink-soft); background: white; }
.quote-room-list { display: grid; gap: 14px; }
.quote-room-empty { padding: 30px 18px; color: var(--ink-mute); background: #F8FBFD; border: 1.5px dashed #BCD1DF; border-radius: 16px; text-align: center; font-size: 14px; line-height: 1.6; }
.quote-room-card { overflow: hidden; background: #FBFDFE; border: 1px solid #D6E3EB; border-radius: 16px; box-shadow: 0 9px 24px rgba(16,36,63,.045); }
.quote-room-top { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 62px; padding: 12px 14px; background: white; border: 0; cursor: pointer; text-align: left; }
.quote-room-top:hover { background: #F8FBFD; }
.quote-room-chevron { flex: 0 0 auto; color: var(--ink-mute); font-size: 11px; transition: transform var(--duration); }
.quote-room-chevron.open { transform: rotate(90deg); }
.quote-room-name { flex: 1; min-width: 0; padding: 7px 4px; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid transparent; font: inherit; font-size: 16px; font-weight: 850; }
.quote-room-name:focus { outline: none; border-bottom-color: var(--accent); }
.quote-room-delete { flex: 0 0 auto; display: grid; width: 32px; height: 32px; padding: 0; place-items: center; color: var(--ink-mute); background: white; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }
.quote-room-delete:hover { color: #B42318; background: #FFF5F4; border-color: #F4B4AE; }
.quote-room-body { padding: 6px 16px 18px; border-top: 1px solid var(--line); }
.quote-room-body.is-collapsed { display: none; }
.quote-choice-label { display: block; margin: 15px 0 8px; color: var(--ink-mute); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.15px; }
.quote-size-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.quote-size-option { min-height: 70px; padding: 10px 7px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 11px; font: inherit; cursor: pointer; text-align: center; }
.quote-size-option:hover { border-color: var(--accent); }
.quote-size-option.is-selected { color: white; background: var(--accent); border-color: var(--accent); box-shadow: 0 8px 18px rgba(31,143,229,.2); }
.quote-size-option strong,.quote-size-option span { display: block; }
.quote-size-option strong { font-size: 13px; }
.quote-size-option span { margin-top: 3px; color: var(--ink-mute); font-size: 10px; line-height: 1.25; }
.quote-size-option.is-selected span { color: rgba(255,255,255,.78); }
.quote-chip-row { display: flex; flex-wrap: wrap; gap: 7px; }
.quote-choice-chip { min-height: 38px; padding: 8px 13px; color: var(--ink-soft); background: white; border: 1px solid var(--line); border-radius: 100px; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.quote-choice-chip:hover { color: var(--accent-dark); border-color: var(--accent); }
.quote-choice-chip.is-selected { color: white; background: var(--accent); border-color: var(--accent); }
.quote-choice-chip.is-addon.is-selected { color: #117747; background: #EDF9F3; border-color: #5FC895; }
.quote-room-notes { width: 100%; min-height: 46px; margin-top: 14px; padding: 11px 12px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: 13px; resize: vertical; }
.quote-room-notes:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(31,143,229,.1); }

@media (max-width: 900px) {
  .quote-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .quote-summary { grid-template-columns: repeat(3,1fr); }
  .quote-fields-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 719px) {
  .quote-hero { padding: 46px 20px 34px; }
  .quote-hero h1 { margin-top: 18px; font-size: 42px; letter-spacing: -2px; }
  .quote-hero-copy > p { font-size: 16px; }
  .quote-summary { grid-template-columns: 1fr; }
  .quote-summary div { padding: 16px 18px; }
  .quote-form-section { padding: 42px 14px 78px; }
  .quote-form-heading { padding: 0 6px; }
  .quote-card { border-radius: 20px; }
  .quote-form-group { padding: 26px 20px 30px; }
  .quote-fields,.quote-fields-3 { grid-template-columns: 1fr; gap: 16px; }
  .quote-field-span { grid-column: auto; }
  .quote-group-head { gap: 12px; }
  .quote-group-num { width: 36px; height: 36px; border-radius: 10px; }
  .quote-group-head h3 { font-size: 18px; }
  .quote-consent { margin: 24px 20px 0; }
  .quote-submit { width: calc(100% - 40px); margin: 22px 20px 0; }
  .quote-submit-notes { gap: 8px 14px; margin: 14px 20px 0; }
  .quote-card .form-trustline { margin: 12px 20px 0; }
  .quote-card .form-note { margin: 10px 20px 28px; }
  .quote-card .form-error { margin: 14px 20px 28px; }
  .quote-size-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quote-room-top { gap: 7px; padding: 10px 11px; }
  .quote-room-name { font-size: 15px; }
  .quote-room-body { padding: 5px 12px 16px; }
}

/* ── Direct contact strip (quote page) ── */
.contact-strip { background: var(--paper); padding: 48px 24px; border-top: 1px solid var(--line); }
.contact-strip-inner { max-width: 760px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card { background: var(--cream-warm); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 20px; text-align: center; text-decoration: none; color: var(--navy); transition: all 0.22s; display: block; min-height: 80px; }
.contact-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(15,30,61,0.08); border-color: var(--accent); color: var(--navy); }
.contact-card .label { font-size: 12px; font-weight: 700; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.contact-card .value { font-size: 20px; font-weight: 800; color: var(--navy); }

/* ── FAQ ── */
.faq-section { background: var(--paper); padding: 100px 32px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 112px; }
.faq-intro .eyebrow { display: inline-block; color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.7px; margin-bottom: 16px; }
.faq-intro h2 { color: var(--navy); font-size: clamp(34px,4vw,52px); line-height: 1.04; letter-spacing: -1.8px; margin-bottom: 20px; }
.faq-intro > p { color: var(--ink-soft); font-size: 17px; line-height: 1.7; max-width: 520px; }
.faq-trust-card { margin-top: 30px; padding: 26px; background: var(--accent-tint); border: 1px solid #CDE4F4; border-radius: 20px; }
.faq-trust-card h3 { color: var(--navy); font-size: 18px; margin-bottom: 15px; }
.faq-trust-card ul { list-style: none; display: grid; gap: 10px; }
.faq-trust-card li { position: relative; padding-left: 24px; color: var(--ink-soft); font-size: 14px; line-height: 1.45; }
.faq-trust-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-dark); font-weight: 900; }
.faq-accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; list-style: none; cursor: pointer; color: var(--navy); font-size: 18px; font-weight: 800; line-height: 1.35; padding: 24px 52px 24px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 20px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-tint); color: var(--accent-dark); font-size: 22px; font-weight: 500; transition: transform var(--duration) var(--ease), background var(--duration) var(--ease); }
.faq-item[open] summary::after { content: "−"; background: var(--accent); color: white; }
.faq-item p { color: var(--ink-soft); font-size: 15px; line-height: 1.72; padding: 0 52px 24px 0; }
.faq-item summary:hover { color: var(--accent-dark); }
@media (max-width: 900px) {
  .faq-section { padding: 76px 24px; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; }
}
@media (max-width: 719px) {
  .faq-section { padding: 64px 20px; }
  .faq-intro h2 { letter-spacing: -1.2px; }
  .faq-trust-card { padding: 22px 20px; }
  .faq-item summary { font-size: 16px; padding: 21px 44px 21px 0; }
  .faq-item summary::after { right: 0; top: 17px; width: 30px; height: 30px; }
  .faq-item p { padding: 0 42px 22px 0; }
}

/* ── Legal page (privacy, terms) ── */
.legal-page { background: var(--cream-warm); min-height: 60vh; padding: 60px 24px; }
.legal-page .section-inner { max-width: 760px; }
.legal-page h1 { font-size: clamp(28px, 4.5vw, 44px); font-weight: 900; color: var(--navy); letter-spacing: -1.2px; line-height: 1.1; margin-bottom: 12px; }
.legal-page h2 { font-size: 19px; font-weight: 800; color: var(--navy); margin: 28px 0 10px; }
.legal-page p { font-size: 15px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 14px; }
.legal-page .sub { font-size: 12px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 36px; }

/* ── Footer ── */
footer { background: #0A1530; color: rgba(255,255,255,0.7); padding: 48px 32px 24px; font-size: 14px; }
.footer-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr repeat(auto-fit, minmax(160px, 1fr)); gap: 40px; margin-bottom: 32px; }
.footer-brand p { font-size: 14px; line-height: 1.6; max-width: 320px; margin-top: 12px; }
footer h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: white; margin-bottom: 14px; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 8px; }
footer a { color: rgba(255,255,255,0.7); }
footer a:hover { color: white; }
.footer-bottom { max-width: 1320px; margin: 0 auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); text-align: center; font-size: 13px; }
.social-links { display: flex; gap: 12px; margin-top: 18px; }
.social-links a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: white; transition: background 0.2s; }
.social-links a:hover { background: var(--accent); color: white; }

/* ── Mobile menu ── */
.menu-toggle { display: none; background: none; border: none; padding: 8px; cursor: pointer; color: var(--navy); min-width: 44px; min-height: 44px; }
.menu-toggle svg { width: 26px; height: 26px; }
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--paper);
  z-index: 200;
  transform: translateX(100%);
  transition: transform 0.3s;
  overflow-y: auto;
  /* iOS safe area for menu CTA at bottom */
  padding-bottom: var(--safe-bottom);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; border-bottom: 1px solid var(--line); padding-top: calc(18px + var(--safe-top)); }
.mobile-menu-header .brand-header { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 17px; color: var(--accent-dark); }
.mobile-menu-header .brand-header .flask { width: 28px; height: 28px; background: var(--accent); border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mobile-menu .close-btn {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: var(--ink);
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  flex-shrink: 0;
  margin: 10px 12px 2px;
}
.mobile-menu ul { list-style: none; padding: 0; margin: 0; flex: 1; }
.mobile-menu li { border-bottom: 1px solid var(--line-soft); }
.mobile-menu a {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  min-height: 56px; /* generous touch target */
}
.mobile-menu a:hover, .mobile-menu a.active { background: var(--accent-tint); color: var(--accent-dark); }
.mobile-menu .menu-cta {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--cream-warm);
  /* iOS home indicator clearance */
  padding-bottom: calc(20px + var(--safe-bottom));
}
.mobile-menu .menu-cta .btn-primary { width: 100%; justify-content: center; padding: 16px; font-size: 16px; text-transform: none; min-height: 52px; }
.menu-contact-row { display: flex; gap: 8px; }
.menu-contact-link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 8px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  min-height: 48px; /* tap target */
}
.menu-contact-link:hover { background: var(--navy); color: white; border-color: var(--navy); }
.menu-contact-link.whatsapp { color: var(--accent-dark); border-color: var(--accent); }
.menu-contact-link.whatsapp:hover { background: var(--accent); color: white; border-color: var(--accent); }

/* ── Sticky mobile CTA bar (iOS-safe bottom) ── */
.sticky-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid var(--line);
  padding: 12px 16px;
  /* iOS home indicator clearance */
  padding-bottom: calc(12px + var(--safe-bottom));
  z-index: 100;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
  gap: 10px;
}
.sticky-mobile .btn { flex: 1; justify-content: center; padding: 14px 16px; min-height: 48px; }

/* Compact WhatsApp shortcut — intentionally static, with no pulse or label. */
.whatsapp-float {
  position: fixed;
  right: calc(20px + var(--safe-right));
  bottom: calc(20px + var(--safe-bottom));
  z-index: 90;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: #20B858;
  border: 2px solid rgba(255,255,255,.9);
  box-shadow: 0 8px 24px rgba(15,30,61,.22);
  transition: transform var(--duration) var(--ease), background var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}
.whatsapp-float:hover {
  color: white;
  background: #159447;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15,30,61,.28);
}
.whatsapp-float svg { width: 24px; height: 24px; }

/* ============================================================
   RESPONSIVE BREAKPOINTS
   Order: base (mobile) → tablet → desktop → large desktop
   ============================================================ */

/* ── Landscape phones (480-720px) ── */
@media (min-width: 480px) {  .promise-grid { grid-template-columns: 1fr; gap: 8px; }
  .promise-item { padding: 14px 14px; }
  section { padding: 70px 32px 80px; }
}

/* ── Small tablets portrait (720-900px) ── */
@media (min-width: 720px) {  .promise-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  /* In this range, the desktop nav is too cramped with 5+ items.
     Show hamburger menu instead. */
  nav { display: none; }
  .menu-toggle { display: flex; align-items: center; justify-content: center; }
  .nav-inner { padding: 14px 24px; }
  .home-trust-stats { grid-template-columns: repeat(4, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  section { padding: 80px 24px; }
}

/* ── Tablet portrait (900-1024px) ── */
@media (min-width: 900px) {  .promise-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  /* Show desktop nav (more room) */
  nav { display: flex; }
  .menu-toggle { display: none; }
  /* Hero grid still 2-col on tablets (looks better than 1-col) */
  /* But cards drop to 2-col earlier */
  .service-teasers { grid-template-columns: repeat(2, 1fr); }
/* Equalize service tile heights on the services index */
.services-grid > .service { display: flex; flex-direction: column; height: 100%; }
.services-grid > .service > div:first-child { aspect-ratio: 3/4; }
.services-grid > .service > div:last-child { flex: 1; }
  .svc-how-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .form-row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .footer-inner { grid-template-columns: 1.5fr repeat(2, 1fr); }
  section { padding: 80px 28px; }
}

/* ── Tablet landscape / small desktop (1024px+) ── */
@media (min-width: 1024px) {
  /* Hero stack: image below text on tablets */
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-image img { aspect-ratio: 16/10; }
  .svc-body-grid { grid-template-columns: 1fr; gap: 40px; }
  .svc-body-image { max-width: 480px; margin: 0 auto; }
  .home-trust-grid { grid-template-columns: 1fr; gap: 40px; }
  .home-trust-image { max-width: 480px; margin: 0 auto; }
  .footer-inner { grid-template-columns: 1.5fr repeat(3, 1fr); }
  section { padding: 80px 32px; }
}

/* ── Desktop (1280px+) ── */
@media (min-width: 1280px) {
  /* Promise grid 4-col stays at 1280+ */
  .promise-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }

  /* Hero side-by-side: text + image */
  .hero-inner { grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
  .hero-image img { aspect-ratio: 4/5; }
  .svc-body-grid { grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
  .svc-body-image { max-width: none; }
  .home-trust-grid { grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
  .home-trust-image { max-width: none; }
  .service-teasers { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .svc-how-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .footer-inner { grid-template-columns: 1.5fr repeat(4, 1fr); gap: 40px; }
  section { padding: 90px 32px; }
}

/* ── Large desktop (1440px+) ── */
@media (min-width: 1440px) {
  /* Comfortable spacing on big screens */
  .hero { padding: 100px 32px 110px; }
  .hero h1 { font-size: clamp(48px, 4vw, 64px); }
  .footer-inner { gap: 48px; }
}

/* ── Ultra-wide (1920px+) ── */
@media (min-width: 1920px) {
  .section-inner { max-width: 1400px; }
  .hero-inner { gap: 80px; }
}

/* ============================================================
   CARPET LAB UK — v12 PROMISES + REVIEWS REBUILD
   Cleaner visual design, no clutter, proper hierarchy
   ============================================================ */

/* ── Trust strip (between hero and Promise — short, scannable) ── */
.trust-strip {
  background: var(--paper);
  padding: 48px 32px;
  border-bottom: 1px solid var(--line);
}
.trust-strip-inner { max-width: 1200px; margin: 0 auto; }
.trust-strip-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-pill { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: var(--cream-warm); border-radius: 12px; border: 1px solid var(--line); }
.trust-pill-icon { width: 36px; height: 36px; background: var(--accent); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-pill-text { font-size: 13px; font-weight: 700; color: var(--navy); line-height: 1.25; text-transform: uppercase; letter-spacing: 0.4px; }

/* ── Our Promise (cleaner, 2-col) ── */
.promise { background: linear-gradient(180deg, var(--cream-warm) 0%, var(--paper) 100%); padding: 80px 32px; }
.promise-inner { max-width: 1200px; margin: 0 auto; }
.promise-head { text-align: center; margin-bottom: 56px; }
.promise-head .eyebrow { display: inline-block; font-size: 12px; font-weight: 800; color: var(--accent); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; padding: 6px 16px; background: var(--accent-tint); border-radius: 100px; }
.promise-head h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 900; color: var(--navy); letter-spacing: -1.2px; line-height: 1.05; margin-bottom: 16px; }
.promise-head p { font-size: 18px; color: var(--ink-soft); max-width: 600px; margin: 0 auto; }

.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.promise-item { display: flex; align-items: center; gap: 16px; padding: 18px 20px; background: white; border: 1.5px solid var(--line); border-radius: 14px; transition: all 0.2s; min-height: 76px; }
.promise-item:hover { transform: translateY(-2px); border-color: var(--accent); box-shadow: 0 10px 24px rgba(15,30,61,0.08); }
.promise-check { flex-shrink: 0; width: 36px; height: 36px; background: var(--accent); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; }
.promise-item-text { font-size: 16px; font-weight: 700; color: var(--navy); line-height: 1.3; }

/* ── Mobile-only adjustments (max-width 719px) ── */
@media (max-width: 719px) {
  /* On mobile: hide 3rd topbar item, show hamburger */
  .nav-inner { padding: 12px 16px; }
  nav { display: none; }
  .menu-toggle { display: flex; align-items: center; justify-content: center; }
  .sticky-mobile { display: flex; }
  body { padding-bottom: calc(72px + var(--safe-bottom)); }
  .whatsapp-float {
    right: calc(14px + var(--safe-right));
    bottom: calc(88px + var(--safe-bottom));
    width: 46px;
    height: 46px;
  }
  /* Hero: smaller */
  .hero { padding: 40px 20px 80px; }
  .hero h1 { font-size: 32px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
  .hero-trustline { gap: 8px; }
  .hero-trustline span { font-size: 11px; padding: 5px 10px; }
  /* Cards stack to 1-col */
  .service-teasers { grid-template-columns: 1fr; gap: 16px; }
  .svc-how-grid { grid-template-columns: 1fr; gap: 16px; }
  .home-trust-stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 24px 20px; }
  .contact-strip-inner { grid-template-columns: 1fr; }
  section { padding: 56px 20px; }
  /* Keep the compact mobile header uncluttered */
  /* Topbar phone is still shown, hours is hidden on very narrow */
  /* Sticky bar height accommodation already in body padding-bottom */
}

/* ── Very small phones (≤ 360px — iPhone SE 1st gen) ── */
@media (max-width: 360px) {
  .hero h1 { font-size: 28px; }
  .hero-sub { font-size: 15px; }
  .hero-trustline { flex-direction: column; align-items: flex-start; }
  .hero-trustline span { width: 100%; justify-content: flex-start; }
  .section-head h2 { font-size: 24px; }
  .reviews-quote { flex: 0 0 260px; }
}

/* ── Landscape phone (height < 500px, e.g. iPhone landscape) ── */
@media (max-height: 500px) and (orientation: landscape) {
  /* Hide sticky-mobile in landscape — keyboard often takes half the screen */
  .sticky-mobile { display: none; }
  body { padding-bottom: 0; }
  .mobile-menu-header { padding: 8px 16px; padding-top: calc(8px + var(--safe-top)); }
  .mobile-menu-header .brand-header { font-size: 14px; }
}

/* ── Print stylesheet (for printed quotes) ── */
@media print {
  body { padding: 0; color: black; background: white; }
  section { padding: 20px 0; }
  a { color: black; text-decoration: underline; }
}

/* ── Reduced motion (accessibility) ── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  #reviews-track.reviews-marquee .reviews-quote { animation: none !important; }
}

/* ── Reduced data (skip auto-playing carousel) ── */
@media (prefers-reduced-data: reduce) {
  #reviews-track.reviews-marquee .reviews-quote { animation: none !important; }
  .reviews-pause { display: inline-flex !important; opacity: 1 !important; }
}

/* ── Dark color scheme support (light/dark mode follows OS) ── */
@media (prefers-color-scheme: dark) {
  /* Currently: same colors (light theme). Dark theme would require:
     - Dark backgrounds for paper/cream
     - Light text for ink
     - Adjusted accent colors
     For now: keep light theme but document that this is a future
     improvement. Adding a meta theme-color override per the OS preference. */
  meta[name="theme-color"] { content: "#2B8CE6"; }  /* explicit on light bg */
}

/* ============================================================
   HOMEPAGE CLEANUP — missing rules consolidated
   ============================================================ */

/* ── Footer brand (white version) ── */
.footer-brand p { font-size: 14px; line-height: 1.6; max-width: 320px; margin-top: 12px; }

/* ── Hero copy container ── */
.hero-copy { max-width: 600px; }

/* ── Why Us section (rich cards) ── */
.why-us { background: var(--cream-warm); padding: 80px 32px; }
.why-us-head { text-align: center; margin-bottom: 48px; }
.why-us-head .eyebrow { display: inline-block; font-size: 12px; font-weight: 800; color: var(--accent); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; padding: 6px 16px; background: var(--accent-tint); border-radius: 100px; }
.why-us-head h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; color: var(--navy); letter-spacing: -1px; line-height: 1.15; margin-bottom: 14px; }
.why-us-head p { font-size: 17px; color: var(--ink-soft); max-width: 600px; margin: 0 auto; }
.why-us-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.why-us-card { background: white; border: 1.5px solid var(--line); border-radius: 16px; padding: 28px 24px; transition: all 0.22s; }
.why-us-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(15,30,61,0.08); border-color: var(--accent); }
.why-us-icon { width: 52px; height: 52px; background: var(--accent-tint); color: var(--accent); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.why-us-card h3 { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.why-us-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

/* ============================================================
   REVIEWS SECTION — proper polish
   Soft navy with a top accent stripe, generous spacing,
   properly designed review cards
   ============================================================ */

/* Section container */
.reviews {
  background: var(--navy);
  color: white;
  padding: 100px 32px 110px;
  position: relative;
  overflow: hidden;
}
/* Decorative top accent stripe */
.reviews::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-dark) 50%, var(--accent) 100%);
}
/* Soft radial highlight at the top for depth */
.reviews::after {
  content: "";
  position: absolute;
  top: -200px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(43, 140, 230, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

/* Container with proper max-width and centering */
.reviews-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Section heading */
.reviews-head {
  text-align: center;
  margin-bottom: 56px;
}
.reviews-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
  padding: 7px 18px;
  background: rgba(43, 140, 230, 0.15);
  border: 1px solid rgba(43, 140, 230, 0.3);
  border-radius: 100px;
}
.reviews-head h2 {
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 800;
  color: white;
  letter-spacing: -1.2px;
  line-height: 1.1;
  margin-bottom: 18px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.reviews-head p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.55;
}

/* Stats ribbon above the cards (small, horizontal) */
.reviews-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 20px 0;
  margin-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.reviews-stat {
  text-align: center;
  color: white;
}
.reviews-stat .num {
  font-size: 28px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.5px;
  line-height: 1;
}
.reviews-stat .label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

/* 3-col grid */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card — clean white with proper depth */
.review-card {
  background: white;
  border-radius: 18px;
  padding: 32px 28px;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.review-card-stars {
  color: #FFB400;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 18px;
  line-height: 1;
}
.review-card-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 20px;
  flex: 1;
  position: relative;
  padding-left: 14px;
  border-left: 3px solid var(--accent);
}
.review-card-source {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-top: auto;
}
.review-card-loc {
  font-size: 12px;
  color: var(--ink-mute);
  margin-top: 2px;
}
.review-card-tag {
  display: inline-block;
  margin-top: 12px;
  font-size: 10px;
  color: var(--accent-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 12px;
  background: var(--accent-tint);
  border-radius: 100px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr; gap: 16px; }
  .reviews-stats { gap: 24px; flex-wrap: wrap; }
  .reviews { padding: 70px 24px 80px; }
}

/* ── Responsive for the new sections ── */
@media (max-width: 900px) {
  .why-us-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 600px) {
  .why-us-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   HOMEPAGE REBUILD — 8-section structure
   New CSS for stats, process, service-area
   ============================================================ */

/* ── Stats strip (credibility numbers) ── */
.stats-strip { background: var(--navy); padding: 56px 32px; }
.stats-strip .section-inner { max-width: 1100px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.stat-item { text-align: center; color: white; padding: 16px 0; }
.stat-item .num { font-size: clamp(32px, 4vw, 48px); font-weight: 900; color: var(--accent); letter-spacing: -1px; line-height: 1; margin-bottom: 8px; }
.stat-item .label { font-size: 12px; color: rgba(255,255,255,0.85); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }

/* ── Process (4 numbered steps) ── */
.process-section { background: var(--paper); padding: 80px 32px; }
.process-section .section-inner { max-width: 1200px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.process-step { background: var(--cream-warm); border-radius: 16px; padding: 32px 24px; text-align: left; position: relative; }
.process-num { width: 48px; height: 48px; background: var(--accent); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; margin-bottom: 20px; }
.process-step h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.process-step p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }
.process-visual { position: relative; margin-top: 34px; border-radius: 22px; overflow: hidden; box-shadow: 0 18px 44px rgba(16,36,63,.1); }
.process-visual img { width: 100%; height: clamp(220px,28vw,370px); object-fit: cover; object-position: center 48%; }
.process-visual figcaption { position: absolute; left: 18px; bottom: 18px; max-width: 440px; padding: 11px 15px; border-radius: 10px; color: white; background: rgba(9,24,43,.78); backdrop-filter: blur(10px); font-size: 13px; font-weight: 700; }
.about-family-image { width: 100%; margin-top: 24px; aspect-ratio: 16/9; object-fit: cover; border-radius: 18px; box-shadow: 0 14px 34px rgba(16,36,63,.1); }

/* ── Service area (MK + NN postcodes) ── */
.service-area { background: var(--cream-warm); padding: 80px 32px; }
.service-area .section-inner { max-width: 1100px; }
.area-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.area-block { background: white; border: 1.5px solid var(--line); border-radius: 16px; padding: 28px 24px; }
.area-block h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.area-block ul { list-style: none; }
.area-block li { font-size: 14px; color: var(--ink-soft); padding: 4px 0; }
.area-block p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }
.area-out-of-area { background: var(--accent-tint); border-color: var(--accent); }
.area-out-of-area h3 { color: var(--accent-dark); }

/* ── Responsive for new sections ── */
@media (max-width: 1024px) {
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .process-steps { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   MODERN EDITORIAL REFRESH — August 2026
   ============================================================ */
:root {
  --navy: #10243F;
  --navy-deep: #09182B;
  --accent: #1F8FE5;
  --accent-dark: #0E6FBC;
  --accent-deeper: #0A5797;
  --accent-tint: #EAF5FC;
  --cream: #EDF3F7;
  --cream-warm: #F5F8FA;
  --paper: #FFFFFF;
  --ink: #10243F;
  --ink-soft: #506071;
  --ink-mute: #73808D;
  --line: #D9E4EB;
  --line-soft: #EBF1F5;
  --radius: 14px;
  --radius-lg: 28px;
}

body { background: #F8FAFC; }
header { border-bottom-color: rgba(16,36,63,.08); box-shadow: 0 8px 30px rgba(16,36,63,.035); }
.nav-inner { max-width: 1240px; padding-top: 15px; padding-bottom: 15px; }
.brand { color: var(--navy); }
.brand .flask { border-radius: 10px; box-shadow: 0 8px 18px rgba(31,143,229,.22); }
nav { gap: 24px; }
nav a { font-size: 13px; letter-spacing: .45px; }
.btn { min-height: 48px; padding: 13px 22px; border-radius: 12px; }
.btn-primary { box-shadow: 0 9px 24px rgba(31,143,229,.2); }

.hero {
  background: linear-gradient(125deg, #F8FAFC 0%, #EAF4FB 100%);
  color: var(--navy);
  padding: 86px 32px 100px;
}
.hero::before { width: 520px; height: 520px; background: rgba(31,143,229,.08); top: -280px; right: -80px; }
.hero::after { background: rgba(16,36,63,.035); }
.hero-inner { max-width: 1240px; grid-template-columns: .94fr 1.06fr; gap: 78px; }
.hero-eyebrow { color: var(--accent-dark); background: rgba(255,255,255,.75); border-color: rgba(31,143,229,.2); box-shadow: 0 7px 22px rgba(16,36,63,.06); }
.hero-eyebrow .dot { background: var(--accent); }
.hero h1 { color: var(--navy); font-size: clamp(44px, 5.9vw, 76px); line-height: .98; letter-spacing: -3px; max-width: 680px; }
.hero h1 .highlight { background: none; color: var(--accent-dark); padding: 0; margin: 0; border-radius: 0; display: block; }
.hero-sub { color: var(--ink-soft); font-size: clamp(17px, 1.5vw, 20px); max-width: 620px; }
.hero-trustline { color: var(--navy); }
.hero-trustline span { background: rgba(255,255,255,.8); border-color: rgba(16,36,63,.1); box-shadow: 0 5px 16px rgba(16,36,63,.04); }
.hero-trustline .tick { color: var(--accent-dark); }
.hero-cta .btn-primary { background: var(--accent); color: white; }
.hero-cta .btn-primary:hover { background: var(--accent-dark); }
.hero-cta .btn-outline { color: var(--navy); border-color: rgba(16,36,63,.4); }
.hero-cta .btn-outline:hover { color: white; background: var(--navy); }
.hero-image { border-radius: 32px; box-shadow: 0 36px 90px rgba(16,36,63,.2); overflow: visible; }
.hero-image img { aspect-ratio: 4/5; border-radius: 32px; object-position: center; }
.hero-image-note { position: absolute; left: -28px; bottom: 28px; display: flex; flex-direction: column; gap: 2px; background: rgba(255,255,255,.94); color: var(--navy); padding: 16px 20px; border-radius: 16px; box-shadow: 0 18px 42px rgba(16,36,63,.2); backdrop-filter: blur(14px); }
.hero-image-note strong { font-size: 15px; }
.hero-image-note span { font-size: 12px; color: var(--ink-soft); }

.stats-strip { background: var(--navy-deep); padding: 34px 32px; }
.stats-strip .section-inner { max-width: 1180px; }
.stat-item { position: relative; }
.stat-item:not(:last-child)::after { content: ""; position: absolute; top: 18%; right: -16px; width: 1px; height: 64%; background: rgba(255,255,255,.14); }
.stat-item .num { color: white; font-size: clamp(20px, 2vw, 27px); letter-spacing: -.5px; }
.stat-item .label { color: #8FB8D7; }

.homepage-services, .process-section, .why-us, .service-area { padding-top: 104px; padding-bottom: 104px; }
.section-head { margin-bottom: 50px; }
.section-head h2 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -1.8px; }
.section-head p { max-width: 680px; }
.teaser { border: 0; box-shadow: 0 12px 34px rgba(16,36,63,.08); border-radius: 22px; }
.teaser .sc-image { aspect-ratio: 4/3; }
.teaser .sc-body { padding: 26px 25px 28px; }
.teaser h3 { font-size: 21px; }
.process-step, .why-us-card, .area-block { border: 1px solid rgba(16,36,63,.08); box-shadow: 0 12px 34px rgba(16,36,63,.055); }
.process-step { background: white; }
.process-num { border-radius: 14px; }
.why-us { background: #F1F6F8; }
.why-us-card { border-radius: 20px; }

.work-showcase { background: var(--navy-deep); color: white; padding: 108px 32px; }
.work-showcase .section-inner { max-width: 1240px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; }
.showcase-copy .eyebrow { color: #68B9F4; }
.showcase-copy h2 { color: white; font-size: clamp(36px, 4.2vw, 56px); line-height: 1.05; letter-spacing: -2px; margin: 16px 0 20px; }
.showcase-copy p { color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; margin-bottom: 28px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: white; font-weight: 750; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.45); }
.text-link:hover { color: #8ACBFA; }
.showcase-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.showcase-grid figure { position: relative; min-height: 220px; overflow: hidden; border-radius: 20px; }
.showcase-grid .showcase-main { grid-row: 1 / 3; min-height: 540px; }
.showcase-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.showcase-grid figure:hover img { transform: scale(1.025); }
.showcase-grid figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; background: rgba(9,24,43,.74); color: white; backdrop-filter: blur(10px); padding: 10px 13px; border-radius: 10px; font-size: 12px; }

/* Customer review carousel */
.reviews-carousel { background: var(--navy-deep); color: white; padding: 106px 0 112px; overflow: hidden; }
.reviews-carousel > .section-inner { max-width: none; }
.reviews-carousel-head { max-width: 760px; margin: 0 auto 48px; padding: 0 32px; text-align: center; }
.reviews-carousel-head .eyebrow { color: #75C2F7; }
.reviews-carousel-head h2 { color: white; font-size: clamp(36px, 4.3vw, 58px); line-height: 1.04; letter-spacing: -2px; margin: 14px 0 18px; }
.reviews-carousel-head p { color: rgba(255,255,255,.7); font-size: 17px; }
.reviews-window { width: 100%; overflow: hidden; padding: 14px 0 22px; -webkit-mask-image: linear-gradient(to right, transparent, black 7%, black 93%, transparent); mask-image: linear-gradient(to right, transparent, black 7%, black 93%, transparent); }
.reviews-track { display: flex; gap: 18px; align-items: stretch; padding-left: 18px; }
.reviews-quote { width: 370px; min-height: 294px; flex: 0 0 370px; background: white; color: var(--navy); border-radius: 22px; padding: 30px 28px; box-shadow: 0 18px 44px rgba(0,0,0,.18); display: flex; flex-direction: column; }
.reviews-quote .review-stars { color: #E6A500; letter-spacing: 3px; font-size: 14px; margin-bottom: 20px; }
.reviews-quote blockquote { color: var(--ink-soft); font-size: 16px; line-height: 1.65; margin: 0 0 26px; flex: 1; }
.reviews-quote footer { background: none; color: var(--ink); padding: 0; display: flex; flex-direction: column; gap: 2px; font-size: 13px; }
.reviews-quote footer strong { font-size: 14px; color: var(--navy); }
.reviews-quote footer span { color: var(--ink-mute); }
.reviews-window:hover .reviews-track,
.reviews-window:focus-within .reviews-track { animation-play-state: paused !important; }
.service-area { background: #F4F8FB; }
.cta-final { padding: 104px 32px; background: linear-gradient(135deg, #147DCD, #102F55); }

/* Gallery */
.services-intro { max-width: none !important; margin: 0 !important; padding: 78px 32px 68px !important; background: linear-gradient(125deg,#F8FAFC,#EAF4FB); }
.services-intro .svc-breadcrumb, .services-intro .svc-breadcrumb a { color: var(--accent-dark) !important; }
.services-intro h1 { max-width: 760px; margin-left: auto !important; margin-right: auto !important; }
.services-intro p { max-width: 700px; margin-left: auto; margin-right: auto; }

@media (max-width: 900px) {
  .hero-inner { gap: 40px; }
  .hero-image-note { left: 18px; }
  .work-showcase .section-inner { grid-template-columns: 1fr; gap: 42px; }
}
@media (max-width: 720px) {
  .hero { padding: 58px 20px 72px; }
  .hero h1 { font-size: clamp(40px, 12vw, 56px); letter-spacing: -2px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image { margin-top: 12px; }
  .hero-image img { aspect-ratio: 4/4.8; }
  .hero-image-note { left: 14px; right: 14px; bottom: 14px; }
  .stat-item:not(:last-child)::after { display: none; }
  .stats-strip { padding: 28px 18px; }
  .homepage-services, .process-section, .why-us, .service-area { padding-top: 72px; padding-bottom: 72px; }
  .section-head h2 { letter-spacing: -1.2px; }
  .work-showcase { padding: 76px 20px; }
  .showcase-grid { grid-template-columns: 1fr 1fr; }
  .showcase-grid .showcase-main { grid-column: 1 / 3; grid-row: auto; min-height: 420px; }
  .showcase-grid figure { min-height: 180px; }
  .reviews-carousel { padding: 74px 0 82px; }
  .reviews-carousel-head { padding: 0 20px; margin-bottom: 34px; }
  .reviews-carousel-head h2 { letter-spacing: -1.3px; }
  .reviews-window { -webkit-mask-image: none; mask-image: none; }
  .reviews-quote { width: 300px; flex-basis: 300px; min-height: 278px; padding: 26px 23px; }
  .services-intro { padding: 56px 20px 46px !important; }
}

/* ============================================================
   SERVICE DETAIL PAGES — homepage-aligned visual system
   ============================================================ */
.service-carpet-cleaning { --svc-hero-image: url('/images/stock-carpet-extraction.jpg'); --svc-hero-position: center; }
.service-stain-removal { --svc-hero-image: url('/images/stock-stain-removal.jpg'); --svc-hero-position: center; }
.service-carpet-dyeing { --svc-hero-image: url('/images/carpet-dyeing-samples.jpg'); --svc-hero-position: center; }
.service-pet-treatment { --svc-hero-image: url('/images/stock-pet-treatment.jpg'); --svc-hero-position: center; }
.service-upholstery-cleaning { --svc-hero-image: url('/images/stock-cleaning-process.jpg'); --svc-hero-position: center; }
.service-commercial { --svc-hero-image: url('/images/stock-commercial-cleaning.jpg'); --svc-hero-position: center; }

.area-simple { max-width: 840px; text-align: center; }
.area-simple .section-head { max-width: 780px; margin: 0 auto; }
.area-simple .section-head p { max-width: 720px; margin-left: auto; margin-right: auto; font-size: 18px; line-height: 1.75; }

.service-detail-page .svc-hero {
  padding: 76px 32px 90px;
  color: var(--navy);
  background: linear-gradient(125deg,#F8FBFD 0%,#EDF6FB 58%,#E4F1F9 100%);
}
.service-detail-page .svc-hero::before {
  top: -180px;
  right: -80px;
  width: 520px;
  height: 520px;
  background: rgba(31,143,229,.055);
}
.service-detail-page .svc-hero-inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(360px,.82fr);
  column-gap: clamp(48px,6vw,90px);
  align-items: center;
  max-width: 1240px;
}
.service-detail-page .svc-hero-inner::after {
  content: "";
  grid-column: 2;
  grid-row: 1 / 6;
  align-self: stretch;
  min-height: 510px;
  background-image: var(--svc-hero-image);
  background-position: var(--svc-hero-position,center);
  background-size: cover;
  border: 8px solid rgba(255,255,255,.78);
  border-radius: 32px;
  box-shadow: 0 34px 84px rgba(16,36,63,.2);
}
.service-detail-page .svc-breadcrumb,
.service-detail-page .svc-hero h1,
.service-detail-page .svc-hero .svc-sub,
.service-detail-page .svc-trustline,
.service-detail-page .svc-hero-cta { grid-column: 1; }
.service-detail-page .svc-breadcrumb {
  justify-self: start;
  margin-bottom: 26px;
  padding: 8px 14px;
  color: var(--accent-dark);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(16,36,63,.09);
  border-radius: 999px;
  box-shadow: 0 7px 22px rgba(16,36,63,.055);
  font-size: 12px;
  font-weight: 750;
}
.service-detail-page .svc-breadcrumb a { color: var(--accent-dark); }
.service-detail-page .svc-hero h1 {
  max-width: 690px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(42px,5vw,66px);
  line-height: 1.01;
  letter-spacing: -2.7px;
}
.service-detail-page .svc-hero .svc-sub {
  max-width: 650px;
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}
.svc-trustline { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 30px; }
.svc-trustline span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--navy);
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(16,36,63,.09);
  border-radius: 999px;
  box-shadow: 0 5px 16px rgba(16,36,63,.04);
  font-size: 12px;
  font-weight: 700;
}
.service-detail-page .svc-hero-cta .btn-primary { color: white; background: var(--accent); box-shadow: 0 12px 28px rgba(31,143,229,.22); }
.service-detail-page .svc-hero-cta .btn-primary:hover { background: var(--accent-dark); }
.service-detail-page .svc-hero-cta .btn-outline { color: var(--navy); border-color: rgba(16,36,63,.35); }
.service-detail-page .svc-hero-cta .btn-outline:hover { color: white; background: var(--navy); border-color: var(--navy); }

.service-detail-page .svc-body { padding-top: 108px; padding-bottom: 108px; background: white; }
.service-detail-page .svc-body .section-inner { max-width: 1180px; }
.service-detail-page .svc-body-grid { grid-template-columns: 1.03fr .97fr; gap: clamp(52px,7vw,88px); }
.service-detail-page .svc-body h2 { margin-bottom: 22px; font-size: clamp(34px,4vw,50px); line-height: 1.05; letter-spacing: -1.8px; }
.service-detail-page .svc-body p { font-size: 16px; line-height: 1.78; }
.service-detail-page .svc-body ul { display: grid; gap: 10px; margin-top: 26px; }
.service-detail-page .svc-body li {
  padding: 13px 16px 13px 46px;
  color: var(--navy);
  background: #F6FAFC;
  border: 1px solid rgba(16,36,63,.07);
  border-radius: 13px;
  font-size: 14px;
  font-weight: 650;
}
.service-detail-page .svc-body li::before {
  top: 11px;
  left: 13px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: white;
  background: var(--accent);
  border-radius: 50%;
  font-size: 12px;
}
.service-detail-page .svc-body-image { border-radius: 28px; box-shadow: 0 28px 70px rgba(16,36,63,.16); }
.service-detail-page .svc-body-image img { aspect-ratio: 4/4.35; }

.service-detail-page .svc-how { padding-top: 104px; padding-bottom: 104px; background: #F2F7FA; }
.service-detail-page .svc-how .section-inner { max-width: 1180px; }
.service-detail-page .section-head { position: static; z-index: auto; background: transparent; box-shadow: none; backdrop-filter: none; }
.service-detail-page .svc-how-step {
  padding: 32px 30px 34px;
  border: 1px solid rgba(16,36,63,.07);
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(16,36,63,.055);
  transition: transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease);
}
.service-detail-page .svc-how-step:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(16,36,63,.09); }
.service-detail-page .svc-how-num { width: 44px; height: 44px; border-radius: 13px; box-shadow: 0 9px 22px rgba(31,143,229,.22); }
.service-detail-page .svc-how-step h3 { font-size: 20px; }
.service-detail-page .svc-how-step p { font-size: 15px; line-height: 1.7; }

.service-detail-page .svc-carousel { padding-top: 106px; padding-bottom: 110px; color: white; background: var(--navy-deep); }
.service-detail-page .svc-carousel .section-inner { max-width: 1240px; }
.service-detail-page .svc-carousel .section-head .eyebrow { color: #75C2F7; }
.service-detail-page .svc-carousel .section-head h2 { max-width: 900px; margin-left: auto; margin-right: auto; color: white; text-align: center; }
.service-detail-page .carousel-track { gap: 18px; padding-bottom: 26px; scrollbar-color: #4AA9EB rgba(255,255,255,.1); }
.service-detail-page .carousel-track::-webkit-scrollbar-track { background: rgba(255,255,255,.1); }
.service-detail-page .carousel-item { flex-basis: 360px; aspect-ratio: 5/4; border-radius: 20px; box-shadow: 0 18px 44px rgba(0,0,0,.22); }
.service-detail-page .carousel-item
.service-detail-page .carousel-btn { color: white; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.28); }
.service-detail-page .carousel-btn:hover { color: var(--navy); background: white; border-color: white; }

.service-detail-page .svc-related { padding-top: 100px; padding-bottom: 104px; background: white; }
.service-detail-page .svc-related-grid { max-width: 1120px; }
.service-detail-page .svc-related-card {
  min-height: 92px;
  padding: 26px 24px;
  background: #F5F9FB;
  border-color: rgba(16,36,63,.07);
  border-radius: 18px;
}
.service-detail-page .svc-related-card:hover { background: white; box-shadow: 0 16px 40px rgba(16,36,63,.1); }
.service-detail-page .svc-related-card h3 { font-size: 17px; }
.service-detail-page .svc-related-card .arrow { margin-left: auto; font-size: 22px; }

@media (max-width: 1023px) {
  .service-detail-page .svc-hero-inner { grid-template-columns: 1fr; row-gap: 38px; }
  .service-detail-page .svc-hero-inner::after { grid-column: 1; grid-row: auto; min-height: 430px; }
  .service-detail-page .svc-body-grid { grid-template-columns: 1fr; gap: 46px; }
  .service-detail-page .svc-body-image { width: 100%; max-width: 720px; margin: 0; }
  .service-detail-page .svc-body-image img { aspect-ratio: 16/10; }
}

@media (max-width: 719px) {
  .service-detail-page .svc-hero { padding: 42px 20px 64px; }
  .service-detail-page .svc-hero-inner { row-gap: 30px; }
  .service-detail-page .svc-hero-inner::after { min-height: 310px; border-width: 5px; border-radius: 24px; }
  .service-detail-page .svc-breadcrumb { margin-bottom: 8px; padding: 7px 11px; }
  .service-detail-page .svc-hero h1 { font-size: clamp(38px,11vw,50px); letter-spacing: -2px; }
  .service-detail-page .svc-hero .svc-sub { font-size: 16px; }
  .service-detail-page .svc-trustline { gap: 7px; margin-bottom: 24px; }
  .service-detail-page .svc-trustline span { padding: 7px 10px; font-size: 11px; }
  .service-detail-page .svc-hero-cta { flex-direction: column; }
  .service-detail-page .svc-hero-cta .btn { width: 100%; justify-content: center; }
  .service-detail-page .svc-body,
  .service-detail-page .svc-how,
  .service-detail-page .svc-carousel,
  .service-detail-page .svc-related { padding-top: 74px; padding-bottom: 78px; }
  .service-detail-page .svc-body h2 { font-size: 34px; letter-spacing: -1.2px; }
  .service-detail-page .svc-body-image img { aspect-ratio: 4/4.6; }
  .service-detail-page .svc-how-step { padding: 26px 23px 28px; }
  .service-detail-page .carousel-item { flex-basis: 282px; aspect-ratio: 4/3; }
  .service-detail-page .svc-related-grid { grid-template-columns: 1fr; }
}

/* Official Carpet Lab identity */
.brand-official { gap: 12px; }
.brand-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 9px 22px rgba(16,36,63,.16);
}
.brand-copy { line-height: 1.05; }
.footer-logo-link { display: inline-flex; width: fit-content; border-radius: 50%; }
.footer-logo {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 16px 38px rgba(0,0,0,.24);
}

@media (max-width: 719px) {
  .brand-official { gap: 9px; font-size: 19px; }
  .brand-logo { width: 46px; height: 46px; flex-basis: 46px; }
  .brand-official small { font-size: 9px; letter-spacing: .9px; }
}

@media (max-width: 360px) {
  .brand-official { font-size: 17px; }
  .brand-logo { width: 43px; height: 43px; flex-basis: 43px; }
}
