@import url('../fonts/local/switzer.css');
/* =========================================================================
   Dundrum Paving - delivery homepage (site-v2)
   Register: landart.ie / Studio Arch - pure white, photography-first, calm,
   editorial serif display + grotesque body. Full rebrand of the intrio bones.
   No amber, no scroll animation, no parallax. Static and quiet.
   ========================================================================= */

:root {
  --ink:        #16130F;   /* near-black headings */
  --ink-soft:   #2C2823;
  --body:       #55504A;   /* warm stone body text */
  --muted:      #8A837A;
  --line:       #E7E2DA;   /* hairline */
  --line-soft:  #F1EDE6;
  --paper:      #FFFFFF;    /* pure white, always */
  --wash:       #FBFAF7;    /* barely-there warm off-white for alt rhythm only where a hint of separation reads better than a hard line - used sparingly */
  --clay:       #9C7C4E;    /* restrained bronze-clay accent, sampled from gravel/granite tones */
  --clay-deep:  #7E6238;
  --serif: 'Zodiak', Georgia, 'Times New Roman', serif;
  --sans:  'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ---- reset the template's noise ------------------------------------------ */
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--body);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: .002em;
}
* { box-sizing: border-box; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: var(--serif);
  color: var(--ink);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.04;
}
p { margin: 0 0 1.1em; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.container-tight { max-width: 1080px; margin: 0 auto; padding: 0 40px; }

section { padding: 120px 0; position: relative; }
.section-sm { padding: 84px 0; }

/* eyebrow */
.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--clay-deep);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--clay);
  display: inline-block;
}

/* display sizes */
.display {
  font-size: clamp(44px, 6.6vw, 96px);
  line-height: .98;
  letter-spacing: -.018em;
}
.display em { font-style: normal; color: var(--ink); }
.h-sec {
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -.015em;
}
.h-sec em { font-style: normal; }
.lead {
  font-family: var(--sans);
  font-size: 19px;
  line-height: 1.7;
  color: var(--body);
}

/* buttons -------------------------------------------------------------------- */
.btn {
  font-family: var(--sans);
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14.5px; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase;
  padding: 16px 30px;
  border-radius: 2px;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
}
.btn-solid { background: var(--ink); color: #fff; border: 1px solid var(--ink); }
.btn-solid:hover { background: var(--clay-deep); border-color: var(--clay-deep); color:#fff; }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-light { background:#fff; color: var(--ink); border:1px solid #fff; }
.btn-light:hover { background: transparent; color:#fff; border-color:#fff; }
.btn-ghost-light { background: transparent; color:#fff; border:1px solid rgba(255,255,255,.55); }
.btn-ghost-light:hover { background:#fff; color:var(--ink); border-color:#fff; }
.btn .ar { font-size: 15px; transition: transform .25s ease; }
.btn:hover .ar { transform: translateX(3px); }

/* text link with underline reveal */
.tlink {
  font-family: var(--sans); font-weight:600; font-size:14px; letter-spacing:.05em;
  text-transform: uppercase; color: var(--ink);
  display:inline-flex; align-items:center; gap:9px;
  padding-bottom: 3px; border-bottom: 1px solid var(--ink);
  transition: gap .25s ease, color .25s ease, border-color .25s ease;
}
.tlink:hover { gap: 14px; color: var(--clay-deep); border-color: var(--clay); }

/* =========================================================================
   HEADER
   ========================================================================= */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0);
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
  border-bottom: 1px solid rgba(255,255,255,0);
}
.site-header.solid {
  background: rgba(255,255,255,.97) !important;
  background-color: rgba(255,255,255,.97) !important;
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 30px rgba(20,16,10,.05);
}
.header-inner {
  max-width: 1360px; margin: 0 auto; padding: 0 40px;
  height: 92px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px;
}
.brand { display: flex; align-items: center; gap: 14px; line-height: 1; }
.brand .bmark {
  font-family: var(--serif); font-size: 28px; letter-spacing: -.01em;
  color: #fff; white-space: nowrap;
}
.brand .bmark em { font-style: normal; }
.brand .bsub {
  font-family: var(--sans); font-size: 9.5px; font-weight:600;
  letter-spacing: .30em; text-transform: uppercase;
  color: rgba(255,255,255,.72); display:block; margin-top: 5px; white-space: nowrap;
}
.site-header.solid .brand .bmark { color: var(--ink); }
.site-header.solid .brand .bsub { color: var(--clay-deep); }

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > ul { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.main-nav > ul > li { position: relative; }
.main-nav > ul > li > a {
  font-family: var(--sans); font-size: 13.5px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: rgba(255,255,255,.94);
  padding: 14px 16px; display: inline-flex; align-items:center; gap:6px;
  transition: color .2s ease;
}
.site-header.solid .main-nav > ul > li > a { color: var(--ink-soft); }
.main-nav > ul > li > a:hover { color: var(--clay); }
.site-header.solid .main-nav > ul > li > a:hover { color: var(--clay-deep); }
.has-sub > a::after {
  content: ""; width: 6px; height: 6px; border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor; transform: rotate(45deg) translateY(-2px);
  opacity: .55; margin-left: 2px;
}
/* dropdown */
.sub {
  position: absolute; top: calc(100% - 6px); left: 8px;
  min-width: 264px; background: #fff;
  border: 1px solid var(--line); border-radius: 3px;
  box-shadow: 0 24px 50px rgba(20,16,10,.12);
  padding: 10px; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.has-sub:hover .sub { opacity: 1; visibility: visible; transform: translateY(0); }
.sub li a {
  display: block; padding: 11px 14px; border-radius: 2px;
  font-family: var(--sans); font-size: 14px; font-weight: 500; letter-spacing:.01em;
  text-transform: none; color: var(--ink-soft);
  transition: background .18s ease, color .18s ease, padding-left .18s ease;
}
.sub li a:hover { background: var(--wash); color: var(--clay-deep); padding-left: 20px; }

.header-cta { display: flex; align-items: center; gap: 20px; }
.header-phone {
  font-family: var(--sans); font-weight: 700; font-size: 15px; letter-spacing: .01em;
  color: #fff; white-space: nowrap; display:flex; align-items:center; gap:8px;
}
.site-header.solid .header-phone { color: var(--ink); }
.header-phone .ph-ic { width: 15px; height: 15px; opacity:.8; }
.header-cta .btn { padding: 13px 24px; font-size: 12.5px; }
.site-header:not(.solid) .header-cta .btn-outline { color:#fff; border-color: rgba(255,255,255,.6); }
.site-header:not(.solid) .header-cta .btn-outline:hover { background:#fff; color: var(--ink); border-color:#fff; }

.burger { display: none; }
.hdr-call { display: none; }

/* =========================================================================
   HERO - full-bleed image, minimal text, in-hero quote form
   ========================================================================= */
.hero-full {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--ink);
}
.hf-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 62%; z-index: 0;
}
.hf-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(14,11,8,.52) 0%, rgba(14,11,8,.16) 22%, rgba(14,11,8,.20) 60%, rgba(14,11,8,.62) 100%),
    linear-gradient(90deg, rgba(14,11,8,.55) 0%, rgba(14,11,8,.22) 42%, rgba(14,11,8,0) 72%);
}
.hf-inner {
  position: relative; z-index: 2;
  width: 100%; max-width: 1360px; margin: 0 auto; padding: 128px 40px 40px;
}
.hf-grid {
  display: grid; grid-template-columns: 1.25fr .85fr;
  gap: 56px; align-items: center;
}
.hf-eyebrow {
  font-family: var(--sans); font-size: 12.5px; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase;
  color: rgba(255,255,255,.9); display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 26px;
}
.hf-eyebrow::before { content:""; width: 30px; height: 1px; background: var(--clay); display:inline-block; }
.hf-title {
  font-family: var(--serif); color: #fff;
  font-size: clamp(54px, 8.4vw, 128px); line-height: .94; letter-spacing: -.02em;
  margin: 0 0 40px; text-shadow: 0 2px 40px rgba(0,0,0,.35);
}
.hf-title em { font-style: normal; display: inline; }
.hf-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* glass quote form */
.hf-form {
  justify-self: end; width: 100%; max-width: 430px;
  background: rgba(18,14,10,.42);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px; padding: 34px;
  box-shadow: 0 30px 70px rgba(0,0,0,.34);
}
.hf-form h3 { font-family: var(--display); font-weight: 800; color: #fff; font-size: 29px; margin: 0 0 4px; letter-spacing: -.01em; }
.hf-form-sub { font-family: var(--sans); font-size: 13px; color: rgba(255,255,255,.7); letter-spacing: .01em; margin: 0 0 20px; }
.hf-form .ff-lbl { display: block; font-family: var(--sans); font-size: 11.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.72); margin: 6px 0 5px; }
.hf-form .ff-lbl:first-of-type { margin-top: 0; }
.hf-form input, .hf-form select {
  width: 100%; font-family: var(--sans); font-size: 15px; color: #fff;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.24);
  border-radius: 2px; padding: 13px 16px; margin-bottom: 10px; transition: border-color .2s ease, background .2s ease;
}
.hf-form input::placeholder { color: rgba(255,255,255,.66); }
.hf-form select { color: rgba(255,255,255,.82); }
.hf-form select option, .qb-form select option, .sp-form select option { background: #ffffff; color: #141414; }
.hf-form input:focus, .hf-form select:focus { outline: none; border-color: var(--clay); background: rgba(255,255,255,.12); }
.hf-form .btn { width: 100%; justify-content: center; margin-top: 6px; }

/* trust strip pinned to hero bottom */
.hf-strip {
  position: relative; z-index: 2;
  background: rgba(14,11,8,.72);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,.12);
}
.hf-strip-inner {
  max-width: 1360px; margin: 0 auto; padding: 18px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.hf-strip span {
  font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: .04em;
  color: rgba(255,255,255,.88); display: flex; align-items: center; gap: 10px;
}
.hf-strip span::before { content:""; width: 6px; height: 6px; border-radius: 50%; background: var(--clay); display:inline-block; }

/* =========================================================================
   REVIEWS (directly under hero)
   ========================================================================= */
.reviews { padding: 104px 0 96px; }
.reviews-head { text-align: center; margin-bottom: 60px; }
.reviews-head .eyebrow { justify-content: center; }
.gstars { color: var(--clay); letter-spacing: 3px; font-size: 15px; }
.review-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--line);
}
.review {
  padding: 44px 40px 40px;
  border-left: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.review:first-child { border-left: 0; padding-left: 0; }
.review:last-child { padding-right: 0; }
.review .r-stars { margin-bottom: 22px; }
.review blockquote {
  font-family: var(--serif); font-size: 23px; line-height: 1.34;
  color: var(--ink-soft); margin: 0 0 26px; letter-spacing: -.005em;
}
.review .r-name {
  font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink); margin-top: auto;
}
.review .r-src { font-family: var(--sans); font-size: 12.5px; color: var(--muted); letter-spacing:.02em; text-transform:none; font-weight:500; }

/* =========================================================================
   ABOUT
   ========================================================================= */
.about { background: var(--wash); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.about .container { max-width: 1240px; }
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 72px; align-items: center; }
.about-photo { position: relative; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 3px; }
.about-photo .stamp {
  position: absolute; left: -18px; bottom: 34px;
  background: var(--ink); color:#fff; padding: 20px 26px; border-radius: 3px;
  box-shadow: 0 20px 40px rgba(20,16,10,.18);
}
.about-photo .stamp b { font-family: var(--serif); font-size: 40px; line-height:1; display:block; }
.about-photo .stamp span { font-family: var(--sans); font-size: 12px; letter-spacing:.14em; text-transform:uppercase; color: rgba(255,255,255,.72); }
.about-copy p { margin-bottom: 1.25em; }
.about-signoff { margin-top: 30px; }
.about-signoff b { font-family: var(--serif); font-size: 27px; color: var(--ink); display:block; line-height:1.1; }
.about-signoff span { font-family: var(--sans); font-size: 13px; letter-spacing:.06em; text-transform:uppercase; color: var(--muted); }

.stat-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); margin-top: 64px;
}
.stat {
  padding: 34px 8px 0; border-left: 1px solid var(--line);
}
.stat:first-child { border-left: 0; padding-left: 0; }
.stat b { font-family: var(--serif); font-size: clamp(40px, 4.2vw, 58px); color: var(--ink); line-height: .95; display: block; }
.stat b small { font-size: .5em; letter-spacing: 0; }
.stat span { font-family: var(--sans); font-size: 14px; color: var(--body); display:block; margin-top: 10px; max-width: 20ch; }

/* =========================================================================
   SERVICES
   ========================================================================= */
.services .svc-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end;
  margin-bottom: 58px;
}
.svc-head .lead { margin: 0; max-width: 44ch; }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.svc-card { display: block; }
.svc-figure {
  position: relative; overflow: hidden; border-radius: 3px; aspect-ratio: 4 / 3.25;
}
.svc-figure img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.svc-card:hover .svc-figure img { transform: scale(1.045); }
.svc-figure .num {
  position: absolute; top: 16px; left: 18px; z-index: 2;
  font-family: var(--serif); font-size: 20px; color: #fff; opacity: .9;
}
.svc-body { padding-top: 22px; }
.svc-body h3 { font-size: 27px; line-height: 1.08; margin: 0 0 10px; }
.svc-body p { font-size: 15.5px; line-height: 1.62; margin: 0 0 16px; color: var(--body); }
.svc-more {
  font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink);
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap .25s ease, color .25s ease;
}
.svc-card:hover .svc-more { gap: 13px; color: var(--clay-deep); }

/* =========================================================================
   PROJECTS
   ========================================================================= */
.projects { background: var(--wash); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.proj-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end;
  margin-bottom: 54px;
}
.proj-head .lead { margin: 0; max-width: 46ch; }
.proj-grid { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: repeat(2, 1fr); gap: 26px; }
.proj-card { position: relative; overflow: hidden; border-radius: 3px; display:block; }
.proj-card.tall { grid-row: span 2; }
.proj-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); min-height: 240px; }
.proj-card:hover img { transform: scale(1.05); }
.proj-card .p-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,12,8,.72) 0%, rgba(16,12,8,.12) 46%, transparent 70%); }
.proj-cap { position: absolute; left: 26px; right: 26px; bottom: 24px; z-index: 2; color: #fff; }
.proj-cap h3 { color: #fff; font-size: 25px; line-height: 1.06; margin: 0 0 9px; }
.proj-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.proj-tags span {
  font-family: var(--sans); font-size: 11.5px; font-weight: 500; letter-spacing: .06em;
  color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(4px); padding: 5px 11px; border-radius: 100px;
}
.proj-note { text-align: center; margin-top: 46px; font-family: var(--serif); font-size: 22px; color: var(--ink-soft); font-style: normal; }

/* =========================================================================
   PROCESS
   ========================================================================= */
.process .proc-head { text-align: center; max-width: 640px; margin: 0 auto 66px; }
.process .proc-head .eyebrow { justify-content: center; }
.proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.proc-step { padding: 40px 30px 8px; border-left: 1px solid var(--line); position: relative; }
.proc-step:first-child { border-left: 0; padding-left: 0; }
.proc-step:last-child { padding-right: 0; }
.proc-num { font-family: var(--serif); font-size: 15px; letter-spacing: .1em; color: var(--clay-deep); display: block; margin-bottom: 20px; }
.proc-step h3 { font-size: 24px; line-height: 1.1; margin: 0 0 12px; }
.proc-step p { font-size: 15px; line-height: 1.6; margin: 0; color: var(--body); }

/* =========================================================================
   QUOTE CTA BAND (photo, calm)
   ========================================================================= */
.quote-band {
  position: relative; padding: 0;
  background: var(--ink);
}
.quote-band .qb-media { position: absolute; inset: 0; overflow: hidden; }
.quote-band .qb-media img { width: 100%; height: 100%; object-fit: cover; opacity: .34; }
.quote-band .qb-inner {
  position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; padding: 108px 40px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center;
}
.qb-copy .eyebrow { color: var(--clay); }
.qb-copy .eyebrow::before { background: var(--clay); }
.qb-copy h2 { color: #fff; }
.qb-copy h2 em { font-style: normal; color: #fff; }
.qb-copy p { color: rgba(255,255,255,.82); max-width: 44ch; }
.qb-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 30px; }

/* form card */
.qb-form {
  background: #fff; border-radius: 4px; padding: 40px;
  box-shadow: 0 30px 70px rgba(0,0,0,.28);
}
.qb-form h3 { font-family: var(--display); font-weight: 800; font-size: 30px; margin: 0 0 6px; }
.qb-form .qf-sub { font-family: var(--sans); font-size: 13.5px; color: var(--muted); letter-spacing: .02em; margin-bottom: 24px; }
.qb-form label { display:block; font-family: var(--sans); font-size: 11.5px; font-weight:600; letter-spacing:.1em; text-transform: uppercase; color: var(--muted); margin: 0 0 7px; }
.qb-form input, .qb-form select {
  width: 100%; font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 2px;
  padding: 13px 15px; margin-bottom: 18px; transition: border-color .2s ease;
}
.qb-form input:focus, .qb-form select:focus { outline: none; border-color: var(--clay); }
.qb-form .btn { width: 100%; justify-content: center; margin-top: 4px; }
.qb-form .qf-foot { font-family: var(--sans); font-size: 12.5px; color: var(--muted); text-align: center; margin: 16px 0 0; letter-spacing: .02em; }

/* =========================================================================
   FAQ
   ========================================================================= */
.faq .faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.faq-intro .eyebrow { margin-bottom: 22px; }
.faq-intro h2 { font-size: clamp(32px, 3.6vw, 50px); }
.faq-intro p { margin-top: 20px; max-width: 34ch; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 26px 44px 26px 0; position: relative;
  font-family: var(--serif); font-size: 23px; color: var(--ink); letter-spacing: -.005em;
  transition: color .2s ease;
}
.faq-q:hover { color: var(--clay-deep); }
.faq-q::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--sans); font-size: 24px; font-weight: 300; color: var(--clay-deep);
  transition: transform .25s ease;
}
.faq-item.open .faq-q::after { content: "\2013"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq-a p { padding: 0 40px 28px 0; margin: 0; font-size: 16px; color: var(--body); }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { background: var(--ink); color: rgba(255,255,255,.72); padding: 92px 0 0; }
.site-footer .container { max-width: 1240px; }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.15fr; gap: 48px; padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,.1); }
.foot-brand .bmark { font-family: var(--serif); font-size: 30px; color: #fff; display:block; line-height:1; }
.foot-brand .bmark em { font-style: normal; }
.foot-brand .bsub { font-family: var(--sans); font-size: 9.5px; font-weight:600; letter-spacing:.32em; text-transform:uppercase; color: var(--clay); margin-top: 6px; display:block; }
.foot-brand p { margin-top: 22px; max-width: 32ch; font-size: 14.5px; color: rgba(255,255,255,.62); }
.foot-col h4 { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin: 0 0 20px; }
.foot-col a { display: block; font-family: var(--sans); font-size: 14.5px; color: rgba(255,255,255,.66); padding: 6px 0; transition: color .2s ease; }
.foot-col a:hover { color: var(--clay); }
.foot-contact .fc-line { font-family: var(--serif); font-size: 20px; color: #fff; margin-bottom: 4px; }
.foot-contact .fc-label { font-family: var(--sans); font-size: 11px; letter-spacing:.14em; text-transform:uppercase; color: rgba(255,255,255,.4); margin-top: 16px; }
.subfooter { display: flex; align-items: center; justify-content: space-between; padding: 26px 0; font-family: var(--sans); font-size: 13px; color: rgba(255,255,255,.5); flex-wrap: wrap; gap: 12px; }
.subfooter a { color: rgba(255,255,255,.5); }
.subfooter a:hover { color: var(--clay); }

/* =========================================================================
   MOBILE CALL BAR + MENU
   ========================================================================= */
.mobile-menu { display: none; }
.mobile-call-bar { display: none; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1080px) {
  .container, .container-tight, .header-inner, .hero-top .container, .trust-strip .container { padding-left: 28px; padding-right: 28px; }
  .about-grid { gap: 48px; }
  .review blockquote { font-size: 21px; }
}

/* laptops: tighten header + drop the phone text so the CTA never clips (was off-screen 1280-1500) */
@media (max-width: 1500px) {
  .header-inner { gap: 20px; padding: 0 28px; }
  .header-cta { gap: 14px; }
  .header-phone { display: none; }
  .main-nav > ul > li > a { padding-left: 11px; padding-right: 11px; }
}

@media (max-width: 900px) {
  section { padding: 88px 0; }
  .main-nav, .header-cta .btn, .header-phone { display: none; }
  .burger {
    position: relative;
    display: inline-flex; flex-direction: column; gap: 6px; width: 44px; height: 44px;
    align-items: center; justify-content: center; background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.22); border-radius: 12px; cursor: pointer;
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
  }
  .burger:hover { background: rgba(255,255,255,.16); transform: translateY(-1px); }
  .burger span {
    width: 20px; height: 2px; background: #fff; border-radius: 2px;
    transition: background .3s ease, transform .35s cubic-bezier(.4,0,.2,1), opacity .2s ease, width .3s ease;
  }
  .burger span:nth-child(2) { width: 20px; align-self: center; margin-right: 0; }

  .site-header.solid .burger {
    background: rgba(46,108,89,.08);
    border-color: rgba(46,108,89,.22);
  }
  .site-header.solid .burger span { background: #2E6C59; }
  .site-header.solid .burger:hover { background: rgba(46,108,89,.14); }

  .hero-full { min-height: 0; }
  .hf-inner { padding: 120px 28px 44px; }
  .hf-grid { grid-template-columns: 1fr; gap: 34px; }
  .hf-title { font-size: clamp(52px, 15vw, 82px); margin-bottom: 30px; }
  .hf-actions .btn { width: 100%; justify-content: center; }
  .hf-form { justify-self: stretch; max-width: none; }
  .hf-strip-inner { flex-direction: column; align-items: flex-start; gap: 8px; padding: 18px 28px; }

  .review-grid { grid-template-columns: 1fr; }
  .review { border-left: 0; border-top: 1px solid var(--line); padding: 34px 0; }
  .review:first-child { border-top: 0; padding-top: 34px; }

  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo .stamp { left: 18px; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .stat { border-left: 0; padding: 30px 0 0; }
  .stat:nth-child(2), .stat:nth-child(4) { border-left: 1px solid var(--line); padding-left: 26px; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 30px; }

  .svc-head, .proj-head { grid-template-columns: 1fr; gap: 20px; }
  .svc-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .proj-grid { grid-template-columns: 1fr; }
  .proj-card.tall { grid-row: auto; }
  .proc-grid { grid-template-columns: 1fr 1fr; }
  .proc-step { border-left: 0; padding: 30px 0 8px; }
  .proc-step:nth-child(2), .proc-step:nth-child(4) { border-left: 1px solid var(--line); padding-left: 26px; }
  .proc-step:nth-child(3), .proc-step:nth-child(4) { border-top: 1px solid var(--line); }

  .quote-band .qb-inner { grid-template-columns: 1fr; gap: 40px; padding: 76px 28px; }
  .faq .faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .foot-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .foot-brand { grid-column: span 2; }

  /* sticky mobile call bar */
  .mobile-call-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200;
    box-shadow: 0 -8px 30px rgba(0,0,0,.14);
  }
  .mobile-call-bar a { flex: 1; text-align: center; padding: 16px 0 17px; font-family: var(--sans); font-weight: 700; font-size: 15px; letter-spacing: .03em; }
  .mcb-call { background: var(--ink); color: #fff; }
  .mcb-quote { background: var(--clay-deep); color: #fff; }
  body { padding-bottom: 56px; }
  .site-footer { padding-bottom: 0; }

  /* header click-to-call (mobile), grouped right with the burger */
  .header-cta { display: none; }
  .hdr-call {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: #2E6C59; color: #fff; margin-left: auto; margin-right: 8px;
  }
  .hdr-call svg { width: 19px; height: 19px; }

  /* mobile menu panel: header + scrolling nav + pinned CTA footer */
  .mobile-menu {
    position: fixed; inset: 0; z-index: 1100;
    background: linear-gradient(180deg, #ffffff 0%, #F7F5F0 100%);
    transform: translateX(100%); transition: transform .42s cubic-bezier(.22,1,.36,1);
    display: flex; flex-direction: column; overflow: hidden;
    box-shadow: -20px 0 60px rgba(0,0,0,.18);
  }
  .mobile-menu.open { transform: translateX(0); }
  .mm-head {
    flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between;
    padding: 20px 24px; border-bottom: 1px solid rgba(17,17,17,.06);
    background: #fff;
  }
  .mm-logo { height: 42px; width: auto; }
  .mm-close {
    width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
    background: rgba(46,108,89,.08); border: 1px solid rgba(46,108,89,.16); border-radius: 12px;
    color: #2E6C59; cursor: pointer; transition: background .2s ease, transform .2s ease;
  }
  .mm-close:hover { background: rgba(46,108,89,.14); transform: rotate(90deg); }
  .mm-close svg { width: 20px; height: 20px; }
  .mm-nav { flex: 1 1 auto; overflow-y: auto; padding: 10px 24px 22px; }
  .mm-group { border-bottom: 1px solid rgba(17,17,17,.07); }
  .mm-group:last-of-type { border-bottom: 1px solid rgba(17,17,17,.07); }
  .mm-parent {
    width: 100%; text-align: left; background: none; border: 0; padding: 18px 4px;
    font-family: var(--serif); font-size: 22px; color: var(--ink);
    display: flex; justify-content: space-between; align-items: center; cursor: pointer;
    transition: color .2s ease, padding-left .25s ease;
  }
  .mm-parent:hover, .mm-group.open .mm-parent { color: #2E6C59; padding-left: 8px; }
  .mm-parent::after {
    content: ""; width: 22px; height: 22px; border-radius: 50%;
    background: rgba(46,108,89,.1);
    background-image:
      linear-gradient(#2E6C59, #2E6C59),
      linear-gradient(#2E6C59, #2E6C59);
    background-size: 10px 2px, 2px 10px;
    background-position: center, center;
    background-repeat: no-repeat;
    transition: transform .3s ease, background-size .3s ease;
  }
  .mm-group.open .mm-parent::after {
    background-size: 10px 2px, 0 0;
    transform: rotate(180deg);
  }
  .mm-sub { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
  .mm-sub a {
    display: block; padding: 10px 0 10px 14px; font-family: var(--sans); font-size: 15px;
    color: var(--body); border-left: 2px solid rgba(46,108,89,.15); margin-left: 4px;
    transition: color .2s ease, border-color .2s ease, padding-left .2s ease;
  }
  .mm-sub a:hover { color: #2E6C59; border-color: #2E6C59; padding-left: 18px; }
  .mm-sub a:last-child { padding-bottom: 18px; }
  .mm-link {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 4px; border-bottom: 1px solid rgba(17,17,17,.07);
    font-family: var(--serif); font-size: 22px; color: var(--ink);
    transition: color .2s ease, padding-left .25s ease;
  }
  .mm-link::after {
    content: "→"; font-family: var(--sans); font-size: 16px; color: #2E6C59;
    opacity: 0; transform: translateX(-6px); transition: opacity .2s ease, transform .2s ease;
  }
  .mm-link:hover { color: #2E6C59; padding-left: 8px; }
  .mm-link:hover::after { opacity: 1; transform: translateX(0); }
  .mm-nav .mm-link:last-child { border-bottom: 0; }
  .mm-foot {
    flex: 0 0 auto; padding: 20px 24px calc(22px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(17,17,17,.07);
    background: #fff;
  }
  .mm-call {
    display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
    padding: 17px; background: #2E6C59; color: #fff; font-family: var(--sans);
    font-weight: 700; font-size: 16px; border-radius: 10px; letter-spacing: .02em;
    box-shadow: 0 8px 20px -8px rgba(46,108,89,.6);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
  }
  .mm-call svg { width: 18px; height: 18px; }
  .mm-call:hover { background: #245747; transform: translateY(-1px); box-shadow: 0 12px 24px -8px rgba(46,108,89,.7); }
  .mm-foot-row { display: flex; gap: 10px; margin-top: 10px; }
  .mm-alt {
    flex: 1; text-align: center; padding: 14px; border: 1px solid rgba(17,17,17,.14);
    border-radius: 10px; font-family: var(--sans); font-weight: 600; font-size: 15px;
    color: var(--ink); background: #fff;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
  }
  .mm-alt:hover { border-color: #2E6C59; color: #2E6C59; }
  .mm-wa { color: #1a8f48; border-color: rgba(31,168,85,.35); }
  .mm-wa:hover { background: rgba(31,168,85,.06); border-color: #1a8f48; color: #1a8f48; }
  .mm-note { display: block; text-align: center; margin-top: 14px; font-size: 12.5px; color: #8A8A8A; letter-spacing: .04em; text-transform: uppercase; }
}

@media (max-width: 560px) {
  .container, .container-tight, .header-inner, .hero-top .container, .trust-strip .container, .quote-band .qb-inner { padding-left: 20px; padding-right: 20px; }
  .header-inner { height: 74px; }
  .brand .bmark { font-size: 23px; }
  .brand .bsub { font-size: 8px; letter-spacing: .28em; }
  .hf-inner { padding: 106px 20px 40px; }
  .hf-title { font-size: 60px; }
  .hf-form { padding: 26px; }
  .svc-grid { grid-template-columns: 1fr; gap: 30px; }
  .stat b { font-size: 42px; }
  .review blockquote { font-size: 20px; }
  .qb-form { padding: 28px; }
  .foot-top { grid-template-columns: 1fr; }
  .foot-brand { grid-column: auto; }
  .proc-grid { grid-template-columns: 1fr; }
  .proc-step, .proc-step:nth-child(2), .proc-step:nth-child(4) { border-left: 0; padding-left: 0; }
  .proc-step:nth-child(n+2) { border-top: 1px solid var(--line); }
  .stat:nth-child(n) { border-left: 0; padding-left: 0; }
  .stat:nth-child(n+2) { border-top: 1px solid var(--line); margin-top: 26px; padding-top: 26px; }
  .subfooter { flex-direction: column; align-items: flex-start; }
}


/* ================= round 2 (Liam notes 15 Jul pm) ================= */
/* Switzer display test */
:root { --display: 'Switzer', 'Archivo', sans-serif; }
.hf-title, .h-sec { font-family: var(--display); font-weight: 700; letter-spacing: -0.03em; }
.hf-title { line-height: .98; }
.h-sec em, .hf-title em { font-family: var(--display); font-style: normal; }

/* hero crossfade (calm: slow, no controls) */
.hf-slides { position: absolute; inset: 0; }
.hf-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: hfFade 21s infinite; }
.hf-bg.s1 { animation-delay: 0s; }
.hf-bg.s2 { animation-delay: 7s; }
.hf-bg.s3 { animation-delay: 14s; }
@keyframes hfFade {
    0% { opacity: 0; }
    4% { opacity: 1; }
    33.3% { opacity: 1; }
    38% { opacity: 0; }
    100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .hf-bg { animation: none; } .hf-bg.s1 { opacity: 1; } }

/* hero bottom: no strip; give image room then panel overlaps */
.hero-full { padding-bottom: 120px; }

/* dark rounded panel rising into the hero (reference mechanism) */
.reviews-dark {
    position: relative; z-index: 5;
    background: #151515;
    border-radius: 44px 44px 0 0;
    margin-top: -84px;
    padding: 0 0 84px;
}
.reviews-dark .container { padding-top: 44px; }
.reviews-dark .h-sec { color: #fff; }
.reviews-dark .review blockquote { color: rgba(255,255,255,.92); }
.reviews-dark .r-name { color: rgba(255,255,255,.85); }
.reviews-dark .r-src { color: rgba(255,255,255,.5); }
.reviews-dark .review { border-color: rgba(255,255,255,.14); background: none; }

/* trust row */
.trust-row {
    display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
    gap: 22px;
    padding-bottom: 38px; margin-bottom: 44px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.tr-google { display: flex; align-items: center; gap: 13px; }
.g-badge { flex: 0 0 auto; }
.tr-text { display: flex; flex-direction: column; line-height: 1.25; }
.tr-stars { color: #F5B301; font-size: 15px; letter-spacing: 2.5px; }
.tr-label { color: #fff; font-weight: 600; font-size: 14.5px; }
.tr-div { width: 1px; height: 30px; background: rgba(255,255,255,.18); }
.tr-fact { color: rgba(255,255,255,.75); font-size: 13.5px; letter-spacing: .03em; }
@media (max-width: 700px) {
    .trust-row { flex-direction: column; gap: 12px; }
    .tr-div { width: 44px; height: 1px; }
    .reviews-dark { border-radius: 26px 26px 0 0; margin-top: -56px; }
}


/* elfsight widget in the dark panel */
.elfsight-wrap { min-height: 320px; }


/* elfsight polish: title/legibility on dark, breathing room at panel top */
.reviews-dark .container { padding-top: 64px; }
.elfsight-wrap { color: #fff; }
.elfsight-wrap [class*="Title"], .elfsight-wrap [class*="title"] { color: #fff !important; }




/* ============ hero round 3: grotesk + 5-second clarity + spacing ============ */
:root { --display: 'Cabinet Grotesk', 'Switzer', sans-serif; }
.hf-title, .h-sec { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; }
.hf-title { font-size: clamp(52px, 7.6vw, 116px); line-height: .97; margin: 0 0 22px; }

.hf-what {
    color: rgba(255,255,255,.94);
    font-size: clamp(17px, 1.5vw, 22px);
    font-weight: 500;
    letter-spacing: .002em;
    margin: 0 0 34px;
    text-shadow: 0 1px 16px rgba(0,0,0,.4);
}

.hf-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.btn-cta {
    background: #fff; color: #141414 !important; border: 1px solid #fff;
    font-weight: 700;
}
.btn-cta:hover { background: transparent; color: #fff !important; }

.hf-trust {
    display: flex; align-items: center; flex-wrap: wrap; gap: 14px;
    color: rgba(255,255,255,.85);
    font-size: 13.5px; font-weight: 500; letter-spacing: .02em;
}
.hf-trust .ht-stars { color: #F5B301; letter-spacing: 2px; font-size: 12.5px; margin-right: 5px; }
.hf-trust .ht-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.45); }

/* spacing discipline: one vertical rhythm, columns truly centred */
.hero-full { display: flex; align-items: center; }
.hf-inner { width: 100%; padding-top: 40px; padding-bottom: 110px; }
.hf-grid { align-items: center; gap: 56px; }
.hf-form { align-self: center; }

@media (max-width: 959px) {
    .hf-title { font-size: clamp(44px, 11.5vw, 64px); }
    .hf-what { font-size: 16.5px; margin-bottom: 26px; }
    .hf-actions .btn { flex: 1 1 100%; text-align: center; }
    .hf-trust { gap: 10px; font-size: 12.5px; }
    .hf-inner { padding-bottom: 90px; }
}

/* CTA hierarchy: quote solid white, call ghost */
.hf-actions .btn-light {
    background: transparent; color: #fff !important;
    border: 1px solid rgba(255,255,255,.75);
}
.hf-actions .btn-light:hover { background: #fff; color: #141414 !important; }


/* ============ about: layered composition + pull quote ============ */
.about-photos { position: relative; padding-bottom: 90px; }
.ap-main { margin: 0; position: relative; }
.ap-main img { width: 88%; display: block; }
.ap-offset {
    margin: 0; position: absolute;
    right: 0; bottom: 0;
    width: 52%;
    box-shadow: 0 24px 60px rgba(17,17,17,.18);
}
.ap-offset img { width: 100%; display: block; border: 6px solid #fff; box-sizing: border-box; }
.ap-main .stamp { position: absolute; left: 22px; bottom: -34px; }

.about-pull {
    font-family: 'Zodiak', Georgia, serif;
    font-size: clamp(21px, 1.9vw, 27px);
    line-height: 1.4;
    color: #1A1A1A;
    border-left: 3px solid #C89B4B;
    padding: 4px 0 4px 22px;
    margin: 28px 0;
}
@media (max-width: 959px) {
    .about-photos { padding-bottom: 70px; }
    .ap-offset { width: 60%; }
    .about-pull { margin: 22px 0; }
}


/* ============ services: featured editorial grid ============ */
.services { padding-top: 110px; }
.svc-feat-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
    margin-bottom: 28px;
}
.svc-feat figure, .svc-side figure, .svc-item figure { margin: 0; overflow: hidden; }
.svc-feat img, .svc-side img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.svc-feat { display: flex; flex-direction: column; }
.svc-feat figure { aspect-ratio: 15 / 8.4; }
.svc-side { display: flex; flex-direction: column; }
.svc-side figure { flex: 1; min-height: 0; }
.svc-feat:hover img, .svc-side:hover img, .svc-item:hover img { transform: scale(1.04); }

.sf-cap {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 18px;
    padding: 20px 0 0;
    border-top: 1px solid rgba(17,17,17,.16);
    margin-top: 20px;
}
.sf-cap h3 { font-family: var(--display); font-weight: 800; font-size: 24px; letter-spacing: -0.01em; margin: 0 0 6px; color: #141414; }
.sf-cap p { margin: 0; font-size: 15px; color: #5A5A5A; max-width: 46ch; }
.sf-arrow {
    flex: 0 0 auto;
    font-size: 26px; line-height: 1; color: #141414;
    transition: transform .3s ease;
    margin-top: 4px;
}
.svc-feat:hover .sf-arrow, .svc-side:hover .sf-arrow { transform: translateX(6px); }

.svc-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    padding-top: 28px;
}
.svc-item figure { aspect-ratio: 9 / 6.4; }
.svc-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.svc-item h3 { font-family: var(--display); font-weight: 800; font-size: 18.5px; letter-spacing: -0.005em; margin: 16px 0 6px; color: #141414; }
.svc-item p { margin: 0; font-size: 14px; line-height: 1.55; color: #5A5A5A; }

@media (max-width: 1020px) {
    .svc-feat-row { grid-template-columns: 1fr; }
    .svc-side figure { aspect-ratio: 15 / 8; }
    .svc-line { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
    .svc-line { grid-template-columns: 1fr; }
    .services { padding-top: 76px; }
}

@media (max-width: 820px) {
    .services .svc-head { display: block; }
    .svc-head .lead { max-width: none; margin-top: 16px; }
}


/* ============ services round 2: stacked head + overlay tiles ============ */
.svc-head2 { margin-bottom: 52px; }
.svc-head2 .h-sec { margin: 0 0 16px; max-width: 21ch; }
.svc-head2 .lead { margin: 0; max-width: 58ch; }

.svc-mosaic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
.svc-tile {
    position: relative; display: block; overflow: hidden;
    grid-column: span 3;
    aspect-ratio: 3 / 3.4;
}
.svc-tile.t-wide { grid-column: span 8; aspect-ratio: auto; }
.svc-tile.t-tall { grid-column: span 4; aspect-ratio: auto; }
.svc-tile img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; transition: transform .55s ease;
}
.svc-tile:hover img { transform: scale(1.045); }
.st-scrim {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(8,8,8,.78) 0%, rgba(8,8,8,.30) 34%, rgba(8,8,8,0) 58%);
}
.st-cap {
    position: absolute; left: 0; right: 0; bottom: 0;
    display: flex; align-items: flex-end; justify-content: space-between; gap: 14px;
    padding: 22px 24px;
}
.st-cap h3 {
    font-family: var(--display); font-weight: 800;
    font-size: 24px; letter-spacing: -0.01em;
    color: #fff; margin: 0 0 5px;
}
.st-cap p { margin: 0; color: rgba(255,255,255,.82); font-size: 13.5px; line-height: 1.5; max-width: 46ch; }
.st-arrow {
    flex: 0 0 auto; color: #fff; font-size: 24px; line-height: 1;
    opacity: 0; transform: translateX(-8px);
    transition: opacity .3s ease, transform .3s ease;
}
.svc-tile:hover .st-arrow { opacity: 1; transform: translateX(0); }
.svc-tile.t-wide .st-cap h3 { font-size: 30px; }

/* rows 1: wide+tall share height via implicit row; rows 2: four tiles */
.svc-tile.t-wide, .svc-tile.t-tall { min-height: 400px; }

@media (max-width: 1020px) {
    .svc-tile.t-wide { grid-column: span 12; min-height: 320px; }
    .svc-tile.t-tall { grid-column: span 6; min-height: 300px; }
    .svc-tile { grid-column: span 6; }
}
@media (max-width: 620px) {
    .svc-mosaic { gap: 16px; }
    .svc-tile, .svc-tile.t-tall { grid-column: span 12; aspect-ratio: 3 / 2.1; min-height: 0; }
    .svc-tile.t-wide { min-height: 0; aspect-ratio: 3 / 2.2; }
    .st-cap { padding: 16px 18px; }
    .st-cap h3 { font-size: 21px; }
    .st-arrow { opacity: 1; transform: none; }
}


/* services head: centered stack */
.svc-head3 { text-align: center; margin-bottom: 56px; }
.svc-head3 .h-sec { margin: 0 0 12px; }
.svc-sub {
    font-family: 'Zodiak', Georgia, serif;
    font-size: clamp(19px, 1.8vw, 25px);
    color: #1A1A1A;
    margin: 0 0 10px;
}
.svc-head3 .lead { margin: 0 auto; max-width: 52ch; font-size: 15.5px; color: #6A6A6A; }


/* services head: two committed lines */
.svc-head3 { margin-bottom: 60px; }
.svc-head3 .h-sec { margin: 0 0 14px; }
.svc-sub {
    font-size: clamp(23px, 2.5vw, 34px) !important;
    color: #141414 !important;
    line-height: 1.28;
    max-width: 34ch;
    margin: 0 auto !important;
}


/* simple tile captions: title + arrow only */
.st-cap { align-items: center; }
.st-cap h3 { margin: 0; }


/* ============ about: white, half-bleed editorial ============ */
.about { background: #FFFFFF !important; padding: 0 0 96px; }
/* about: full-width heading + lead running across, then the image/copy split */
.about-head { max-width: 1240px; margin: 0 auto; padding: 96px 40px 46px; }
.about-eyebrow { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #2E6C59; display: block; margin-bottom: 14px; }
.about-head .h-sec { margin: 0 0 20px; }
.about-intro { font-family: 'Zodiak', Georgia, serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.5; color: #3F3F3F; max-width: 58ch; margin: 0; }
@media (max-width: 900px) { .about-head { padding: 64px 28px 30px; } }
.about-bleed {
    display: grid;
    grid-template-columns: minmax(0, 44vw) 1fr;
    gap: clamp(56px, 6vw, 120px);
    align-items: center;
    margin-bottom: 84px;
}
.ab-media { margin: 0; height: 100%; min-height: 560px; max-height: 720px; }
.ab-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ab-copy { max-width: 560px; padding: 72px 24px 72px clamp(8px, 2vw, 40px); }
.ab-copy .h-sec { margin: 0 0 26px; }
.ab-copy p { margin: 0 0 18px; color: #4A4A4A; font-size: 16px; line-height: 1.7; }
.ab-quote {
    font-family: 'Zodiak', Georgia, serif;
    font-size: clamp(21px, 1.8vw, 26px) !important;
    line-height: 1.42 !important;
    color: #141414 !important;
    margin: 26px 0 !important;
}
.about-signoff { margin-top: 30px; }
.about-signoff b {
    display: block;
    font-family: 'Zodiak', Georgia, serif;
    font-weight: 700; font-size: 26px; color: #141414;
}
.about-signoff span { font-size: 13px; color: #8A8A8A; letter-spacing: .02em; }

.about .stat-row { border-top: 1px solid rgba(17,17,17,.14); padding-top: 44px; }

@media (max-width: 959px) {
    .about-bleed { grid-template-columns: 1fr; gap: 0; margin-bottom: 60px; }
    .ab-media { min-height: 0; max-height: none; aspect-ratio: 3 / 2.1; }
    .ab-copy { padding: 40px 20px 0; max-width: none; }
    .about { padding-bottom: 72px; }
}


/* about round 2: smaller image, charcoal stat band */
.about-bleed { grid-template-columns: minmax(0, 38vw) 1fr; margin-bottom: 0; }
.ab-media { min-height: 440px; max-height: 560px; }
.about { padding-bottom: 0 !important; }

.stat-band { background: #151515; margin-top: 84px; }
.stat-band-row {
    display: grid; grid-template-columns: repeat(4, 1fr);
    padding-top: 52px; padding-bottom: 52px;
    gap: 36px;
}
.stat-band .stat { border: 0; padding: 0 28px 0 0; }
.stat-band .stat + .stat { border-left: 1px solid rgba(255,255,255,.14); padding-left: 36px; }
.stat-band .stat b {
    display: block;
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(38px, 3.4vw, 52px);
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}
.stat-band .stat b small { font-size: .5em; font-weight: 800; vertical-align: baseline; }
.stat-band .stat span {
    font-size: 13.5px; line-height: 1.5;
    color: rgba(255,255,255,.72);
    display: block; max-width: 24ch;
}
@media (max-width: 900px) {
    .stat-band-row { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
    .stat-band .stat + .stat { border-left: 0; padding-left: 0; }
    .stat-band .stat:nth-child(even) { border-left: 1px solid rgba(255,255,255,.14); padding-left: 24px; }
    .stat-band { margin-top: 56px; }
}


/* stats as boxes */
.stat-boxes {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 84px;
    padding-bottom: 96px;
}
.stat-box {
    background: #151515;
    border-radius: 16px;
    padding: 36px 30px;
}
.stat-box b {
    display: block;
    font-family: var(--display); font-weight: 800;
    font-size: clamp(36px, 3vw, 50px);
    letter-spacing: -0.02em;
    color: #fff; line-height: 1;
    margin-bottom: 12px;
}
.stat-box b small { font-size: .5em; font-weight: 800; }
.stat-box span { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.72); display: block; }
@media (max-width: 900px) {
    .stat-boxes { grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 56px; padding-bottom: 64px; }
    .stat-box { padding: 26px 22px; }
}


/* projects: pure white per hard rule (cream/off-white banned) */
.projects { background: #FFFFFF !important; }


/* ============ services round 5: full-viewport sticky stack ============ */
.services { padding-bottom: 0 !important; }
.svc-stack { position: relative; }
.svc-panel {
    position: sticky; top: 0;
    display: block; height: 100vh; height: 100svh;
    overflow: hidden;
}
.svc-panel img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
}
.sp-scrim {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(8,8,8,.74) 0%, rgba(8,8,8,.26) 30%, rgba(8,8,8,0) 56%);
}
.sp-cap {
    position: absolute; left: 0; right: 0; bottom: 0;
    display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;
    padding: clamp(28px, 4.5vh, 60px) clamp(20px, 4vw, 64px);
}
.sp-cap h3 {
    font-family: var(--display); font-weight: 800;
    color: #fff; margin: 0;
    font-size: clamp(36px, 4.8vw, 76px);
    letter-spacing: -0.015em; line-height: 1.02;
}
.sp-arrow {
    color: #fff; font-size: clamp(28px, 3vw, 46px); line-height: 1;
    flex: 0 0 auto;
    transform: translateX(-8px); opacity: .8;
    transition: transform .35s ease, opacity .35s ease;
    padding-bottom: .35em;
}
.svc-panel:hover .sp-arrow { transform: translateX(0); opacity: 1; }
@media (max-width: 620px) {
    .sp-cap { padding: 26px 20px 88px; }
    .sp-cap h3 { font-size: clamp(30px, 8.6vw, 40px); }
    .sp-arrow { display: none; }
}


/* ============ services round 6: normal-flow bands, learn-more, bigger arrow ============ */
.svc-panel {
    position: relative;
    top: auto;
    height: clamp(440px, 64vh, 640px);
}
.sp-cap h3 { font-size: clamp(32px, 3.9vw, 58px); }
.sp-text { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.sp-more {
    display: inline-block;
    padding: 13px 30px;
    border: 1px solid rgba(255,255,255,.6);
    color: #fff;
    font-size: 14px; font-weight: 600; letter-spacing: .05em;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.svc-panel:hover .sp-more { background: #fff; border-color: #fff; color: #141414; }
.sp-arrow {
    font-size: clamp(44px, 4.2vw, 68px);
    opacity: .9;
    padding-bottom: .18em;
}
@media (max-width: 620px) {
    .svc-panel { height: clamp(380px, 58vh, 560px); }
    .sp-cap { padding: 26px 20px 30px; }
    .sp-text { gap: 15px; }
    .sp-more { padding: 11px 24px; font-size: 13px; }
}


/* ============ about stats: bigger + clearer ============ */
.stat-boxes { gap: 22px; }
.stat-box { padding: 42px 36px 38px; border-radius: 18px; text-align: left; }
.stat-box b {
    display: block;
    font-size: clamp(54px, 4.8vw, 82px) !important;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}
.stat-box b small { font-size: .48em; font-weight: 800; vertical-align: .22em; margin-left: 2px; }
.stat-box strong {
    display: block;
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(17px, 1.3vw, 21px);
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -0.005em;
}
.stat-box span {
    display: block;
    font-size: 14.5px;
    color: #A8A8A8;
    line-height: 1.5;
}
@media (max-width: 960px) {
    .stat-boxes { grid-template-columns: 1fr 1fr; gap: 14px; }
    .stat-box { padding: 30px 26px 28px; }
    .stat-box b { margin-bottom: 12px; }
}
@media (max-width: 480px) {
    .stat-boxes { grid-template-columns: 1fr 1fr; }
    .stat-box { padding: 24px 20px 22px; }
}

/* ============ projects carousel ============ */
.proj-carousel { position: relative; }
.pc-frame {
    position: relative;
    aspect-ratio: 16 / 8;
    overflow: hidden;
    border-radius: 3px;
}
.pc-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .65s ease; pointer-events: none; }
.pc-slide.is-active { opacity: 1; pointer-events: auto; }
.pc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pc-slide .proj-cap h3 { font-size: clamp(26px, 2.6vw, 40px); }
.pc-btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    z-index: 5;
    width: 56px; height: 56px; border-radius: 50%;
    background: rgba(12,12,12,.38);
    border: 1px solid rgba(255,255,255,.55);
    color: #fff; font-size: 22px; line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: background .25s ease, border-color .25s ease;
}
.pc-btn:hover { background: #fff; border-color: #fff; color: #141414; }
.pc-prev { left: 22px; }
.pc-next { right: 22px; }
.pc-dots { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.pc-dot {
    width: 9px; height: 9px; border-radius: 50%;
    border: 0; padding: 0; cursor: pointer;
    background: rgba(17,17,17,.22);
    transition: background .25s ease, transform .25s ease;
}
.pc-dot.is-active { background: #141414; transform: scale(1.25); }
@media (max-width: 720px) {
    .pc-frame { aspect-ratio: 4 / 3.4; }
    .pc-btn { width: 44px; height: 44px; font-size: 18px; }
    .pc-prev { left: 12px; }
    .pc-next { right: 12px; }
}


/* ============ cta band + extra ctas + no section hairlines ============ */
.about, .projects { border-top: 0 !important; border-bottom: 0 !important; }

.cta-band { background: #151515; padding: 68px 0; }
.cb-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-band h2 {
    font-family: var(--display); font-weight: 800;
    color: #fff; margin: 0;
    font-size: clamp(28px, 3vw, 46px);
    letter-spacing: -0.015em; line-height: 1.08;
    max-width: 22ch;
}
.cb-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cb-quote, .cb-call {
    display: inline-block; padding: 17px 36px;
    font-size: 15px; font-weight: 700; letter-spacing: .03em;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.cb-quote { background: #fff; color: #141414; border: 1px solid #fff; }
.cb-quote:hover { background: transparent; color: #fff; }
.cb-call { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.cb-call:hover { background: #fff; border-color: #fff; color: #141414; }

.btn-dark {
    display: inline-block; padding: 16px 34px;
    background: #141414; color: #fff;
    font-size: 15px; font-weight: 700; letter-spacing: .03em;
    border: 1px solid #141414;
    transition: background .25s ease, color .25s ease;
}
.btn-dark:hover { background: transparent; color: #141414; }

.ab-cta { margin-top: 34px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.ab-phone { font-weight: 600; color: #141414; text-decoration: underline; text-underline-offset: 4px; }
.ab-phone:hover { color: #555; }

.proj-cta { text-align: center; margin-top: 34px; }

@media (max-width: 720px) {
    .cta-band { padding: 52px 0; }
    .cb-inner { flex-direction: column; align-items: flex-start; gap: 26px; }
    .cb-quote, .cb-call { padding: 15px 28px; }
}


/* =====================================================================
   CONSISTENCY PASS (full-page sweep)
   ===================================================================== */

/* 1) ONE BLACK everywhere */
.hero-full, .quote-band, .site-footer { background: #151515 !important; }
.btn-dark { background: #151515; border-color: #151515; }
.stat-box { background: #151515; }

/* 2) ONE RHYTHM: sections 120, bands 84 */
.services { padding-top: 120px !important; }
.cta-band { padding: 84px 0 !important; }
.about { padding-bottom: 120px !important; }
.about .stat-boxes { padding-bottom: 0 !important; margin-top: 84px; }
.projects { padding: 120px 0 !important; }
.process { padding: 120px 0 !important; }
.site-footer { padding-top: 120px !important; }

/* 3) ONE HEAD SYSTEM: centered title + serif sub on full-width sections */
.proj-head { display: block !important; text-align: center; margin-bottom: 56px; }
.proj-head .h-sec { margin: 0 auto; max-width: none; }
.proj-head .lead {
    font-family: 'Zodiak', Georgia, serif !important;
    font-size: clamp(20px, 1.9vw, 28px) !important;
    line-height: 1.4 !important;
    color: #3F3F3F !important;
    max-width: 34ch !important;
    margin: 18px auto 0 !important;
}
.proc-sub {
    font-family: 'Zodiak', Georgia, serif;
    font-size: clamp(20px, 1.9vw, 28px);
    color: #3F3F3F;
    margin: 18px auto 0;
    text-align: center;
}
.h-sec { text-wrap: balance; }

/* 9) EDITORIAL TITLE SCALE */
.h-sec { font-size: clamp(44px, 4.9vw, 74px) !important; }
.cta-band h2 { font-size: clamp(28px, 3vw, 46px) !important; }

/* 4) ONE OVERLAY CAPTION FONT (carousel matches service bands) */
.pc-slide .proj-cap h3 {
    font-family: var(--display) !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em;
}

/* 5) ONE BUTTON SYSTEM: primary 16/34, small 12/28 */
.cb-quote, .cb-call, .btn-dark { padding: 16px 34px; font-size: 15px; font-weight: 700; letter-spacing: .03em; }
.sp-more { padding: 12px 28px; font-size: 13.5px; }

/* 6) RADIUS LANGUAGE: photos 3, dark cards 16, reviews panel keeps 44 */
.stat-box { border-radius: 16px !important; }

/* 12) PROCESS: numerals in the display voice */
.proc-num {
    font-family: var(--display) !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    letter-spacing: -0.01em !important;
    color: #151515 !important;
}


/* =====================================================================
   MOBILE PASS
   ===================================================================== */

/* kill horizontal overflow (offscreen mobile menu + about bleed) */
html, body { overflow-x: clip; }

/* header: logo + wordmark */
.brand { display: flex; align-items: center; gap: 12px; }
.blogo { height: 44px; width: auto; display: block; }
/* light logo over dark hero (transparent header); dark logo once header solidifies */
.blogo-dark { display: none; }
.site-header.solid .blogo-light { display: none; }
.site-header.solid .blogo-dark { display: block; }
@media (max-width: 620px) { .blogo { height: 38px; } }

/* sticky bar: 3 equal segments */
.mobile-call-bar { display: none; }
@media (max-width: 959px) {
    .mobile-call-bar {
        display: grid; grid-template-columns: 1fr 1.15fr 1fr;
        position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
    }
    .mobile-call-bar a {
        display: flex; align-items: center; justify-content: center;
        padding: 17px 6px;
        font-size: 15px; font-weight: 700; letter-spacing: .02em;
        text-align: center;
    }
    .mcb-call { background: #151515; color: #fff; }
    .mcb-wa { background: #1FA855; color: #fff; }
    .mcb-quote { background: #fff; color: #141414; border-top: 1px solid rgba(17,17,17,.15); }
}

/* CTA band: strong + centered on mobile */
@media (max-width: 720px) {
    .cb-inner { align-items: center; text-align: center; }
    .cta-band h2 { font-size: clamp(30px, 8.4vw, 38px) !important; max-width: none; }
    .cb-actions { width: 100%; flex-direction: column; }
    .cb-quote, .cb-call { width: 100%; text-align: center; padding: 17px 20px; }
}

/* About: clean single-column mobile */
@media (max-width: 959px) {
    .about-bleed { display: block !important; margin-bottom: 44px !important; }
    .ab-media { width: 100%; aspect-ratio: 4 / 3; min-height: 0 !important; max-height: none !important; }
    .ab-media img { width: 100%; height: 100%; object-fit: cover; }
    .ab-copy { padding: 34px 20px 0 !important; max-width: none !important; }
    .ab-copy .h-sec { font-size: clamp(34px, 9vw, 40px) !important; }
    .ab-quote { font-size: 19px !important; }
    .ab-cta { gap: 14px; }
    .ab-cta .btn-dark { flex: 1 1 auto; text-align: center; }
    .about { padding-bottom: 76px !important; }
    .about .stat-boxes { margin-top: 44px; }
    .stat-box b { font-size: 42px !important; margin-bottom: 10px; }
    .stat-box strong { font-size: 15.5px; }
    .stat-box span { font-size: 12.5px; }
}

/* quote-band form: liquid glass to match the hero form */
.qb-form {
    background: rgba(14, 14, 14, .45) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .25) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.qb-form h3 { color: #fff !important; }
.qb-form .qf-sub { color: rgba(255,255,255,.72) !important; }
.qb-form label { color: rgba(255,255,255,.78) !important; }
.qb-form input, .qb-form select {
    background: rgba(255,255,255,.1) !important;
    border: 1px solid rgba(255,255,255,.32) !important;
    color: #fff !important;
}
.qb-form input::placeholder { color: rgba(255,255,255,.55) !important; }
.qb-form select { color: rgba(255,255,255,.85) !important; }
.qb-form .btn-solid { background: #fff !important; border-color: #fff !important; color: #141414 !important; }
.qb-form .btn-solid:hover { background: rgba(255,255,255,.85) !important; }
.qb-form .qf-foot { color: rgba(255,255,255,.6) !important; }


/* header logo: white over hero (transparent header), dark once solid */
.site-header:not(.solid) .blogo { filter: brightness(0) invert(1); }
@media (max-width: 620px) {
    .blogo { height: 32px; }
    .brand { gap: 9px; }
    .brand .bmark { font-size: 19px; }
    .brand .bsub { display: none; }
}


/* header brand: fit mark + wordmark beside nav on desktop */
.brand { flex: 0 0 auto; }
.blogo { height: 36px; }
.brand .bmark { font-size: 24px; }
@media (min-width: 621px) and (max-width: 1279px) { .brand .bsub { display: none; } .blogo { height: 32px; } }
@media (max-width: 620px) { .blogo { height: 30px; } }


/* =====================================================================
   MOBILE REBUILD
   ===================================================================== */

/* the 8px white frame around everything = UA body margin */
body { margin: 0 !important; }
picture { display: contents; }

@media (max-width: 767px) {

    /* ---- hero: full-image first screen, copy at the bottom ---- */
    .hero-full {
        padding: 0 !important;
        min-height: 100svh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: stretch;
    }
    .hf-inner { width: 100%; padding: 0 20px 72px; }
    .hf-grid { display: block; }
    .hf-copy { padding: 0; }
    .hf-title { font-size: clamp(44px, 12.6vw, 54px); margin-bottom: 18px; }
    .hf-what { font-size: 17px; margin-bottom: 24px; }
    .hf-actions { display: flex; flex-direction: column; gap: 10px; }
    .hf-actions .btn { width: 100%; text-align: center; }
    .hf-trust { margin-top: 22px; }

    /* form relocated below hero by JS into its own dark band */
    .hero-form-band { background: #151515; padding: 64px 20px 72px; }
    .hero-form-band .hf-form {
        position: static;
        max-width: none;
        background: rgba(255,255,255,.05);
        backdrop-filter: none;
        border: 1px solid rgba(255,255,255,.16);
    }

    /* reviews: no hero overlap on mobile, gentler radius */
    .reviews-dark { margin-top: 0 !important; border-radius: 0 !important; }
    .reviews-dark .container { padding-top: 56px; }

    /* ---- mobile rhythm: 72 sections, 56 bands ---- */
    .services { padding-top: 72px !important; }
    .cta-band { padding: 56px 0 !important; }
    .about { padding-bottom: 72px !important; }
    .projects { padding: 72px 0 !important; }
    .process { padding: 72px 0 !important; }
    .site-footer { padding-top: 72px !important; }
    .h-sec { font-size: clamp(32px, 8.8vw, 38px) !important; }
    .svc-sub, .proj-head .lead, .proc-sub { font-size: 18px !important; }
    .svc-head3 { margin-bottom: 40px; }
    .proj-head { margin-bottom: 34px; }
    .proc-head { margin-bottom: 40px !important; }
}

/* ---- sticky bar: slim glass, designed ---- */
@media (max-width: 959px) {
    body { padding-bottom: 54px; }
    .mobile-call-bar {
        grid-template-columns: 1.15fr 1.2fr 1fr;
        background: rgba(10, 10, 10, .93);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-top: 1px solid rgba(255,255,255,.14);
    }
    .mobile-call-bar a {
        background: none !important;
        color: #fff !important;
        border: 0 !important;
        padding: 16px 4px;
        font-size: 13.5px; font-weight: 600; letter-spacing: .01em;
        gap: 7px;
    }
    .mobile-call-bar a + a { border-left: 1px solid rgba(255,255,255,.13) !important; }
    .mcb-wa svg { color: #25D366; }
    .mcb-ar { font-size: 15px; line-height: 1; }
}


/* ============ notes round: wide process title ============ */
.process .proc-head { max-width: 1080px !important; }

/* ============ footer redesign ============ */
.ft-top {
    display: flex; align-items: center; justify-content: space-between;
    gap: 40px; flex-wrap: wrap;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(255,255,255,.13);
}
.ft-line {
    font-family: var(--display); font-weight: 800;
    color: #fff; margin: 0;
    font-size: clamp(38px, 4.4vw, 68px);
    letter-spacing: -0.015em; line-height: 1.02;
}
.ft-line em { font-style: normal; color: rgba(255,255,255,.45); }

.ft-mid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 48px;
    padding: 64px 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
}
.ft-mark { height: 54px; width: auto; display: block; margin-bottom: 22px; opacity: .95; }
.ft-brand .bmark { font-family: var(--serif); font-size: 28px; color: #fff; display: block; line-height: 1; }
.ft-brand .bmark em { font-style: normal; }
.ft-brand .bsub {
    font-family: var(--sans); font-size: 9.5px; font-weight: 600;
    letter-spacing: .32em; text-transform: uppercase;
    color: rgba(255,255,255,.55); margin-top: 7px; display: block;
}
.ft-brand p { color: rgba(255,255,255,.55); font-size: 14.5px; line-height: 1.65; margin: 18px 0 0; max-width: 34ch; }

.site-footer .foot-col h4 {
    font-family: var(--sans); font-size: 11px; font-weight: 700;
    letter-spacing: .18em; text-transform: uppercase;
    color: rgba(255,255,255,.55); margin: 0 0 18px;
}
.site-footer .foot-col h4.ft-h4-2 { margin-top: 28px; }
.site-footer .foot-col h4 a {
    display: inline; color: inherit; font: inherit; letter-spacing: inherit;
    text-transform: inherit; margin: 0; text-decoration: none;
}
.site-footer .foot-col h4 a:hover { color: rgba(255,255,255,.9); }
.site-footer .foot-col a, .site-footer .fc-line, .site-footer .fc-line a {
    display: block; color: rgba(255,255,255,.9);
    font-size: 15px; line-height: 1.5; text-decoration: none;
    margin-bottom: 10px;
    transition: color .2s ease;
}
.site-footer .foot-col a:hover, .site-footer .fc-line a:hover { color: #fff; }
.site-footer .fc-line a { margin-bottom: 0; display: inline; }
.fc-office { color: rgba(255,255,255,.55) !important; font-size: 14px !important; }

.subfooter {
    display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
    padding: 28px 0 34px;
    color: rgba(255,255,255,.4); font-size: 13px;
}

@media (max-width: 959px) {
    .ft-top { padding-bottom: 44px; }
    .ft-mid { grid-template-columns: 1fr 1fr; gap: 36px; padding: 44px 0; }
    .ft-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
    .ft-top { flex-direction: column; align-items: flex-start; gap: 26px; }
    .ft-mid { grid-template-columns: 1fr; gap: 34px; }
    .subfooter { flex-direction: column; gap: 8px; }
}


/* ============ notes round 3 ============ */

/* 1) header: display-font wordmark, smaller mark, burger on-screen */
.brand .bmark { font-family: var(--display) !important; font-weight: 800 !important; letter-spacing: -0.015em !important; font-size: 21px !important; }
.brand .bsub { letter-spacing: .24em !important; }
@media (max-width: 900px) {
    .header-cta { display: none !important; }
    .burger { flex: 0 0 auto; }
    .blogo { height: 24px !important; }
    .brand { gap: 8px !important; }
    .brand .bmark { font-size: 16.5px !important; }
    .header-inner { padding: 0 18px; }
}

/* 3) about auto crossfade */
.ab-fade { position: relative; overflow: hidden; }
.ab-fade .abf {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0; transition: opacity 1.1s ease;
}
.ab-fade .abf.is-on { opacity: 1; }
.ab-fade .abf:first-child { position: relative; } /* keeps the figure's height */

/* 5) footer: multi-column */
.ft-top {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 0.95fr 1.25fr;
    gap: clamp(26px, 3vw, 52px);
    padding-bottom: 54px;
    align-items: start;
}
.ft-brand { max-width: 42ch; }
.ft-brand .ft-logo { height: 46px; width: auto; display: block; opacity: 1; margin: 0 0 20px; }
.ft-tag { color: rgba(255,255,255,.68); font-size: 14.5px; line-height: 1.7; margin: 0; }

/* social: solid green circle, white glyph */
.ft-social { display: flex; gap: 12px; margin-top: 24px; }
.ft-social a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 50%;
    background: #2E6C59; color: #fff; border: 0;
    transition: background .2s ease, transform .2s ease;
}
.ft-social a svg { width: 18px; height: 18px; display: block; }
.ft-social a:hover { background: #245747; transform: translateY(-2px); }

/* contact lines: fixed-box green icon + text, cleanly aligned
   (scoped under .site-footer to beat the base `.foot-col a{display:block}` rule) */
.site-footer .ft-reach .fc-line { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; padding: 0; }
.site-footer .ft-reach .fc-line:last-child { margin-bottom: 0; }
.site-footer .ft-reach p.fc-line { align-items: flex-start; color: rgba(255,255,255,.5); font-size: 14px; }
.site-footer .ft-reach p.fc-line .fc-ic { margin-top: 1px; }
.site-footer .ft-reach .fc-ic {
    display: inline-flex; align-items: center; justify-content: center;
    width: 18px; height: 18px; flex: 0 0 18px; color: #2E6C59; padding: 0;
}
.site-footer .ft-reach .fc-ic svg { width: 16px; height: 16px; display: block; }
.site-footer .ft-reach .fc-line > span:last-child { line-height: 1.45; }

.ft-bar { border-top: 1px solid rgba(255,255,255,.12); }
.ft-bar-in {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; flex-wrap: wrap; padding: 24px 0 34px;
}
.ft-legal { color: rgba(255,255,255,.4); font-size: 12.5px; margin: 0; }
.ft-legal-links { display: flex; gap: 22px; }
.ft-legal-links a { color: rgba(255,255,255,.5); font-size: 12.5px; transition: color .2s ease; }
.ft-legal-links a:hover { color: #fff; }

@media (max-width: 860px) {
    .ft-top { grid-template-columns: 1fr 1fr; gap: 40px 36px; }
    .ft-brand { grid-column: 1 / -1; max-width: 48ch; margin-left: auto; margin-right: auto; text-align: center; }
    .ft-brand .ft-logo { margin-left: auto; margin-right: auto; }
    .ft-tag { margin-left: auto; margin-right: auto; text-align: center; }
    .ft-social { justify-content: center; }
}
@media (max-width: 560px) {
    /* clean centred mobile footer */
    .site-footer { text-align: center; }
    .ft-top { grid-template-columns: 1fr; gap: 34px; }
    .ft-brand { grid-column: 1 / -1; max-width: none; }
    .ft-brand .ft-logo { margin-left: auto; margin-right: auto; }
    .ft-tag { max-width: 42ch; margin-left: auto; margin-right: auto; }
    .ft-social { justify-content: center; margin-top: 20px; }
    .site-footer .foot-col h4 { text-align: center; }
    .site-footer .ft-reach .fc-line { justify-content: center; }
    .site-footer .ft-reach p.fc-line { align-items: center; }
    .ft-bar-in { flex-direction: column; align-items: center; text-align: center; gap: 10px; }
    .ft-legal-links { justify-content: center; }
}


/* ============ reviews fallback (Elfsight blocked) ============ */
.rv-fallback { padding: 8px 0 0; }
.rvf-head {
    text-align: center; color: #fff;
    font-family: var(--display); font-weight: 800; font-size: 21px;
    margin-bottom: 30px;
}
.rvf-stars { color: #F5B31E; letter-spacing: 2px; margin-right: 10px; }
.rvf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rvf-card { background: #fff; border-radius: 16px; padding: 26px 24px; }
.rvf-cstars { color: #F5B31E; font-size: 15px; letter-spacing: 2px; display: block; margin-bottom: 14px; }
.rvf-card p { color: #3A3A3A; font-size: 14.5px; line-height: 1.6; margin: 0 0 16px; }
.rvf-card b { display: block; color: #141414; font-size: 15px; }
.rvf-src { color: #8A8A8A; font-size: 12.5px; }
@media (max-width: 820px) { .rvf-grid { grid-template-columns: 1fr; } }


/* ============ James round 1 ============ */
/* full logo lockup in header: white over hero, dark once solid */
.blogo { height: 40px !important; }
.blogo-light { filter: drop-shadow(0 1px 10px rgba(0,0,0,.4)) !important; }
.blogo-dark { display: none; filter: none !important; }
.site-header.solid .blogo-light { display: none; }
.site-header.solid .blogo-dark { display: block; }
@media (max-width: 620px) {
    .blogo { height: 32px !important; }
}

/* footer lockup */
.ft-logo { height: 56px; width: auto; margin-bottom: 14px; opacity: .97; }
@media (max-width: 620px) { .ft-logo { height: 46px; } }


/* =====================================================================
   SERVICE PAGES
   ===================================================================== */
.sp-hero { position: relative; min-height: 68vh; display: flex; align-items: flex-end; overflow: hidden; background: #151515; }
.sp-hero picture, .sp-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sp-hero picture { display: contents; }
.sp-hero-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,8,.78) 0%, rgba(8,8,8,.32) 42%, rgba(8,8,8,.18) 100%); }
.sp-hero-inner { position: relative; z-index: 2; width: 100%; padding-top: 170px; padding-bottom: 64px; }
.crumb { font-size: 13px; font-weight: 600; letter-spacing: .04em; color: rgba(255,255,255,.66); margin-bottom: 18px; display: flex; gap: 10px; align-items: center; }
.crumb a { color: rgba(255,255,255,.66); }
.crumb a:hover { color: #fff; }
.crumb b { color: #fff; font-weight: 600; }
.sp-hero h1 {
    font-family: var(--display); font-weight: 800; color: #fff;
    font-size: clamp(42px, 5.6vw, 84px); letter-spacing: -0.02em; line-height: 1.02;
    margin: 0 0 16px; max-width: 14ch;
}
.sp-sub { color: rgba(255,255,255,.88); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.55; max-width: 52ch; margin: 0 0 26px; }
.sp-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.btn-white { display: inline-block; padding: 16px 34px; background: #fff; color: #141414; border: 1px solid #fff; font-size: 15px; font-weight: 700; letter-spacing: .03em; transition: background .25s, color .25s; }
.btn-white:hover { background: transparent; color: #fff; }
.btn-ghost { display: inline-block; padding: 16px 34px; border: 1px solid rgba(255,255,255,.55); color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .03em; transition: background .25s, color .25s, border-color .25s; }
.btn-ghost:hover { background: #fff; border-color: #fff; color: #141414; }

.sp-intro { padding: 110px 0; }
.sp-intro-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 5vw, 90px); align-items: center; }
.sp-intro-copy .h-sec { margin: 0 0 26px; }
.sp-intro-copy p { color: #4A4A4A; font-size: 16px; line-height: 1.7; margin: 0 0 18px; }
.sp-intro-media { margin: 0; }
.sp-intro-media img { width: 100%; height: auto; display: block; border-radius: 3px; }

.sp-includes { background: #151515; padding: 96px 0; }
.sp-includes .h-sec { color: #fff; text-align: center; margin: 0 0 52px; }
.sp-checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; max-width: 980px; margin: 0 auto; }
.sp-checks li { color: rgba(255,255,255,.88); font-size: 16.5px; line-height: 1.5; padding: 14px 0 14px 38px; position: relative; border-bottom: 1px solid rgba(255,255,255,.1); }
.sp-checks li::before { content: "✓"; position: absolute; left: 0; top: 13px; color: #2E6C59; font-weight: 700; font-size: 19px; }

.sp-photos { padding: 110px 0; }
.sp-photos .h-sec { text-align: center; margin: 0 0 48px; }
.sp-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ph-item { display: block; overflow: hidden; border-radius: 3px; }
.ph-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; aspect-ratio: 9/6.6; }
.ph-item:hover img { transform: scale(1.04); }

.sp-stats { padding: 0 0 110px; }

@media (max-width: 900px) {
    .sp-hero { min-height: 62svh; }
    .sp-hero-inner { padding-top: 130px; padding-bottom: 96px; }
    .sp-intro { padding: 72px 0; }
    .sp-intro-grid { grid-template-columns: 1fr; gap: 34px; }
    .sp-includes { padding: 64px 0; }
    .sp-checks { grid-template-columns: 1fr; gap: 4px; }
    .sp-photos { padding: 72px 0; }
    .sp-photo-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .sp-stats { padding-bottom: 72px; }
    .sp-actions { flex-direction: column; }
    .sp-actions a { text-align: center; }
}


/* ============ service pages v2: type hero + form ============ */
.sp-hero2 { background: #FFFFFF; padding: 172px 0 84px; }
.sp-hero2-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(40px, 5vw, 90px); align-items: center; }
.sp-hero2 .crumb { color: #8A8A8A; margin-bottom: 20px; }
.sp-hero2 .crumb a { color: #8A8A8A; }
.sp-hero2 .crumb a:hover { color: #141414; }
.sp-hero2 .crumb b { color: #141414; }
.sp-hero2 h1 {
    font-family: var(--display); font-weight: 800; color: #141414;
    font-size: clamp(44px, 5.4vw, 82px); letter-spacing: -0.02em; line-height: 1.0;
    margin: 0 0 20px;
}
.sp-hero2 .sp-sub { color: #4A4A4A; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.6; max-width: 50ch; margin: 0 0 26px; }
.sp-hero2 .hf-trust { margin: 0 0 22px; }
.sp-hero2 .ht-item { color: #4A4A4A; }
.sp-hero2 .ht-dot { background: rgba(17,17,17,.25); }
.sp-hero-call { display: inline-block; font-weight: 600; color: #141414; text-decoration: underline; text-underline-offset: 4px; }
.sp-hero-call:hover { color: #555; }

.sp-form {
    background: #151515; border-radius: 16px;
    padding: 34px 30px;
    display: flex; flex-direction: column; gap: 12px;
}
.sp-form h3 { color: #fff; font-family: var(--display); font-weight: 800; font-size: 24px; margin: 0; }
.sp-form .hf-form-sub { color: rgba(255,255,255,.66); font-size: 13px; margin: -4px 0 4px; }
.sp-form input, .sp-form select {
    font-family: var(--sans); font-size: 15px; padding: 13px 14px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.28);
    color: #fff; border-radius: 4px;
}
.sp-form input::placeholder { color: rgba(255,255,255,.6); }
.sp-form select { color: rgba(255,255,255,.85); }
.sp-form .btn-solid { background: #fff; color: #141414; border: 1px solid #fff; padding: 15px 20px; font-weight: 700; }
.sp-form .btn-solid:hover { background: rgba(255,255,255,.88); }

/* recent work carousel */
.sp-carousel { padding: 0 0 26px; }
.spc-frame { position: relative; aspect-ratio: 16 / 8; overflow: hidden; border-radius: 3px; }
.spc-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease; }
.spc-slide.is-on { opacity: 1; }
.spc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.spc-prev { left: 22px; } .spc-next { right: 22px; }
.spc-prev, .spc-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; }
.spc-dots { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
.spc-dot { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; cursor: pointer; background: rgba(17,17,17,.22); transition: background .25s, transform .25s; }
.spc-dot.is-on { background: #141414; transform: scale(1.25); }

/* includes CTA */
.sp-inc-cta { text-align: center; margin-top: 44px; }

/* why homeowners choose */
.sp-why { padding: 110px 0; }
.sp-why .h-sec { text-align: center; margin: 0 0 56px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; max-width: 1040px; margin: 0 auto; }
.why-item { padding: 30px 0; border-bottom: 1px solid rgba(17,17,17,.12); }
.why-item h3 { font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: -0.01em; color: #141414; margin: 0 0 8px; }
.why-item p { color: #4A4A4A; font-size: 15.5px; line-height: 1.6; margin: 0; }

@media (max-width: 900px) {
    .sp-hero2 { padding: 128px 0 56px; }
    .sp-hero2-grid { grid-template-columns: 1fr; gap: 34px; }
    .sp-hero2 h1 { font-size: clamp(38px, 10.4vw, 46px); }
    .spc-frame { aspect-ratio: 4 / 3; }
    .sp-why { padding: 72px 0; }
    .why-grid { grid-template-columns: 1fr; gap: 0; }
    .sp-inc-cta a { display: block; text-align: center; }
}


/* =====================================================================
   OPUS SERVICE PAGE PASS  (art-direction recompose, scoped to .svc-page)
   Kills the flat/assembled read: one oversized type moment, a full-bleed
   photo band, asymmetric two-columns, an image crossing the column edge,
   deliberate rhythm + tone shifts. Green (#2E6C59) as thin accents only.
   ===================================================================== */
.svc-page { --grn: #2E6C59; }

/* ---- decorative hairline accents (rules, never kicker labels) ---- */
.svc-page .sp-hrule { display:block; width:64px; height:3px; background: var(--grn); border-radius:2px; }
.svc-page .sp-hrule.green { background: var(--grn); }

/* ============ HERO: oversized type + elevated form that dips into the band ============ */
.svc-page .sp-hero2 { padding: 168px 0 46px; overflow: visible; }
.svc-page .sp-hero2-grid { grid-template-columns: 1.32fr 1fr; align-items: end; gap: clamp(40px, 5vw, 84px); }
.svc-page .sp-hero2 h1 {
    font-size: clamp(50px, 7.4vw, 112px);
    line-height: .93; letter-spacing: -0.03em; margin: 0 0 22px;
}
.svc-page .sp-hero2 .sp-hrule { margin: 0 0 24px; }
.svc-page .sp-hero2 .sp-sub { font-size: clamp(17px, 1.4vw, 20px); max-width: 46ch; margin: 0 0 24px; }
.svc-page .sp-hero2 .hf-trust { margin: 0 0 18px; }
.svc-page .sp-form {
    position: relative; z-index: 4;
    margin-bottom: -70px;
    box-shadow: 0 34px 72px rgba(10,10,10,.28);
    border: 1px solid rgba(255,255,255,.06);
}
.svc-page .sp-form h3 { font-size: 26px; }

/* ============ FULL-BLEED PHOTO BAND (recent work) ============ */
.svc-page .sp-carousel { padding: 0; }
.svc-page .sp-carousel .spc-frame {
    position: relative;
    width: 100vw; margin-left: calc(50% - 50vw);
    aspect-ratio: auto; height: 62vh; min-height: 480px; max-height: 700px;
    border-radius: 0; overflow: hidden;
}
.svc-page .spc-slide img { width: 100%; height: 100%; object-fit: cover; }
.svc-page .spc-scrim {
    position: absolute; inset: 0; z-index: 2; pointer-events: none;
    background: linear-gradient(to top, rgba(8,8,8,.80) 0%, rgba(8,8,8,.34) 38%, rgba(8,8,8,0) 64%);
}
.svc-page .spc-caption {
    position: absolute; left: clamp(20px, 5vw, 64px); bottom: clamp(30px, 5vh, 56px);
    z-index: 3; max-width: 30ch;
}
.svc-page .spc-kicker {
    display: inline-block; font-family: var(--serif); font-size: 15px;
    color: var(--grn); background: #fff; padding: 5px 13px; margin-bottom: 14px;
    letter-spacing: .01em;
}
.svc-page .spc-line {
    font-family: var(--serif); color: #fff; margin: 0;
    font-size: clamp(24px, 2.8vw, 40px); line-height: 1.12; letter-spacing: -0.01em;
}
.svc-page .sp-carousel .pc-btn { z-index: 4; }
.svc-page .sp-carousel .spc-dots {
    position: absolute; right: clamp(20px, 5vw, 64px); bottom: clamp(34px, 5.4vh, 60px);
    left: auto; z-index: 4; margin: 0;
}
.svc-page .sp-carousel .spc-dot { background: rgba(255,255,255,.42); }
.svc-page .sp-carousel .spc-dot.is-on { background: #fff; transform: scale(1.3); }

/* ============ INTRO: asymmetric, image bleeds to the right viewport edge ============ */
.svc-page .sp-intro { padding: 128px 0 132px; overflow: hidden; }
.svc-page .sp-intro-grid {
    grid-template-columns: 1fr minmax(400px, 44vw);
    gap: clamp(40px, 5.5vw, 96px); align-items: center;
}
.svc-page .sp-intro-copy { padding: 22px 0; max-width: 560px; }
.svc-page .sp-intro-copy .h-sec { margin: 0 0 28px; }
.svc-page .sp-intro-copy p { font-size: 16.5px; }
.svc-page .sp-intro-media {
    align-self: stretch; margin-right: calc(50% - 50vw);
    min-height: 620px; height: 100%; border-radius: 3px 0 0 3px; overflow: hidden;
    position: relative;
}
.svc-page .sp-intro-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.svc-page .sp-intro-media::before {
    content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
    background: var(--grn); z-index: 2;
}

/* ============ INCLUDES: heading-left / checklist-right on dark ============ */
.svc-page .sp-includes { padding: 108px 0; }
.svc-page .sp-inc-grid {
    display: grid; grid-template-columns: 0.92fr 1.08fr;
    gap: clamp(40px, 6vw, 104px); align-items: start;
}
.svc-page .sp-includes .h-sec {
    color: #fff !important; text-align: left !important; margin: 0 0 22px !important;
    font-size: clamp(40px, 5vw, 76px) !important; line-height: .96;
}
.svc-page .sp-inc-lead {
    font-family: var(--serif); color: rgba(255,255,255,.82);
    font-size: clamp(18px, 1.6vw, 23px); line-height: 1.4; margin: 0 0 26px; max-width: 26ch;
}
.svc-page .sp-inc-head .sp-hrule { margin: 0 0 30px; }
.svc-page .sp-inc-cta { text-align: left; margin: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.svc-page .sp-inc-call { color: rgba(255,255,255,.72); text-decoration: underline; text-underline-offset: 4px; font-weight: 600; font-size: 14.5px; }
.svc-page .sp-inc-call:hover { color: #fff; }
.svc-page .sp-includes .sp-checks {
    grid-template-columns: 1fr; max-width: none; margin: 0; gap: 0;
}
.svc-page .sp-includes .sp-checks li {
    font-size: 17.5px; padding: 20px 0 20px 42px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.svc-page .sp-includes .sp-checks li:first-child { padding-top: 4px; }
.svc-page .sp-includes .sp-checks li:last-child { border-bottom: 0; padding-bottom: 0; }
.svc-page .sp-includes .sp-checks li::before { top: 20px; font-size: 20px; color: var(--grn); }
.svc-page .sp-includes .sp-checks li:first-child::before { top: 4px; }

/* ============ WHY: left-aligned head, green top-ruled cards ============ */
.svc-page .sp-why { padding: 116px 0 120px; }
.svc-page .sp-why-head { text-align: left; margin-bottom: 52px; max-width: 1240px; }
.svc-page .sp-why .h-sec { text-align: left; margin: 0; max-width: 20ch; }
.svc-page .sp-why-lead {
    font-family: var(--serif); font-size: clamp(19px, 1.8vw, 26px);
    color: #3F3F3F; line-height: 1.4; margin: 22px 0 0; max-width: 40ch;
}
.svc-page .sp-why .why-grid { grid-template-columns: 1fr 1fr; gap: 0 clamp(40px, 5vw, 84px); max-width: none; }
.svc-page .sp-why .why-item { padding: 34px 0 30px; border-bottom: 1px solid rgba(17,17,17,.12); position: relative; }
.svc-page .sp-why .why-rule { display: block; width: 40px; height: 3px; background: var(--grn); margin: 0 0 20px; border-radius: 2px; }
.svc-page .sp-why .why-item h3 { font-size: 22.5px; margin: 0 0 10px; }
.svc-page .sp-why .why-item p { font-size: 15.5px; }

/* ============ REUSED HOMEPAGE SECTIONS: retune for one composition ============ */
/* reviews dark block: no hero above it here, so kill the negative overlap */
.svc-page .reviews-dark { margin-top: 0; border-radius: 40px 40px 0 0; padding: 0 0 96px; }
.svc-page .reviews-dark .container { padding-top: 84px; }
.svc-page .reviews-dark .h-sec { text-align: center; }
.svc-page .process { padding: 112px 0 !important; }
.svc-page .cta-band { padding: 88px 0 !important; }

/* ============ MOBILE ============ */
@media (max-width: 900px) {
    .svc-page .sp-hero2 { padding: 120px 0 40px; }
    .svc-page .sp-hero2-grid { grid-template-columns: 1fr; gap: 30px; align-items: start; }
    .svc-page .sp-hero2 h1 { font-size: clamp(40px, 12.5vw, 60px); }
    .svc-page .sp-form { margin-bottom: 0; box-shadow: 0 20px 44px rgba(10,10,10,.24); }

    .svc-page .sp-carousel .spc-frame { width: 100vw; margin-left: calc(50% - 50vw); height: auto; aspect-ratio: 4 / 3.4; min-height: 0; }
    .svc-page .spc-line { font-size: 21px; }
    .svc-page .sp-carousel .spc-dots { bottom: 18px; right: 18px; }
    .svc-page .spc-caption { left: 20px; bottom: 22px; max-width: 22ch; }

    .svc-page .sp-intro { padding: 68px 0 0; overflow: hidden; }
    .svc-page .sp-intro-grid { grid-template-columns: 1fr; gap: 40px; }
    .svc-page .sp-intro-copy { padding: 0; max-width: none; }
    .svc-page .sp-intro-media { margin: 0 calc(50% - 50vw); width: 100vw; min-height: 0; aspect-ratio: 4 / 3.6; border-radius: 0; }
    .svc-page .sp-intro-media::before { display: none; }

    .svc-page .sp-includes { padding: 68px 0; }
    .svc-page .sp-inc-grid { grid-template-columns: 1fr; gap: 34px; }
    .svc-page .sp-includes .h-sec { font-size: clamp(36px, 11vw, 48px) !important; }
    .svc-page .sp-inc-cta .btn-white { display: inline-block; text-align: center; }

    .svc-page .sp-why { padding: 68px 0 66px; }
    .svc-page .sp-why-head { margin-bottom: 36px; }
    .svc-page .sp-why .why-grid { grid-template-columns: 1fr; gap: 0; }

    .svc-page .reviews-dark { border-radius: 0; }
    .svc-page .reviews-dark .container { padding-top: 60px; }
    .svc-page .process { padding: 68px 0 !important; }
    .svc-page .cta-band { padding: 60px 0 !important; }
}


/* =====================================================================
   SERVICE PAGES V3 (LandArt-inspired flow, no green, no cta-band)
   ===================================================================== */
.svc-page3 .s3-hero { min-height: 82vh; }
.svc-page3 .crumb { font-size: 13px; font-weight: 600; letter-spacing: .04em; color: rgba(255,255,255,.66); margin-bottom: 16px; display: flex; gap: 10px; }
.svc-page3 .crumb a { color: rgba(255,255,255,.66); }
.svc-page3 .crumb a:hover { color: #fff; }
.svc-page3 .crumb b { color: #fff; font-weight: 600; }
.svc-page3 .s3-title { font-size: clamp(44px, 5.8vw, 88px); }

.s3-statement { padding: 120px 0 104px; }
.s3-statement .h-sec { text-align: center; margin: 0 auto 54px; max-width: 22ch; }
.s3-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; max-width: 1080px; margin: 0 auto; }
.s3-col p { color: #4A4A4A; font-size: 16.5px; line-height: 1.75; margin: 0 0 18px; }
.s3-col p:last-child { margin-bottom: 0; }

.s3-alts { padding: 0 0 40px; }
.s3-alt { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(40px, 5vw, 88px); align-items: center; margin-bottom: 96px; }
.s3-alt.is-flip .s3-alt-media { order: 2; }
.s3-alt.is-flip .s3-alt-copy { order: 1; }
.s3-alt-media { margin: 0; overflow: hidden; border-radius: 3px; }
.s3-alt-media img { width: 100%; height: auto; display: block; }
.s3-alt-copy h3 { font-family: var(--display); font-weight: 800; font-size: clamp(26px, 2.4vw, 36px); letter-spacing: -0.015em; color: #141414; margin: 0 0 16px; }
.s3-alt-copy p { color: #4A4A4A; font-size: 16px; line-height: 1.7; margin: 0 0 14px; }
.s3-enquire { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 15px; color: #141414; margin-top: 8px; border-bottom: 2px solid #141414; padding-bottom: 3px; }
.s3-enquire span { transition: transform .25s ease; }
.s3-enquire:hover span { transform: translateX(5px); }

.s3-inc { background: #151515; padding: 104px 0; }
.s3-inc-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(48px, 6vw, 110px); align-items: start; }
.s3-inc-head .h-sec { color: #fff; margin: 0 0 18px; }
.s3-serif { font-family: 'Zodiak', Georgia, serif; font-size: clamp(19px, 1.6vw, 24px); color: rgba(255,255,255,.72); line-height: 1.5; margin: 0 0 34px; }
.s3-checks { list-style: none; margin: 0; padding: 0; }
.s3-checks li { color: rgba(255,255,255,.88); font-size: 16.5px; line-height: 1.5; padding: 15px 0 15px 36px; position: relative; border-bottom: 1px solid rgba(255,255,255,.1); }
.s3-checks li:first-child { padding-top: 4px; }
.s3-checks li::before { content: "✓"; position: absolute; left: 0; top: 14px; color: rgba(255,255,255,.55); font-weight: 700; font-size: 18px; }
.s3-checks li:first-child::before { top: 3px; }

.s3-why { padding: 110px 0; }
.s3-why .h-sec { text-align: center; margin: 0 0 56px; }

.svc-page3 .reviews-dark { margin-top: 0 !important; }

.s3-work { padding: 110px 0; }
.s3-work .h-sec { text-align: center; margin: 0 0 48px; }
.s3-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.s3-tile { margin: 0; }
.s3-tile img { width: 100%; aspect-ratio: 10/7.4; object-fit: cover; display: block; border-radius: 3px; }
.s3-tile figcaption { font-size: 14px; color: #6A6A6A; margin-top: 12px; }

@media (max-width: 900px) {
    .s3-statement { padding: 72px 0 56px; }
    .s3-statement .h-sec { margin-bottom: 34px; }
    .s3-intro { grid-template-columns: 1fr; gap: 0; }
    .s3-col p { margin-bottom: 16px; }
    .s3-alt, .s3-alt.is-flip { grid-template-columns: 1fr; gap: 22px; margin-bottom: 64px; }
    .s3-alt.is-flip .s3-alt-media { order: 0; }
    .s3-alt.is-flip .s3-alt-copy { order: 1; }
    .s3-inc { padding: 72px 0; }
    .s3-inc-grid { grid-template-columns: 1fr; gap: 36px; }
    .s3-why { padding: 72px 0; }
    .s3-work { padding: 72px 0; }
    .s3-tiles { grid-template-columns: 1fr; gap: 26px; }
}


/* ============ jeep cta banner ============ */
.jeep-cta { background: #151515; overflow: hidden; }
.jeep-cta-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(30px, 4vw, 70px); align-items: center; }
.jeep-cta-copy { padding: 76px 0; }
.jeep-cta-copy h2 {
    font-family: var(--display); font-weight: 800; color: #fff;
    font-size: clamp(30px, 3.4vw, 52px); letter-spacing: -0.015em; line-height: 1.05;
    margin: 0 0 14px;
}
.jeep-cta-copy p { color: rgba(255,255,255,.7); font-size: 16.5px; line-height: 1.6; margin: 0 0 30px; max-width: 44ch; }
.jeep-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.jeep-cta-media { margin: 0; align-self: stretch; position: relative; min-height: 300px; }
.jeep-cta-media img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center 40%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 18%);
    mask-image: linear-gradient(to right, transparent 0%, #000 18%);
}
@media (max-width: 900px) {
    .jeep-cta-grid { grid-template-columns: 1fr; gap: 0; }
    .jeep-cta-copy { padding: 56px 0 30px; }
    .jeep-cta-actions a { flex: 1 1 100%; text-align: center; }
    .jeep-cta-media { min-height: 250px; margin: 0 -20px; }
    .jeep-cta-media img { -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 16%); mask-image: linear-gradient(to bottom, transparent 0%, #000 16%); }
}


/* =====================================================================
   SP4 — FLAGSHIP TARMAC SERVICE PAGE (assembled from homepage components)
   All layout glue scoped to .sp4. Reuses .hero-full, .about-bleed,
   .stat-boxes, .reviews-dark, .faq-*, .quote-band, .spc-* verbatim.
   ===================================================================== */

/* hero: homepage hero clone, title scaled for the two-line service headline */
.sp4 .sp4-hero .hf-title { font-size: clamp(42px, 5.4vw, 82px); line-height: 1.0; }
.sp4 .crumb { display: flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 600; letter-spacing: .03em; color: rgba(255,255,255,.72); margin-bottom: 18px; }
.sp4 .crumb a { color: rgba(255,255,255,.72); }
.sp4 .crumb a:hover { color: #fff; }
.sp4 .crumb b { color: #fff; font-weight: 600; }

/* intro: reuse .about-bleed. Section rhythm only. */
.sp4-intro { padding: 120px 0; }
.sp4-intro .about-bleed { margin-bottom: 0; }

/* what's included: dark band, head left / checklist right */
.sp4-inc { background: #151515; padding: 104px 0; }
.sp4-inc-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(48px, 6vw, 104px); align-items: start; }
.sp4-inc-head .h-sec { color: #fff; margin: 0 0 18px; }
.sp4-serif { font-family: 'Zodiak', Georgia, serif; font-size: clamp(19px, 1.6vw, 24px); color: rgba(255,255,255,.72); line-height: 1.5; margin: 0 0 32px; max-width: 30ch; }
.sp4-inc-head .btn-white { display: inline-block; }
.sp4-checks { list-style: none; margin: 0; padding: 0; }
.sp4-checks li { color: rgba(255,255,255,.9); font-size: 16.5px; line-height: 1.5; padding: 16px 0 16px 38px; position: relative; border-bottom: 1px solid rgba(255,255,255,.1); }
.sp4-checks li:first-child { padding-top: 2px; }
.sp4-checks li::before { content: "✓"; position: absolute; left: 0; top: 15px; color: rgba(255,255,255,.5); font-weight: 700; font-size: 18px; }
.sp4-checks li:first-child::before { top: 1px; }

/* recent work: reuse .spc carousel */
.sp4-work { padding: 120px 0; }
.sp4-work .h-sec { text-align: center; margin: 0 0 48px; }
.sp4-work .proj-cta { text-align: center; margin-top: 40px; }

/* why / stats: reuse .stat-boxes */
.sp4-why { padding: 120px 0; }
.sp4-why .h-sec { text-align: center; margin: 0 0 54px; }
.sp4-why .stat-boxes { margin-top: 0; padding-bottom: 0; }

/* reviews: kill the homepage hero-overlap margin on this page */
.sp4 .reviews-dark { margin-top: 0 !important; border-radius: 44px 44px 0 0; }

/* FAQ: reuse .faq-list, recolour + sign to ink (no clay), two-col */
.sp4-faq { padding: 120px 0; }
.sp4-faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.sp4-faq-head .h-sec { margin: 0 0 20px; }
.sp4-serif-dark { font-family: 'Zodiak', Georgia, serif; font-size: clamp(19px, 1.5vw, 23px); color: #3F3F3F; line-height: 1.5; margin: 0; max-width: 32ch; }
.sp4-faq .faq-list { border-top: 1px solid rgba(17,17,17,.14); }
.sp4-faq .faq-item { border-bottom: 1px solid rgba(17,17,17,.14); }
.sp4-faq .faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 26px 44px 26px 0; position: relative; font-family: 'Zodiak', Georgia, serif; font-size: 22px; color: #141414; letter-spacing: -.005em; transition: color .2s ease; }
.sp4-faq .faq-q::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-size: 24px; font-weight: 300; color: #141414; }
.sp4-faq .faq-item.open .faq-q::after { content: "3"; }
.sp4-faq .faq-a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.sp4-faq .faq-a p { padding: 0 40px 28px 0; margin: 0; font-size: 16px; line-height: 1.7; color: #4A4A4A; }

/* van CTA banner: cutout bleeds off the right, copy left */
.sp4-van { position: relative; background: #151515; overflow: hidden; }
.sp4-van-grid { position: relative; z-index: 2; }
.sp4-van-copy { max-width: 52%; padding: 92px 0; }
.sp4-van-copy h2 { font-family: var(--display); font-weight: 800; color: #fff; font-size: clamp(30px, 3.4vw, 52px); letter-spacing: -0.015em; line-height: 1.05; margin: 0 0 16px; }
.sp4-van-copy p { color: rgba(255,255,255,.72); font-size: 16.5px; line-height: 1.6; margin: 0 0 30px; max-width: 40ch; }
.sp4-van-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.sp4-van-img { position: absolute; right: -3%; bottom: -6%; width: 60%; max-width: 900px; height: auto; z-index: 1; filter: drop-shadow(0 30px 60px rgba(0,0,0,.5)); pointer-events: none; }

@media (max-width: 900px) {
    .sp4-intro { padding: 72px 0; }
    .sp4-inc { padding: 72px 0; }
    .sp4-inc-grid { grid-template-columns: 1fr; gap: 36px; }
    .sp4-work { padding: 72px 0; }
    .sp4-why { padding: 72px 0; }
    .sp4-faq { padding: 72px 0; }
    .sp4-faq-grid { grid-template-columns: 1fr; gap: 30px; }
    .sp4-van-copy { max-width: 100%; padding: 64px 0 260px; text-align: center; }
    .sp4-van-actions { justify-content: center; }
    .sp4-van-actions a { flex: 1 1 100%; text-align: center; }
    .sp4-van-img { width: 108%; right: -4%; left: -4%; bottom: 0; max-width: none; }
}


/* sp4 round-2 polish */
.sp4 .hf-form { background: rgba(16,13,10,.62) !important; }
.sp4-van { min-height: 520px; display: flex; align-items: center; }
.sp4-van-img { width: 46%; right: -1%; bottom: 0; top: auto; }
@media (max-width: 900px) {
    .sp4-van { min-height: 0; display: block; }
    .sp4-van-img { position: relative; width: 112%; right: auto; left: -6%; margin-top: -40px; display: block; }
    .sp4-van-copy { padding-bottom: 20px; }
}


/* sp4 van banner: flat, proportioned, grounded */
.sp4-van { min-height: 440px; }
.sp4-van-img { width: 50%; right: 1%; bottom: 50%; top: auto; transform: translateY(50%); filter: drop-shadow(0 24px 44px rgba(0,0,0,.45)); }
@media (max-width: 900px) {
    .sp4-van-img { width: 100%; right: auto; left: 0; bottom: auto; top: auto; transform: none; margin-top: -20px; }
}


/* =========== SP4 round-3 (Liam notes) =========== */
/* outline button (dark on white) */
.btn-outline-dark { display: inline-block; padding: 15px 32px; border: 1px solid #141414; color: #141414; background: none; font-size: 15px; font-weight: 700; letter-spacing: .03em; transition: background .25s, color .25s; }
.btn-outline-dark:hover { background: #141414; color: #fff; }

/* intro: title on top, image + copy below */
.sp4-intro-title { max-width: 20ch; margin: 0 0 56px; }
.sp4-intro-body { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 5vw, 80px); align-items: center; }
.sp4-intro-media { margin: 0; }
.sp4-intro-media img { width: 100%; height: auto; display: block; border-radius: 3px; }
.sp4-intro-copy p { color: #4A4A4A; font-size: 16.5px; line-height: 1.75; margin: 0 0 20px; }
.sp4-intro-quote { font-family: 'Zodiak', Georgia, serif; font-size: clamp(21px, 1.9vw, 28px) !important; color: #141414 !important; line-height: 1.4 !important; margin: 28px 0 !important; }
.sp4-intro-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

/* carousel: full-bleed, taller, dots + arrows over image */
.sp4-work { padding: 120px 0; }
.sp4-work-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.sp4-work-head .h-sec { margin: 0; }
.sp4-work-link { flex: 0 0 auto; font-weight: 700; font-size: 15px; color: #141414; display: inline-flex; gap: 8px; align-items: center; border-bottom: 2px solid #141414; padding-bottom: 3px; }
.sp4-work-link span { transition: transform .25s ease; }
.sp4-work-link:hover span { transform: translateX(5px); }
.sp4-carousel { position: relative; width: 100vw; margin-left: calc(50% - 50vw); aspect-ratio: 16 / 6.6; overflow: hidden; }
.sp4-carousel .spc-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease; }
.sp4-carousel .spc-slide.is-on { opacity: 1; }
.sp4-carousel .spc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sp4-carousel .spc-dots { position: absolute; left: 0; right: 0; bottom: 22px; display: flex; justify-content: center; gap: 10px; z-index: 4; }
.sp4-carousel .spc-dot { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; cursor: pointer; background: rgba(255,255,255,.45); }
.sp4-carousel .spc-dot.is-on { background: #fff; transform: scale(1.25); }
.sp4-carousel .pc-btn { background: rgba(12,12,12,.4); border: 1px solid rgba(255,255,255,.5); color: #fff; }
.sp4-carousel .pc-btn:hover { background: #fff; color: #141414; }

/* van banner: smaller, level, text hard left, tighter band (notes 5, 6) */
.sp4-van { min-height: 0 !important; display: block !important; }
.sp4-van-copy { max-width: 48% !important; padding: 78px 0 !important; }
.sp4-van-img { width: 40% !important; right: 2% !important; bottom: 50% !important; top: auto !important; transform: translateY(50%) !important; }
@media (max-width: 900px) {
    .sp4-intro-body { grid-template-columns: 1fr; gap: 30px; }
    .sp4-work { padding: 72px 0; }
    .sp4-work-head { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 30px; }
    .sp4-carousel { aspect-ratio: 4 / 3; }
    .sp4-van-copy { max-width: 100% !important; padding: 60px 0 20px !important; text-align: center; }
    .sp4-van-img { position: relative !important; width: 100% !important; right: auto !important; bottom: auto !important; transform: none !important; margin-top: -10px; }
}


/* 3-up rotating slider */
.sp4-slider { position: relative; overflow: hidden; }
.sp4-slide-track { display: flex; gap: 20px; transition: transform .6s cubic-bezier(.4,0,.2,1); will-change: transform; }
.sp4-slide-cell { flex: 0 0 calc((100% - 40px) / 3); margin: 0; overflow: hidden; border-radius: 3px; }
.sp4-slide-cell img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.sl-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.92); border: 0; color: #141414; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 6px 22px rgba(0,0,0,.18); transition: background .2s, color .2s; }
.sl-btn:hover { background: #141414; color: #fff; }
.sl-prev { left: 16px; }
.sl-next { right: 16px; }
@media (max-width: 900px) {
    .sp4-slide-cell { flex: 0 0 100%; }
    .sl-btn { width: 44px; height: 44px; font-size: 17px; }
    .sl-prev { left: 10px; } .sl-next { right: 10px; }
}


/* sp4 round-4: thin van CTA banner + rotating intro image */
/* intro image crossfade */
.sp4-intro-media.ab-fade { position: relative; aspect-ratio: 1240 / 1400; overflow: hidden; border-radius: 3px; }
.sp4-intro-media .abf { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.1s ease; }
.sp4-intro-media .abf.is-on { opacity: 1; }

/* thin van CTA banner, van sits flat on the baseline */
.sp4-van { min-height: 0 !important; padding: 0 !important; }
.sp4-van-grid { position: relative; z-index: 2; }
.sp4-van-copy { max-width: 60% !important; padding: 46px 0 !important; }
.sp4-van-copy h2 { font-size: clamp(24px, 2.5vw, 38px) !important; margin: 0 0 10px !important; }
.sp4-van-copy p { font-size: 15.5px !important; margin: 0 0 20px !important; max-width: 46ch; }
.sp4-van-img { width: 34% !important; right: 0 !important; bottom: 0 !important; top: auto !important; transform: none !important; filter: drop-shadow(0 12px 22px rgba(0,0,0,.4)); }
@media (max-width: 900px) {
    .sp4-van-copy { max-width: 100% !important; padding: 44px 0 16px !important; text-align: center; }
    .sp4-van-img { position: relative !important; width: 88% !important; right: auto !important; margin: 0 auto; display: block; }
}


/* sp4 round-5: elevated 3-up slider */
.sp4-slider-wrap { max-width: 1520px; margin: 0 auto; padding: 0 24px; }
.sp4-slide-cell img { aspect-ratio: 4 / 3; transition: transform .6s ease; }
.sp4-slide-cell:hover img { transform: scale(1.045); }
.sp4-slider-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; }
.sp4-slide-count { font-family: var(--display); font-weight: 800; font-size: 17px; color: #141414; letter-spacing: .02em; }
.sp4-slide-count .cur { color: #141414; }
.sp4-slide-count .sep { color: #B0B0B0; margin: 0 8px; font-weight: 500; }
.sp4-nav-btns { display: flex; gap: 12px; }
.sp4-slider-nav .sl-btn { position: static; transform: none; width: 56px; height: 56px; border-radius: 50%; background: #141414; border: 0; color: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: none; transition: background .2s, transform .2s; }
.sp4-slider-nav .sl-btn:hover { background: #000; transform: translateY(-2px); }
@media (max-width: 900px) {
    .sp4-slider-wrap { padding: 0 20px; }
    .sp4-slider-nav .sl-btn { width: 48px; height: 48px; font-size: 18px; }
}


/* sp4 round-6: van CTA above testimonials, cohesive dark block */
.sp4 .sp4-van { border-radius: 44px 44px 0 0; }
.sp4 .reviews-dark { margin-top: 0 !important; border-radius: 0 !important; }
@media (max-width: 900px) { .sp4 .sp4-van { border-radius: 28px 28px 0 0; } }


/* sp4: counter removed, keep arrows right-aligned */
.sp4-slider-nav { justify-content: flex-end !important; }


/* sp4 round-7: van BELOW testimonials -> reviews rounded top, van flat */
.sp4 .reviews-dark { margin-top: 0 !important; border-radius: 44px 44px 0 0 !important; }
.sp4 .sp4-van { border-radius: 0 !important; }
@media (max-width: 900px) { .sp4 .reviews-dark { border-radius: 28px 28px 0 0 !important; } }


/* driveways hub */
.hub-intro { padding: 120px 0 60px; }
.hub-intro .h-sec { max-width: 20ch; margin: 0 0 26px; }
.hub-lead { font-family: 'Zodiak', Georgia, serif; font-size: clamp(20px, 1.9vw, 27px); line-height: 1.5; color: #3F3F3F; max-width: 60ch; }
.hub-services { padding: 20px 0 120px; }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.hub-card { display: block; background: #fff; border: 1px solid rgba(17,17,17,.1); border-radius: 4px; overflow: hidden; transition: box-shadow .3s ease, transform .3s ease; }
.hub-card:hover { box-shadow: 0 20px 50px rgba(20,16,10,.12); transform: translateY(-4px); }
.hub-card figure { margin: 0; overflow: hidden; aspect-ratio: 9 / 6.6; }
.hub-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hub-card:hover figure img { transform: scale(1.05); }
.hub-card-body { padding: 26px 26px 30px; }
.hub-card-body h3 { font-family: var(--display); font-weight: 800; font-size: 23px; letter-spacing: -0.015em; color: #141414; margin: 0 0 10px; }
.hub-card-body p { font-size: 15px; line-height: 1.6; color: #5A5A5A; margin: 0 0 16px; }
.hub-card-link { font-weight: 700; font-size: 14.5px; color: #141414; display: inline-flex; gap: 8px; align-items: center; }
.hub-card-link span { transition: transform .25s ease; }
.hub-card:hover .hub-card-link span { transform: translateX(5px); }
@media (max-width: 900px) {
    .hub-intro { padding: 72px 0 40px; }
    .hub-services { padding: 12px 0 72px; }
    .hub-grid { grid-template-columns: 1fr; gap: 20px; }
}


/* hub: full-service detail grid (landscaping) */
.hub-detail { padding: 10px 0 50px; }
.hub-detail-head { max-width: 62ch; margin-bottom: 42px; }
.hub-detail-head .h-sec { margin: 0 0 16px; }
.hub-detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(17,17,17,.1); border: 1px solid rgba(17,17,17,.1); }
.hd-item { background: #fff; padding: 30px 26px; }
.hd-item h3 { font-family: var(--display); font-weight: 800; font-size: 19px; letter-spacing: -0.01em; color: #141414; margin: 0 0 10px; }
.hd-item p { font-size: 15px; line-height: 1.6; color: #4A4A4A; margin: 0; }
.hub-detail-cta { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
@media (max-width: 1000px) { .hub-detail-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .hub-detail-grid { grid-template-columns: 1fr; } .hub-detail-cta a { width: 100%; text-align: center; } }

/* hub: image-led panels + large showcase carousel */
.hub-panels { padding: 44px 0 0; }
.hub-showcase { padding: 110px 0; }
.hub-showcase .sp4-work-head { margin-bottom: 44px; }
.hub-showcase-slider { width: 100vw; margin-left: calc(50% - 50vw); padding: 0 clamp(24px, 3vw, 48px); }
.hub-showcase-slider .sp4-slide-cell img { aspect-ratio: 4 / 3; }
@media (max-width: 900px) { .hub-showcase { padding: 72px 0; } .hub-showcase-slider { padding: 0 20px; } }


/* van CTA: pull the truck in from the right edge */
@media (min-width: 901px) { .sp4-van-img { right: 4% !important; } }


/* =====================================================================
   REMOVE GOLD/CLAY ACCENT + HOVERS (leftover v1 register). Stars stay gold.
   ===================================================================== */
:root { --clay: #141414; --clay-deep: #141414; }
.main-nav > ul > li > a:hover { color: #ffffff; }
.site-header.solid .main-nav > ul > li > a:hover { color: #141414; }
.has-sub > a::after { color: rgba(255,255,255,.6); }
.site-header.solid .has-sub > a::after { color: #8A8A8A; }
.sub li a:hover { color: #141414; background: #F5F5F5; }
.faq-q:hover, .sp4-faq .faq-q:hover { color: #141414; }
.foot-col a:hover, .subfooter a:hover, .ft-links a:hover { color: #ffffff; }
.hf-form input:focus, .hf-form select:focus, .qb-form input:focus, .qb-form select:focus, .sp-form input:focus, .sp-form select:focus { border-color: rgba(255,255,255,.55); }
.btn-solid:hover { background: rgba(255,255,255,.85); border-color: #fff; color: #141414; }
.proc-num { color: #141414; }
.hf-strip span::before, .hf-eyebrow::before, .qb-copy .eyebrow::before { background: #141414; }
.gstars { color: #141414; }


/* =====================================================================
   TITLE CASE for headings, labels & CTAs (Liam 17 Jul). Body/quotes/FAQ stay sentence case.
   ===================================================================== */
.hf-title, .h-sec, .sp-cap h3, .hub-card-body h3, .why-item h3, .stat-box strong,
.sp4-van-copy h2, .cta-band h2, .jeep-cta-copy h2, .sp4-alt-copy h3, .svc-item h3,
.hf-form h3, .qb-form h3, .sp-form h3,
.hf-trust .ht-item, .ft-name,
.btn, .btn-cta, .btn-light, .btn-solid, .btn-dark, .btn-white, .btn-outline-dark,
.cb-quote, .cb-call, .sp-more, .hub-card-link, .sp4-work-link, .s3-enquire,
.ab-phone, .mcb-call, .mcb-wa, .mcb-quote, .header-cta .btn, .ft-links a
{ text-transform: capitalize; }


/* =====================================================================
   EXACT FULL LOGO (green lines + phone numbers) - transparent, no plate.
   Light (white) logo over the dark hero; dark logo once header is solid.
   ===================================================================== */
.brand { background: none !important; padding: 0 !important; gap: 0 !important; display: inline-flex !important; align-items: center; }
.blogo { height: 44px !important; width: auto !important; }
.blogo-light { display: block !important; filter: none !important; }
.blogo-dark { display: none !important; filter: none !important; }
.site-header.solid .blogo-light { display: none !important; }
.site-header.solid .blogo-dark { display: block !important; }
@media (max-width: 620px) { .blogo { height: 36px !important; } }

/* Hero nav bar: thin near-black strip so the white logo + nav read on the hero.
   Only in the transparent (non-solid) state; scroll still flips it to white. */
.site-header:not(.solid) {
  background: #151515 !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header:not(.solid) .header-inner { height: 74px; }


/* ===== CONTACT PAGE ===== */
.contact-top { padding: 150px 0 20px; }
.contact-top .crumb.dark { color: #8A8A8A; margin-bottom: 18px; }
.contact-top .crumb.dark a { color: #8A8A8A; } .contact-top .crumb.dark a:hover { color:#141414; }
.contact-top .crumb.dark b { color: #141414; }
.contact-top .h-sec { margin: 0 0 18px; }
.contact-lead { font-family:'Zodiak',Georgia,serif; font-size:clamp(20px,1.9vw,27px); color:#3F3F3F; line-height:1.5; max-width:46ch; }
.contact-main { padding: 40px 0 90px; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(44px,5vw,84px); align-items:start; }
.contact-details { padding-top:4px; }
.cd-label { font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:#8A8A8A; margin-bottom:12px; display:block; }
.cd-block { margin-bottom:26px; }
.cd-huge { font-family:var(--display); font-weight:800; font-size:clamp(32px,4vw,52px); line-height:1.02; letter-spacing:-0.02em; color:#141414; display:block; }
.cd-huge-sub { margin-top:8px; color:#3F3F3F; font-size:clamp(24px,2.6vw,36px); }
a.cd-huge:hover { color:#2E6C59; }
.cd-inline { display:flex; align-items:center; gap:16px; flex-wrap:wrap; margin-bottom:32px; }
.cd-wa { display:inline-block; padding:14px 26px; background:#1FA855; color:#fff; font-weight:700; font-size:15px; border-radius:4px; }
.cd-wa:hover { background:#1a8f48; }
.cc-email { font-size:16px; color:#3F3F3F; text-decoration:underline; text-underline-offset:3px; }
.cc-email:hover { color:#141414; }
.cd-meta { border-top:1px solid rgba(17,17,17,.12); }
.cc-info-row { padding:18px 0; border-bottom:1px solid rgba(17,17,17,.1); }
.cc-info-row:last-child { border-bottom:0; padding-bottom:0; }
.cd-mid { font-size:16px; color:#141414; display:block; margin-top:6px; line-height:1.5; }
a.cd-mid:hover { color:#555; }

/* light standalone form card */
.contact-form-card { background:#FFFFFF; border:1px solid rgba(17,17,17,.12); border-radius:14px; padding:36px 32px; box-shadow:0 24px 60px rgba(20,16,10,.08); }
body.sp4 .contact-form-card .hf-form { background:transparent !important; backdrop-filter:none !important; -webkit-backdrop-filter:none !important; border:0 !important; box-shadow:none !important; padding:0 !important; max-width:none !important; width:100%; }
.contact-form-card .hf-form h3 { color:#141414; }
.contact-form-card .hf-form .hf-form-sub { color:#6A6A6A; }
.contact-form-card .hf-form .ff-lbl { color:#6A6A6A; }
.contact-form-card .hf-form input, .contact-form-card .hf-form select { background:#FFFFFF !important; border:1px solid rgba(17,17,17,.18); color:#141414; border-radius:6px; }
.contact-form-card .hf-form input:focus, .contact-form-card .hf-form select:focus { background:#FFFFFF !important; border-color:#2E6C59; }
.contact-form-card .hf-form input::placeholder { color:#9A9A9A; }
.contact-form-card .hf-form .btn-solid { background:#141414; color:#fff; border-color:#141414; }
.contact-form-card .hf-form .btn-solid:hover { background:#2E6C59; border-color:#2E6C59; }

.contact-map { line-height:0; }
.contact-map iframe { width:100%; height:460px; border:0; display:block; filter:grayscale(.15) contrast(1.03); }

@media (max-width:900px){ .contact-top{padding:120px 0 10px;} .contact-grid{grid-template-columns:1fr; gap:40px;} .contact-map iframe{height:340px;} }

/* ===== LEGAL PAGES (privacy / cookies) ===== */
.legal-body { padding: 30px 0 100px; }
.legal-inner { max-width: 760px; }
.legal-block { margin-bottom: 40px; }
.legal-block h2 { font-family:var(--display); font-weight:800; font-size:clamp(20px,2vw,26px); letter-spacing:-0.01em; color:#141414; margin:0 0 14px; }
.legal-block p { font-size:16px; line-height:1.72; color:#3F3F3F; margin:0 0 14px; }
.legal-block p a { color:#141414; text-decoration:underline; text-underline-offset:3px; }
.legal-block p a:hover { color:#2E6C59; }
.legal-updated { font-size:14px; color:#8A8A8A; margin-top:8px; }


/* ===== BLOG ===== */
.blog-index { padding: 40px 0 100px; }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.blog-card { display:block; background:#fff; border:1px solid rgba(17,17,17,.1); border-radius:4px; overflow:hidden; transition:box-shadow .3s, transform .3s; }
.blog-card:hover { box-shadow:0 20px 50px rgba(20,16,10,.12); transform:translateY(-4px); }
.blog-card figure { margin:0; aspect-ratio:16/10; overflow:hidden; }
.blog-card figure img { width:100%; height:100%; object-fit:cover; transition:transform .6s; }
.blog-card:hover figure img { transform:scale(1.05); }
.blog-card-body { padding:24px 24px 28px; }
.blog-cat { font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:#8A8A8A; }
.blog-card-body h3 { font-family:var(--display); font-weight:800; font-size:20px; letter-spacing:-0.01em; color:#141414; margin:10px 0 14px; line-height:1.15; }
.blog-more { font-weight:700; font-size:14px; color:#141414; display:inline-flex; gap:7px; align-items:center; }
.blog-more span { transition:transform .25s; } .blog-card:hover .blog-more span { transform:translateX(5px); }
.blog-related { padding:90px 0 0; } .blog-related .h-sec { text-align:center; margin:0 0 40px; }

/* blog post */
.post-hero { position:relative; height:52vh; min-height:380px; overflow:hidden; display:flex; align-items:flex-end; background:#151515; }
.post-hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.post-hero-scrim { position:absolute; inset:0; background:linear-gradient(to top, rgba(8,8,8,.82) 0%, rgba(8,8,8,.3) 55%, rgba(8,8,8,.2) 100%); }
.post-hero-inner { position:relative; z-index:2; padding-bottom:54px; }
.post-hero .crumb { color:rgba(255,255,255,.72); display:flex; gap:10px; font-size:13px; font-weight:600; margin-bottom:16px; }
.post-hero .crumb a { color:rgba(255,255,255,.72); } .post-hero .crumb b { color:#fff; }
.post-hero h1 { font-family:var(--display); font-weight:800; color:#fff; font-size:clamp(30px,4vw,58px); letter-spacing:-0.02em; line-height:1.05; margin:0; max-width:20ch; }
.post-body { max-width:760px; padding:72px 40px 90px; }
.post-lead { font-family:'Zodiak',Georgia,serif; font-size:clamp(20px,1.9vw,26px); line-height:1.5; color:#2A2A2A; margin:0 0 40px; }
.post-body h2 { font-family:var(--display); font-weight:800; font-size:clamp(24px,2.2vw,32px); letter-spacing:-0.015em; color:#141414; margin:44px 0 16px; }
.post-body p { font-size:17px; line-height:1.75; color:#3A3A3A; margin:0 0 18px; }
.post-cta { display:flex; align-items:center; gap:22px; flex-wrap:wrap; margin-top:44px; padding-top:34px; border-top:1px solid rgba(17,17,17,.14); }

/* ===== PROJECTS ===== */
.pj-index { padding:40px 0 100px; }
.pj-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.pj-card { display:block; overflow:hidden; border-radius:4px; position:relative; }
.pj-card figure { margin:0; aspect-ratio:4/3.1; overflow:hidden; }
.pj-card figure img { width:100%; height:100%; object-fit:cover; transition:transform .6s; }
.pj-card:hover figure img { transform:scale(1.05); }
.pj-card-body { position:absolute; left:0; right:0; bottom:0; padding:24px; z-index:2; background:linear-gradient(to top, rgba(10,8,6,.82), transparent); }
.pj-loc { font-family:var(--sans); font-size:11.5px; font-weight:600; letter-spacing:.08em; color:rgba(255,255,255,.85); text-transform:uppercase; }
.pj-card-body h3 { font-family:var(--display); font-weight:800; font-size:21px; color:#fff; margin:6px 0 0; letter-spacing:-0.01em; line-height:1.1; }
.pj-hero { position:relative; height:56vh; min-height:400px; overflow:hidden; display:flex; align-items:flex-end; background:#151515; }
.pj-hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.pj-hero-scrim { position:absolute; inset:0; background:linear-gradient(to top, rgba(8,8,8,.8) 0%, rgba(8,8,8,.28) 55%, rgba(8,8,8,.18) 100%); }
.pj-hero-inner { position:relative; z-index:2; padding-bottom:56px; }
.pj-hero .crumb { color:rgba(255,255,255,.72); display:flex; gap:10px; font-size:13px; font-weight:600; margin-bottom:16px; }
.pj-hero .crumb a { color:rgba(255,255,255,.72); } .pj-hero .crumb b { color:#fff; }
.pj-hero-loc { font-family:var(--sans); font-size:12px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.8); display:block; margin-bottom:10px; }
.pj-hero h1 { font-family:var(--display); font-weight:800; color:#fff; font-size:clamp(32px,4.4vw,64px); letter-spacing:-0.02em; line-height:1.02; margin:0; max-width:16ch; }
.pj-detail { padding:80px 0 40px; }
.pj-detail-copy { max-width:720px; }
.pj-detail-copy p { font-family:'Zodiak',Georgia,serif; font-size:clamp(20px,1.9vw,27px); line-height:1.55; color:#2A2A2A; margin:0 0 30px; }
.pj-gallery { padding:20px 0 110px; }
.pj-gal { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.pj-gal-item { margin:0; overflow:hidden; border-radius:3px; }
.pj-gal-item img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; transition:transform .5s; }
.pj-gal-item:hover img { transform:scale(1.04); }
@media (max-width:900px){
  .blog-grid,.pj-grid{grid-template-columns:1fr;} .pj-gal{grid-template-columns:1fr 1fr; gap:10px;}
  .post-body{padding:56px 20px 72px;} .post-hero,.pj-hero{height:auto; min-height:300px;}
  .pj-detail{padding:56px 0 30px;} .pj-gallery{padding:16px 0 72px;}
}


/* ===== GALLERY ===== */
.gal-top { padding-bottom: 8px; }
.gal-pills { display:flex; flex-wrap:wrap; gap:10px; margin-top:34px; }
.gal-pill { font-family:var(--sans); font-size:14px; font-weight:600; letter-spacing:.01em; color:#141414; background:#fff; border:1px solid rgba(17,17,17,.18); border-radius:100px; padding:10px 20px; cursor:pointer; transition:background .2s, color .2s, border-color .2s; }
.gal-pill span { color:#9A9A9A; margin-left:4px; font-weight:500; }
.gal-pill:hover { border-color:#141414; }
.gal-pill.is-on { background:#141414; color:#fff; border-color:#141414; }
.gal-pill.is-on span { color:rgba(255,255,255,.55); }
.gal-section { padding:38px 0 100px; }
.gal-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.gal-item { margin:0; overflow:hidden; border-radius:3px; cursor:pointer; }
.gal-item.is-hidden { display:none; }
.gal-item img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; transition:transform .5s; }
.gal-item:hover img { transform:scale(1.05); }
.gal-lightbox { position:fixed; inset:0; z-index:2000; background:rgba(8,8,8,.92); display:none; align-items:center; justify-content:center; }
.gal-lightbox.is-open { display:flex; }
.glb-img { max-width:90vw; max-height:86vh; object-fit:contain; border-radius:3px; }
.glb-close,.glb-prev,.glb-next { position:absolute; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.4); color:#fff; cursor:pointer; border-radius:50%; width:52px; height:52px; font-size:22px; line-height:1; transition:background .2s; }
.glb-close:hover,.glb-prev:hover,.glb-next:hover { background:#fff; color:#141414; }
.glb-close { top:24px; right:28px; }
.glb-prev { left:24px; top:50%; transform:translateY(-50%); }
.glb-next { right:24px; top:50%; transform:translateY(-50%); }
@media (max-width:900px){ .gal-grid{grid-template-columns:1fr 1fr; gap:8px;} .glb-close,.glb-prev,.glb-next{width:44px;height:44px;font-size:18px;} .glb-prev{left:8px;} .glb-next{right:8px;} }


/* ===== work section: centered title + gallery link below carousel ===== */
.sp4-work-title { text-align:center; margin:0 0 46px; }
.sp4-work-cta { text-align:center; margin-top:42px; }
.hub-showcase .sp4-work-title { text-align:center; }
/* hero rotation crossfade */
[data-hero-rotate] .hf-bg { animation: none !important; opacity: 0; transition: opacity 1.3s ease; }
[data-hero-rotate] .hf-bg.is-on { opacity: 1; }


/* ===== PROJECTS: elevated portfolio index ===== */
.pf-top { padding-bottom: 8px; }
.pf-index { padding: 46px 0 100px; }
.pf-grid { display:grid; grid-template-columns:1fr 1fr; gap:30px; }
.pf-card { display:block; position:relative; overflow:hidden; border-radius:4px; }
.pf-card figure { margin:0; aspect-ratio:4/3; overflow:hidden; }
.pf-card figure img { width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.7,.2,1); }
.pf-card:hover figure img { transform:scale(1.06); }
.pf-card-body { position:absolute; left:0; right:0; bottom:0; z-index:2; padding:32px; background:linear-gradient(to top, rgba(8,7,5,.85) 0%, rgba(8,7,5,.25) 60%, transparent 100%); }
.pf-loc { font-family:var(--sans); font-size:12px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.82); }
.pf-card-body h3 { font-family:var(--display); font-weight:800; font-size:clamp(22px,1.9vw,28px); color:#fff; letter-spacing:-0.015em; line-height:1.1; margin:8px 0 12px; max-width:20ch; }
.pf-view { font-weight:700; font-size:14px; color:#fff; display:inline-flex; gap:8px; align-items:center; opacity:.85; }
.pf-view span { transition:transform .25s; } .pf-card:hover .pf-view span { transform:translateX(6px); }

/* ===== PROJECTS: case-study detail ===== */
.pf-hero { position:relative; height:64vh; min-height:440px; overflow:hidden; display:flex; align-items:flex-end; background:#151515; }
.pf-hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.pf-hero-scrim { position:absolute; inset:0; background:linear-gradient(to bottom, rgba(8,7,5,.6) 0%, rgba(8,7,5,.12) 26%, rgba(8,7,5,.15) 55%, rgba(8,7,5,.82) 100%); }
.pf-hero-inner { position:relative; z-index:2; padding-bottom:60px; }
.pf-hero .crumb { color:rgba(255,255,255,.75); display:flex; gap:10px; font-size:13px; font-weight:600; margin-bottom:18px; }
.pf-hero .crumb a { color:rgba(255,255,255,.75); } .pf-hero .crumb b { color:#fff; }
.pf-hero-loc { font-family:var(--sans); font-size:12.5px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.82); display:block; margin-bottom:12px; }
.pf-hero h1 { font-family:var(--display); font-weight:800; color:#fff; font-size:clamp(34px,4.8vw,68px); letter-spacing:-0.02em; line-height:1.02; margin:0; max-width:18ch; }
.pf-brief { padding:96px 0 70px; }
.pf-brief-grid { display:grid; grid-template-columns:1.5fr 1fr; gap:clamp(48px,6vw,96px); align-items:start; }
.pf-label { font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:#8A8A8A; }
.pf-brief-copy .h-sec { font-size:clamp(30px,3.4vw,50px) !important; margin:16px 0 26px; }
.pf-brief-copy p { font-size:17px; line-height:1.75; color:#3A3A3A; margin:0 0 26px; }
.pf-facts { border-top:2px solid #141414; padding-top:26px; }
.pf-fact { padding:18px 0; border-bottom:1px solid rgba(17,17,17,.12); }
.pf-fact-label { display:block; font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#8A8A8A; margin-bottom:8px; }
.pf-fact-val { font-family:var(--display); font-weight:800; font-size:19px; color:#141414; }
.pf-fact-list { list-style:none; margin:0; padding:0; }
.pf-fact-list li { font-size:15.5px; color:#2A2A2A; padding:5px 0 5px 18px; position:relative; }
.pf-fact-list li::before { content:""; position:absolute; left:0; top:12px; width:6px; height:6px; border-radius:50%; background:#141414; }
.pf-feature { line-height:0; }
.pf-feature img { width:100%; height:clamp(360px,52vw,660px); object-fit:cover; display:block; }
.pf-result { padding:90px 0 110px; }
.pf-result-title { text-align:center; margin:0 0 48px; }
.pf-gal { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.pf-gal-item { margin:0; overflow:hidden; border-radius:3px; }
.pf-gal-item img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; transition:transform .5s; }
.pf-gal-item:hover img { transform:scale(1.04); }
.pf-back { padding:0 0 90px; }
.pf-back-link { font-weight:700; font-size:15px; color:#141414; display:inline-flex; gap:9px; align-items:center; }
.pf-back-link span { transition:transform .25s; } .pf-back-link:hover span { transform:translateX(-5px); }
@media (max-width:900px){
  .pf-grid{grid-template-columns:1fr; gap:18px;}
  .pf-hero{height:auto; min-height:340px;}
  .pf-brief{padding:56px 0 40px;} .pf-brief-grid{grid-template-columns:1fr; gap:36px;}
  .pf-result{padding:56px 0 72px;} .pf-gal{grid-template-columns:1fr 1fr; gap:10px;}
}


/* pf-hero: more height + clearance so content sits well below the nav */
.pf-hero { height:74vh; min-height:540px; }
.pf-hero-inner { padding-bottom:70px; }
.pf-hero-scrim { background:linear-gradient(to bottom, rgba(8,7,5,.72) 0%, rgba(8,7,5,.1) 24%, rgba(8,7,5,.14) 50%, rgba(8,7,5,.85) 100%); }
@media (max-width:900px){ .pf-hero{height:auto; min-height:420px;} .pf-hero-inner{padding-bottom:44px;} }


/* ===== project case study: before + process ===== */
.pf-sec-head { margin-bottom: 42px; }
.pf-sec-head.center { text-align:center; }
.pf-sec-line { font-family:'Zodiak',Georgia,serif; font-size:clamp(20px,1.9vw,27px); color:#3F3F3F; line-height:1.5; margin:14px 0 0; max-width:44ch; }
.pf-sec-head.center .h-sec { margin:14px 0 0; }
.pf-before { padding:96px 0 0; }
.pf-ba-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(360px,1fr)); gap:18px; }
.pf-ba-item { margin:0; overflow:hidden; border-radius:3px; }
.pf-ba-item img { width:100%; aspect-ratio:16/10; object-fit:cover; display:block; }
.pf-process { padding:96px 0; }
.pf-steps { display:flex; flex-direction:column; gap:clamp(48px,6vw,88px); margin-top:56px; }
.pf-step { display:grid; grid-template-columns:1fr 1.15fr; gap:clamp(36px,5vw,72px); align-items:center; }
.pf-step.is-flip .pf-step-copy { order:2; }
.pf-step.is-flip .pf-step-imgs { order:1; }
.pf-step-num { font-family:var(--display); font-weight:800; font-size:20px; color:#B8B8B8; letter-spacing:.05em; display:block; margin-bottom:14px; }
.pf-step-copy h3 { font-family:var(--display); font-weight:800; font-size:clamp(24px,2.4vw,34px); letter-spacing:-0.015em; color:#141414; margin:0 0 14px; }
.pf-step-copy p { font-size:16.5px; line-height:1.7; color:#3A3A3A; margin:0; max-width:42ch; }
.pf-step-imgs { display:grid; grid-template-columns:repeat(auto-fit,minmax(0,1fr)); gap:14px; }
.pf-step-img { margin:0; overflow:hidden; border-radius:3px; }
.pf-step-img img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; }
.pf-result { padding:96px 0 110px; }
@media (max-width:900px){
  .pf-before{padding:56px 0 0;} .pf-process{padding:56px 0;}
  .pf-step, .pf-step.is-flip .pf-step-copy, .pf-step.is-flip .pf-step-imgs { grid-template-columns:1fr; order:0; }
  .pf-step-imgs{grid-template-columns:1fr 1fr;}
  .pf-result{padding:56px 0 72px;}
}

/* ===== Project pages: before/after slider + bigger clickable gallery ===== */
.pf-before{padding:76px 0;background:var(--wash,#FBFAF7);}
.ba-slider{position:relative;aspect-ratio:16/10;overflow:hidden;border-radius:5px;--pos:50%;
  user-select:none;box-shadow:0 22px 50px rgba(20,16,10,.14);background:#151515;margin-top:28px;}
.ba-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.ba-slider .ba-before{clip-path:inset(0 calc(100% - var(--pos)) 0 0);z-index:2;}
.ba-handle{position:absolute;top:0;bottom:0;left:var(--pos);width:2px;background:#fff;z-index:3;
  transform:translateX(-1px);pointer-events:none;box-shadow:0 0 0 1px rgba(0,0,0,.18);}
.ba-knob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:46px;height:46px;
  border-radius:50%;background:#fff;color:#151515;display:flex;align-items:center;justify-content:center;
  font-size:19px;line-height:1;box-shadow:0 4px 16px rgba(0,0,0,.32);}
.ba-tag{position:absolute;bottom:16px;z-index:3;font-family:var(--sans);font-size:11px;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;color:#fff;background:rgba(20,20,20,.55);
  padding:6px 12px;border-radius:100px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;}
.ba-tag-before{left:16px;} .ba-tag-after{right:16px;}
.ba-range{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;z-index:4;}
.ba-range::-webkit-slider-thumb{-webkit-appearance:none;width:48px;height:400px;cursor:ew-resize;}
.ba-range::-moz-range-thumb{width:48px;height:400px;border:0;background:transparent;cursor:ew-resize;}
/* bigger, clickable result gallery */
.pf-gal{grid-template-columns:1fr 1fr !important;gap:22px;}
.pf-gal-item img{aspect-ratio:3/2 !important;cursor:zoom-in;}
.pf-step-img img{cursor:zoom-in;}
@media(max-width:720px){ .pf-gal{grid-template-columns:1fr !important;} .ba-slider{aspect-ratio:4/3;} }
