/* ==========================================================================
   DMac Builds — Wigan bricklayer, landscaper & groundworks
   Brand: burnt orange + navy. Industrial, confident, local.
   ========================================================================== */

:root {
  /* Brand */
  --orange: #e4611c;
  --orange-600: #d0530f;
  --orange-700: #b8480c;
  --orange-tint: #fbe9dd;

  --navy: #14213a;
  --navy-800: #1b2c4b;
  --navy-700: #24365a;

  --ink: #17202f;
  --body: #3f4756;
  --muted: #6b7382;

  --paper: #f6f4f1;
  --paper-2: #efece7;
  --white: #ffffff;
  --line: #e4dfd8;
  --line-strong: #d3ccc1;

  /* Type */
  --display: "Barlow Condensed", "Arial Narrow", system-ui, sans-serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --shadow-sm: 0 1px 2px rgba(20, 33, 58, .06), 0 2px 6px rgba(20, 33, 58, .06);
  --shadow-md: 0 10px 24px rgba(20, 33, 58, .10);
  --shadow-lg: 0 24px 60px rgba(20, 33, 58, .18);

  --wrap: 1200px;
  --radius: 4px;
  --radius-lg: 8px;

  --header-h: 76px;
}

/* Reset ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--body);
  background: var(--paper);
  line-height: 1.62;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--orange-700); text-decoration: none; }
a:hover { color: var(--orange); }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; }

/* Typography ------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--ink);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: .2px;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.75rem); letter-spacing: .5px; }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
h3 { font-size: clamp(1.35rem, 2.3vw, 1.8rem); }
h4 { font-size: 1.15rem; letter-spacing: .4px; }
p { margin: 0 0 1rem; }
strong { color: var(--ink); font-weight: 600; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--orange-700);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 3px;
  background: var(--orange);
  transform: skewX(-24deg);
  display: inline-block;
}
.lead { font-size: 1.18rem; color: var(--body); }

/* Layout ----------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--tight { padding: clamp(40px, 5vw, 64px) 0; }
.section--paper2 { background: var(--paper-2); }
.section--navy { background: var(--navy); color: #cdd6e6; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }

.grid { display: grid; gap: 26px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* Buttons ---------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--sans); font-weight: 700; font-size: 1rem;
  letter-spacing: .01em; line-height: 1;
  padding: 15px 26px; border-radius: var(--radius);
  border: 2px solid transparent; transition: .18s ease; text-align: center;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--orange); color: #fff; border-color: var(--orange); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--orange-700); border-color: var(--orange-700); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-800); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--navy); color: var(--navy); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline-light:hover { background: #fff; color: var(--navy); }
.btn-lg { padding: 17px 32px; font-size: 1.06rem; }
.btn-block { width: 100%; }

/* Header ----------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(246,244,241,.92);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .bar { display: flex; align-items: center; gap: 20px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand__badge {
  width: 46px; height: 46px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--navy); background: #fff; flex: none;
}
.brand__name { font-family: var(--display); text-transform: uppercase; line-height: .92; }
.brand__name b { display: block; font-size: 1.5rem; font-weight: 800; letter-spacing: .5px; color: var(--navy); }
.brand__name b i { color: var(--orange); font-style: normal; }
.brand__name span { font-size: .64rem; letter-spacing: .24em; font-weight: 700; color: var(--muted); font-family: var(--sans); text-transform: uppercase; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  color: var(--ink); font-weight: 600; font-size: .96rem;
  padding: 10px 14px; border-radius: var(--radius); position: relative;
}
.nav a:hover { color: var(--orange-700); background: rgba(228,97,28,.07); }
.nav a.active { color: var(--orange-700); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-actions { display: flex; align-items: center; gap: 10px; }

.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #fff; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 22px; height: 2.4px; background: var(--navy); border-radius: 2px; transition: .2s;
}
.nav-toggle span::before { transform: translateY(-7px); }
.nav-toggle span::after { transform: translateY(4.6px); }

/* Hero ------------------------------------------------------------------- */
.hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(15,23,40,.94) 0%, rgba(15,23,40,.82) 42%, rgba(15,23,40,.42) 78%, rgba(15,23,40,.25) 100%);
}
.hero__inner { position: relative; z-index: 2; padding: clamp(60px, 10vw, 128px) 0 clamp(56px, 8vw, 108px); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 40px; align-items: center; }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero__eyebrow { color: #ffd9c2; }
.hero__eyebrow::before { background: var(--orange); }
.hero__sub { font-size: 1.22rem; color: #d7deec; max-width: 46ch; margin: 20px 0 30px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.hero__trust li { display: flex; align-items: center; gap: 9px; font-size: .95rem; color: #e6ebf4; font-weight: 500; }
.hero__trust svg { width: 20px; height: 20px; color: var(--orange); flex: none; }

.hero__card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg); padding: 26px;
  backdrop-filter: blur(4px);
}
.hero__card h3 { color: #fff; font-size: 1.35rem; margin-bottom: 4px; }
.hero__card p { color: #c3ccdb; font-size: .96rem; }
.hero__card .quote-list { margin: 16px 0 20px; }
.hero__card .quote-list li { display: flex; gap: 10px; align-items: flex-start; color: #e6ebf4; font-size: .96rem; padding: 7px 0; border-bottom: 1px dashed rgba(255,255,255,.14); }
.hero__card .quote-list li:last-child { border-bottom: 0; }
.hero__card .quote-list svg { width: 18px; height: 18px; color: var(--orange); flex: none; margin-top: 3px; }

/* Trust strip ------------------------------------------------------------ */
.trustbar { background: var(--navy-800); color: #fff; }
.trustbar .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 24px; padding-top: 18px; padding-bottom: 18px; }
.trustbar .item { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: .98rem; color: #eef2f8; }
.trustbar .item svg { width: 22px; height: 22px; color: var(--orange); flex: none; }

/* Service cards ---------------------------------------------------------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column; transition: .2s ease;
  box-shadow: var(--shadow-sm);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-2); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__media img { transform: scale(1.05); }
.card__tag { position: absolute; left: 0; bottom: 0; background: var(--navy); color: #fff; font-family: var(--sans); font-weight: 700; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; padding: 7px 13px; }
.card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { color: var(--navy); margin-bottom: 8px; }
.card__body p { font-size: .97rem; margin-bottom: 16px; }
.card__link { margin-top: auto; font-family: var(--sans); font-weight: 700; font-size: .93rem; color: var(--orange-700); display: inline-flex; align-items: center; gap: 7px; text-transform: none; letter-spacing: 0; }
.card__link svg { width: 16px; height: 16px; transition: transform .2s; }
.card:hover .card__link svg { transform: translateX(4px); }

/* Split feature ---------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.split__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3.2; }
.split__media .badge-note {
  position: absolute; left: 18px; bottom: 18px; background: var(--orange); color: #fff;
  font-family: var(--display); text-transform: uppercase; font-weight: 700; font-size: 1.05rem;
  padding: 9px 16px; border-radius: var(--radius); letter-spacing: .4px; box-shadow: var(--shadow-md);
}
.ticks { margin: 20px 0 26px; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid var(--line); }
.ticks li:last-child { border-bottom: 0; }
.ticks svg { width: 22px; height: 22px; color: var(--orange); flex: none; margin-top: 2px; }
.ticks b { color: var(--ink); }

/* USP row ---------------------------------------------------------------- */
.usp { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.usp__item { padding: 26px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); border-top: 3px solid var(--orange); }
.usp__item .n { font-family: var(--display); font-size: 2.6rem; font-weight: 800; color: var(--navy); line-height: 1; }
.usp__item h4 { color: var(--navy); margin: 10px 0 6px; text-transform: uppercase; }
.usp__item p { font-size: .95rem; margin: 0; }

/* Areas ------------------------------------------------------------------ */
.areas-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 5vw, 60px); align-items: start; }
.area-list { columns: 3; column-gap: 20px; }
.area-list li { break-inside: avoid; margin-bottom: 2px; }
.area-list a {
  display: flex; align-items: center; gap: 9px; padding: 9px 6px; color: var(--ink);
  font-weight: 500; font-size: .98rem; border-bottom: 1px solid var(--line);
}
.area-list a:hover { color: var(--orange-700); }
.area-list a::before { content: ""; width: 7px; height: 7px; background: var(--orange); transform: skewX(-20deg); flex: none; }
.area-panel { background: var(--navy); color: #cdd6e6; border-radius: var(--radius-lg); padding: 32px; }
.area-panel h3 { color: #fff; margin-bottom: 10px; }
.area-panel .pin { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); }
.area-panel .pin svg { width: 24px; height: 24px; color: var(--orange); flex: none; }

/* Gallery ---------------------------------------------------------------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery figure { position: relative; margin: 0; border-radius: var(--radius-lg); overflow: hidden; background: var(--paper-2); cursor: pointer; aspect-ratio: 4 / 5; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: 26px 16px 12px;
  background: linear-gradient(transparent, rgba(15,23,40,.85));
  color: #fff; font-size: .85rem; font-weight: 600; opacity: 0; transition: .25s; transform: translateY(8px);
}
.gallery figure:hover figcaption { opacity: 1; transform: none; }

/* Video / reels ---------------------------------------------------------- */
.reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reel {
  border-radius: var(--radius-lg); overflow: hidden; background: #000;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.reel iframe { width: 100%; height: 640px; border: 0; background: #000; }

/* CTA band --------------------------------------------------------------- */
.cta-band { position: relative; background: var(--orange); color: #fff; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; right: -6%; top: -40%; width: 460px; height: 460px;
  background: repeating-linear-gradient(-45deg, rgba(255,255,255,.10) 0 14px, transparent 14px 28px);
  transform: rotate(6deg);
}
.cta-band .wrap { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-top: 54px; padding-bottom: 54px; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); margin: 8px 0 0; font-size: 1.1rem; }
.cta-band .btn-primary { background: var(--navy); border-color: var(--navy); }
.cta-band .btn-primary:hover { background: var(--navy-800); border-color: var(--navy-800); }

/* Forms ------------------------------------------------------------------ */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 56px); align-items: start; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 36px); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; color: var(--ink); font-size: .92rem; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line-strong); border-radius: var(--radius);
  font: inherit; font-size: 1rem; color: var(--ink); background: var(--paper); transition: .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); background: #fff; box-shadow: 0 0 0 3px rgba(228,97,28,.14); }
.field textarea { resize: vertical; min-height: 130px; }
.form .note { font-size: .84rem; color: var(--muted); margin: 4px 0 0; }

.contact-cards .cc { display: flex; gap: 16px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); margin-bottom: 16px; }
.contact-cards .cc svg { width: 26px; height: 26px; color: var(--orange); flex: none; }
.contact-cards .cc h4 { color: var(--navy); text-transform: none; letter-spacing: 0; margin-bottom: 3px; font-family: var(--sans); font-size: 1.05rem; font-weight: 700; }
.contact-cards .cc a { font-weight: 600; }
.contact-cards .cc p { margin: 0; font-size: .95rem; }

/* Breadcrumb ------------------------------------------------------------- */
.crumb { background: var(--paper-2); border-bottom: 1px solid var(--line); }
.crumb .wrap { padding-top: 14px; padding-bottom: 14px; font-size: .88rem; color: var(--muted); }
.crumb a { color: var(--muted); font-weight: 600; }
.crumb a:hover { color: var(--orange-700); }
.crumb span { color: var(--ink); }

/* Page hero (interior) --------------------------------------------------- */
.page-hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.page-hero__media { position: absolute; inset: 0; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,23,40,.94), rgba(15,23,40,.6)); }
.page-hero__inner { position: relative; z-index: 2; padding: clamp(48px, 7vw, 92px) 0; max-width: 780px; }
.page-hero h1 { color: #fff; }
.page-hero h1 em { color: var(--orange); font-style: normal; }
.page-hero p { color: #d7deec; font-size: 1.15rem; margin: 16px 0 0; max-width: 60ch; }

/* Prose ------------------------------------------------------------------ */
.prose h2 { margin: 36px 0 14px; }
.prose h3 { margin: 28px 0 10px; color: var(--navy); }
.prose p { margin-bottom: 1rem; }
.prose ul.bullets { margin: 0 0 1.2rem; }
.prose ul.bullets li { position: relative; padding: 6px 0 6px 28px; border-bottom: 1px solid var(--line); }
.prose ul.bullets li::before { content: ""; position: absolute; left: 0; top: 15px; width: 12px; height: 12px; background: var(--orange); transform: skewX(-20deg); }

/* Footer ----------------------------------------------------------------- */
.site-footer { background: var(--navy); color: #aeb9cc; padding: clamp(48px, 6vw, 72px) 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.site-footer h4 { color: #fff; text-transform: uppercase; letter-spacing: .1em; font-size: .95rem; margin-bottom: 16px; }
.site-footer a { color: #aeb9cc; }
.site-footer a:hover { color: #fff; }
.footer-nav li { margin-bottom: 9px; }
.footer-nav svg { width: 17px; height: 17px; display: inline-block; vertical-align: -3px; margin-right: 7px; color: var(--orange); }
.footer-brand .brand__name b { color: #fff; }
.footer-brand p { font-size: .95rem; margin: 16px 0 0; max-width: 34ch; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: .18s; }
.footer-social a:hover { background: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.footer-social svg { width: 20px; height: 20px; color: #fff; }
.footer-areas { columns: 2; column-gap: 18px; font-size: .92rem; }
.footer-areas li { margin-bottom: 7px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .85rem; color: #8996ad; }

/* Sticky mobile action bar ---------------------------------------------- */
.mobile-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); padding: 8px; gap: 8px; }
.mobile-bar a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 8px; border-radius: var(--radius); font-weight: 700; font-size: .95rem; }
.mobile-bar svg { width: 18px; height: 18px; }
.mobile-bar .m-quote { background: var(--orange); color: #fff; }
.mobile-bar .m-social { background: rgba(255,255,255,.1); color: #fff; }

/* Lightbox --------------------------------------------------------------- */
.lb { position: fixed; inset: 0; z-index: 200; background: rgba(10,15,26,.92); display: none; align-items: center; justify-content: center; padding: 20px; }
.lb.open { display: flex; }
.lb img { max-width: 92vw; max-height: 88vh; border-radius: 6px; box-shadow: var(--shadow-lg); }
.lb__close { position: absolute; top: 18px; right: 22px; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.12); border: 0; color: #fff; font-size: 1.5rem; }
.lb__close:hover { background: var(--orange); }

/* Helpers ---------------------------------------------------------------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.hide { display: none !important; }

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1000px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .usp, .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__card { display: none; }
  .areas-layout { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  :root { --header-h: 66px; }
  .nav, .header-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-header .bar { gap: 12px; }
  .nav.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: var(--header-h); left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 12px;
    box-shadow: var(--shadow-md); gap: 2px;
  }
  .nav.open a { padding: 14px; border-radius: var(--radius); font-size: 1.05rem; }
  .nav.open a + a { border-top: 1px solid var(--line); }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .cols-3, .gallery, .reels { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 66px; }
  .reel iframe { height: 560px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .cols-2, .cols-3, .cols-4, .usp, .gallery, .reels, .footer-grid { grid-template-columns: 1fr; }
  .area-list { columns: 2; }
  .gallery.masonry > *:nth-child(4n+1) { grid-row: span 1; }
  .hero__trust { gap: 8px 16px; }
  .trustbar .wrap { justify-content: flex-start; }
  .btn { width: 100%; }
  .hero__cta .btn, .cta-band .btn { width: auto; }
  .reel iframe { height: 520px; }
  .footer-areas { columns: 2; }
}
