/* Eziflow site styles. Plain CSS, mobile first, no build step.
   Design system: design-system/eziflow/MASTER.md. To restyle the whole site, change the
   tokens in :root below; everything else reads from them. */

/* 2026 refresh (UI/UX Pro Max "Trust & Authority", minimal/Swiss style) adapted to Eziflow's own
   colours: van graphite, van-stripe blue for trust and links, and the business card's flame
   orange kept for calls to action only. All pairs checked for WCAG AA. */
:root{
  /* Brand colours */
  --graphite:#1D2125;       /* van grey: header bands, hero, footer */
  --graphite-2:#2A2F35;     /* raised panels on graphite */
  --graphite-3:#3A4047;     /* borders on graphite */
  --blue:#1565C0;           /* trust blue, text and icons on white (5.75:1) */
  --blue-bright:#1A8BE0;    /* van pinstripe, decoration only */
  --blue-on-dark:#7CC0FF;   /* blue text on graphite (9:1) */
  --blue-tint:#EAF3FC;
  --cta:#C2410C;            /* flame orange buttons, white text 5.18:1 */
  --cta-hover:#9A3412;
  --cta-on-dark:#FF9A62;    /* orange text on graphite (7.6:1) */
  --warn:#FFB000;           /* gas-warning icon only */
  --ink:#16191D;
  --paper:#F6F7F9;
  --white:#FFFFFF;
  --steel:#56606B;          /* muted text on white (6.3:1) */
  --mist:#EEF1F4;
  --line:#E1E5EA;
  --muted-on-dark:#BAC2CB;
  --error:#B42318;
  --error-on-dark:#FF8A8A;
  --ok:#1E7F4F;

  /* Old names kept so older markup still resolves */
  --navy:var(--graphite); --navy-2:var(--graphite-2);
  --flame:var(--blue-bright); --flame-text:var(--blue); --flame-on-dark:var(--blue-on-dark);
  --amber:var(--cta); --amber-hover:var(--cta-hover);

  /* Context tokens (light sections by default; .on-dark swaps them) */
  --text:var(--ink);
  --muted:var(--steel);
  --link:var(--blue);
  --accent-text:var(--blue);
  --focus:var(--blue);
  --err:var(--error);

  /* Type */
  --font-head:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --font-body:"Open Sans",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;

  /* Spacing (4/8 rhythm) */
  --s-1:4px; --s-2:8px; --s-3:16px; --s-4:24px; --s-5:32px; --s-6:48px; --s-7:64px; --s-8:72px;

  --radius:10px;
  --radius-sm:6px;
  --shadow:0 1px 2px rgba(16,24,40,.05), 0 4px 14px rgba(16,24,40,.05);
  --shadow-hover:0 2px 4px rgba(16,24,40,.06), 0 12px 28px rgba(16,24,40,.09);
  --wrap:1180px;
  --dock-h:76px;
  --speed:200ms;
}

.on-dark{
  background:var(--graphite);
  color:var(--white);
  --text:var(--white);
  --muted:var(--muted-on-dark);
  --link:var(--white);
  --accent-text:var(--blue-on-dark);
  --focus:var(--blue-on-dark);
  --err:var(--error-on-dark);
}

*,*::before,*::after{ box-sizing:border-box; }

html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  scroll-padding-bottom:calc(var(--dock-h) + 16px); /* keeps focused/anchored items clear of the dock */
}
@media (prefers-reduced-motion:no-preference){
  html{ scroll-behavior:smooth; }
}

body{
  margin:0;
  background:var(--paper);
  color:var(--text);
  font-family:var(--font-body);
  font-size:1rem;
  line-height:1.65;
  padding-bottom:var(--dock-h);
  overflow-wrap:break-word;
}

img,svg{ max-width:100%; }

h1,h2,h3,h4{
  font-family:var(--font-head);
  line-height:1.15;
  letter-spacing:-0.02em;
  margin:0 0 0.5em;
  text-wrap:balance;
}
h1{ font-size:clamp(2.2rem, 6vw, 3.75rem); font-weight:700; line-height:1.08; }
h2{ font-size:clamp(1.7rem, 4vw, 2.5rem); font-weight:700; }
h3{ font-size:1.2rem; font-weight:600; letter-spacing:-0.01em; }
p{ margin:0 0 1em; }
ul,ol{ margin:0 0 1em; }

a{ color:var(--link); text-underline-offset:0.15em; }
a:hover{ text-decoration-thickness:2px; }

:focus-visible{
  outline:3px solid var(--focus);
  outline-offset:3px;
  border-radius:2px;
}

.wrap{ max-width:var(--wrap); margin:0 auto; padding:0 16px; }
@media (min-width:768px){ .wrap{ padding:0 32px; } }

.visually-hidden{
  position:absolute !important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* Skip link */
.skip{
  position:absolute; left:8px; top:-100px; z-index:100;
  background:var(--cta); color:var(--white); font-weight:700;
  padding:12px 16px; border-radius:var(--radius); text-decoration:none;
  --focus:var(--graphite);
}
.skip:focus{ top:8px; }

/* Icons (inline SVG sprite) */
.i{
  width:1.25em; height:1.25em; flex:none;
  fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round;
}
.icon-tile{
  width:48px; height:48px; border-radius:12px; flex:none;
  display:grid; place-items:center;
  background:var(--blue-tint); color:var(--blue);
}
.icon-tile .i{ width:24px; height:24px; stroke-width:1.8; }
.on-dark .icon-tile{ background:var(--graphite-2); color:var(--blue-on-dark); }

/* Gas emergency banner */
.gas-banner{
  background:#111417; color:#F1F3F5;
  --focus:var(--warn); --link:#FFFFFF;
  font-weight:600; font-size:0.9rem; line-height:1.35;
}
.gas-banner .i{ color:var(--warn); }
.gas-banner .wrap{
  display:flex; align-items:center; justify-content:center; gap:10px;
  padding-top:8px; padding-bottom:8px; text-align:left;
}
.gas-banner a{ white-space:nowrap; text-decoration-thickness:2px; }
@media (min-width:600px){ .gas-banner .wrap{ text-align:center; } }

/* Header and navigation */
.site-header{
  position:relative; z-index:40; background:var(--white); color:var(--ink);
  border-bottom:1px solid var(--line);
  --text:var(--ink); --link:var(--ink); --focus:var(--blue);
}
@media (min-width:900px){ .site-header{ position:sticky; top:0; } }
.bar{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;
  gap:var(--s-2) var(--s-3); padding:12px 0;
}
.logo{
  display:inline-flex; align-items:center; min-height:48px;
  font-family:var(--font-head); font-weight:700;
  font-size:1.6rem; letter-spacing:-0.02em; line-height:1;
  color:var(--graphite); text-decoration:none;
}
.logo span{ color:var(--cta); }

.menu-btn{ display:none; }
.js .menu-btn{
  display:inline-flex; align-items:center; gap:8px;
  min-height:48px; padding:8px 16px;
  background:transparent; color:var(--ink);
  border:1px solid var(--line); border-radius:var(--radius-sm);
  font:inherit; font-weight:700; cursor:pointer;
}
.site-nav{ width:100%; }
.js .site-nav{ display:none; }
.js .site-nav.open{ display:block; }
.site-nav ul{ list-style:none; margin:0; padding:4px 0 12px; display:flex; flex-direction:column; }
.site-nav a{
  display:flex; align-items:center; min-height:48px;
  color:var(--ink); font-weight:600; font-size:0.97rem; text-decoration:none;
  border-bottom:1px solid var(--line);
}
.site-nav a[aria-current="page"]{
  color:var(--cta);
  text-decoration:underline; text-decoration-thickness:3px; text-underline-offset:8px;
}
.site-nav a:hover{ text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:8px; }
.nav-call{ display:none !important; }
.site-nav .nav-call{ color:var(--white); border-bottom:0; text-decoration:none; }

@media (min-width:900px){
  .js .menu-btn{ display:none; }
  .site-nav, .js .site-nav{ display:flex; align-items:center; gap:var(--s-4); width:auto; }
  .site-nav ul{ flex-direction:row; gap:var(--s-4); padding:0; }
  .site-nav ul a{ border-bottom:0; min-height:44px; }
  .nav-call{ display:inline-flex !important; }
}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  min-height:48px; padding:12px 20px;
  border:2px solid transparent; border-radius:var(--radius-sm);
  font-family:var(--font-head); font-weight:600; font-size:1rem; line-height:1.2;
  text-decoration:none; text-align:center; cursor:pointer;
  touch-action:manipulation;
  transition:background-color var(--speed) ease, color var(--speed) ease, border-color var(--speed) ease;
}
.btn:hover{ text-decoration:none; }
.btn:active{ transform:scale(0.98); }
.btn-amber{ box-shadow:0 1px 2px rgba(0,0,0,.12); }
.btn-amber{ background:var(--cta); color:var(--white); border-color:var(--cta); }
.btn-amber:hover{ background:var(--cta-hover); border-color:var(--cta-hover); }
.btn-white{ background:var(--white); color:var(--graphite); border-color:var(--white); }
.btn-white:hover{ background:var(--mist); }
.btn-navy{ background:var(--navy); color:var(--white); border-color:var(--navy); }
.btn-navy:hover{ background:var(--navy-2); }
.btn-outline{ background:transparent; color:var(--text); border-color:currentColor; }
.btn-outline{ border-width:1px; }
.btn-outline:hover{ background:rgba(22,25,29,0.05); }
.on-dark .btn-outline:hover{ background:rgba(255,255,255,0.1); }
.btn[disabled]{ opacity:0.55; cursor:not-allowed; }

.cta-row{ display:flex; flex-wrap:wrap; gap:12px; margin-top:var(--s-4); }
.cta-row .btn{ flex:1 1 200px; }
@media (min-width:900px){ .cta-row .btn{ flex:0 0 auto; } }

/* Sections */
section{ padding:var(--s-6) 0; }
@media (min-width:900px){ section{ padding:var(--s-8) 0; } }
.band-mist{ background:var(--mist); --muted:#4F5964; }
.band-white{ background:var(--white); }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-head); font-weight:600; font-size:0.8rem; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--accent-text); margin-bottom:var(--s-3);
}
.lead{ font-size:1.125rem; color:var(--muted); max-width:62ch; }
.muted{ color:var(--muted); }
.section-head{ max-width:62ch; margin-bottom:var(--s-5); }
.prose{ max-width:70ch; }
.prose h2{ font-size:clamp(1.6rem, 4vw, 2.2rem); margin-top:var(--s-5); }
.prose h2:first-child{ margin-top:0; }
.prose li{ margin:0.35em 0; }

/* Hero */
.hero{
  padding:var(--s-6) 0 var(--s-7); position:relative; overflow:hidden;
  background:radial-gradient(120% 90% at 85% 0%, #2B3137 0%, var(--graphite) 55%);
}
.hero::after{ /* van pinstripe */
  content:""; position:absolute; left:0; right:0; bottom:28px; height:3px;
  background:linear-gradient(90deg, transparent, var(--blue-bright) 12%, var(--blue-bright) 88%, transparent);
  opacity:.9;
}
.hero > .wrap{ position:relative; z-index:1; }
.hero-grid{ display:grid; gap:var(--s-5); }
.hero .lede{ font-size:1.15rem; color:var(--muted); max-width:44ch; }
@media (min-width:900px){
  .hero{ padding:var(--s-8) 0; }
  .hero-grid{ grid-template-columns:1.25fr 1fr; align-items:center; gap:var(--s-7); }
}
.page-hero{ padding:var(--s-6) 0; background:radial-gradient(120% 120% at 90% 0%, #2B3137 0%, var(--graphite) 60%); }
.page-hero h1{ font-size:clamp(2rem, 5vw, 3.2rem); }
.page-hero .lede{ font-size:1.125rem; color:var(--muted); max-width:56ch; }

.board{
  background:rgba(255,255,255,0.04); border:1px solid var(--graphite-3);
  padding:var(--s-5); border-radius:var(--radius);
}
.board h2{ font-size:1.25rem; margin-bottom:var(--s-3); }
.board small{ display:block; margin-top:var(--s-3); color:var(--muted); font-size:0.95rem; }

/* Numbered steps */
.steps{ list-style:none; padding:0; margin:0; counter-reset:step; display:grid; gap:14px; }
.steps li{ counter-increment:step; display:grid; grid-template-columns:36px 1fr; gap:12px; align-items:start; }
.steps li::before{
  content:counter(step);
  width:36px; height:36px; border-radius:50%;
  display:grid; place-items:center;
  background:var(--blue); color:var(--white);
  font-family:var(--font-head); font-weight:600; font-size:0.95rem;
}
.steps strong{ display:block; }

/* Breadcrumb */
.breadcrumb ol{ list-style:none; display:flex; flex-wrap:wrap; gap:4px 8px; padding:0; margin:0 0 var(--s-3); font-size:0.95rem; }
.breadcrumb li+li::before{ content:"/"; margin-right:8px; color:var(--muted); }
.breadcrumb a{ color:var(--muted-on-dark); }
.breadcrumb [aria-current]{ color:var(--white); }
.breadcrumb ol{ font-size:0.9rem; }

/* Proof strip */
.proof{ padding:var(--s-5) 0; background:var(--white); border-bottom:1px solid var(--line); }
.proof-list{ list-style:none; padding:0; margin:0; display:grid; gap:var(--s-4); grid-template-columns:1fr; }
.proof-list li{ display:flex; gap:14px; align-items:center; }
.proof-list strong{ display:block; font-family:var(--font-head); font-weight:600; font-size:1.05rem; line-height:1.25; }
.proof-list span{ color:var(--muted); font-size:0.93rem; }
@media (min-width:600px){ .proof-list{ grid-template-columns:1fr 1fr; } }
@media (min-width:1024px){ .proof-list{ grid-template-columns:repeat(4, 1fr); } }

/* Cards */
.cards{ display:grid; gap:var(--s-3); grid-template-columns:1fr; }
@media (min-width:600px){ .cards{ grid-template-columns:1fr 1fr; } }
@media (min-width:900px){ .cards-3{ grid-template-columns:repeat(3, 1fr); } }
.card{
  background:var(--white); color:var(--ink);
  border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow);
  padding:var(--s-4); display:flex; flex-direction:column; gap:10px;
  --text:var(--ink); --muted:var(--steel); --link:var(--blue); --focus:var(--blue);
  transition:transform var(--speed) ease, box-shadow var(--speed) ease, border-color var(--speed) ease;
}
.card:hover{ transform:translateY(-2px); box-shadow:var(--shadow-hover); border-color:#CBD3DC; }
.card h3{ margin:0; }
.card p{ color:var(--muted); margin:0; }
.card .tag{ display:flex; align-items:center; gap:6px; font-weight:600; font-size:0.93rem; color:var(--blue); }
.card .more{ margin-top:auto; padding-top:6px; font-weight:600; font-family:var(--font-head); font-size:0.95rem; text-decoration:none; display:inline-flex; align-items:center; gap:6px; min-height:44px; }
.card-head{ display:flex; gap:14px; align-items:center; }

/* Split layout */
.split{ display:grid; gap:var(--s-5); }
@media (min-width:900px){
  .split{ grid-template-columns:1fr 1fr; gap:var(--s-6); align-items:center; }
  .split.top{ align-items:start; }
}

/* Tick list */
.ticks{ list-style:none; padding:0; margin:0 0 1em; display:grid; gap:10px; }
.ticks li{ display:grid; grid-template-columns:24px 1fr; gap:10px; align-items:start; }
.ticks .i{ color:var(--accent-text); margin-top:3px; }

/* Image placeholders: swap each .ph for a real <img> with the same width/height */
.ph{
  margin:0; aspect-ratio:var(--ar, 4 / 3); width:100%;
  display:grid; place-items:center; text-align:center; padding:var(--s-3);
  background:repeating-linear-gradient(135deg, #EEF1F4 0 14px, #E6EAEE 14px 28px);
  border:1px dashed #9AA4AE; border-radius:var(--radius);
  color:var(--ink); font-weight:600; font-size:0.95rem;
}

/* Trust slots (placeholders for badges and reviews) */
.slots{ display:grid; gap:var(--s-3); grid-template-columns:1fr; }
@media (min-width:900px){ .slots{ grid-template-columns:repeat(2, 1fr); } }
@media (min-width:1180px){ .slots{ grid-template-columns:repeat(4, 1fr); } }
.slot{
  background:var(--white); color:var(--ink);
  border:1px dashed #9AA4AE; border-radius:var(--radius);
  padding:var(--s-4); display:flex; flex-direction:column; gap:10px;
}
.slot h3{ margin:0; }
.slot p{ margin:0; color:var(--steel); }
.slot-label{
  align-self:flex-start;
  font-size:0.8rem; font-weight:700; letter-spacing:0.06em; text-transform:uppercase;
  background:var(--ink); color:var(--white); padding:3px 8px; border-radius:4px;
}
.slot .ph{ --ar:3 / 1; font-size:0.9rem; }

/* Towns */
.town-links{ list-style:none; padding:0; margin:0; display:grid; gap:10px; grid-template-columns:1fr 1fr; }
@media (min-width:900px){ .town-links{ grid-template-columns:repeat(4, 1fr); } }
.town-links a{
  display:flex; align-items:center; gap:8px; min-height:52px; padding:10px 14px;
  background:var(--white); color:var(--ink); text-decoration:none; font-weight:600;
  border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow);
  --focus:var(--blue); transition:border-color var(--speed) ease, box-shadow var(--speed) ease;
}
.town-links a:hover{ border-color:var(--blue); box-shadow:var(--shadow-hover); }
.town-links .i{ color:var(--flame-text); }

/* Facts box (service and town pages) */
.facts-box{
  background:var(--white); color:var(--ink);
  border:1px solid var(--line); border-top:3px solid var(--blue); border-radius:var(--radius);
  padding:var(--s-4); box-shadow:var(--shadow);
}
.facts-box dl{ margin:0; display:grid; gap:12px; }
.facts-box dt{ font-weight:600; font-family:var(--font-head); font-size:0.95rem; }
.facts-box dd{ margin:0; color:var(--steel); }

/* Service blocks */
.service-block{ padding:var(--s-6) 0; border-top:1px solid var(--line); scroll-margin-top:16px; }
.service-block:first-of-type{ border-top:0; padding-top:0; }
.service-block .split{ align-items:start; }
.service-block h2{ display:flex; align-items:center; gap:14px; }

/* FAQs */
.faq{ display:grid; gap:10px; max-width:70ch; }
.faq details{
  background:var(--white); color:var(--ink);
  border:1px solid var(--line); border-radius:var(--radius);
  --focus:var(--flame-text);
}
.faq summary{
  cursor:pointer; list-style:none;
  display:flex; justify-content:space-between; align-items:center; gap:12px;
  min-height:56px; padding:14px 18px; font-weight:600; font-family:var(--font-head); font-size:1rem;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:"+"; font-family:var(--font-head); font-size:1.4rem; line-height:1; color:var(--blue); }
.faq details[open] summary::after{ content:"\2212"; }
.faq details > div{ padding:0 16px 16px; color:var(--steel); }
.faq details > div p:last-child{ margin:0; }

/* Callout (safety notes) */
.callout{
  display:grid; grid-template-columns:28px 1fr; gap:12px;
  background:#FFF6E5; color:var(--ink);
  border:1px solid #F3C66B; border-left:4px solid var(--warn); border-radius:var(--radius);
  padding:var(--s-3); --link:var(--ink); --focus:var(--ink);
}
.callout .i{ width:28px; height:28px; }
.callout p:last-child{ margin:0; }

/* Booking form */
.book-section .wrap{ max-width:720px; }
.form{ display:grid; gap:20px; margin-top:var(--s-4); }
.field{ display:grid; gap:6px; }
.field label, .field .label{ font-weight:600; }
.field .opt{ font-weight:400; color:var(--muted); }
.hint{ color:var(--muted); font-size:0.95rem; margin:0; }
input, select, textarea{
  width:100%; min-height:48px; padding:12px 14px;
  font:inherit; font-size:1rem; color:var(--ink); background:var(--white);
  border:1px solid #8A949E; border-radius:var(--radius-sm);
  transition:border-color var(--speed) ease, box-shadow var(--speed) ease;
}
input:focus, select:focus, textarea:focus{ border-color:var(--blue); box-shadow:0 0 0 3px rgba(21,101,192,.18); }
select{ appearance:auto; }
textarea{ resize:vertical; min-height:120px; }
input[type="file"]{ padding:10px; cursor:pointer; }
input[type="file"]::file-selector-button{
  margin-right:12px; min-height:40px; padding:8px 14px; cursor:pointer;
  background:var(--graphite); color:var(--white); border:0; border-radius:4px; font:inherit; font-weight:600;
}
.on-dark input[type="file"]::file-selector-button{ background:var(--flame-text); }
[aria-invalid="true"]{ border-color:var(--error); box-shadow:0 0 0 2px var(--error); }
.field-error{ display:flex; gap:8px; align-items:flex-start; color:var(--err); font-weight:700; margin:0; }
.field-error[hidden]{ display:none; }
.field-error .i{ margin-top:3px; }
.photo-list{ list-style:none; padding:0; margin:4px 0 0; display:grid; gap:4px; color:var(--muted); font-size:0.95rem; }
.photo-list li{ display:flex; gap:8px; align-items:center; }
.form .btn{ width:100%; }
@media (min-width:600px){ .form .btn{ width:auto; justify-self:start; } }
.form-note{ color:var(--muted); font-size:0.95rem; margin:0; }

.error-summary{
  background:var(--white); color:var(--ink);
  border-left:6px solid var(--error); border-radius:var(--radius);
  padding:var(--s-3) var(--s-4);
  --link:var(--flame-text); --focus:var(--flame-text);
}
.error-summary h3{ font-size:1.2rem; margin-bottom:6px; }
.error-summary ul{ margin:0; padding-left:1.2em; }
.error-summary[hidden]{ display:none; }

.form-status{ font-weight:700; margin:0; }
.form-status:empty{ display:none; }
.form-status[data-state]{
  padding:var(--s-3); border-radius:var(--radius); background:var(--white); color:var(--ink);
  --link:var(--flame-text); --focus:var(--flame-text);
}
.form-status[data-state="ok"]{ border-left:6px solid #1E7F4F; }
.form-status[data-state="error"]{ border-left:6px solid var(--error); }

/* Emergency-first CTAs */
.btn-xl{ min-height:56px; padding:14px 26px; font-size:1.08rem; }
.hero-note{ margin:16px 0 0; color:var(--muted); }
.hero-note a{ font-weight:700; }
.band-white .hero-note, section:not(.on-dark) .hero-note{ color:var(--steel); }

.region-list{ list-style:none; padding:0; margin:0; display:grid; gap:10px; grid-template-columns:1fr; }
@media (min-width:600px){ .region-list{ grid-template-columns:repeat(3, 1fr); } }
.region-list li{
  display:flex; align-items:center; gap:10px; min-height:56px; padding:12px 16px;
  background:var(--white); color:var(--ink); font-weight:600; font-family:var(--font-head); font-size:1.05rem;
  border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow);
}
.region-list .i{ color:var(--flame-text); }

/* Booking page: one panel, call first, then a short form */
.book-wrap{ padding-top:var(--s-5); }
.booking-panel{
  max-width:820px; margin:0 auto; background:var(--white); color:var(--ink);
  border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow);
  --text:var(--ink); --muted:var(--steel); --link:var(--blue); --focus:var(--blue);
}
.booking-panel-head{ text-align:center; padding:var(--s-4); border-bottom:3px solid var(--cta); }
.booking-panel-head p{ margin:0 0 6px; }
.booking-kicker{ font-family:var(--font-head); font-weight:700; font-size:1.4rem; }
.booking-call{ font-size:1.1rem; }
.booking-call a{ display:inline-block; font-family:var(--font-head); font-weight:700; font-size:1.7rem; color:var(--cta-on-dark); text-decoration:none; }
.booking-call a:hover{ text-decoration:underline; }
.booking-panel-body{ padding:var(--s-4); }
@media (min-width:768px){ .booking-panel-body{ padding:var(--s-5) var(--s-6); } }
.booking-panel-body h2{ font-size:1.6rem; margin-bottom:6px; }
.form-grid{ display:grid; gap:20px; grid-template-columns:1fr; }
@media (min-width:600px){ .form-grid{ grid-template-columns:1fr 1fr; } }
.label{ font-weight:700; margin:0; }

/* Footer */
.site-footer{ background:#121518; color:var(--white); padding:var(--s-7) 0 var(--s-5); border-top:3px solid var(--blue-bright);
  --text:var(--white); --muted:var(--muted-on-dark); --link:var(--white); --focus:var(--blue-on-dark); }
.footer-grid{ display:grid; gap:var(--s-5); grid-template-columns:1fr; }
@media (min-width:600px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (min-width:1024px){ .footer-grid{ grid-template-columns:1.4fr 1fr 1fr 1fr; } }
.site-footer h2{ font-size:1rem; letter-spacing:0; margin-bottom:10px; }
.site-footer ul{ list-style:none; padding:0; margin:0; display:grid; gap:2px; }
.site-footer li a{ display:inline-flex; align-items:center; min-height:40px; }
.site-footer p{ color:var(--muted); }
.footer-base{ border-top:1px solid rgba(255,255,255,0.15); margin-top:var(--s-5); padding-top:var(--s-4); color:var(--muted); font-size:0.95rem; }
.footer-base p{ margin:0 0 6px; }

/* Mobile dock: fixed Call / WhatsApp / Book on phones and tablets */
.mobile-dock{
  position:fixed; left:0; right:0; bottom:0; z-index:50;
  display:flex; gap:8px;
  background:var(--graphite); border-top:1px solid var(--graphite-3);
  padding:8px 8px calc(8px + env(safe-area-inset-bottom, 0px));
  --focus:var(--blue-on-dark);
}
.mobile-dock .btn{ flex:1; min-height:52px; padding:8px 4px; font-size:0.95rem; gap:6px; }
.mobile-dock .btn-outline{ color:var(--white); border-color:rgba(255,255,255,.45); }

@media (min-width:900px){
  body{ padding-bottom:0; }
  html{ scroll-padding-bottom:0; }
  .mobile-dock{ display:none; }
}

/* 404 */
.notfound{ min-height:50vh; }

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    transition:none !important; animation:none !important; scroll-behavior:auto !important;
  }
  .btn:active{ transform:none; }
}

@media print{
  .gas-banner, .mobile-dock, .menu-btn, .site-nav, .skip{ display:none !important; }
  body{ padding:0; background:#fff; }
}

/* ---------- 2026 refresh additions ---------- */

/* Top bar: gas warning on the left, phone and email on the right (desktop) */
.gas-banner .wrap{ justify-content:space-between; }
.gas-msg{ display:flex; align-items:center; gap:10px; margin:0; }
.top-contact{ display:none; margin:0; gap:20px; }
.top-contact a{ display:inline-flex; align-items:center; gap:6px; text-decoration:none; font-weight:600; }
.top-contact a:hover{ text-decoration:underline; }
.top-contact .i{ color:var(--blue-on-dark); }
@media (min-width:900px){
  .gas-banner .wrap{ justify-content:space-between; text-align:left; }
  .top-contact{ display:flex; }
}

/* Hero accepts a photo: set --hero-img on the section; a dark overlay keeps text readable */
.hero{
  background:
    linear-gradient(90deg, rgba(29,33,37,.94) 0%, rgba(29,33,37,.82) 55%, rgba(29,33,37,.55) 100%),
    var(--hero-img, radial-gradient(120% 90% at 85% 0%, #2B3137 0%, var(--graphite) 55%));
  background-size:cover; background-position:center;
}

/* Bigger service icons, as on the reference sites */
.card .icon-tile{ width:56px; height:56px; }
.card .icon-tile .i{ width:28px; height:28px; }

/* Colour blocks: new boiler (blue) and non-emergency booking (graphite) */
.blocks{ padding:var(--s-6) 0; background:var(--paper); }
.block-grid{ display:grid; gap:var(--s-3); grid-template-columns:1fr; }
@media (min-width:900px){ .block-grid{ grid-template-columns:1fr 1fr; gap:var(--s-4); } }
.block{
  border-radius:var(--radius); padding:var(--s-5) var(--s-4);
  display:flex; flex-direction:column; align-items:flex-start; gap:var(--s-2);
  --text:var(--white); --muted:#E4ECF5; --link:var(--white); --accent-text:#FFFFFF; --focus:#FFFFFF;
  color:var(--white);
}
@media (min-width:768px){ .block{ padding:var(--s-6) var(--s-5); } }
.block h2{ margin-bottom:var(--s-2); }
.block .eyebrow{ margin-bottom:0; opacity:.9; }
.block .ticks{ margin-bottom:var(--s-3); }
.block .ticks .i{ color:#FFFFFF; }
.block-blue{ background:var(--blue); }
.block-dark{ background:var(--graphite); --accent-text:var(--blue-on-dark); }
.block-dark .ticks .i{ color:var(--blue-on-dark); }
.block .btn-white:hover{ background:#EAF3FC; }

/* Home FAQ */
.faq-wrap .faq{ max-width:none; }
@media (min-width:900px){
  .faq-wrap{ display:grid; grid-template-columns:1fr 1.6fr; gap:var(--s-6); align-items:start; }
}

/* Annual service band (home page) */
.service-band{ background:var(--blue-tint); }
.service-band .steps{ background:var(--white); border:1px solid #CFE0F3; border-radius:var(--radius); padding:var(--s-4); box-shadow:var(--shadow); }

/* Reminder opt-in on the booking form */
.check-field{ display:grid; grid-template-columns:28px 1fr; gap:10px; align-items:start; padding:14px 16px; background:var(--blue-tint); border-radius:var(--radius-sm); }
.check-field input[type="checkbox"]{ width:22px; height:22px; min-height:0; margin:2px 0 0; padding:0; accent-color:var(--blue); cursor:pointer; }
.check-field label{ font-weight:600; cursor:pointer; }
.check-field .hint{ margin-top:2px; }

/* Four-column service grid (8 services) */
@media (min-width:900px){ .cards-4{ grid-template-columns:repeat(3, 1fr); } }
@media (min-width:1180px){ .cards-4{ grid-template-columns:repeat(4, 1fr); } }

/* Footer accreditations row */
.site-footer .accred{ list-style:none; margin:0 0 var(--s-3); padding:0; display:flex; flex-wrap:wrap; gap:10px; }
.accred li{ display:grid; gap:2px; padding:10px 14px; border:1px solid rgba(255,255,255,0.18); border-radius:var(--radius-sm); min-width:170px; }
.accred strong{ color:var(--white); font-family:var(--font-head); font-weight:600; font-size:0.95rem; }
.accred span{ font-size:0.88rem; }
.footer-base .company{ color:#D5DBE1; }
