/* ==========================================================================
   Ben Sheppard Electrics — electricianbedminster.co.uk
   ========================================================================== */

:root{
  --red:#e41a26;
  --red-dark:#b8121c;
  --red-soft:#fdecec;
  --ink:#14151a;
  --ink-2:#22242c;
  --body:#474b57;
  --muted:#6b7183;
  --line:#e3e6ed;
  --soft:#f5f6f9;
  --white:#fff;
  --radius:14px;
  --radius-sm:10px;
  --shadow:0 1px 2px rgba(20,21,26,.05),0 8px 24px rgba(20,21,26,.07);
  --shadow-lg:0 2px 4px rgba(20,21,26,.06),0 18px 46px rgba(20,21,26,.12);
  --wrap:1160px;
  --header-h:76px;
  --font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 16px)}
body{
  margin:0;
  font-family:var(--font);
  font-size:17px;
  line-height:1.65;
  color:var(--body);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--red);text-decoration:none}
a:hover{text-decoration:underline}
[hidden]{display:none !important}
blockquote{margin:0}
figure{margin:0}
ul{margin:0;padding:0}

h1,h2,h3,h4{
  color:var(--ink);
  font-weight:800;
  line-height:1.15;
  letter-spacing:-.02em;
  margin:0 0 .5em;
}
h1{font-size:clamp(2rem,5.2vw,3.15rem)}
h2{font-size:clamp(1.65rem,3.9vw,2.4rem)}
h3{font-size:1.18rem;letter-spacing:-.01em}
h4{font-size:1.02rem;letter-spacing:0}
p{margin:0 0 1.1em}
p:last-child{margin-bottom:0}

.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 20px}
.section{padding:76px 0}
.section--soft{background:var(--soft)}
.section--dark{background:var(--ink);color:#c7cbd6}
.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:#fff}
.section--tight{padding:52px 0}

.eyebrow{
  display:inline-block;
  font-size:.775rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--red);
  margin:0 0 .85rem;
}
.section--dark .eyebrow{color:#ff6b73}
.section-head{max-width:720px;margin:0 0 42px}
.section-head--center{margin-left:auto;margin-right:auto;text-align:center}
.section-head p{font-size:1.06rem;color:var(--muted);margin-bottom:0}
.section--dark .section-head p{color:#a9aec0}
.lead{font-size:1.1rem;color:var(--muted)}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  padding:.92rem 1.5rem;
  border-radius:999px;
  border:2px solid transparent;
  font-size:.97rem;
  font-weight:700;
  font-family:inherit;
  line-height:1.2;
  letter-spacing:.005em;
  text-align:center;
  cursor:pointer;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn svg{width:18px;height:18px;flex:0 0 18px;fill:currentColor}
.btn--primary{background:var(--red);border-color:var(--red);color:#fff}
.btn--primary:hover{background:var(--red-dark);border-color:var(--red-dark);color:#fff}
.btn--dark{background:var(--ink);border-color:var(--ink);color:#fff}
.btn--dark:hover{background:#000;border-color:#000;color:#fff}
.btn--ghost{background:transparent;border-color:var(--line);color:var(--ink)}
.btn--ghost:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.btn--light{background:#fff;border-color:#fff;color:var(--ink)}
.btn--light:hover{background:#f0f1f5;border-color:#f0f1f5;color:var(--ink)}
.btn--outline-light{background:transparent;border-color:rgba(255,255,255,.4);color:#fff}
.btn--outline-light:hover{background:#fff;border-color:#fff;color:var(--ink)}
.btn--sm{padding:.68rem 1.15rem;font-size:.9rem}
.btn--block{width:100%}
.btn-row{display:flex;flex-wrap:wrap;gap:.75rem}
.btn-row--center{justify-content:center}

/* ---------- Header ---------- */
.header{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.header__inner{
  display:flex;
  align-items:center;
  gap:1rem;
  min-height:var(--header-h);
  padding-top:10px;
  padding-bottom:10px;
}
.brand{display:flex;align-items:center;gap:.65rem;flex:0 1 auto;min-width:0}
.brand:hover{text-decoration:none}
.brand__mark{width:40px;height:auto;flex:0 0 40px}
.brand__text{display:flex;flex-direction:column;min-width:0}
.brand__name{
  font-size:1.02rem;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--ink);
  line-height:1.1;
  white-space:nowrap;
}
.brand__name em{font-style:normal;color:var(--red)}
.brand__tag{
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:var(--muted);
  line-height:1.4;
  white-space:nowrap;
}

.nav{margin-left:auto;display:flex;align-items:center;gap:.35rem}
.nav__link{
  display:block;
  padding:.5rem .72rem;
  border-radius:8px;
  font-size:.94rem;
  font-weight:600;
  color:var(--ink-2);
  white-space:nowrap;
}
.nav__link:hover{color:var(--red);background:var(--soft);text-decoration:none}
.nav__link[aria-current="page"]{color:var(--red)}
.nav > .btn{display:none}

.header__cta{display:flex;align-items:center;gap:.6rem;flex:0 0 auto}
.header__tel{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  font-size:.94rem;
  font-weight:700;
  color:var(--ink);
  white-space:nowrap;
}
.header__tel:hover{color:var(--red);text-decoration:none}
.header__tel svg{width:17px;height:17px;fill:var(--red);flex:0 0 17px}

.burger{
  display:none;
  width:44px;
  height:44px;
  padding:0;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:1px solid var(--line);
  border-radius:10px;
  color:var(--ink);
  cursor:pointer;
}
.burger svg{width:22px;height:22px;fill:currentColor;display:block}
.burger .burger__close{display:none}
.burger[aria-expanded="true"] .burger__open{display:none}
.burger[aria-expanded="true"] .burger__close{display:block}

/* ---------- Hero ---------- */
.hero{position:relative;background:var(--ink);isolation:isolate}
.hero__media{position:absolute;inset:0;z-index:-2;overflow:hidden}
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 62%}
.hero__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,rgba(11,12,16,.94) 0%,rgba(11,12,16,.86) 38%,rgba(11,12,16,.58) 68%,rgba(11,12,16,.42) 100%);
}
.hero__inner{position:relative;padding:86px 0 80px;max-width:690px}
.hero h1{color:#fff;margin-bottom:.55em}
.hero h1 .accent{color:#ff4d57}
.hero__sub{font-size:1.14rem;color:#d3d7e2;margin-bottom:1.6rem;max-width:560px}
.hero__points{list-style:none;display:flex;flex-wrap:wrap;gap:.55rem 1.4rem;margin:0 0 1.9rem}
.hero__points li{
  display:flex;
  align-items:center;
  gap:.45rem;
  font-size:.95rem;
  font-weight:600;
  color:#eceef4;
}
.hero__points svg{width:17px;height:17px;flex:0 0 17px;fill:#ff4d57}
.hero__note{margin-top:1.5rem;font-size:.88rem;color:#9aa0b2}
.hero__note a{color:#fff;text-decoration:underline}

/* ---------- Trust strip ---------- */
.trust{border-bottom:1px solid var(--line);background:#fff}
.trust__inner{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:1.5rem 2.6rem;
  padding:22px 0;
}
.trust__item{display:flex;align-items:center;gap:.65rem}
.trust__item img{height:46px;width:auto}
.trust__item span{font-size:.86rem;font-weight:600;color:var(--muted);max-width:170px;line-height:1.35}

/* ---------- Generic card grid ---------- */
.grid{display:grid;gap:22px}
.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}

.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;
}
.card:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:#d3d8e4}
.card__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--soft)}
.card__media img{width:100%;height:100%;object-fit:cover}
.card__body{padding:22px;display:flex;flex-direction:column;flex:1 1 auto}
.card__body h3{margin-bottom:.45em}
.card__body p{font-size:.95rem;color:var(--muted);margin-bottom:1.1em}
.card__more{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  font-size:.9rem;
  font-weight:700;
  color:var(--red);
}
.card__more svg{width:14px;height:14px;fill:currentColor;transition:transform .18s ease}
.card:hover .card__more svg{transform:translateX(3px)}

/* icon feature cards */
.feature{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px 24px;
}
.section--soft .feature{background:#fff}
.section--dark .feature{background:var(--ink-2);border-color:#32353f}
.feature__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:12px;
  background:var(--red-soft);
  margin-bottom:1rem;
}
.section--dark .feature__icon{background:rgba(228,26,38,.18)}
.feature__icon svg{width:24px;height:24px;fill:var(--red);display:block}
.section--dark .feature__icon svg{fill:#ff6b73}
.feature h3{margin-bottom:.4em}
.feature p{font-size:.95rem;color:var(--muted);margin-bottom:0}
.section--dark .feature p{color:#a9aec0}

/* ---------- Split (text + image) ---------- */
.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px;align-items:center}
.split__media img{border-radius:var(--radius);width:100%}
.split--reverse .split__media{order:2}

/* ---------- Ticks ---------- */
.ticks{list-style:none;display:grid;gap:.6rem}
.ticks--2{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem 1.6rem}
.ticks li{display:flex;align-items:flex-start;gap:.6rem;font-size:.97rem}
.ticks svg{width:19px;height:19px;flex:0 0 19px;fill:var(--red);margin-top:.22rem}
.section--dark .ticks li{color:#c7cbd6}

/* ---------- Steps ---------- */
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.step{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 24px 26px}
.step__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-weight:800;
  font-size:1.05rem;
  margin-bottom:1rem;
}
.step h3{margin-bottom:.4em}
.step p{font-size:.95rem;color:var(--muted);margin-bottom:0}

/* ---------- Gallery ---------- */
.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.gallery figure{border-radius:var(--radius-sm);overflow:hidden;background:var(--soft);aspect-ratio:4/3}
.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.gallery figure:hover img{transform:scale(1.05)}

/* ---------- Testimonials ---------- */
.quotes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.quote{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px 26px;
  display:flex;
  flex-direction:column;
}
.quote__mark{width:30px;height:30px;fill:var(--red);opacity:.22;margin-bottom:.8rem}
.quote p{font-size:.98rem;color:var(--ink-2);margin-bottom:1.2em}
.quote cite{margin-top:auto;font-style:normal;font-weight:700;font-size:.92rem;color:var(--ink)}
.quote cite span{display:block;font-weight:500;font-size:.85rem;color:var(--muted)}

/* ---------- Stats ---------- */
.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;text-align:center}
.stat{padding:22px 14px;border:1px solid #32353f;border-radius:var(--radius);background:var(--ink-2)}
.stat b{display:block;font-size:2rem;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.1}
.stat span{display:block;font-size:.87rem;color:#a9aec0;margin-top:.3rem}

/* ---------- FAQ ---------- */
.faq{max-width:840px;margin:0 auto}
.faq__item{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;margin-bottom:12px;overflow:hidden}
.faq__item[open]{border-color:#cfd5e2;box-shadow:var(--shadow)}
.faq__q{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  padding:18px 20px;
  font-size:1.02rem;
  font-weight:700;
  color:var(--ink);
  cursor:pointer;
  list-style:none;
}
.faq__q::-webkit-details-marker{display:none}
.faq__q::after{
  content:"";
  flex:0 0 12px;
  width:12px;
  height:12px;
  margin-top:.45rem;
  border-right:2.5px solid var(--red);
  border-bottom:2.5px solid var(--red);
  transform:rotate(45deg);
  transition:transform .2s ease;
}
.faq__item[open] .faq__q::after{transform:rotate(-135deg);margin-top:.7rem}
.faq__a{padding:0 20px 20px;font-size:.98rem;color:var(--muted)}
.faq__a p:last-child{margin-bottom:0}

/* ---------- Areas ---------- */
.areas{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 18px}
.areas li{
  display:flex;
  align-items:center;
  gap:.5rem;
  padding:.55rem .85rem;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  font-size:.93rem;
  font-weight:600;
  color:var(--ink-2);
}
.areas svg{width:15px;height:15px;flex:0 0 15px;fill:var(--red)}

/* ---------- Map ---------- */
.map{
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--soft);
  height:420px;
}
.map iframe{width:100%;height:100%;border:0;display:block}
.map--short{height:320px}

/* ---------- Contact ---------- */
.contact-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:44px;align-items:start}

.form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
  box-shadow:var(--shadow);
}
.form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.field{margin-bottom:18px}
.field label{
  display:block;
  font-size:.86rem;
  font-weight:700;
  color:var(--ink);
  margin-bottom:.4rem;
}
.field label .req{color:var(--red)}
.field input,.field select,.field textarea{
  width:100%;
  padding:.78rem .9rem;
  font-family:inherit;
  font-size:1rem;
  color:var(--ink);
  background:#fff;
  border:1.5px solid var(--line);
  border-radius:var(--radius-sm);
  transition:border-color .16s ease,box-shadow .16s ease;
  -webkit-appearance:none;
  appearance:none;
}
.field select{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%236b7183' d='M8 11.2 2.8 6l1.1-1.1L8 9l4.1-4.1L13.2 6z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right .85rem center;
  background-size:15px;
  padding-right:2.4rem;
}
.field textarea{min-height:140px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;
  border-color:var(--red);
  box-shadow:0 0 0 3px rgba(228,26,38,.12);
}
.field input[aria-invalid="true"],.field textarea[aria-invalid="true"],.field select[aria-invalid="true"]{border-color:var(--red)}
.field__error{display:block;margin-top:.35rem;font-size:.82rem;font-weight:600;color:var(--red)}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form__note{margin-top:1rem;font-size:.83rem;color:var(--muted)}
.form__alert{
  padding:.9rem 1.1rem;
  border-radius:var(--radius-sm);
  background:var(--red-soft);
  border:1px solid #f6c6c9;
  color:#96121b;
  font-size:.92rem;
  font-weight:600;
  margin-bottom:20px;
}

.info-card{
  background:var(--ink);
  color:#c7cbd6;
  border-radius:var(--radius);
  padding:30px;
}
.info-card h2,.info-card h3{color:#fff}
.info-list{list-style:none;display:grid;gap:18px;margin:0 0 24px}
.info-list li{display:flex;gap:.9rem;align-items:flex-start}
.info-list svg{width:20px;height:20px;flex:0 0 20px;fill:#ff4d57;margin-top:.25rem}
.info-list b{display:block;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;margin-bottom:.15rem}
.info-list a{color:#fff;font-weight:600;word-break:break-word}
.info-list span{color:#a9aec0}

/* ---------- CTA band ---------- */
.cta-band{background:var(--red);color:#fff;padding:58px 0}
.cta-band h2{color:#fff;margin-bottom:.4em}
.cta-band p{color:#ffe0e2;max-width:620px;margin-bottom:1.6rem}
.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:36px;flex-wrap:wrap}
.cta-band__text{flex:1 1 420px}
.cta-band .btn-row{flex:0 0 auto}
.cta-band .btn--light:hover{background:#f4f4f6}

/* ---------- Breadcrumbs ---------- */
.crumbs{background:var(--soft);border-bottom:1px solid var(--line);padding:12px 0}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.85rem;color:var(--muted)}
.crumbs li{display:flex;align-items:center;gap:.4rem}
.crumbs li+li::before{content:"/";color:#b7bdcb}
.crumbs a{color:var(--muted);font-weight:500}
.crumbs a:hover{color:var(--red)}
.crumbs [aria-current="page"]{color:var(--ink);font-weight:600}

/* ---------- Page head ---------- */
.page-head{background:var(--soft);padding:52px 0 56px;border-bottom:1px solid var(--line)}
.page-head .wrap{max-width:820px}
.page-head p{font-size:1.08rem;color:var(--muted);margin-bottom:0}

/* ---------- Service detail blocks ---------- */
.svc{
  padding-top:56px;
  padding-bottom:56px;
  border-bottom:1px solid var(--line);
}
.svc:last-of-type{border-bottom:0}
.svc__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:52px;align-items:center}
.svc:nth-of-type(even) .svc__media{order:2}
.svc__media img{border-radius:var(--radius);width:100%}
.svc h2{font-size:clamp(1.45rem,3vw,1.95rem)}

/* ---------- Footer ---------- */
.footer{background:var(--ink);color:#9aa0b2;padding:60px 0 0;font-size:.94rem}
.footer a{color:#c7cbd6}
.footer a:hover{color:#fff}
.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.25fr;gap:38px;padding-bottom:44px}
.footer h4{color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.1rem}
.footer ul{list-style:none;display:grid;gap:.55rem}
.footer__brand{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}
.footer__brand img{width:42px;height:auto}
.footer__brand strong{display:block;color:#fff;font-size:1.05rem;letter-spacing:-.02em}
.footer__brand span{display:block;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:#7c8296}
.footer__badges{display:flex;align-items:center;gap:14px;margin-top:1.2rem;flex-wrap:wrap}
.footer__badges img{height:38px;width:auto;background:#fff;border-radius:6px;padding:4px}
.footer__bottom{
  border-top:1px solid #2c2f39;
  padding:20px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  flex-wrap:wrap;
  font-size:.85rem;
}
.footer__bottom p{margin:0}

/* ---------- Floating call button (mobile) ---------- */
.fab{
  display:none;
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:900;
  box-shadow:0 8px 28px rgba(228,26,38,.36);
}

/* ---------- Utilities ---------- */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip{
  position:absolute;left:-9999px;top:0;z-index:2000;
  background:var(--red);color:#fff;padding:.7rem 1.1rem;border-radius:0 0 8px 0;font-weight:700;
}
.skip:focus{left:0}
.text-center{text-align:center}
.mt-3{margin-top:1.6rem}
.mt-4{margin-top:2.4rem}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width:1040px){
  .footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}
  .header__tel span{display:none}
}

@media (max-width:960px){
  .nav{
    position:fixed;
    top:var(--header-h);
    left:0;
    right:0;
    bottom:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    margin-left:0;
    padding:16px 20px 28px;
    background:#fff;
    border-top:1px solid var(--line);
    overflow-y:auto;
    transform:translateX(100%);
    visibility:hidden;
    transition:transform .25s ease,visibility .25s ease;
  }
  .nav.is-open{transform:translateX(0);visibility:visible}
  .nav__link{padding:.95rem .25rem;font-size:1.05rem;border-bottom:1px solid var(--line);border-radius:0}
  .nav__link:hover{background:transparent}
  .nav > .btn{display:inline-flex;margin-top:20px;width:100%}
  .burger{display:inline-flex;order:3}
  .header__cta{margin-left:auto;order:2}
  .header__cta .btn{display:none}
  .split,.svc__grid{grid-template-columns:minmax(0,1fr);gap:32px}
  .split--reverse .split__media,.svc:nth-of-type(even) .svc__media{order:0}
  .grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-grid{grid-template-columns:minmax(0,1fr);gap:32px}
  .areas{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gallery{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:760px){
  body{font-size:16.5px}
  .section{padding:56px 0}
  .section--tight{padding:42px 0}
  .grid--3,.grid--2,.quotes,.steps{grid-template-columns:minmax(0,1fr)}
  .areas{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer__grid{grid-template-columns:minmax(0,1fr);gap:30px}
  .footer{padding-top:48px}
  .footer__bottom{flex-direction:column;align-items:flex-start;text-align:left}
  .form__row{grid-template-columns:minmax(0,1fr);gap:0}
  .ticks--2{grid-template-columns:minmax(0,1fr)}
  .cta-band__inner{gap:24px}
  .cta-band .btn-row{width:100%}
  .cta-band .btn{flex:1 1 200px}

  /* Mobile hero: photo band above the copy */
  .hero{background:var(--ink)}
  .hero__media{position:relative;height:230px;z-index:0}
  .hero__media::after{
    background:linear-gradient(180deg,rgba(11,12,16,.18) 0%,rgba(11,12,16,.34) 55%,rgba(11,12,16,.96) 100%);
  }
  .hero__inner{padding:26px 0 52px;max-width:none}
  .hero__sub{font-size:1.03rem}
  .hero__points{gap:.5rem 1.1rem}

  .fab{display:flex}
  body{padding-bottom:78px}
  .footer__bottom{padding-bottom:16px}

  .form{padding:24px 20px}
  .info-card{padding:24px 20px}
  .map{height:320px}
  .page-head{padding:38px 0 42px}
}

@media (max-width:420px){
  .brand__mark{width:34px;flex:0 0 34px}
  .brand__name{font-size:.92rem}
  .brand__tag{font-size:.56rem}
  .trust__inner{gap:1.1rem 1.6rem}
  .trust__item span{display:none}
  .gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .areas{grid-template-columns:minmax(0,1fr)}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}
