/* ==========================================================================
   Wilkinson Builders Ltd — staging redesign
   Static, mobile-first. No build step, no framework.
   Palette: logo red + blue over warm Yorkshire-stone neutrals and charcoal.
   ========================================================================== */

:root {
  --red: #b8242a;
  --red-deep: #951c21;
  --red-soft: #f0c9c6;
  --blue: #2371b8;
  --blue-soft: #9cc3ea;
  --sand: #e3cfaa;

  --ink: #181715;
  --ink-900: #1f1d1a;
  --ink-800: #2a2723;
  --ink-700: #3a3631;

  --paper: #faf7f2;
  --stone-50: #f4efe6;
  --stone-100: #ebe3d5;
  --stone-200: #ddd1bd;
  --stone-300: #c7b79d;
  --stone-500: #8f7f67;
  --stone-600: #6f6250;

  --white: #ffffff;
  --text: #2b2824;
  --muted: #5f574c;
  --muted-dark: #bdb3a4;
  --line: #e0d7c8;
  --line-dark: rgba(255, 255, 255, 0.12);

  --display: "Bricolage Grotesque", "Arial Narrow", system-ui, sans-serif;
  --sans: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --gutter: clamp(1.25rem, 5vw, 3rem);
  --wrap: 1260px;
  --header-h: 72px;
  --radius: 3px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --stone-joints: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='120'%3E%3Cpath fill='none' stroke='%23c7b79d' stroke-width='1.5' d='M0 1H240M0 34H240M0 80H240M70 1V34M150 1V34M205 1V34M30 34V80M118 34V80M190 34V80M60 80V120M140 80V120M225 80V120'/%3E%3C/svg%3E");
  --stone-joints-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='120'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-opacity='.08' stroke-width='1.5' d='M0 1H240M0 34H240M0 80H240M70 1V34M150 1V34M205 1V34M30 34V80M118 34V80M190 34V80M60 80V120M140 80V120M225 80V120'/%3E%3C/svg%3E");
}

@media (min-width: 960px) {
  :root { --header-h: 88px; }
}

/* ---------- Reset / base ---------- */

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }

img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }

a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; color: inherit; }
ul, ol { margin: 0; padding: 0; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.on-dark :focus-visible { outline-color: var(--blue-soft); }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 200;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

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

.wrap {
  width: 100%;
  max-width: calc(var(--wrap) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(4.5rem, 11vw, 8.5rem); }
.section--tight { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section--stone { background: var(--stone-50); }
.section--ink { background: var(--ink); color: var(--white); }

/* ---------- Staging banner + watermark ---------- */

.staging-banner {
  margin: 0;
  padding: 0.55rem var(--gutter);
  background: var(--ink);
  color: var(--stone-100);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: center;
  border-bottom: 3px solid var(--red);
}

.watermark {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
}
.watermark span {
  transform: rotate(-24deg);
  font-family: var(--display);
  font-stretch: 75%;
  font-size: clamp(2rem, 8vw, 6rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--ink-700);
  opacity: 0.06;
}

/* ---------- Type ---------- */

h1, h2, .display {
  font-family: var(--display);
  font-stretch: 78%;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.75rem, 10.5vw, 6.6rem); }
h2 { font-size: clamp(2.1rem, 6.6vw, 4.25rem); }
h3 {
  font-family: var(--display);
  font-stretch: 88%;
  font-size: clamp(1.3rem, 3.2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
h1 em, h2 em {
  font-style: normal;
  color: var(--red);
}
.on-dark h1 em,
.on-dark h2 em { color: var(--sand); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--ink-700);
}
/* The diamond echoes the dots on the logo's "i"s. */
.eyebrow::before {
  content: "";
  flex: none;
  width: 9px;
  height: 9px;
  background: var(--red);
  transform: rotate(45deg);
}
.on-dark .eyebrow { color: var(--stone-200); }

.lead {
  max-width: 40rem;
  font-size: clamp(1.1rem, 2.2vw, 1.27rem);
  line-height: 1.6;
  color: var(--muted);
}
.on-dark .lead { color: var(--muted-dark); }

.section-head {
  display: grid;
  gap: 1.25rem;
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}
.section-head .lead { margin: 0; }
@media (min-width: 960px) {
  .section-head--split {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 4rem;
  }
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 54px;
  padding: 0.8rem 1.45rem;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.005em;
  text-decoration: none;
  cursor: pointer;
  font-variant-numeric: tabular-nums;
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn:active { transform: translateY(1px); }

.btn-red { background: var(--red); color: var(--white); }
.btn-red:hover { background: var(--red-deep); }

.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: var(--ink-700); }

.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--white); }

.btn-ghost { border-color: rgba(255, 255, 255, 0.4); color: var(--white); background: transparent; }
.btn-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.08); }

.btn-lg { min-height: 60px; padding-inline: 1.75rem; font-size: 1.05rem; }

.btn small {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}

.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
@media (max-width: 479px) {
  .btn-row--stack { flex-direction: column; }
  .btn-row--stack .btn { width: 100%; }
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--red);
  padding-bottom: 2px;
}
.text-link svg { width: 18px; height: 18px; transition: transform 0.25s var(--ease); }
.text-link:hover svg { transform: translateX(4px); }
.on-dark .text-link { color: var(--white); }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.3s var(--ease);
}
.site-header.is-scrolled { box-shadow: 0 14px 30px -24px rgba(24, 23, 21, 0.55); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: var(--header-h);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: none;
  min-height: 44px;
}
.brand img {
  display: block;
  width: auto;
  height: 46px;
  /* The logo is a white-ground JPG: multiply drops the white onto the paper tone. */
  mix-blend-mode: multiply;
}
@media (min-width: 960px) {
  .brand img { height: 58px; }
}

.nav-links,
.nav-cta { display: none; }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: -8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 26px;
  height: 2.5px;
  background: currentColor;
  border-radius: 1px;
}
.nav-toggle-bars { position: relative; }
.nav-toggle-bars::before,
.nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle-bars::before { top: -8px; }
.nav-toggle-bars::after { top: 8px; width: 17px; left: 9px; background: var(--red); }

@media (min-width: 960px) {
  .nav-toggle { display: none; }

  .nav-links {
    display: flex;
    align-items: center;
    gap: clamp(1.4rem, 2.6vw, 2.6rem);
    margin-left: auto;
  }
  .nav-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s var(--ease);
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 2px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s var(--ease);
  }
  .nav-links a:hover,
  .nav-links a[aria-current="page"] { color: var(--ink); }
  .nav-links a:hover::after,
  .nav-links a[aria-current="page"]::after { transform: scaleX(1); }

  .nav-cta {
    display: inline-flex;
    min-height: 52px;
    margin-left: 1rem;
  }
}

/* No-JS: the drawer can't open, so show the links as a scrollable row instead. */
.no-js .nav-toggle { display: none; }
@media (max-width: 959px) {
  .no-js .nav-links {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    padding: 0 var(--gutter) 0.5rem;
  }
  .no-js .nav-links a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 600; text-decoration: none; }
  .no-js .header-inner { height: auto; min-height: var(--header-h); flex-wrap: wrap; }
}

/* ---------- Mobile drawer (body-level siblings, outside the sticky header) ---------- */

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(24, 23, 21, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s var(--ease), visibility 0s linear 0.3s;
}

.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: var(--paper);
  color: var(--ink);
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.3s var(--ease), transform 0.35s var(--ease), visibility 0s linear 0.35s;
}

body.nav-open .nav-overlay,
body.nav-open .nav-drawer {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

@media (min-width: 960px) {
  .nav-overlay,
  .nav-drawer { display: none; }
}

.drawer-top {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding-inline: var(--gutter);
  border-bottom: 1px solid var(--line);
}

.drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: -8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.drawer-close svg { width: 28px; height: 28px; }

.drawer-nav {
  display: flex;
  flex-direction: column;
  padding: 0.75rem var(--gutter) 0;
}
.drawer-nav a {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 66px;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-stretch: 78%;
  font-size: clamp(2rem, 9.5vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-decoration: none;
}
.drawer-nav a small {
  min-width: 1.7rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--stone-500);
}
.drawer-nav a[aria-current="page"],
.drawer-nav a[aria-current="page"] small { color: var(--red); }

.drawer-call {
  display: grid;
  gap: 0.7rem;
  margin-top: auto;
  padding: 2rem var(--gutter) calc(1.75rem + env(safe-area-inset-bottom));
  background: var(--stone-50);
  border-top: 1px solid var(--line);
}
.drawer-call p {
  margin: 0 0 0.2rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.drawer-call .btn { justify-content: flex-start; }
.drawer-call .btn small { margin-left: auto; }

/* ---------- Mobile call FAB ---------- */

.call-fab {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: 60;
  min-height: 56px;
  padding-inline: 1.25rem;
  border-radius: 999px;
  box-shadow: 0 12px 30px -8px rgba(149, 28, 33, 0.55), 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (min-width: 960px) {
  .call-fab { display: none; }
}

/* ---------- Hero (home) ---------- */

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: min(88svh, 860px);
  padding-block: clamp(7rem, 22vw, 10rem) clamp(3rem, 8vw, 5.5rem);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(20, 18, 16, 0.94) 0%, rgba(20, 18, 16, 0.6) 45%, rgba(20, 18, 16, 0.2) 100%),
    linear-gradient(90deg, rgba(20, 18, 16, 0.55) 0%, rgba(20, 18, 16, 0) 70%);
}
.hero-copy { max-width: 52rem; }
.hero h1 { margin-bottom: 1.5rem; }
.hero .lead { margin-bottom: 2.25rem; color: #ddd4c6; }
.hero .eyebrow { color: var(--stone-100); }

.hero-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.92rem;
  color: var(--muted-dark);
}
.hero-phones a { color: var(--white); font-weight: 700; text-decoration: none; font-variant-numeric: tabular-nums; }
.hero-phones a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Trust rail ---------- */

.trust {
  position: relative;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.trust-grid {
  display: grid;
  gap: 0;
}
.trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1.1rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
}
.trust-item:last-child { border-bottom: 0; }
.trust-item svg {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  color: var(--red);
}
.trust-item h3 { font-size: 1.3rem; }
.trust-item p { margin: 0; font-size: 0.97rem; color: var(--muted); }
@media (min-width: 860px) {
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-item {
    padding: 2.5rem 2rem;
    border-bottom: 0;
    border-left: 1px solid var(--line);
  }
  .trust-item:first-child { border-left: 0; padding-left: 0; }
}

/* ---------- Intro statement + stone panel ---------- */

.statement {
  display: grid;
  gap: 2.5rem;
}
.statement-text p.display {
  font-size: clamp(1.9rem, 5vw, 3.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 1.5rem;
}
.statement-text p.display span { color: var(--stone-500); }
.statement-text .lead { margin-bottom: 1.75rem; }

.stone-panel {
  position: relative;
  min-height: 300px;
  background-color: var(--stone-100);
  background-image: var(--stone-joints);
  background-size: 240px 120px;
  border-radius: var(--radius);
  overflow: hidden;
}
.stone-panel figure {
  position: absolute;
  inset: 12% 12% auto auto;
  width: 72%;
  margin: 0;
  box-shadow: 0 30px 50px -30px rgba(24, 23, 21, 0.6);
}
.stone-panel figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.stone-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
  max-width: 78%;
  padding: 1.25rem 1.5rem;
  background: var(--ink);
  color: var(--white);
}
.stone-tag strong {
  font-family: var(--display);
  font-stretch: 80%;
  font-size: 1.5rem;
  line-height: 1.05;
}
.stone-tag span { font-size: 0.85rem; color: var(--muted-dark); }
@media (min-width: 960px) {
  .statement { grid-template-columns: 1.05fr 0.95fr; gap: 5rem; align-items: center; }
  .stone-panel { min-height: 560px; }
}

/* ---------- Service cards (home) ---------- */

.card-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .card-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }

.svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}
.svc-card:hover {
  transform: translateY(-4px);
  border-color: var(--stone-300);
  box-shadow: 0 26px 40px -28px rgba(24, 23, 21, 0.45);
}
.svc-card-media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--stone-100);
}
.svc-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.svc-card:hover .svc-card-media img { transform: scale(1.04); }
.svc-card-num {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem 0.8rem;
  background: var(--paper);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ink);
}
.svc-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.5rem 1.5rem 1.35rem;
}
.svc-card-body p { margin: 0; color: var(--muted); font-size: 0.98rem; }
.svc-card-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--red);
}
.svc-card-more svg { width: 17px; height: 17px; transition: transform 0.25s var(--ease); }
.svc-card:hover .svc-card-more svg { transform: translateX(4px); }

.card-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}
.card-foot p { margin: 0; color: var(--muted); }

/* ---------- Trades wall (big type) ---------- */

.trades {
  position: relative;
  background-color: var(--ink);
  background-image: var(--stone-joints-dark);
  background-size: 240px 120px;
  color: var(--white);
  overflow: hidden;
}
.trades-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1em 0.45em;
  list-style: none;
  margin-top: 1rem;
  font-family: var(--display);
  font-stretch: 76%;
  font-size: clamp(2.2rem, 8vw, 5.4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
}
.trades-list li { display: inline-flex; align-items: center; gap: 0.45em; }
.trades-list li::after {
  content: "";
  width: 0.16em;
  height: 0.16em;
  background: var(--red);
  transform: rotate(45deg);
}
.trades-list li:last-child::after { display: none; }
.trades-list li:nth-child(even) { color: var(--stone-300); }
.trades-note {
  max-width: 36rem;
  margin: 2.5rem 0 0;
  color: var(--muted-dark);
}

/* ---------- Process ---------- */

.steps {
  display: grid;
  gap: 0;
  counter-reset: step;
  list-style: none;
}
.step {
  position: relative;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0.25rem 1rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
}
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  grid-row: span 2;
  font-family: var(--display);
  font-stretch: 78%;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  color: var(--red);
}
.step p { margin: 0; color: var(--muted); }
@media (min-width: 900px) {
  .steps { grid-template-columns: repeat(4, 1fr); gap: 2rem; }
  .step { grid-template-columns: 1fr; padding-top: 2rem; border-top: 2px solid var(--ink); }
  .step::before { grid-row: auto; margin-bottom: 1.25rem; font-size: 3.2rem; }
}

/* ---------- Areas band ---------- */

.areas-band {
  background: var(--red);
  color: var(--white);
}
.areas-band-inner {
  display: grid;
  gap: 2rem;
  padding-block: clamp(3.5rem, 8vw, 5.5rem);
}
.areas-band h2 { font-size: clamp(2rem, 6vw, 3.6rem); }
.areas-band h2 em { color: var(--ink); }
.areas-band .eyebrow { color: var(--white); }
.areas-band .eyebrow::before { background: var(--white); }
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
}
.chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 1.05rem;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
}
.chip--solid { background: var(--white); color: var(--red); border-color: var(--white); }
.areas-band .text-link { color: var(--white); border-bottom-color: var(--white); margin-top: 1.25rem; }
@media (min-width: 960px) {
  .areas-band-inner { grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 4rem; }
}

/* ---------- CTA block ---------- */

.cta {
  position: relative;
  isolation: isolate;
  padding-block: clamp(5rem, 13vw, 9rem);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.cta-media { position: absolute; inset: 0; z-index: -1; }
.cta-media img { width: 100%; height: 100%; object-fit: cover; }
.cta-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 18, 16, 0.94) 15%, rgba(20, 18, 16, 0.66) 55%, rgba(20, 18, 16, 0.35));
}
.cta h2 { max-width: 14ch; margin-bottom: 1.25rem; font-size: clamp(2.4rem, 8vw, 5.2rem); }
.cta .lead { margin-bottom: 2.25rem; }
.cta-note {
  margin: 1.5rem 0 0;
  font-size: 0.9rem;
  color: var(--muted-dark);
}

/* ---------- Page hero (inner pages) ---------- */

.page-hero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(4.5rem, 14vw, 8rem) clamp(3rem, 8vw, 5rem);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.page-hero-media { position: absolute; inset: 0; z-index: -1; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 18, 16, 0.94) 0%, rgba(20, 18, 16, 0.78) 50%, rgba(20, 18, 16, 0.45) 100%);
}
.page-hero--plain {
  background-color: var(--ink);
  background-image: var(--stone-joints-dark);
  background-size: 240px 120px;
}
.page-hero h1 { max-width: 15ch; margin-bottom: 1.25rem; font-size: clamp(2.6rem, 9vw, 5.6rem); }
.page-hero .lead { margin: 0; color: #d8cfc1; }

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.75rem;
  list-style: none;
  font-size: 0.85rem;
  color: var(--muted-dark);
}
.crumbs li + li::before { content: "/"; margin-right: 0.5rem; opacity: 0.5; }
.crumbs a { color: var(--stone-100); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs [aria-current] { color: var(--white); font-weight: 600; }

/* ---------- Services page ---------- */

.jump {
  position: relative;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.jump-list {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-block: 1rem;
  list-style: none;
  scrollbar-width: none;
}
.jump-list::-webkit-scrollbar { display: none; }
.jump-list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 1rem;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  white-space: nowrap;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease);
}
.jump-list a:hover { border-color: var(--ink); }

.svc-group {
  display: grid;
  gap: 2.5rem;
  padding-block: clamp(4rem, 10vw, 7rem);
  border-bottom: 1px solid var(--line);
}
.svc-group:last-child { border-bottom: 0; }
.svc-group-media {
  position: relative;
  margin: 0;
}
.svc-group-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}
.svc-group-media figcaption {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  color: var(--stone-500);
}
.svc-group-num {
  display: block;
  margin-bottom: 1rem;
  font-family: var(--display);
  font-stretch: 78%;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--red);
}
.svc-group h2 { margin-bottom: 1.1rem; }
.svc-group .lead { margin-bottom: 1.75rem; }

.svc-items { list-style: none; border-top: 2px solid var(--ink); }
.svc-item {
  display: grid;
  gap: 0.35rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}
.svc-item h3 { font-size: 1.3rem; }
.svc-item p { margin: 0; color: var(--muted); font-size: 1rem; }
@media (min-width: 720px) {
  .svc-item { grid-template-columns: 13rem 1fr; gap: 2rem; align-items: baseline; }
}
@media (min-width: 1024px) {
  .svc-group { grid-template-columns: 0.85fr 1.15fr; gap: 5rem; align-items: start; }
  .svc-group-media { position: sticky; top: calc(var(--header-h) + 2rem); }
  .svc-group-media img { aspect-ratio: 4 / 5; }
  .svc-group--flip { grid-template-columns: 1.15fr 0.85fr; }
  .svc-group--flip .svc-group-media { order: 2; }
}

.svc-group-media.stone-panel { min-height: 0; aspect-ratio: 4 / 3; }
@media (min-width: 1024px) {
  .svc-group-media.stone-panel { aspect-ratio: 4 / 5; }
}

/* ---------- Areas page ---------- */

.coverage {
  display: grid;
  gap: 3rem;
  align-items: center;
}
.coverage-map {
  position: relative;
  aspect-ratio: 1;
  max-width: 540px;
  width: 100%;
  margin-inline: auto;
}
.coverage-map svg { width: 100%; height: 100%; overflow: visible; }
.coverage h2 { margin-bottom: 1.5rem; }
.coverage .lead { margin-bottom: 2rem; }
.coverage-map text {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .coverage { grid-template-columns: 1fr 1fr; gap: 5rem; }
}

.area-cards {
  display: grid;
  gap: 1.25rem;
  list-style: none;
}
@media (min-width: 860px) { .area-cards { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.area-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 2rem 1.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
  border-radius: var(--radius);
}
.area-card--home { border-top-color: var(--red); }
.area-card-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone-500);
}
.area-card h3 { font-size: 1.75rem; }
.area-card p { margin: 0; color: var(--muted); }

.honest-note {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
  padding: 1.75rem;
  background: var(--stone-100);
  border-left: 4px solid var(--red);
}
.honest-note p { margin: 0; }
@media (min-width: 860px) {
  .honest-note { grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2rem 2.5rem; }
}

/* ---------- About page ---------- */

.split {
  display: grid;
  gap: 2.75rem;
  align-items: center;
}
.split-media { margin: 0; position: relative; }
.split-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.split-media::before {
  content: "";
  position: absolute;
  inset: 1.25rem -1.25rem -1.25rem 1.25rem;
  z-index: -1;
  background-color: var(--stone-100);
  background-image: var(--stone-joints);
  background-size: 240px 120px;
}
.split-copy h2 { margin-bottom: 1.5rem; }
.split-copy p { color: var(--muted); }
.split-copy p.lead { color: var(--text); }
@media (min-width: 960px) {
  .split { grid-template-columns: 0.9fr 1.1fr; gap: 6rem; }
  .split--flip .split-media { order: 2; }
  .split--flip .split-media::before { inset: 1.25rem 1.25rem -1.25rem -1.25rem; }
}
.split { isolation: isolate; }

.values {
  display: grid;
  gap: 1.25rem;
  list-style: none;
}
@media (min-width: 860px) { .values { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.value {
  padding: 2rem 1.75rem 2.25rem;
  background: var(--ink-900);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}
.value svg { width: 38px; height: 38px; margin-bottom: 1.5rem; color: var(--sand); }
.value h3 { margin-bottom: 0.65rem; font-size: 1.45rem; }
.value p { margin: 0; color: var(--muted-dark); }

.mason {
  display: grid;
  gap: 2.5rem;
}
.mason-quote {
  font-family: var(--display);
  font-stretch: 80%;
  font-size: clamp(2rem, 6vw, 3.8rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
}
.mason-quote span { color: var(--red); }
.checklist { display: grid; gap: 0.9rem; list-style: none; }
.checklist li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 0.85rem;
  align-items: start;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}
.checklist svg { width: 22px; height: 22px; margin-top: 3px; color: var(--red); }
@media (min-width: 960px) {
  .mason { grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
}

/* ---------- Contact page ---------- */

.contact-grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .contact-grid { grid-template-columns: 0.85fr 1.15fr; gap: 4.5rem; align-items: start; }
}

.contact-cards { display: grid; gap: 0.9rem; list-style: none; }
.contact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.2rem 1rem;
  align-items: center;
  padding: 1.25rem 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
a.contact-card:hover { border-color: var(--ink); box-shadow: 0 16px 30px -24px rgba(24, 23, 21, 0.5); }
.contact-card-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--stone-100);
  color: var(--red);
}
.contact-card-icon svg { width: 22px; height: 22px; }
.contact-card-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone-500);
}
.contact-card-value {
  font-family: var(--display);
  font-stretch: 88%;
  font-size: clamp(1.2rem, 4vw, 1.45rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.contact-card-value--sm { font-size: clamp(0.92rem, 3.9vw, 1.05rem); font-family: var(--sans); font-weight: 600; font-stretch: 100%; }
.contact-card--primary { background: var(--red); border-color: var(--red); color: var(--white); }
.contact-card--primary .contact-card-icon { background: rgba(255, 255, 255, 0.16); color: var(--white); }
.contact-card--primary .contact-card-label { color: var(--red-soft); }
.contact-card--primary .contact-card-value { color: var(--white); }
a.contact-card--primary:hover { border-color: var(--red-deep); background: var(--red-deep); }

.address-block {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}
.address-block address { font-style: normal; line-height: 1.7; margin-bottom: 1rem; }
.availability {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1rem 1.2rem;
  background: var(--stone-100);
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.97rem;
}
.availability svg { width: 22px; height: 22px; flex: none; color: var(--red); }

/* Form */
.form-card {
  padding: clamp(1.5rem, 5vw, 3rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
  border-radius: var(--radius);
}
.form-card h2 { font-size: clamp(1.9rem, 5vw, 2.8rem); margin-bottom: 0.75rem; }
.form-card > p { color: var(--muted); }
.demo-flag {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 1.25rem 0 2rem;
  padding: 0.9rem 1.1rem;
  background: #fbf1e3;
  border: 1px solid #ecd4ae;
  border-radius: var(--radius);
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6b4f22;
}
.demo-flag svg { width: 20px; height: 20px; flex: none; margin-top: 1px; }

.form-grid { display: grid; gap: 1.2rem; }
@media (min-width: 640px) {
  .form-grid { grid-template-columns: 1fr 1fr; }
  .field--full { grid-column: 1 / -1; }
}
.field { display: grid; gap: 0.45rem; }
.field label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink);
}
.field label span { font-weight: 500; color: var(--stone-500); }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.8rem 0.95rem;
  border: 1.5px solid var(--stone-200);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.field textarea { min-height: 150px; resize: vertical; line-height: 1.5; }
.field select {
  appearance: none;
  padding-right: 2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23181715' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 18px;
}
.field input:hover,
.field select:hover,
.field textarea:hover { border-color: var(--stone-300); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--ink);
  background-color: var(--white);
  box-shadow: 0 0 0 3px rgba(35, 113, 184, 0.25);
}
.field-error {
  display: none;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--red);
}
.field.is-invalid input,
.field.is-invalid textarea,
.field.is-invalid select { border-color: var(--red); background-color: #fff8f7; }
.field.is-invalid .field-error { display: block; }

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 1.75rem;
}
.form-actions p { margin: 0; font-size: 0.88rem; color: var(--muted); }

.form-success {
  padding: 2rem 0 0.5rem;
}
.form-success:focus { outline: none; }
.form-success svg { width: 48px; height: 48px; color: var(--red); margin-bottom: 1.25rem; }
.form-success h3 { font-size: 1.8rem; margin-bottom: 0.75rem; }
.form-success p { color: var(--muted); }

.map-wrap {
  position: relative;
  background: var(--stone-100);
  border-top: 1px solid var(--line);
}
.map-wrap iframe {
  width: 100%;
  height: clamp(320px, 50vw, 460px);
  border: 0;
  filter: grayscale(0.35) contrast(1.02);
}
.map-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.5rem;
}
.map-bar p { margin: 0; font-weight: 600; }

/* ---------- Footer ---------- */

.site-footer {
  position: relative;
  background: var(--ink);
  color: var(--muted-dark);
  font-size: 0.95rem;
}
.site-footer::before {
  content: "";
  display: block;
  height: 36px;
  background-color: var(--stone-100);
  background-image: var(--stone-joints);
  background-size: 240px 120px;
  background-position: 0 -34px;
}
.footer-main {
  display: grid;
  gap: 2.75rem;
  padding-block: clamp(3.5rem, 8vw, 5rem) 3rem;
}
.footer-brand {
  display: inline-block;
  padding: 0.85rem 1rem;
  background: var(--white);
  border-radius: var(--radius);
  margin-bottom: 1.25rem;
}
.footer-brand img { height: 52px; width: auto; }
.footer-col h2 {
  margin-bottom: 1.1rem;
  font-family: var(--sans);
  font-stretch: 100%;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--stone-300);
}
.footer-col ul { list-style: none; display: grid; gap: 0.1rem; }
.footer-col a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--white);
  text-decoration: none;
}
.footer-col a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-col address { font-style: normal; line-height: 1.7; }
.footer-col .tel { font-variant-numeric: tabular-nums; font-weight: 700; }
.footer-about p { max-width: 24rem; }
@media (min-width: 720px) {
  .footer-main { grid-template-columns: 1.4fr 0.8fr 1.2fr; gap: 3rem; }
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  padding-block: 1.5rem calc(1.5rem + 72px);
  border-top: 1px solid var(--line-dark);
  font-size: 0.82rem;
}
.footer-bottom p { margin: 0; }
@media (min-width: 960px) {
  .footer-bottom { padding-bottom: 1.5rem; }
}

/* ---------- Reveal ---------- */

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.js .reveal.is-in { opacity: 1; transform: none; }
.js .reveal-d1 { transition-delay: 0.08s; }
.js .reveal-d2 { transition-delay: 0.16s; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}
