/* ============================================================
   Toronto Parging & Concrete — homepage redesign
   Warm & friendly · charcoal + warm paper + warm orange
   Headlines: Oswald (condensed) · Body: Hanken Grotesk
   ============================================================ */

:root {
  --ink:        #1d1b19;   /* warm charcoal */
  --ink-soft:   #2a2724;
  --paper:      #f5f3ee;   /* warm off-white */
  --paper-2:    #ece7dd;   /* deeper warm */
  --surface:    #fbf9f4;   /* card surface */
  --line:       #e0d9cc;   /* warm hairline */
  --line-dk:    rgba(245,243,238,.16);

  --accent:     #d97a34;   /* warm orange */
  --accent-dk:  #bf6526;
  --accent-tint:#f6e3d2;

  --text:       #221f1c;
  --muted:      #6a6258;
  --muted-2:    #8a8175;
  --on-ink:     #f1ede5;
  --on-ink-mut: #b3aa9c;

  --r-sm: 8px;
  --r:    14px;
  --r-lg: 22px;
  --shadow:    0 1px 2px rgba(40,30,18,.05), 0 10px 30px -12px rgba(40,30,18,.18);
  --shadow-lg: 0 30px 70px -28px rgba(40,30,18,.40);

  --maxw: 1200px;
  --pad: clamp(20px, 5vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, .display {
  font-family: "Oswald", system-ui, sans-serif;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.section { padding-block: clamp(64px, 9vw, 130px); }

.kicker {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-dk);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.kicker::before {
  content: "";
  width: 28px; height: 2px;
  background: var(--accent);
  display: inline-block;
}
.kicker.center::after {
  content: "";
  width: 28px; height: 2px;
  background: var(--accent);
  display: inline-block;
}

.section-head { max-width: 720px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(34px, 5.2vw, 60px);
  text-transform: uppercase;
  margin-top: 18px;
}
.section-head p {
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 19px);
  margin: 16px 0 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 26px -12px rgba(217,122,52,.8);
}
.btn-primary:hover { background: var(--accent-dk); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--ink); background: rgba(0,0,0,.03); }
.btn-on-ink {
  background: transparent;
  color: var(--on-ink);
  border-color: var(--line-dk);
}
.btn-on-ink:hover { border-color: var(--on-ink); }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Header / Nav ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(29,27,25,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-dk);
  color: var(--on-ink);
}
.nav {
  display: flex; align-items: center; gap: 28px;
  height: 76px;
}
.nav-links {
  display: flex; gap: 30px; margin-left: auto;
  list-style: none; padding: 0;
}
.nav-links a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--on-ink-mut);
  padding: 6px 0;
  position: relative;
  transition: color .2s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px; background: var(--accent); transition: width .22s ease;
}
.nav-links a:hover { color: var(--on-ink); }
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-phone {
  font-family: "Oswald", sans-serif;
  font-size: 16px; letter-spacing: .03em;
  color: var(--on-ink);
  display: inline-flex; align-items: center; gap: 8px;
}
.nav-phone .dot { width: 7px; height: 7px; border-radius: 50%; background: #5bbd6a; }
.nav-phone small { display:block; font-size: 10.5px; letter-spacing:.14em; color: var(--on-ink-mut); text-transform: uppercase; font-family: "Hanken Grotesk"; white-space: nowrap; }
.burger { display: none; background: none; border: 0; color: var(--on-ink); width: 40px; height: 40px; }
.burger span { display:block; width: 22px; height: 2px; background: currentColor; margin: 4px auto; transition: .25s; }

/* ---------- Logo wordmark ---------- */
.logo { display: inline-flex; align-items: stretch; gap: 12px; }
.logo .bar { width: 4px; border-radius: 2px; background: var(--accent); }
.logo .lock { display: flex; flex-direction: column; justify-content: center; line-height: 1; }
.logo .l1 {
  font-family: "Oswald", sans-serif; font-weight: 600;
  font-size: 21px; letter-spacing: .02em; text-transform: uppercase;
  color: var(--on-ink); white-space: nowrap;
}
.logo .l2 {
  font-family: "Oswald", sans-serif; font-weight: 300;
  font-size: 12.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--on-ink-mut); margin-top: 4px; white-space: nowrap;
}
.logo .l2 .amp { color: var(--accent); font-weight: 500; }
/* logo on light surfaces */
.logo.on-light .l1 { color: var(--ink); }
.logo.on-light .l2 { color: var(--muted); }

/* ---------- Hero ---------- */
.hero { background: var(--paper); position: relative; overflow: hidden; }
.hero::before {
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(1100px 500px at 88% -10%, rgba(217,122,52,.10), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 72px); align-items: center;
  padding-block: clamp(48px, 7vw, 96px);
  position: relative;
}
.hero h1 {
  font-size: clamp(46px, 7.2vw, 92px);
  text-transform: uppercase;
  margin-top: 22px;
}
.hero h1 .em { color: var(--accent); }
.hero-sub {
  font-size: clamp(17px, 1.7vw, 20px);
  color: var(--muted);
  max-width: 30em; margin: 22px 0 0;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero-badges {
  display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px;
  padding-top: 26px; border-top: 1px solid var(--line);
}
.hbadge { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--text); font-weight: 500; }
.hbadge .tick {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent-tint); color: var(--accent-dk);
  display: grid; place-items: center; font-size: 12px; flex: none;
}

/* before / after slider */
.ba {
  position: relative; aspect-ratio: 4 / 3.4; border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-lg);
  user-select: none; touch-action: none; background: var(--ink);
}
.ba-layer { position: absolute; inset: 0; }
.ba-after { clip-path: inset(0 0 0 50%); }
.ba-tag {
  position: absolute; bottom: 16px; z-index: 4;
  font-family: "Oswald", sans-serif; font-weight: 500;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: #fff; background: rgba(0,0,0,.55); backdrop-filter: blur(4px);
  padding: 7px 14px; border-radius: 999px;
}
.ba-tag.before { left: 16px; }
.ba-tag.after { right: 16px; }
.ba-divider {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px;
  background: #fff; transform: translateX(-50%); z-index: 5;
  box-shadow: 0 0 0 1px rgba(0,0,0,.12);
}
.ba-handle {
  position: absolute; top: 50%; left: 50%; z-index: 6;
  width: 52px; height: 52px; border-radius: 50%;
  transform: translate(-50%,-50%);
  background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.32);
  display: grid; place-items: center; cursor: ew-resize;
  color: var(--ink); font-size: 18px; font-weight: 700;
}
.ba-handle::before { content: "‹ ›"; letter-spacing: -2px; }
.ba-float {
  position: absolute; top: 16px; left: 16px; z-index: 4;
  background: #fff; border-radius: 999px; padding: 8px 14px;
  font-size: 12.5px; font-weight: 700; color: var(--ink);
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 8px;
}
.ba-float .star { color: var(--accent); }

/* ---------- Placeholder imagery ---------- */
.ph {
  position: relative;
  background-color: #2a2622;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,.045) 0 12px, rgba(255,255,255,0) 12px 24px);
  color: rgba(255,255,255,.62);
  display: grid; place-items: center; height: 100%;
}
.ph.light {
  background-color: var(--paper-2);
  background-image:
    repeating-linear-gradient(135deg, rgba(29,27,25,.05) 0 12px, rgba(29,27,25,0) 12px 24px);
}
.ph .ph-label {
  font-family: "Hanken Grotesk", monospace;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.62);
  border: 1px dashed rgba(255,255,255,.3);
  padding: 7px 12px; border-radius: 6px; text-align: center;
}
.ph.light .ph-label { color: var(--muted-2); border-color: rgba(29,27,25,.22); }

/* ---------- Trust strip ---------- */
.trust {
  background: var(--ink); color: var(--on-ink);
}
.trust-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; padding-block: 38px;
}
.trust-item { display: flex; gap: 16px; align-items: center; }
.trust-item .num {
  font-family: "Oswald", sans-serif; font-weight: 600;
  font-size: 40px; color: var(--accent); line-height: 1;
}
.trust-item .lbl { font-size: 14px; color: var(--on-ink-mut); line-height: 1.35; }
.trust-item .lbl strong { display: block; color: var(--on-ink); font-size: 15.5px; font-weight: 600; margin-bottom: 2px; }
.trust-item + .trust-item { border-left: 1px solid var(--line-dk); padding-left: 24px; }

/* ---------- Services ---------- */
.svc-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 54px; }
.svc-col { }
.svc-col h3 {
  font-size: 22px; text-transform: uppercase; letter-spacing: .04em;
  display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.svc-col h3 .chip {
  font-family: "Hanken Grotesk"; font-size: 11px; font-weight: 700; letter-spacing: .1em;
  background: var(--accent-tint); color: var(--accent-dk);
  padding: 4px 10px; border-radius: 999px;
}
.svc-list { display: grid; gap: 12px; }
.svc-card {
  display: flex; align-items: center; gap: 16px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r); padding: 18px 20px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s;
}
.svc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d7cdbb; }
.svc-card .mk {
  width: 44px; height: 44px; flex: none; border-radius: 11px;
  background: var(--ink); color: var(--accent);
  display: grid; place-items: center;
  font-family: "Oswald", sans-serif; font-weight: 600; font-size: 18px;
}
.svc-card .body strong { display: block; font-family: "Oswald", sans-serif; font-weight: 500; font-size: 18px; letter-spacing: .01em; }
.svc-card .body span { font-size: 14px; color: var(--muted); }
.svc-card .go { margin-left: auto; color: var(--muted-2); transition: transform .2s, color .2s; }
.svc-card:hover .go { transform: translateX(4px); color: var(--accent); }

/* ---------- Work gallery ---------- */
.work { background: var(--paper-2); }
.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px; gap: 16px; margin-top: 50px;
}
.gtile { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
.gtile.tall { grid-row: span 2; }
.gtile.wide { grid-column: span 2; }
.gallery .cta-row { margin-top: 40px; }

/* ---------- Why choose ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 54px; }
.why-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 30px 26px;
  position: relative; overflow: hidden;
}
.why-card .ic {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 20px;
  background: var(--accent-tint); color: var(--accent-dk);
  display: grid; place-items: center; font-size: 24px;
}
.why-card h3 { font-size: 20px; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 10px; }
.why-card p { color: var(--muted); font-size: 15px; margin: 0; }

/* ---------- Process ---------- */
.proc { background: var(--ink); color: var(--on-ink); }
.proc .section-head h2 { color: var(--on-ink); }
.proc .section-head p { color: var(--on-ink-mut); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 54px; counter-reset: step; }
.step { position: relative; padding-top: 26px; border-top: 2px solid var(--line-dk); }
.step .n {
  font-family: "Oswald", sans-serif; font-weight: 600; font-size: 15px;
  color: var(--accent); letter-spacing: .1em;
}
.step h3 { font-size: 21px; text-transform: uppercase; margin: 12px 0 8px; color: var(--on-ink); }
.step p { color: var(--on-ink-mut); font-size: 14.5px; margin: 0; }
.step.active-top { border-top-color: var(--accent); }

/* ---------- Service areas ---------- */
.areas-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; margin-top: 50px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.chip-area {
  font-family: "Oswald", sans-serif; font-weight: 400; letter-spacing: .03em;
  font-size: 16px; text-transform: uppercase;
  background: var(--surface); border: 1px solid var(--line);
  padding: 9px 16px; border-radius: 999px; color: var(--text);
  transition: .18s;
}
.chip-area:hover { border-color: var(--accent); color: var(--accent-dk); }
.chip-area.more { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.map-ph { aspect-ratio: 1/1; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }

/* ---------- Quote form ---------- */
.quote { background: var(--paper-2); }
.quote-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px,5vw,70px); align-items: start; }
.quote-aside h2 { font-size: clamp(34px,4.6vw,56px); text-transform: uppercase; margin-top: 18px; }
.quote-aside p { color: var(--muted); margin: 18px 0 0; }
.quote-points { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.quote-points li { display: flex; gap: 12px; align-items: center; font-weight: 500; }
.quote-points .tick {
  width: 24px; height: 24px; border-radius: 50%; flex: none;
  background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 13px;
}
.quote-call {
  margin-top: 32px; padding: 22px 24px; border-radius: var(--r);
  background: var(--ink); color: var(--on-ink); display: flex; align-items: center; gap: 18px;
}
.quote-call .big { font-family: "Oswald", sans-serif; font-size: 26px; color: #fff; }
.quote-call small { display:block; color: var(--on-ink-mut); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.form-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(24px, 3vw, 40px);
  box-shadow: var(--shadow);
}
.field { margin-bottom: 18px; }
.field.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label {
  display: block; font-size: 13px; font-weight: 600; letter-spacing: .02em;
  color: var(--text); margin-bottom: 7px;
}
.field label .req { color: var(--accent-dk); }
.field input, .field textarea, .field select {
  width: 100%; font-family: inherit; font-size: 16px; color: var(--text);
  background: #fff; border: 1.5px solid var(--line);
  border-radius: var(--r-sm); padding: 13px 14px; transition: border-color .18s, box-shadow .18s;
}
.field input::placeholder, .field textarea::placeholder { color: #aaa094; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(217,122,52,.14);
}
.field textarea { resize: vertical; min-height: 110px; }
.field.invalid input, .field.invalid textarea { border-color: #d14a3a; box-shadow: 0 0 0 4px rgba(209,74,58,.12); }
.err { color: #c43b2c; font-size: 12.5px; margin-top: 6px; display: none; }
.field.invalid .err { display: block; }
.form-card .btn-primary { width: 100%; justify-content: center; margin-top: 6px; font-size: 16px; padding: 16px; }
.form-note { text-align: center; font-size: 13px; color: var(--muted); margin-top: 14px; }

.form-success {
  display: none; text-align: center; padding: 40px 20px;
}
.form-success.show { display: block; }
.form-success .big-tick {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 22px;
  background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 34px;
}
.form-success h3 { font-size: 30px; text-transform: uppercase; margin-bottom: 10px; }
.form-success p { color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 860px; margin: 50px auto 0; display: grid; gap: 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0;
  display: flex; align-items: center; gap: 18px; padding: 24px 4px;
  font-family: "Oswald", sans-serif; font-weight: 500; font-size: clamp(18px,2.1vw,22px);
  text-transform: uppercase; letter-spacing: .01em; color: var(--text);
}
.faq-q .pm {
  margin-left: auto; flex: none; width: 30px; height: 30px; border-radius: 50%;
  border: 1.5px solid var(--line); display: grid; place-items: center;
  font-size: 20px; color: var(--accent-dk); transition: .25s;
}
.faq-item.open .faq-q .pm { background: var(--accent); color: #fff; border-color: var(--accent); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 4px 26px; color: var(--muted); font-size: 16px; max-width: 70ch; }

/* ---------- Final CTA ---------- */
.final {
  background: var(--accent);
  color: #fff; text-align: center;
}
.final::selection { background: rgba(0,0,0,.2); }
.final h2 { font-size: clamp(38px, 6vw, 76px); text-transform: uppercase; color: #fff; }
.final p { font-size: clamp(17px,2vw,21px); color: rgba(255,255,255,.86); margin: 18px auto 0; max-width: 36em; }
.final .btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }
.final .btn-light { background: #fff; color: var(--accent-dk); }
.final .btn-light:hover { transform: translateY(-2px); }
.final .btn-outline-w { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.final .btn-outline-w:hover { background: rgba(255,255,255,.12); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--on-ink-mut); padding-block: 64px 30px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.footer-blurb { max-width: 32ch; font-size: 14.5px; margin: 22px 0 0; line-height: 1.6; }
.footer h4 {
  font-family: "Oswald", sans-serif; font-weight: 500; font-size: 13px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--on-ink);
  margin: 0 0 18px;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.footer ul a { font-size: 14.5px; transition: color .18s; }
.footer ul a:hover { color: var(--accent); }
.footer-phone { font-family: "Oswald", sans-serif; font-size: 22px; color: var(--on-ink); }
.footer-bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line-dk);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 13px;
}

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

/* ---------- Mobile menu panel ---------- */
.mobile-menu {
  position: fixed; inset: 76px 0 auto 0; z-index: 55;
  background: var(--ink); border-bottom: 1px solid var(--line-dk);
  transform: translateY(-12px); opacity: 0; pointer-events: none;
  transition: .25s; padding: 16px var(--pad) 26px;
}
.mobile-menu.open { transform: none; opacity: 1; pointer-events: auto; }
.mobile-menu a {
  display: block; padding: 14px 0; color: var(--on-ink);
  font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .05em;
  border-bottom: 1px solid var(--line-dk); font-size: 18px;
}
.mobile-menu .btn { margin-top: 18px; width: 100%; justify-content: center; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .ba { max-width: 540px; }
  .svc-groups { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .trust-row { grid-template-columns: 1fr 1fr; gap: 28px; }
  .trust-item:nth-child(3) { border-left: 0; padding-left: 0; }
}
@media (max-width: 940px) {
  .nav-links, .nav-phone { display: none; }
  .burger { display: block; }
}
@media (max-width: 720px) {
  .why-grid, .steps, .trust-row { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; padding-left: 0; padding-top: 18px; border-top: 1px solid var(--line-dk); }
  .field.row2 { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gtile.wide { grid-column: span 1; }
}

/* ============================================================
   Real-image integration (swapped in from labeled placeholders)
   ============================================================ */
.ba-layer img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gtile img    { width: 100%; height: 100%; object-fit: cover; display: block; }
.map-ph img   { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-media .ba { background: var(--ink); }
