/* KRD Plumbing & Heating — Cardiff */
:root {
  --navy: #0e2746;
  --navy-2: #0a1d36;
  --navy-ink: #08152a;
  --orange: #ee6c2a;
  --orange-deep: #d35a1d;
  --sky: #46a6e0;
  --sky-deep: #2f86c4;
  --sky-soft: #eaf4fb;
  --cream: #faf6ef;
  --paper: #fdfbf7;
  --ink: #15171a;
  --muted: #5f6470;
  --rule: #e6e1d6;
  --rule-dark: rgba(255,255,255,.14);
  --maxw: 1240px;
  --pad: clamp(1.1rem, 3vw, 2.25rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Archivo', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--orange-deep); }
h1, h2, h3 { font-family: 'Archivo', sans-serif; font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; color: var(--navy-ink); margin: 0 0 .6em; }
h1 { font-size: clamp(2.4rem, 6.2vw, 5.3rem); letter-spacing: -0.035em; line-height: .98; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.8rem); letter-spacing: -0.025em; }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.3rem); letter-spacing: -0.015em; }
p { margin: 0 0 1em; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.skip {
  position: absolute; left: -9999px; top: 0; padding: 12px 18px;
  background: var(--orange); color: #fff; font-weight: 700; z-index: 999;
}
.skip:focus { left: 8px; top: 8px; }

/* ---- Header ---- */
.site-head { background: var(--paper); border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 50; }
.head-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--navy-ink); }
.brand img { width: 44px; height: 44px; border-radius: 6px; object-fit: cover; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: var(--navy); color: #fff; font-weight: 900; letter-spacing: .02em; border-radius: 6px; font-size: 14px; }
.brand-text { font-weight: 600; font-size: .95rem; letter-spacing: -0.01em; }
.brand-text strong { color: var(--orange); font-weight: 900; }
nav ul { list-style: none; display: flex; gap: 1.4rem; margin: 0; padding: 0; }
nav a { color: var(--navy-ink); text-decoration: none; font-weight: 500; font-size: .95rem; padding: .5rem 0; border-bottom: 2px solid transparent; }
nav a:hover, nav a[aria-current="page"] { color: var(--navy); border-bottom-color: var(--orange); }
.nav-toggle { display: none; background: var(--navy); color: #fff; border: 0; padding: .6rem 1rem; font-family: inherit; font-weight: 700; border-radius: 4px; cursor: pointer; }
.head-call { display: inline-flex; flex-direction: column; align-items: flex-end; text-decoration: none; color: var(--navy-ink); line-height: 1.1; padding: .5rem .9rem; border: 1.5px solid var(--navy); border-radius: 4px; transition: all .2s; }
.head-call:hover { background: var(--orange); color: #fff; border-color: var(--orange); }
.head-call span { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); font-weight: 600; }
.head-call:hover span { color: rgba(255,255,255,.85); }
.head-call strong { font-size: 1.05rem; font-weight: 800; }

/* ---- Buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; padding: .95rem 1.5rem; font-family: inherit; font-weight: 700; font-size: 1rem; border-radius: 4px; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .2s, color .2s, border-color .2s; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--orange); color: #fff; border-color: var(--orange); }
.btn-primary:hover { background: var(--orange-deep); border-color: var(--orange-deep); color: #fff; }
.btn-ghost { background: transparent; color: var(--navy-ink); border-color: var(--navy-ink); }
.btn-ghost:hover { background: var(--navy-ink); color: #fff; }
.btn-ghost.light { color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost.light:hover { background: #fff; color: var(--navy-ink); }
.btn.big { font-size: 1.15rem; padding: 1.1rem 1.8rem; letter-spacing: -0.01em; }
.btn:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.inline-link { font-weight: 700; color: var(--navy); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; text-decoration-color: var(--orange); }
.inline-link:hover { color: var(--orange-deep); }

/* ---- Hero (home) ---- */
.hero { padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 5vw, 4rem); border-bottom: 1px solid var(--rule); background:
   radial-gradient(60% 80% at 85% 0%, rgba(238,108,42,.08), transparent 60%),
   radial-gradient(40% 60% at 5% 80%, rgba(14,39,70,.06), transparent 60%),
   var(--paper);
}
.hero-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: end; }
.hero-kicker { color: var(--muted); font-weight: 600; font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.3rem; }
.hero-copy h1 { margin-bottom: 1.1rem; }
.accent { color: var(--orange); }
.lede { font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: #2a2e35; max-width: 38ch; line-height: 1.5; }
.hero-ctas { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.8rem 0 1.5rem; }
.hero-badges { margin: 0 0 2rem; }
.hero-facts { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; border-top: 1px solid var(--rule); padding-top: 1.5rem; }
.hero-facts li { display: grid; grid-template-columns: 38px 1fr; gap: .9rem; align-items: baseline; font-weight: 500; }
.hero-facts span { font-family: 'Archivo', sans-serif; font-weight: 800; color: var(--orange); font-size: .9rem; letter-spacing: .05em; }
.hero-card { background: var(--navy); color: #fff; padding: 1.8rem 1.6rem; border-radius: 6px; align-self: end; }
.hero-card-top { padding-bottom: 1.2rem; margin-bottom: 1.2rem; border-bottom: 1px solid var(--rule-dark); }
.hero-card-top .label { font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.6); margin-bottom: .3rem; }
.hero-card-top .big { font-size: 1.6rem; font-weight: 800; margin: 0; letter-spacing: -0.02em; }
.hero-card-top .big::before { content: ""; display: inline-block; width: 10px; height: 10px; background: #4ade80; border-radius: 50%; margin-right: .55rem; vertical-align: middle; }
.hero-card dl { margin: 0; display: grid; gap: .5rem; }
.hero-card dl div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: .35rem 0; border-bottom: 1px dashed var(--rule-dark); }
.hero-card dt { color: rgba(255,255,255,.7); font-size: .92rem; }
.hero-card dd { margin: 0; font-weight: 700; font-size: .92rem; }
.hero-card-link { display: inline-block; margin-top: 1.3rem; color: var(--orange); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--orange); padding-bottom: 2px; font-size: .9rem; }
.hero-card-link:hover { color: #fff; border-color: #fff; }

/* ---- Strip ---- */
.strip { background: var(--navy); color: #fff; padding: 1.1rem 0; border-top: 4px solid var(--orange); }
.strip-row { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: center; font-size: .88rem; font-weight: 500; letter-spacing: .04em; }
.strip-row p { margin: 0; color: rgba(255,255,255,.85); }

/* ---- Generic section bits ---- */
.section-num { font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); font-weight: 700; margin-bottom: 1rem; font-family: 'Archivo', sans-serif; }
.section-num.light { color: rgba(255,255,255,.7); }
.section-sub { color: var(--muted); max-width: 50ch; }

/* ---- Work / what I do (home) ---- */
.work { padding: clamp(3rem, 7vw, 6rem) 0; border-bottom: 1px solid var(--rule); }
.work-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3rem); }
.work-head { max-width: 55ch; }
.work-list { counter-reset: w; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); column-gap: clamp(1.5rem, 3vw, 3rem); row-gap: 0; border-top: 2px solid var(--navy-ink); }
.work-list li { padding: 1.7rem 0; border-bottom: 1px solid var(--rule); position: relative; counter-increment: w; }
.work-list li::before {
  content: "0" counter(w);
  position: absolute; top: 1.85rem; right: 0;
  font-family: 'Archivo', sans-serif; font-weight: 800; color: var(--orange);
  font-size: .82rem; letter-spacing: .05em;
}
.work-ico { width: 30px; height: 30px; color: var(--sky-deep); margin-bottom: .9rem; }
.work-list h3 { margin-bottom: .5rem; font-size: 1.12rem; padding-right: 1.8rem; }
.work-list p { color: var(--muted); margin: 0; font-size: .95rem; }
.work-cta { font-weight: 700; color: var(--navy); justify-self: start; text-decoration: none; border-bottom: 2px solid var(--orange); padding-bottom: 4px; }
.work-cta:hover { color: var(--orange-deep); }

/* ---- Promise (dark) ---- */
.promise { background: var(--navy); color: #fff; padding: clamp(3rem, 7vw, 5.5rem) 0; }
.promise h2 { color: #fff; max-width: 16ch; }
.promise-grid { display: grid; gap: 2rem; }
.promise-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); margin-top: 1.5rem; }
.big-quote { font-family: 'Archivo', sans-serif; font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 500; line-height: 1.25; letter-spacing: -0.02em; color: #fff; margin-bottom: 1rem; border-left: 3px solid var(--orange); padding-left: 1.2rem; }
.promise article p { color: rgba(255,255,255,.75); }
.promise-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.1rem; }
.promise-list li { padding-bottom: 1.1rem; border-bottom: 1px solid var(--rule-dark); color: rgba(255,255,255,.8); font-size: .98rem; }
.promise-list li:last-child { border-bottom: 0; }
.promise-list strong { color: #fff; display: block; margin-bottom: .25rem; font-weight: 700; }

/* ---- Who (Keane) ---- */
.who { padding: clamp(3rem, 7vw, 6rem) 0; border-bottom: 1px solid var(--rule); }
.who-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.who-photo img, .who-photo .img-ph { border-radius: 6px; }
.who-copy h2 { max-width: 14ch; }
.who-copy p { color: #353941; max-width: 50ch; }

/* ---- Areas strip (home) ---- */
.areas-strip { background: linear-gradient(180deg, var(--cream), var(--paper)); padding: clamp(3rem, 6vw, 5rem) 0; border-bottom: 1px solid var(--rule); }
.areas-strip h2 { max-width: 18ch; }
.areas-lede { color: var(--muted); margin-bottom: 1.5rem; font-size: 1.05rem; }
.area-cloud { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.area-cloud li { background: #fff; border: 1.5px solid var(--rule); padding: .55rem 1.1rem; border-radius: 999px; font-weight: 600; font-size: .95rem; }
.area-cloud li.area-more { background: var(--navy); border-color: var(--navy); }
.area-cloud li.area-more a { color: #fff; text-decoration: none; }
.area-cloud li.area-more a:hover { color: var(--orange); }

/* ---- CTA Band ---- */
.cta-band { background: var(--navy-ink); color: #fff; padding: clamp(2.5rem, 5vw, 4rem) 0; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; right: -10%; top: -50%; width: 60%; height: 200%; background: radial-gradient(closest-side, rgba(238,108,42,.18), transparent); pointer-events: none; }
.cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: center; position: relative; }
.cta-band h2 { color: #fff; max-width: 22ch; }
.cta-band p { color: rgba(255,255,255,.75); margin: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: flex-end; }

/* ---- Footer ---- */
.site-foot { background: #0a1729; color: rgba(255,255,255,.75); padding-top: clamp(2.5rem, 5vw, 4rem); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.4rem; padding-bottom: 2.5rem; }
.site-foot h3 { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 1rem; font-weight: 700; }
.foot-brand { font-size: 1.3rem; font-weight: 800; color: #fff; margin-bottom: .8rem; }
.foot-brand strong { color: var(--orange); }
.site-foot a { color: #fff; text-decoration: none; border-bottom: 1px dashed rgba(255,255,255,.3); }
.site-foot a:hover { color: var(--orange); border-color: var(--orange); }
.foot-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.foot-base { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; color: rgba(255,255,255,.55); }
.foot-base p { margin: 0; }
.built-by { font-size: .78rem; }
.built-by a { color: rgba(255,255,255,.6); border-bottom: 1px dotted rgba(255,255,255,.25); }
.built-by a:hover { color: var(--orange); }

/* ---- Sticky mobile call ---- */
.mobile-call { display: none; position: fixed; bottom: 14px; left: 14px; right: 14px; background: var(--orange); color: #fff; text-align: center; font-weight: 800; padding: 1rem; border-radius: 6px; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.18); z-index: 80; }
.mobile-call:hover { background: var(--orange-deep); color: #fff; }

/* ---- Page heads ---- */
.page-head { padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.5rem); background: var(--paper); border-bottom: 1px solid var(--rule); }
.page-head-grid { display: grid; gap: .8rem; justify-items: start; }
.crumb { color: var(--muted); font-size: .9rem; margin: 0; }
.crumb a { color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--rule); }
.page-head h1 { margin: .5rem 0 .8rem; max-width: 18ch; }
.page-head .lede { max-width: 56ch; }

/* ---- Services rows ---- */
.svc { padding: clamp(2rem, 5vw, 4rem) 0; }
.svc-row { display: grid; grid-template-columns: 80px 1fr 1.8fr; gap: clamp(1rem, 3vw, 2.5rem); padding: 2rem 0; border-bottom: 1px solid var(--rule); align-items: start; }
.svc-row:last-child { border-bottom: 0; }
.svc-num { display: flex; flex-direction: column; gap: .7rem; align-items: flex-start; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 2.2rem; color: var(--orange); line-height: 1; letter-spacing: -0.02em; }
.svc-title h2 { font-size: clamp(1.3rem, 2vw, 1.7rem); margin: 0; }
.svc-body p { color: #353941; }
.svc-body ul { padding-left: 1.1rem; margin: 0.5rem 0 0; color: #353941; }
.svc-body li { margin-bottom: .35rem; }

/* ---- About ---- */
.about-hero { padding: clamp(2.5rem, 6vw, 5rem) 0; border-bottom: 1px solid var(--rule); background: var(--paper); }
.about-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.about-photo img, .about-photo .img-ph { border-radius: 6px; aspect-ratio: 4/5; object-fit: cover; }
.story { padding: clamp(3rem, 6vw, 5rem) 0; border-bottom: 1px solid var(--rule); }
.story-grid { display: grid; grid-template-columns: 220px 1fr; gap: clamp(2rem, 4vw, 4rem); }
.story-side { position: sticky; top: 100px; align-self: start; }
.story-body { max-width: 60ch; font-size: 1.05rem; line-height: 1.65; color: #2a2e35; }
.story-body p { margin-bottom: 1.3rem; }
.drop-cap::first-letter { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 4.2rem; float: left; line-height: .85; padding: .3rem .65rem .2rem 0; color: var(--orange); }
.values { padding: clamp(3rem, 6vw, 5rem) 0; background: var(--cream); border-bottom: 1px solid var(--rule); }
.values .section-num.light { color: var(--orange); }
.values h2 { max-width: 18ch; margin-bottom: 2rem; }
.values-list { list-style: none; counter-reset: vl; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0; border-top: 1px solid var(--ink); }
.values-list li { padding: 1.8rem 1.6rem 1.8rem 0; border-bottom: 1px solid rgba(0,0,0,.1); position: relative; }
.v-num { font-family: 'Archivo', sans-serif; font-weight: 800; color: var(--orange); font-size: .85rem; letter-spacing: .1em; display: block; margin-bottom: .5rem; }
.values-list h3 { margin-bottom: .4rem; }
.values-list p { color: #353941; margin: 0; font-size: .98rem; }
.facts { background: var(--navy); color: #fff; padding: clamp(2.5rem, 5vw, 4rem) 0; }
.facts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2.4rem 2rem; }
.fact-num { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(3rem, 6vw, 5rem); color: var(--orange); line-height: 1; margin: 0 0 .3rem; letter-spacing: -0.04em; }
.fact p:last-child { color: rgba(255,255,255,.8); margin: 0; font-size: .95rem; }

.steps-band { padding: clamp(3rem, 6vw, 5rem) 0; background: var(--cream); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.steps-band .section-num.light { color: var(--orange); }
.steps-band h2 { max-width: 20ch; margin-bottom: 2rem; }
.steps-band .steps { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem 2rem; }

/* ---- Contact ---- */
.contact { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(2rem, 4vw, 4rem); }
.contact-side { display: grid; gap: 1.6rem; align-content: start; }
.contact-block { padding-bottom: 1.3rem; border-bottom: 1px solid var(--rule); }
.contact-block:last-child { border-bottom: 0; }
.label { font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-weight: 700; margin: 0 0 .35rem; }
.big-link { font-size: clamp(1.3rem, 2.4vw, 1.75rem); font-weight: 800; letter-spacing: -0.02em; color: var(--navy-ink); text-decoration: none; border-bottom: 2px solid var(--orange); padding-bottom: 3px; display: inline-block; }
.big-link.sm { font-size: clamp(1rem, 1.6vw, 1.15rem); font-weight: 700; word-break: break-word; }
.big-link:hover { color: var(--orange); }
.muted { color: var(--muted); font-size: .9rem; margin-top: .4rem; }
.muted.sm { font-size: .82rem; }

.contact-form, .book-form { background: #fff; border: 1px solid var(--rule); padding: clamp(1.5rem, 3vw, 2.5rem); border-radius: 6px; box-shadow: 0 1px 0 rgba(0,0,0,.02); }
.contact-form h2, .book-form legend { margin-bottom: .8rem; }
.book-form fieldset { border: 0; padding: 0; margin: 0 0 2rem; }
.book-form legend { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 1.05rem; color: var(--orange); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 1px solid var(--rule); width: 100%; }
label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 1rem; color: var(--navy-ink); }
label.check { display: flex; gap: .6rem; align-items: flex-start; font-weight: 500; font-size: .95rem; }
label.check input { margin-top: .25rem; }
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], select, textarea {
  display: block; width: 100%; margin-top: .35rem;
  padding: .8rem .9rem; font-family: inherit; font-size: 1rem; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--rule); border-radius: 4px;
  transition: border-color .15s, box-shadow .15s;
}
input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(238,108,42,.18); }
textarea { resize: vertical; min-height: 120px; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.book-form button { margin-top: .5rem; width: 100%; }
.form-status { margin: .9rem 0 0; font-size: .95rem; font-weight: 700; line-height: 1.45; }
.form-status:empty { display: none; }
.form-status.sending { color: var(--muted); }
.form-status.ok { color: #1c7a3c; }
.form-status.err { color: #c0392b; }

/* ---- Booking ---- */
.book { padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem); }
.book-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.book-side h2 { font-size: 1.4rem; margin-bottom: 1rem; }
.steps { list-style: none; padding: 0; margin: 0; counter-reset: st; display: grid; gap: .9rem; }
.steps li { counter-increment: st; padding-left: 2.6rem; position: relative; font-size: .98rem; color: #353941; }
.steps li::before { content: counter(st); position: absolute; left: 0; top: -2px; background: var(--orange); color: #fff; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .85rem; }
.steps strong { display: block; color: var(--navy-ink); }
.book-note { margin-top: 2rem; padding: 1.4rem; background: var(--navy); color: #fff; border-radius: 6px; }
.book-note .label { color: var(--orange); }
.book-note p { color: rgba(255,255,255,.85); font-size: .95rem; }
.book-note .btn { margin-top: .6rem; }

/* ---- Areas page ---- */
.areas-main { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.areas-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(1.5rem, 3vw, 2.5rem); }
.area-col { padding: 1.8rem; border: 1.5px solid var(--rule); border-radius: 6px; background: #fff; }
.area-col.area-primary { background: var(--cream); border-color: var(--orange); }
.col-num { font-family: 'Archivo', sans-serif; font-weight: 800; color: var(--orange); font-size: .9rem; letter-spacing: .1em; margin: 0 0 .6rem; }
.area-col h2 { font-size: 1.4rem; margin-bottom: .7rem; }
.area-col p { color: #353941; font-size: .95rem; }
.area-col ul { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .4rem; }
.area-col li { padding: .5rem 0; border-bottom: 1px dashed var(--rule); font-weight: 500; font-size: .96rem; }
.area-col li:last-child { border-bottom: 0; }
.further { background: var(--navy); color: #fff; padding: clamp(2.5rem, 5vw, 4rem) 0; border-top: 4px solid var(--orange); }
.further-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 2rem; align-items: start; }
.further h2 { color: #fff; max-width: 14ch; }
.further p { color: rgba(255,255,255,.8); }
.further a.inline-link { color: var(--orange); text-decoration-color: #fff; }

/* ---- Placeholder ---- */
.img-ph {
  background: repeating-linear-gradient(45deg, #f5f5f4, #f5f5f4 12px, #e7e5e4 12px, #e7e5e4 24px);
  border: 2px dashed #a8a29e;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 1.5rem; font-size: 0.85rem; color: #57534e;
  font-family: ui-monospace, 'JetBrains Mono', monospace;
  border-radius: 8px; width: 100%;
}

/* ---- Reveal on scroll ---- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---- Focus visible everywhere ---- */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 3px;
}

/* ---- Icons ---- */
.ico { display: inline-block; width: 1.25em; height: 1.25em; vertical-align: -0.2em; flex: none; }
svg.ico { stroke: currentColor; }

/* ---- Gas Safe badge ---- */
.gas-safe { display: inline-flex; align-items: center; text-decoration: none; line-height: 0; }
.gas-safe img { display: block; height: 72px; width: auto; }
.gas-safe:hover img, .gas-safe:focus-visible img { opacity: .85; }

/* ---- Trust row ---- */
.trust { background: var(--navy); color: #fff; padding: 1.15rem 0; border-top: 4px solid var(--orange); }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; align-items: center; }
.trust-row .ti { display: flex; align-items: center; gap: .7rem; font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.9); }
.trust-row .ico { color: var(--sky); width: 1.5em; height: 1.5em; }

/* ---- Gallery (recent work) ---- */
.gallery { padding: clamp(3rem, 7vw, 6rem) 0; border-bottom: 1px solid var(--rule); background: var(--sky-soft); }
.gallery-head { max-width: 60ch; margin-bottom: 2rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery figure { margin: 0; position: relative; border-radius: 8px; overflow: hidden; background: #fff; border: 1px solid var(--rule); aspect-ratio: 4/3; }
.gallery figure.tall { aspect-ratio: 4/5; }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery .img-ph { width: 100%; height: 100%; border-radius: 0; }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem .9rem .7rem; font-size: .8rem; font-weight: 700; color: #fff; background: linear-gradient(transparent, rgba(8,21,42,.82)); letter-spacing: .01em; }
.gallery-note { margin: 1.6rem 0 0; color: var(--muted); font-size: .92rem; }

/* ---- Reviews ---- */
.reviews { padding: clamp(3rem, 7vw, 6rem) 0; border-bottom: 1px solid var(--rule); }
.reviews-head { max-width: 60ch; margin-bottom: 2rem; text-align: left; }
.reviews-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.review { background: #fff; border: 1px solid var(--rule); border-radius: 8px; padding: 1.6rem 1.5rem; display: flex; flex-direction: column; gap: .85rem; box-shadow: 0 1px 0 rgba(0,0,0,.02); }
.review .stars { margin: 0; color: #f5a623; font-size: 1.05rem; letter-spacing: .12em; }
.review blockquote { margin: 0; font-size: 1rem; line-height: 1.55; color: #2a2e35; font-weight: 500; flex: 1; }
.review-by { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 800; color: var(--navy-ink); font-size: .95rem; }
.review-by small { display: block; margin-top: .15rem; font-weight: 500; color: var(--muted); font-size: .82rem; letter-spacing: 0; }
.reviews-note { margin: 1.8rem 0 0; color: var(--muted); font-size: .92rem; }

/* ---- Service icon ---- */
.svc-ico { width: 40px; height: 40px; color: var(--sky-deep); }
.svc-num-row { display: flex; align-items: center; gap: 1rem; }

/* ---- Area icon ---- */
.area-ico { width: 30px; height: 30px; color: var(--orange); margin-bottom: .6rem; }

/* ---- Heading alignment safety (subpages) ---- */
.page-head-grid, .svc-title, .area-col, .values, .further-grid, .story-body, .gallery-head { text-align: left; }

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { order: 2; }
  .who-grid { grid-template-columns: 1fr; }
  .about-hero-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-side { position: static; }
  .contact-grid, .book-grid { grid-template-columns: 1fr; }
  .promise-cols { grid-template-columns: 1fr; }
  .further-grid { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .svc-row { grid-template-columns: 60px 1fr; }
  .svc-title { grid-column: 2; }
  .svc-body { grid-column: 1 / -1; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .work-list { grid-template-columns: repeat(2, 1fr); }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .head-inner { grid-template-columns: 1fr auto; }
  .head-call { display: none; }
  nav { position: static; justify-self: end; }
  .nav-toggle { display: inline-block; }
  nav ul { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; gap: 0; background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); box-shadow: 0 14px 26px rgba(8,21,42,.10); padding: .25rem var(--pad); z-index: 60; }
  nav[data-open="true"] ul { display: flex; }
  nav ul li { padding: .9rem .2rem; border-bottom: 1px solid var(--rule); }
  nav ul li:last-child { border-bottom: 0; }
  .mobile-call { display: block; }
  body { padding-bottom: 84px; }
  .strip-row { gap: 1rem; font-size: .8rem; }
  .foot-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .two { grid-template-columns: 1fr; }
  .work-list { grid-template-columns: 1fr; border-top: 0; }
  .work-list li::before { top: 1.85rem; }
  .trust-row { grid-template-columns: 1fr; gap: .85rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
}

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0s !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
