:root {
  --bg: #f8f6f2;
  --surface: #fffdf9;
  --surface-strong: #eee9e1;
  --text: #181512;
  --muted: #69625b;
  --line: #ded6cc;
  --accent: #aa522f;
  --accent-dark: #783318;
  --graphite: #24211e;
  --radius: 0;
  --shadow: 0 24px 70px rgb(36 33 30 / 0.12);
  color-scheme: light;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgb(170 82 47 / 0.035) 1px, transparent 1px) 0 0 / 25% 100%,
    var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body.nav-open { overflow: hidden; }

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

a { color: inherit; }

.container,
.wide-container {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.wide-container { width: min(100% - 96px, 1760px); }

.narrow { max-width: 860px; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--text);
  color: white;
}

.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgb(248 246 242 / 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgb(222 214 204 / 0.72);
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(220px, auto) 1fr auto;
  gap: 28px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: max-content;
}

.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-block;
  border-left: 2px solid var(--accent);
  border-top: 2px solid var(--accent);
  border-radius: 24px 0 0 0;
}

.brand-mark span {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 20px;
  height: 20px;
  border-left: 1px solid var(--accent);
  border-top: 1px solid var(--accent);
}

.brand-word strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.25rem, 1.7vw, 1.95rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  font-size: 0.92rem;
}

.site-nav a,
.footer-grid a { text-decoration: none; }

.site-nav a {
  position: relative;
  color: var(--graphite);
  padding: 28px 0 24px;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }


.nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.nav-link { text-decoration: none; }

.services-dropdown {
  position: absolute;
  left: 50%;
  top: calc(100% - 8px);
  width: min(420px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 12px 0;
  background: rgb(255 253 249 / 0.98);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgb(36 33 30 / 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.has-dropdown:hover .services-dropdown,
.has-dropdown:focus-within .services-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.services-dropdown a {
  display: block;
  padding: 11px 18px;
  color: var(--graphite);
  text-decoration: none;
  line-height: 1.25;
}

.services-dropdown a::after { display: none; }

.services-dropdown a:hover,
.services-dropdown a:focus-visible {
  background: rgb(170 82 47 / 0.08);
  color: var(--accent-dark);
}

.services-dropdown .dropdown-overview {
  color: var(--accent-dark);
  font-weight: 800;
  border-bottom: 1px solid var(--line);
  margin-bottom: 6px;
  padding-bottom: 14px;
}.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 30px;
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.header-cta,
.button-primary {
  background: var(--accent);
  color: white;
}

.header-cta:hover,
.button-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.button-secondary {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent-dark);
}

.button-secondary:hover { background: rgb(170 82 47 / 0.08); }

.button:active,
.header-cta:active { transform: translateY(1px); }

.menu-toggle {
  display: none;
  min-height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
}

.hero { padding: 0; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(620px, 1.1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.hero-copy {
  position: relative;
  padding: 78px 0 58px 58px;
}

.vertical-rule {
  position: absolute;
  left: 0;
  top: 82px;
  width: 2px;
  height: 112px;
  background: var(--accent);
}

.hero-copy h1,
.page-header h1 {
  margin: 0;
  max-width: 620px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(2.75rem, 3.55vw, 4.55rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-actions,
.form-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-stage {
  position: relative;
  min-height: 520px;
}

.hero-media { margin: 0; overflow: hidden; background: var(--surface-strong); }

.hero-media-main {
  position: absolute;
  inset: 0 -96px 0 0;
}

.hero-media-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media-inset {
  position: absolute;
  left: -96px;
  bottom: 0;
  width: min(380px, 43%);
  border: 12px solid var(--bg);
  box-shadow: var(--shadow);
}

.hero-media-inset img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.stats-strip {
  background: rgb(238 233 225 / 0.88);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-grid article {
  min-height: 78px;
  display: grid;
  align-content: center;
  padding: 14px 34px;
  border-left: 1px solid var(--line);
}

.stats-grid article:first-child { border-left: 0; }

.stats-grid strong {
  color: var(--accent);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.2rem, 1.55vw, 1.72rem);
  line-height: 1.05;
  font-weight: 600;
}

.stats-grid span,
.service-card p,
.capability-list p,
.process-grid p,
.page-header p,
.section-head p,
.split p,
.cta-band p,
.service-detail p,
.maintenance-note p,
.contact-card p { color: var(--muted); }

.section,
.page-header { padding: 86px 0; }

.page-header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.page-header p { max-width: 720px; font-size: 1.12rem; }

.section-stack { display: grid; gap: 34px; }

.section-head { max-width: 720px; }

.section-kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 16px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 { margin: 0 0 10px; font-size: 1.02rem; }

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.sticky-head { position: sticky; top: 110px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.service-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgb(255 253 249 / 0.54);
}

.service-card:hover { background: var(--surface); }

.service-index,
.process-grid article span {
  color: var(--accent);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.service-card h3 a { text-decoration: none; }

.service-card p { font-size: 0.94rem; }

.text-link {
  margin-top: auto;
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: none;
}

.text-link::after { content: " ->"; }

.split,
.areas-grid,
.contact-grid,
.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: start;
}

.capability-list { display: grid; gap: 0; border-top: 1px solid var(--line); }

.capability-list article {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.muted { background: rgb(238 233 225 / 0.62); }

.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }

.area-tags span {
  padding: 10px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--graphite);
}


.local-seo-links {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.local-seo-links a {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 800;
}

.local-seo-links a:hover {
  background: rgb(170 82 47 / 0.08);
}.project-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  max-width: none;
  gap: 24px;
}

.project-head .section-kicker,
.project-head h2 { grid-column: 1; }

.project-head .text-link { grid-column: 2; grid-row: 2; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
  filter: contrast(1.04) saturate(0.96);
}

.gallery-grid figcaption {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 14px;
  align-items: start;
  padding: 14px 18px;
  font-weight: 800;
}

.gallery-grid figcaption span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.gallery-grid figcaption a {
  color: var(--accent-dark);
  font-size: 0.86rem;
  text-decoration: none;
}

.process-strip {
  padding: 54px 0;
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: center;
}

.process-grid h2 { font-size: clamp(1.8rem, 2.5vw, 3rem); }

.process-grid article {
  min-height: 160px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.cta-band {
  padding: 54px 0;
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(220px, 0.7fr) auto;
  align-items: center;
  gap: 30px;
}

.cta-inner p { max-width: 460px; }

.service-detail { grid-template-columns: minmax(0, 1fr) 360px; }

.service-detail article { max-width: 620px; }

.service-detail h2:not(:first-child) { margin-top: 34px; }

.check-list { margin: 10px 0 22px; padding: 0; list-style: none; }

.check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

.seo-note {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.seo-note h2 { font-size: 1.15rem; font-family: Arial, Helvetica, sans-serif; font-weight: 800; }

.quote-panel,
.statement-box,
.maintenance-note,
.contact-card,
.local-grid article,
.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 28px;
}

.quote-panel {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
}

.local-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-card { display: grid; gap: 12px; }

.contact-card a {
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.full { grid-column: 1 / -1; }

label { display: grid; gap: 7px; font-weight: 700; }

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bdb3a7;
  background: #fffefa;
  color: var(--text);
  padding: 12px;
  font: inherit;
}

textarea { resize: vertical; }

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgb(170 82 47 / 0.24);
  border-color: var(--accent);
}

.legal-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 400;
}

.legal-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-status {
  min-height: 24px;
  color: var(--accent-dark);
  font-weight: 700;
}


.internal-links {
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.internal-links h2 {
  width: 100%;
  margin-bottom: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.internal-links a {
  padding: 9px 11px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 700;
}

.faq-block {
  margin-top: 38px;
}

.faq-block h2 {
  font-size: clamp(1.6rem, 2.3vw, 2.6rem);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--graphite);
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}.site-footer {
  padding: 0 0 28px;
  background: #171513;
  color: white;
}

.footer-cta-row {
  min-height: 130px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(240px, 0.7fr) auto;
  gap: 30px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.footer-cta-row h2 { color: white; font-size: clamp(2rem, 3vw, 3.5rem); }

.footer-cta-row p,
.footer-grid p,
.footer-grid a,
.footer-bottom { color: rgb(255 255 255 / 0.72); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 34px;
  padding-top: 46px;
}

.footer-grid h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1rem; font-weight: 800; }

.footer-grid a { display: block; margin: 8px 0; }

.footer-brand .brand-word strong { color: white; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgb(255 255 255 / 0.14);
  font-size: 0.92rem;
}

.mobile-action-bar { display: none; }



.services-index-hero {
  padding: clamp(58px, 7vw, 110px) 0 clamp(42px, 5vw, 76px);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.services-index-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(38px, 5vw, 88px);
  align-items: end;
}

.services-index-copy {
  padding-left: 46px;
  border-left: 2px solid var(--accent);
}

.services-index-copy h1 {
  margin: 0;
  max-width: 880px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 4.4vw, 5.8rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.services-index-copy p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.2vw, 1.2rem);
}

.services-index-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: var(--surface-strong);
}

.services-index-media > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03);
  transition: transform 700ms ease;
}

.services-index-media:hover > img { transform: scale(1.025); }

.services-index-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(560px, 72%);
  background: rgb(255 253 249 / 0.94);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  box-shadow: 0 24px 70px rgb(36 33 30 / 0.14);
}

.services-index-panel a {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  text-decoration: none;
}

.services-index-panel a:first-child { border-top: 0; }

.services-index-panel strong {
  color: var(--graphite);
  line-height: 1.15;
}

.services-index-panel span {
  color: var(--muted);
  font-size: 0.92rem;
}

.services-family-section {
  padding-top: clamp(70px, 8vw, 132px);
  background: rgb(238 233 225 / 0.42);
}

.services-family-head {
  display: grid;
  grid-template-columns: minmax(340px, 0.7fr) minmax(320px, 0.55fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: end;
  margin-bottom: 38px;
}

.services-family-head h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 5rem);
}

.services-family-head p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.05rem;
}

.services-family-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.services-family-card {
  min-height: 420px;
  display: grid;
  grid-template-rows: minmax(210px, 0.9fr) auto;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
}

.services-family-card-1 { grid-column: span 5; }
.services-family-card-2 { grid-column: span 7; }
.services-family-card-3 { grid-column: span 12; grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr); grid-template-rows: none; }

.services-family-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
  transition: transform 700ms ease, filter 700ms ease;
}

.services-family-card:hover img {
  transform: scale(1.035);
  filter: saturate(0.98) contrast(1.06);
}

.services-family-card > div {
  padding: clamp(24px, 3vw, 38px);
}

.services-family-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.8rem, 2.6vw, 3.3rem);
  font-weight: 500;
  line-height: 1.02;
}

.services-family-card p {
  max-width: 620px;
  color: var(--muted);
}

.services-family-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.services-family-links a {
  padding: 9px 11px;
  border: 1px solid var(--line);
  background: rgb(238 233 225 / 0.55);
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
}

.services-family-links a:hover { background: rgb(170 82 47 / 0.1); }

.services-catalogue-section { background: var(--bg); }

.services-catalogue {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
}

.services-catalogue-head {
  position: sticky;
  top: 112px;
}

.services-catalogue-head h2 {
  font-size: clamp(2rem, 3.2vw, 4rem);
}

.services-catalogue-head p { color: var(--muted); }

.services-catalogue-list {
  border-top: 1px solid var(--line);
}

.services-catalogue-row {
  display: grid;
  grid-template-columns: 54px minmax(190px, 0.33fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 118px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.services-catalogue-row span {
  color: var(--accent);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.45rem;
  font-weight: 600;
}

.services-catalogue-row strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

.services-catalogue-row p {
  margin: 0;
  color: var(--muted);
}

.services-catalogue-row em {
  color: var(--accent-dark);
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.services-catalogue-row:hover strong,
.services-catalogue-row:hover em { color: var(--accent); }

@media (max-width: 1180px) {
  .services-index-grid,
  .services-family-head,
  .services-catalogue { grid-template-columns: 1fr; }

  .services-index-media,
  .services-index-media > img { min-height: 420px; }

  .services-family-card-1,
  .services-family-card-2,
  .services-family-card-3 { grid-column: span 12; }

  .services-family-card-3 {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(210px, 0.9fr) auto;
  }

  .services-catalogue-head { position: static; }
}

@media (max-width: 760px) {
  .services-index-hero { padding-top: 46px; }

  .services-index-copy { padding-left: 24px; }

  .services-index-copy h1 { font-size: clamp(2.5rem, 12vw, 4.2rem); }

  .services-index-media,
  .services-index-media > img { min-height: 320px; }

  .services-index-panel {
    position: static;
    width: 100%;
    box-shadow: none;
    border-right: 0;
  }

  .services-index-panel a,
  .services-catalogue-row { grid-template-columns: 1fr; gap: 8px; }

  .services-family-grid { border-left: 0; }

  .services-family-card {
    min-height: auto;
    border-right: 0;
  }

  .services-family-card > div { padding: 24px 0; }

  .services-family-card img { min-height: 230px; }

  .services-catalogue-row { min-height: auto; }
}
.service-hero {
  padding: clamp(54px, 7vw, 104px) 0 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.18fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: end;
}

.service-hero-copy {
  padding: 0 0 clamp(44px, 5vw, 82px) 44px;
  border-left: 2px solid var(--accent);
}

.service-hero-copy h1 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(3rem, 4.7vw, 6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.service-hero-copy > p:not(.section-kicker) {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
}

.service-hero-copy .hero-actions { margin-top: 28px; }

.service-hero-media {
  position: relative;
  margin: 0;
  min-height: 420px;
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.service-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-hero-media figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  max-width: 420px;
  padding: 12px 14px;
  background: rgb(255 253 249 / 0.9);
  color: var(--graphite);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 18px 50px rgb(36 33 30 / 0.16);
}

.service-summary-strip {
  background: var(--surface-strong);
  border-bottom: 1px solid var(--line);
}

.service-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-summary-grid article {
  min-height: 138px;
  padding: 26px 32px;
  border-left: 1px solid rgb(120 51 24 / 0.18);
}

.service-summary-grid article:first-child { border-left: 0; }

.service-summary-grid span,
.service-application-grid span,
.service-process-mini span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0;
}

.service-summary-grid strong {
  display: block;
  color: var(--accent-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.45rem, 2vw, 2.25rem);
  font-weight: 600;
  line-height: 1.05;
}

.service-summary-grid p {
  max-width: 360px;
  margin: 8px 0 0;
  color: var(--muted);
}

.service-content-section { padding-top: clamp(58px, 6vw, 92px); }

.service-detail-rich {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(38px, 5vw, 74px);
}

.service-detail-rich article { max-width: none; }

.service-main-copy h2 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.02;
}

.service-main-copy > h2:not(:first-child) { margin-top: clamp(54px, 6vw, 86px); }

.service-main-copy p { max-width: 760px; font-size: 1.03rem; }

.service-intro-block {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 34px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.service-intro-block .section-kicker { margin-top: 10px; }

.service-application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-application-grid article {
  min-height: 190px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgb(255 253 249 / 0.52);
}

.service-application-grid h3,
.service-process-mini h3 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.03rem;
  line-height: 1.25;
}

.service-application-grid p,
.service-process-mini p { margin: 10px 0 0; }

.service-process-mini {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-process-mini article {
  min-height: 168px;
  padding: 24px 22px;
  border-left: 1px solid var(--line);
}

.service-process-mini article:first-child { border-left: 0; }

.service-quote-panel {
  padding: 26px;
  align-content: start;
  background:
    linear-gradient(180deg, rgb(255 253 249 / 0.94), rgb(238 233 225 / 0.86)),
    var(--surface);
}

.service-quote-panel h2 {
  margin: 0;
  font-size: clamp(1.9rem, 2.4vw, 2.75rem);
  line-height: 1.02;
}

.service-quote-panel .button { width: 100%; }

.service-quote-note {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 4px;
}

.service-quote-note strong { color: var(--graphite); }

.service-quote-note span { color: var(--muted); font-size: 0.94rem; }

@media (max-width: 1180px) {
  .service-hero-grid,
  .service-detail-rich { grid-template-columns: 1fr; }

  .service-hero-copy { padding-right: 24px; }

  .service-hero-media,
  .service-hero-media img { min-height: 360px; }

  .service-summary-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .service-process-mini { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .service-process-mini article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }

  .service-process-mini article:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .service-hero { padding-top: 46px; }

  .service-hero-copy {
    padding: 0 0 34px 24px;
  }

  .service-hero-copy h1 { font-size: clamp(2.55rem, 13vw, 4.4rem); }

  .service-hero-media,
  .service-hero-media img { min-height: 300px; }

  .service-hero-media figcaption {
    position: static;
    max-width: none;
    box-shadow: none;
    border-top: 1px solid var(--line);
  }

  .service-summary-grid,
  .service-application-grid,
  .service-process-mini,
  .service-intro-block { grid-template-columns: 1fr; }

  .service-summary-grid article,
  .service-summary-grid article:first-child {
    border-left: 0;
    border-top: 1px solid rgb(120 51 24 / 0.18);
    padding: 22px 0;
  }

  .service-summary-grid article:first-child { border-top: 0; }

  .service-application-grid { border-left: 0; }

  .service-application-grid article { padding: 22px 0; border-right: 0; }

  .service-process-mini article,
  .service-process-mini article:first-child,
  .service-process-mini article:nth-child(3),
  .service-process-mini article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 22px 0;
  }

  .service-process-mini article:first-child { border-top: 0; }

  .service-quote-panel { padding: 22px; }
}
@media (max-width: 1180px) {
  .header-inner { grid-template-columns: auto auto; }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    padding: 0 14px;
  }

  .site-nav,
  .header-cta { display: none; }

  .nav-open .site-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: grid;
    gap: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
  }

  .nav-open .site-nav a {
    padding: 18px 24px;
    border-top: 1px solid var(--line);
  }

  .nav-open .nav-item {
    display: grid;
    border-top: 1px solid var(--line);
  }

  .nav-open .nav-item > a {
    border-top: 0;
  }

  .services-dropdown {
    position: static;
    width: 100%;
    padding: 0 0 10px 18px;
    border: 0;
    border-top: 1px solid var(--line);
    box-shadow: none;
    background: rgb(238 233 225 / 0.42);
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .services-dropdown a {
    padding: 12px 24px;
    border-top: 0;
  }

  .services-dropdown .dropdown-overview {
    margin-bottom: 0;
    border-bottom: 0;
  }

  .hero-grid,
  .editorial-grid,
  .split,
  .areas-grid,
  .contact-grid,
  .service-detail { grid-template-columns: 1fr; }

  .hero-copy { padding-bottom: 24px; }

  .hero-stage { min-height: 460px; }

  .hero-media-main { inset: 0; }

  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .quote-panel,
  .sticky-head { position: static; }

  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .footer-cta-row,
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 760px) {
  .container,
  .wide-container { width: min(100% - 28px, 1180px); }

  .hero,
  .section,
  .page-header { padding: 48px 0; }

  .hero-grid { gap: 26px; }

  .hero-copy { padding: 0 0 8px 24px; }

  .vertical-rule { top: 6px; height: 92px; }

  .hero-copy h1,
  .page-header h1 { font-size: clamp(2.35rem, 12vw, 4rem); line-height: 1; }

  .hero-copy p { font-size: 1rem; }

  .hero-actions,
  .form-actions,
  .footer-bottom { flex-direction: column; align-items: stretch; }

  .button,
  .header-cta { width: 100%; }

  .hero-stage { min-height: auto; display: grid; gap: 12px; }

  .hero-media-main,
  .hero-media-inset { position: static; width: 100%; border: 0; box-shadow: none; }

  .hero-media-main img { aspect-ratio: 4 / 3; height: auto; }

  .stats-grid,
  .service-grid,
  .local-seo-links,
  .gallery-grid,
  .local-grid,
  .form-grid,
  .footer-grid,
  .process-grid { grid-template-columns: 1fr; }

  .stats-grid article { border-left: 0; border-top: 1px solid var(--line); padding: 18px 0; }

  .stats-grid article:first-child { border-top: 0; }

  .project-head { grid-template-columns: 1fr; }

  .project-head .text-link { grid-column: 1; grid-row: auto; }

  .service-card { min-height: auto; }

  .contact-form { padding: 20px; }

  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--graphite);
    border-top: 1px solid rgb(255 255 255 / 0.16);
  }

  .mobile-action-bar a {
    min-height: 54px;
    display: grid;
    place-items: center;
    color: white;
    text-decoration: none;
    font-weight: 800;
  }

  .mobile-action-bar a:first-child { background: var(--accent); }

  body { padding-bottom: 54px; }
}

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









/* Services index redesign */
.services-index-hero {
  padding: clamp(54px, 6vw, 88px) 0 clamp(44px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgb(170 82 47 / 0.025) 1px, transparent 1px) 0 0 / 25% 100%,
    var(--surface);
  border-bottom: 1px solid var(--line);
}

.services-index-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(40px, 5vw, 76px);
  align-items: center;
}

.services-index-copy {
  padding: 18px 0 18px 44px;
  border-left: 2px solid var(--accent);
}

.services-index-copy h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(3.25rem, 4.6vw, 6.1rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.services-index-copy p {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.12vw, 1.18rem);
}

.services-index-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.services-index-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 560px;
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.services-index-proof span {
  padding: 13px 15px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--graphite);
  font-weight: 800;
  font-size: 0.92rem;
}

.services-index-media {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  grid-template-rows: 1fr auto;
  gap: 12px;
  overflow: visible;
  border-left: 0;
  background: transparent;
}

.services-index-media figure { margin: 0; overflow: hidden; background: var(--surface-strong); }

.services-media-large {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  min-height: 560px;
}

.services-media-large img,
.services-media-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.services-media-small {
  position: absolute;
  left: -52px;
  bottom: 28px;
  width: min(330px, 42%);
  height: 230px;
  border: 12px solid var(--surface);
  box-shadow: 0 24px 70px rgb(36 33 30 / 0.16);
}

.services-index-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(430px, 54%);
  background: rgb(36 33 30 / 0.94);
  border: 0;
  box-shadow: 0 24px 70px rgb(36 33 30 / 0.22);
}

.services-index-panel a {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.85fr);
  gap: 16px;
  padding: 15px 18px;
  border-top: 1px solid rgb(255 255 255 / 0.14);
  color: white;
  text-decoration: none;
}

.services-index-panel a:first-child { border-top: 0; }

.services-index-panel strong { color: white; line-height: 1.15; }

.services-index-panel span { color: rgb(255 255 255 / 0.68); font-size: 0.88rem; }

.services-family-section {
  padding-top: clamp(72px, 7vw, 118px);
  padding-bottom: clamp(72px, 7vw, 118px);
  background: rgb(238 233 225 / 0.48);
}

.services-family-head {
  display: grid;
  grid-template-columns: minmax(420px, 0.85fr) minmax(320px, 0.5fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: end;
  margin-bottom: 34px;
}

.services-family-head h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.55rem, 3.8vw, 5rem);
  line-height: 0.98;
}

.services-family-head p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.services-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.services-family-card,
.services-family-card-1,
.services-family-card-2,
.services-family-card-3 {
  grid-column: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 260px auto;
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.services-family-image { overflow: hidden; }

.services-family-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.03);
  transition: transform 700ms ease, filter 700ms ease;
}

.services-family-card:hover .services-family-image img {
  transform: scale(1.04);
  filter: saturate(0.96) contrast(1.06);
}

.services-family-body {
  display: grid;
  align-content: start;
  padding: 30px;
}

.services-family-body > span {
  margin-bottom: 18px;
  color: var(--accent);
  font-weight: 800;
}

.services-family-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.75rem, 2.2vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
}

.services-family-card p {
  margin: 0;
  color: var(--muted);
}

.services-family-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.services-family-links a {
  padding: 8px 10px;
  border: 1px solid var(--line);
  background: rgb(238 233 225 / 0.5);
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.86rem;
}

.services-catalogue-section {
  padding-top: clamp(72px, 7vw, 118px);
  padding-bottom: clamp(72px, 7vw, 118px);
}

.services-catalogue {
  display: grid;
  grid-template-columns: minmax(250px, 0.32fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 82px);
}

.services-catalogue-head {
  position: sticky;
  top: 108px;
}

.services-catalogue-row {
  grid-template-columns: 54px minmax(190px, 0.34fr) minmax(0, 1fr) auto;
  padding: 22px 0;
  min-height: 108px;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .services-index-grid {
    grid-template-columns: minmax(360px, 0.85fr) minmax(440px, 1.15fr);
    gap: 34px;
  }

  .services-index-copy { padding-left: 32px; }

  .services-index-copy h1 { font-size: clamp(3rem, 5.5vw, 4.9rem); }

  .services-index-media,
  .services-media-large { min-height: 480px; }

  .services-media-small { width: 280px; height: 190px; left: -30px; }

  .services-index-panel { width: min(390px, 58%); }

  .services-family-head,
  .services-catalogue { grid-template-columns: 1fr; }

  .services-family-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .services-family-card,
  .services-family-card-1,
  .services-family-card-2,
  .services-family-card-3 { grid-template-rows: 220px auto; }

  .services-family-body { padding: 24px; }

  .services-catalogue-head { position: static; }
}

@media (max-width: 900px) {
  .services-index-grid,
  .services-family-head,
  .services-catalogue { grid-template-columns: 1fr; }

  .services-index-copy { padding-left: 24px; }

  .services-index-copy h1 { font-size: clamp(2.55rem, 11vw, 4.4rem); }

  .services-index-media,
  .services-media-large { min-height: 340px; }

  .services-media-small { display: none; }

  .services-index-panel {
    position: static;
    width: 100%;
  }

  .services-index-panel a { grid-template-columns: 1fr; gap: 4px; }

  .services-family-grid { grid-template-columns: 1fr; border-left: 0; }

  .services-family-card,
  .services-family-card-1,
  .services-family-card-2,
  .services-family-card-3 {
    grid-template-rows: 230px auto;
    border-right: 0;
  }

  .services-catalogue-head { position: static; }

  .services-catalogue-row { grid-template-columns: 1fr; gap: 8px; }
}

/* Services index final proportion pass */
@media (min-width: 1181px) {
  .services-index-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(38px, 4vw, 58px);
  }

  .services-index-copy h1 {
    max-width: 760px;
    font-size: clamp(3.05rem, 3.55vw, 5rem);
    line-height: 0.98;
  }

  .services-index-media,
  .services-media-large { min-height: 500px; }

  .services-media-small {
    width: 285px;
    height: 200px;
    left: -34px;
  }

  .services-index-panel { width: min(390px, 58%); }

  .services-index-proof {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 690px;
  }
}

/* Services page reference match */
.services-index-hero {
  padding: 26px 0 36px;
  background: var(--surface);
}

.services-index-grid {
  grid-template-columns: minmax(430px, 0.86fr) minmax(560px, 1.14fr);
  gap: clamp(34px, 4.5vw, 78px);
  align-items: center;
}

.services-index-copy {
  padding: 62px 0 28px 34px;
  border-left: 2px solid var(--accent);
}

.services-index-copy h1 {
  max-width: 620px;
  font-size: clamp(3.1rem, 4.55vw, 5.95rem);
  line-height: 0.95;
}

.services-index-copy p {
  max-width: 560px;
  margin-top: 28px;
  color: var(--muted);
}

.services-index-actions { margin-top: 30px; }

.services-index-actions .button-secondary::after { content: "  >"; }

.services-index-proof {
  display: flex;
  max-width: 610px;
  margin-top: 56px;
  padding: 17px 18px;
  gap: 0;
  border: 1px solid var(--line);
  background: rgb(255 253 249 / 0.74);
  box-shadow: 0 16px 54px rgb(36 33 30 / 0.06);
}

.services-index-proof span {
  min-width: 0;
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border: 0;
  color: var(--graphite);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.services-index-media {
  min-height: 560px;
  display: block;
  position: relative;
}

.services-media-large {
  min-height: 560px;
  border-radius: 8px;
  box-shadow: 0 22px 70px rgb(36 33 30 / 0.12);
}

.services-media-large img {
  min-height: 560px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-media-small { display: none; }

.services-index-panel {
  left: 64px;
  right: auto;
  bottom: 48px;
  width: min(430px, calc(100% - 128px));
  padding: 18px 0;
  border-radius: 8px;
  background: rgb(25 23 21 / 0.88);
  backdrop-filter: blur(14px);
}

.services-index-panel a {
  grid-template-columns: 32px minmax(0, 1fr) minmax(110px, 0.78fr);
  gap: 16px;
  align-items: center;
  padding: 11px 24px;
  border-top: 0;
}

.services-index-panel strong {
  font-size: 0.95rem;
  line-height: 1.2;
}

.services-index-panel span { font-size: 0.82rem; }

.svc-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  flex: 0 0 24px;
  color: currentColor;
}

.svc-icon::before,
.svc-icon::after {
  content: "";
  position: absolute;
  border: 1.7px solid currentColor;
}

.svc-icon-trowel::before { left: 3px; top: 11px; width: 17px; height: 5px; transform: rotate(-35deg); }
.svc-icon-trowel::after { left: 12px; top: 4px; width: 7px; height: 16px; border-left: 0; transform: rotate(35deg); }
.svc-icon-texture::before { left: 4px; top: 4px; width: 16px; height: 16px; border-style: dashed; }
.svc-icon-texture::after { left: 9px; top: 9px; width: 6px; height: 6px; border-radius: 50%; }
.svc-icon-grid::before { left: 3px; top: 3px; width: 18px; height: 18px; }
.svc-icon-grid::after { left: 11px; top: 3px; width: 0; height: 18px; box-shadow: -6px 6px 0 -5px currentColor, 6px 6px 0 -5px currentColor; }
.svc-icon-building::before { left: 5px; top: 6px; width: 14px; height: 15px; }
.svc-icon-building::after { left: 9px; top: 10px; width: 2px; height: 2px; box-shadow: 5px 0 0 currentColor, 0 5px 0 currentColor, 5px 5px 0 currentColor; border: 0; background: currentColor; }
.svc-icon-tools::before { left: 4px; top: 10px; width: 17px; height: 3px; transform: rotate(45deg); }
.svc-icon-tools::after { left: 4px; top: 10px; width: 17px; height: 3px; transform: rotate(-45deg); }
.svc-icon-shop::before { left: 4px; top: 8px; width: 16px; height: 12px; }
.svc-icon-shop::after { left: 3px; top: 4px; width: 18px; height: 5px; border-bottom: 0; }
.svc-icon-people::before { left: 3px; top: 9px; width: 6px; height: 6px; border-radius: 50%; box-shadow: 11px 0 0 -1px currentColor; }
.svc-icon-people::after { left: 2px; top: 17px; width: 20px; height: 4px; border-radius: 12px 12px 0 0; }
.svc-icon-chat::before { left: 3px; top: 5px; width: 17px; height: 13px; border-radius: 50%; }
.svc-icon-chat::after { left: 7px; top: 16px; width: 6px; height: 6px; border-top: 0; border-right: 0; transform: rotate(-25deg); }

.services-index-panel .svc-icon { color: rgb(255 255 255 / 0.76); }
.services-index-proof .svc-icon { color: var(--accent-dark); }

.services-family-section {
  padding: 70px 0 84px;
  background: linear-gradient(180deg, rgb(238 233 225 / 0.74), rgb(248 246 242 / 0.9));
}

.services-family-head {
  margin-bottom: 42px;
  align-items: end;
}

.services-family-head h2 {
  max-width: 670px;
  font-size: clamp(2.2rem, 3.25vw, 4.25rem);
}

.services-family-head > p { max-width: 560px; }

.services-family-grid {
  gap: 28px;
  border: 0;
}

.services-family-card,
.services-family-card-1,
.services-family-card-2,
.services-family-card-3 {
  border: 1px solid rgb(222 214 204 / 0.9);
  border-radius: 8px;
  background: rgb(255 253 249 / 0.9);
  box-shadow: 0 18px 60px rgb(36 33 30 / 0.08);
}

.services-family-image {
  position: relative;
  height: 250px;
}

.services-family-number {
  position: absolute;
  left: 18px;
  top: 18px;
  min-width: 42px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: var(--accent);
  color: white;
  font-weight: 900;
}

.services-family-body { padding: 28px 28px 32px; }

.services-family-card h3 { font-size: clamp(1.55rem, 2vw, 2.45rem); }

.services-family-links a {
  border: 0;
  border-radius: 6px;
  background: rgb(238 233 225 / 0.88);
  color: var(--accent-dark);
}

.services-catalogue-section { background: var(--surface); }

.services-catalogue {
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
}

.services-catalogue-head h2 {
  max-width: 360px;
  font-size: clamp(2rem, 3vw, 3.8rem);
}

.services-help-box {
  margin-top: 72px;
  padding: 26px;
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgb(255 253 249 / 0.76);
}

.services-help-box .svc-icon { color: var(--accent); width: 34px; height: 34px; }

.services-help-box strong { max-width: 220px; line-height: 1.35; }

.services-help-box a {
  color: var(--accent-dark);
  font-weight: 900;
  text-decoration: none;
}

.services-help-box a::after { content: "  ->"; }

.services-catalogue-list { border-top: 0; }

.services-catalogue-row {
  grid-template-columns: 42px 54px minmax(170px, 0.34fr) minmax(0, 1fr) 110px;
  gap: 20px;
  min-height: 104px;
  padding: 17px 0;
}

.services-row-number {
  color: var(--accent) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
}

.services-catalogue-row > .svc-icon {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 50%;
  background: rgb(238 233 225 / 0.88);
  color: var(--accent-dark);
}

.services-catalogue-row > .svc-icon::before,
.services-catalogue-row > .svc-icon::after { transform-origin: center; }

.services-catalogue-row strong { font-size: 0.98rem; }
.services-catalogue-row p { font-size: 0.9rem; line-height: 1.45; }
.services-catalogue-row em::after { content: " ->"; }

@media (min-width: 901px) and (max-width: 1180px) {
  .services-index-grid { grid-template-columns: 0.9fr 1.1fr; }
  .services-index-copy h1 { font-size: clamp(2.8rem, 5vw, 4.6rem); }
  .services-index-proof { flex-wrap: wrap; }
  .services-index-proof span { flex-basis: 50%; padding: 8px 12px; }
  .services-index-panel { left: 32px; width: min(390px, calc(100% - 64px)); }
  .services-family-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .services-catalogue-row { grid-template-columns: 38px 48px minmax(160px, .34fr) minmax(0,1fr) 96px; gap: 14px; }
}

@media (max-width: 900px) {
  .services-index-copy { padding-top: 24px; }
  .services-index-proof { flex-wrap: wrap; margin-top: 30px; }
  .services-index-proof span { flex-basis: 50%; padding: 8px 10px; }
  .services-media-large,
  .services-media-large img { min-height: 330px; }
  .services-index-panel { width: 100%; border-radius: 0 0 8px 8px; }
  .services-family-grid { gap: 18px; }
  .services-catalogue-row { grid-template-columns: 42px 48px 1fr; }
  .services-catalogue-row p,
  .services-catalogue-row em { grid-column: 3; }
  .services-help-box { margin-top: 28px; }
}

/* Tablet/mobile repair for services page */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1180px) {
  .services-index-hero {
    padding: 42px 0 54px;
  }

  .services-index-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 34px;
    align-items: start;
  }

  .services-index-copy {
    width: 100%;
    max-width: none;
    padding: 28px 0 0 28px;
  }

  .services-index-copy h1 {
    max-width: 760px;
    font-size: clamp(3rem, 8.2vw, 5rem);
    line-height: 0.96;
  }

  .services-index-copy p {
    max-width: 680px;
  }

  .services-index-actions {
    margin-top: 26px;
  }

  .services-index-proof {
    width: 100%;
    max-width: 760px;
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .services-index-proof span {
    min-height: 56px;
    padding: 12px 16px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    white-space: normal;
  }

  .services-index-media {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    display: block;
    overflow: hidden;
  }

  .services-media-large,
  .services-media-large img {
    min-height: 430px;
    width: 100%;
  }

  .services-media-large img {
    object-fit: cover;
  }

  .services-index-panel {
    left: 24px;
    right: 24px;
    bottom: 24px;
    width: auto;
    max-width: none;
  }

  .services-index-panel a {
    grid-template-columns: 30px minmax(0, 1fr) minmax(110px, 0.7fr);
    padding: 10px 18px;
  }

  .services-family-head {
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  .services-family-head h2 {
    max-width: 760px;
    font-size: clamp(2.55rem, 7vw, 4.4rem);
  }

  .services-family-head > p {
    max-width: 680px;
  }

  .services-family-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .services-family-card,
  .services-family-card-1,
  .services-family-card-2,
  .services-family-card-3 {
    grid-template-columns: minmax(280px, 0.45fr) minmax(0, 0.55fr);
    grid-template-rows: none;
  }

  .services-family-image {
    height: auto;
    min-height: 270px;
  }

  .services-family-body {
    padding: 26px;
  }

  .services-catalogue {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }

  .services-catalogue-head {
    position: static;
  }

  .services-catalogue-head h2 {
    max-width: 620px;
  }

  .services-help-box {
    max-width: 460px;
    margin-top: 28px;
  }

  .services-catalogue-row {
    grid-template-columns: 38px 48px minmax(150px, 0.36fr) minmax(0, 1fr) 96px;
    gap: 14px;
  }
}

@media (max-width: 760px) {
  .services-index-copy {
    padding-left: 22px;
  }

  .services-index-copy h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .services-index-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .services-index-proof {
    grid-template-columns: 1fr;
  }

  .services-index-media,
  .services-media-large,
  .services-media-large img {
    min-height: 340px;
  }

  .services-index-panel {
    position: static;
    border-radius: 0 0 8px 8px;
  }

  .services-index-panel a {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .services-index-panel a span {
    grid-column: 2;
  }

  .services-family-card,
  .services-family-card-1,
  .services-family-card-2,
  .services-family-card-3 {
    grid-template-columns: 1fr;
  }

  .services-family-image {
    min-height: 220px;
  }

  .services-catalogue-row {
    grid-template-columns: 34px 46px minmax(0, 1fr);
    gap: 10px;
  }

  .services-catalogue-row p,
  .services-catalogue-row em {
    grid-column: 3;
  }
}

/* Inline SVG icon system */
svg.svc-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  flex: 0 0 24px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-index-proof svg.svc-icon,
.services-index-panel svg.svc-icon {
  color: currentColor;
}

.services-index-proof span {
  align-items: center;
}

.services-index-proof svg.svc-icon {
  color: var(--accent-dark);
}

.services-index-panel svg.svc-icon {
  color: rgb(255 255 255 / 0.78);
}

.services-help-box svg.svc-icon {
  width: 36px;
  height: 36px;
  color: var(--accent);
}

.services-catalogue-row > svg.svc-icon {
  width: 48px;
  height: 48px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background: rgb(238 233 225 / 0.9);
  color: var(--accent-dark);
  stroke-width: 1.85;
}

.services-catalogue-row:hover > svg.svc-icon {
  background: rgb(170 82 47 / 0.12);
  color: var(--accent);
}

.services-index-panel a:hover svg.svc-icon,
.services-index-proof span:hover svg.svc-icon {
  color: var(--accent);
}

/* Fix proof chips collision */
.services-index-proof {
  width: 100%;
  max-width: 760px;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.services-index-proof span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 12px;
  font-size: clamp(0.84rem, 0.85vw, 0.95rem);
  line-height: 1.15;
  white-space: normal;
  text-align: left;
}

.services-index-proof svg.svc-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

@media (max-width: 1280px) {
  .services-index-proof {
    max-width: 680px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-index-proof span {
    justify-content: flex-start;
    padding: 14px 16px;
    font-size: 0.95rem;
  }
}

@media (max-width: 560px) {
  .services-index-proof {
    grid-template-columns: 1fr;
  }
}

/* Premium mobile navigation */
.nav-backdrop {
  display: none;
}

.menu-toggle-lines {
  width: 20px;
  height: 14px;
  display: grid;
  align-content: space-between;
}

.menu-toggle-lines span {
  display: block;
  height: 2px;
  background: currentColor;
  transform-origin: center;
  transition: transform 220ms ease, opacity 180ms ease;
}

@media (max-width: 1180px) {
  .site-header {
    z-index: 40;
  }

  .header-inner {
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-word strong {
    font-size: clamp(1.25rem, 5.5vw, 1.95rem);
  }

  .menu-toggle {
    position: relative;
    z-index: 62;
    min-height: 46px;
    min-width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid rgb(120 51 24 / 0.22);
    background: rgb(255 253 249 / 0.82);
    color: var(--graphite);
    font: inherit;
    font-weight: 800;
    box-shadow: 0 12px 34px rgb(36 33 30 / 0.08);
    backdrop-filter: blur(14px);
  }

  .nav-open .menu-toggle {
    background: var(--graphite);
    border-color: var(--graphite);
    color: white;
  }

  .nav-open .menu-toggle-lines span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-open .menu-toggle-lines span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 38;
    display: block;
    border: 0;
    background: rgb(24 21 18 / 0.34);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .nav-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-backdrop[hidden] {
    display: block;
    opacity: 0;
    pointer-events: none;
  }

  .site-nav {
    position: fixed;
    top: 88px;
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(68px + env(safe-area-inset-bottom));
    left: auto;
    z-index: 60;
    width: min(430px, calc(100vw - 28px));
    display: grid;
    grid-auto-rows: max-content;
    align-content: start;
    gap: 0;
    padding: 12px;
    overflow: auto;
    background: rgb(255 253 249 / 0.96);
    border: 1px solid rgb(222 214 204 / 0.96);
    box-shadow: 0 28px 90px rgb(36 33 30 / 0.28);
    backdrop-filter: blur(22px);
    transform: translateX(calc(100% + 24px));
    opacity: 0;
    visibility: hidden;
    transition: transform 260ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease, visibility 220ms ease;
  }

  .nav-open .site-nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .site-nav::before {
    content: "Navegacion";
    padding: 10px 12px 16px;
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .site-nav a,
  .nav-open .site-nav a {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px;
    border-top: 1px solid rgb(222 214 204 / 0.75);
    color: var(--graphite);
    font-size: 1.06rem;
    font-weight: 800;
    text-decoration: none;
  }

  .site-nav a::after {
    content: "";
    position: static;
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    background: transparent;
    transform: rotate(45deg);
    opacity: 0.52;
  }

  .site-nav a[aria-current="page"] {
    color: var(--accent-dark);
    background: rgb(170 82 47 / 0.075);
  }

  .site-nav a[aria-current="page"]::after {
    transform: rotate(45deg);
    opacity: 1;
  }

  .nav-item,
  .nav-open .nav-item {
    display: grid;
    border-top: 0;
  }

  .nav-item > .nav-link,
  .nav-open .nav-item > .nav-link {
    border-top: 1px solid rgb(222 214 204 / 0.75);
  }

  .services-dropdown {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 0 6px;
    padding: 8px;
    border: 0;
    background: rgb(238 233 225 / 0.58);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .services-dropdown a,
  .nav-open .services-dropdown a {
    min-height: 42px;
    padding: 10px 12px;
    border-top: 1px solid rgb(222 214 204 / 0.7);
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.22;
  }

  .services-dropdown a:first-child {
    border-top: 0;
  }

  .services-dropdown .dropdown-overview,
  .nav-open .services-dropdown .dropdown-overview {
    margin: 0;
    padding: 11px 12px;
    border-bottom: 0;
    color: var(--accent-dark);
    background: rgb(255 253 249 / 0.74);
    font-size: 0.98rem;
    font-weight: 900;
  }

  .header-cta {
    display: none;
  }
}

@media (max-width: 520px) {
  .menu-toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .menu-toggle {
    padding: 0;
  }

  .site-nav {
    top: 82px;
    left: 14px;
    right: 14px;
    width: auto;
    bottom: calc(62px + env(safe-area-inset-bottom));
  }

  .site-nav a,
  .nav-open .site-nav a {
    font-size: 1rem;
  }
}

/* Mobile nav closed-state hardening */
.nav-backdrop[hidden] {
  display: none !important;
}

@media (max-width: 1180px) {
  .site-nav {
    pointer-events: none;
  }

  .nav-open .site-nav {
    pointer-events: auto;
  }

  body:not(.nav-open) .site-nav {
    transform: translateX(calc(100% + 32px)) !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* Mobile drawer refinement: keep outside tap area */
@media (max-width: 520px) {
  .site-nav {
    left: auto;
    right: 12px;
    width: min(344px, calc(100vw - 44px));
  }
}

/* Mobile services accordion + sticky header polish */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
}

@media (max-width: 1180px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 90;
  }

  .site-nav {
    top: calc(74px + env(safe-area-inset-top));
  }

  .nav-backdrop {
    z-index: 78;
  }

  .menu-toggle {
    z-index: 96;
  }

  .nav-item.has-dropdown {
    background: transparent;
  }

  .services-trigger {
    cursor: pointer;
  }

  .services-trigger::after {
    transition: transform 200ms ease, opacity 180ms ease;
  }

  .nav-item.services-open > .services-trigger::after {
    transform: rotate(135deg);
    opacity: 1;
  }

  .services-dropdown {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    border-top: 0;
    transform: translateY(-4px);
    transition: max-height 260ms ease, opacity 180ms ease, transform 220ms ease, padding 220ms ease, margin 220ms ease;
  }

  .nav-item.services-open > .services-dropdown {
    max-height: 520px;
    margin: 0 0 6px;
    padding: 8px;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-item.services-open > .services-trigger {
    color: var(--accent-dark);
    background: rgb(170 82 47 / 0.075);
  }
}

/* Fixed header guarantee */
body {
  padding-top: 76px;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 120;
}

@media (max-width: 1180px) {
  body {
    padding-top: 74px;
  }

  .site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
  }

  .site-nav {
    top: calc(74px + env(safe-area-inset-top));
  }
}

@media (max-width: 760px) {
  body {
    padding-top: 74px;
    padding-bottom: calc(54px + env(safe-area-inset-bottom));
  }
}

/* Briefing closeout stable layer */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  padding-top: 76px;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 120;
}

.footer-legal-links {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-legal-links a,
.legal-check a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content {
  max-width: 900px;
}

.legal-content article {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content article:first-child {
  padding-top: 0;
}

.legal-content h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.5rem);
}

.legal-content p {
  color: var(--muted);
  font-size: 1.03rem;
}

.legal-note {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: var(--surface);
}

@media (max-width: 1180px) {
  body {
    padding-top: 74px;
  }

  .site-header {
    position: fixed !important;
    z-index: 120;
  }

  .header-inner {
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-toggle {
    z-index: 132;
  }

  .nav-backdrop {
    z-index: 118;
  }

  .nav-backdrop[hidden] {
    display: none !important;
  }

  .site-nav {
    top: calc(74px + env(safe-area-inset-top));
    z-index: 130;
    pointer-events: none;
  }

  .nav-open .site-nav {
    pointer-events: auto;
  }

  body:not(.nav-open) .site-nav {
    transform: translateX(calc(100% + 32px)) !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .services-trigger {
    cursor: pointer;
  }

  .services-dropdown {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    border-top: 0;
    transform: translateY(-4px);
    transition: max-height 260ms ease, opacity 180ms ease, transform 220ms ease, padding 220ms ease, margin 220ms ease;
  }

  .nav-item.services-open > .services-dropdown {
    max-height: 520px;
    margin: 0 0 6px;
    padding: 8px;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-item.services-open > .services-trigger {
    color: var(--accent-dark);
    background: rgb(170 82 47 / 0.075);
  }

  .nav-item.services-open > .services-trigger::after {
    transform: rotate(135deg);
    opacity: 1;
  }
}

@media (max-width: 760px) {
  body {
    padding-top: 74px;
    padding-bottom: calc(54px + env(safe-area-inset-bottom));
  }

  .footer-bottom {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .site-nav {
    left: auto;
    right: 12px;
    width: min(344px, calc(100vw - 44px));
  }
}

/* Premium service detail pages */
.service-hero-premium {
  padding: clamp(34px, 4vw, 58px) 0 0;
  background: radial-gradient(circle at 78% 12%, rgb(170 82 47 / 0.06), transparent 34%), var(--surface);
}

.service-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(28px, 4vw, 54px);
  color: var(--muted);
  font-size: 0.84rem;
}

.service-breadcrumb a {
  text-decoration: none;
  color: var(--graphite);
}

.service-breadcrumb strong {
  color: var(--accent-dark);
}

.service-hero-premium .service-hero-grid {
  grid-template-columns: minmax(390px, 0.78fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
}

.service-hero-premium .service-hero-copy {
  padding: 0 0 clamp(42px, 6vw, 84px) 44px;
}

.service-hero-premium .service-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.1rem, 5.1vw, 6.9rem);
  line-height: 0.96;
}

.service-hero-premium .service-hero-copy > p:not(.section-kicker) {
  max-width: 620px;
  font-size: clamp(1rem, 1.05vw, 1.18rem);
}

.service-hero-premium .service-hero-media {
  min-height: 560px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgb(36 33 30 / 0.12);
}

.service-hero-premium .service-hero-media img {
  min-height: 560px;
  filter: saturate(0.92) contrast(1.03);
}

.service-hero-premium .service-hero-media figcaption {
  left: 38px;
  bottom: 36px;
  width: min(420px, calc(100% - 76px));
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 18px 22px;
  border: 1px solid rgb(222 214 204 / 0.88);
  border-radius: 4px;
  background: rgb(255 253 249 / 0.91);
  backdrop-filter: blur(14px);
}

.service-hero-premium .service-hero-media figcaption .svc-icon {
  grid-row: span 2;
  color: var(--accent);
}

.service-hero-premium .service-hero-media figcaption strong {
  line-height: 1.2;
}

.service-hero-premium .service-hero-media figcaption span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.service-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(42px, 5vw, 76px);
  max-width: 760px;
  border: 1px solid var(--line);
  background: rgb(255 253 249 / 0.76);
  box-shadow: 0 18px 60px rgb(36 33 30 / 0.06);
}

.service-proof-row span {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 2px 10px;
  align-items: center;
  padding: 16px 14px;
  border-left: 1px solid var(--line);
}

.service-proof-row span:first-child { border-left: 0; }
.service-proof-row .svc-icon { color: var(--accent-dark); }
.service-proof-row strong { font-size: 0.9rem; line-height: 1.15; }
.service-proof-row em { grid-column: 2; color: var(--muted); font-style: normal; font-size: 0.76rem; line-height: 1.25; }

.service-summary-premium {
  background: linear-gradient(180deg, rgb(238 233 225 / 0.84), rgb(248 246 242 / 0.92));
}

.service-summary-premium .service-summary-grid {
  gap: 0;
}

.service-summary-premium article {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr 18px;
  gap: 4px 22px;
  align-items: center;
  min-height: 184px;
  padding: 32px 42px;
}

.service-summary-premium article::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 1.5px solid var(--accent);
  border-top: 1.5px solid var(--accent);
  transform: rotate(45deg);
  opacity: 0.55;
}

.service-summary-premium article > .svc-icon {
  grid-row: span 3;
  width: 64px;
  height: 64px;
  padding: 18px;
  border-radius: 50%;
  background: rgb(255 253 249 / 0.72);
  color: var(--accent);
}

.service-summary-premium article > span {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
}

.service-summary-premium article strong {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--graphite);
  font-size: clamp(1.08rem, 1.45vw, 1.45rem);
  line-height: 1.14;
}

.service-summary-premium article p {
  margin: 0;
  font-size: 0.9rem;
}

.service-page-premium {
  padding-top: clamp(64px, 7vw, 112px);
}

.service-page-premium .service-detail-rich {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  gap: clamp(44px, 6vw, 92px);
}

.service-page-premium .service-intro-block {
  margin-bottom: 48px;
}

.service-process-premium {
  margin-bottom: clamp(56px, 7vw, 92px);
  border-radius: 8px;
  overflow: hidden;
  background: rgb(255 253 249 / 0.72);
  box-shadow: 0 18px 60px rgb(36 33 30 / 0.06);
}

.service-process-premium article {
  min-height: 210px;
  display: grid;
  align-content: start;
  padding: 28px;
}

.service-process-premium .svc-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--accent);
}

.service-applications-head {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) 1fr;
  gap: 24px;
  align-items: end;
  margin: 10px 0 26px;
  border-bottom: 1px solid var(--line);
}

.service-applications-head .section-kicker { align-self: start; }
.service-applications-head h2 { font-size: clamp(2rem, 3vw, 3.6rem); }

.service-application-visual {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  border: 0;
}

.service-application-visual article {
  min-height: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 16px 48px rgb(36 33 30 / 0.06);
}

.service-application-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.02);
}

.service-application-visual article > div { padding: 22px 24px 26px; }
.service-application-visual span { display: inline-grid; place-items: center; min-width: 34px; height: 34px; margin: -42px 0 16px; border-radius: 50%; background: var(--accent); color: white; }
.service-application-visual h3 { font-size: 1.08rem; }

.service-side-stack {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 28px;
}

.service-side-stack .quote-panel {
  position: static;
  border-radius: 8px;
  box-shadow: 0 20px 70px rgb(36 33 30 / 0.08);
}

.service-quote-panel h2 {
  font-size: clamp(2rem, 2.6vw, 3.3rem);
}

.service-quote-note {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 4px 12px;
  align-items: start;
  margin-top: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.service-quote-note .svc-icon {
  grid-row: span 2;
  color: var(--accent);
}

.service-quote-note span {
  color: var(--muted);
  font-size: 0.92rem;
}

.service-zones-card {
  padding: 28px;
  border-left: 1px solid var(--line);
}

.service-zones-card > div:first-child .svc-icon {
  width: 36px;
  height: 36px;
  color: var(--accent);
  margin-bottom: 14px;
}

.service-zones-card h2 {
  font-size: clamp(1.8rem, 2.3vw, 2.7rem);
}

.service-map {
  position: relative;
  height: 150px;
  margin: 24px 0;
  background:
    radial-gradient(circle at 44% 53%, rgb(170 82 47 / 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 58% 48%, rgb(170 82 47 / 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 60%, rgb(170 82 47 / 0.2) 0 2px, transparent 3px),
    linear-gradient(135deg, rgb(222 214 204 / 0.45), rgb(255 253 249 / 0.4));
  clip-path: polygon(10% 42%, 21% 32%, 34% 35%, 43% 21%, 61% 27%, 70% 39%, 90% 45%, 78% 59%, 63% 57%, 54% 73%, 38% 66%, 26% 73%, 18% 59%);
  opacity: 0.95;
}

.service-zones-card .internal-links {
  border: 0;
  padding: 0;
}

.service-zones-card .internal-links h2 {
  font-size: clamp(1.55rem, 2.1vw, 2.4rem);
}

.service-final-cta {
  padding: 36px 0 72px;
  background: var(--bg);
}

.service-final-cta .container {
  min-height: 112px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 60px rgb(36 33 30 / 0.06);
}

.service-final-cta .container::before {
  content: "";
  grid-row: span 2;
  width: 38px;
  height: 38px;
  border: 1.5px solid var(--accent);
  border-radius: 10px;
}

.service-final-cta strong { font-size: 1.1rem; }
.service-final-cta span { color: var(--muted); }
.service-final-cta .button { grid-column: 3; grid-row: 1 / span 2; }

.service-page-premium .faq-block {
  margin-top: clamp(58px, 7vw, 92px);
}

.service-page-premium .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border-top: 0;
}

.service-page-premium .faq-list details {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgb(255 253 249 / 0.72);
}

.service-page-premium .faq-list summary {
  padding: 16px 18px;
}

.service-page-premium .faq-list p {
  padding: 0 18px 18px;
}

@media (max-width: 1180px) {
  .service-hero-premium .service-hero-grid,
  .service-page-premium .service-detail-rich {
    grid-template-columns: 1fr;
  }

  .service-hero-premium .service-hero-copy h1 {
    max-width: 850px;
    font-size: clamp(3rem, 8vw, 5.4rem);
  }

  .service-side-stack { position: static; }
  .service-zones-card { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
}

@media (max-width: 760px) {
  .service-breadcrumb { flex-wrap: wrap; }
  .service-hero-premium .service-hero-copy { padding-left: 24px; }
  .service-hero-premium .service-hero-copy h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .service-proof-row { grid-template-columns: 1fr; }
  .service-proof-row span { border-left: 0; border-top: 1px solid var(--line); }
  .service-proof-row span:first-child { border-top: 0; }
  .service-hero-premium .service-hero-media,
  .service-hero-premium .service-hero-media img { min-height: 340px; }
  .service-hero-premium .service-hero-media figcaption { position: static; width: auto; max-width: none; border-radius: 0; }
  .service-summary-premium .service-summary-grid,
  .service-application-visual,
  .service-page-premium .faq-list,
  .service-applications-head { grid-template-columns: 1fr; }
  .service-summary-premium article { grid-template-columns: 58px 1fr; padding: 24px 0; }
  .service-summary-premium article::after { display: none; }
  .service-summary-premium article > .svc-icon { width: 52px; height: 52px; padding: 14px; }
  .service-process-premium { grid-template-columns: 1fr; }
  .service-process-premium article { min-height: auto; border-left: 0; border-top: 1px solid var(--line); }
  .service-process-premium article:first-child { border-top: 0; }
  .service-final-cta .container { grid-template-columns: 1fr; }
  .service-final-cta .container::before { display: none; }
  .service-final-cta .button { grid-column: auto; grid-row: auto; }
}

/* Service benefit strip alignment fix */
.service-summary-premium .service-summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-summary-premium .service-summary-grid article {
  min-width: 0;
  min-height: 176px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 24px;
  grid-template-areas:
    "num num num"
    "ico ttl arr"
    "ico txt arr";
  gap: 6px 22px;
  align-items: center;
  padding: 34px clamp(28px, 3vw, 52px);
}

.service-summary-premium .service-summary-grid article::after {
  grid-area: arr;
  justify-self: end;
  align-self: center;
}

.service-summary-premium .service-summary-grid article > .svc-icon {
  grid-area: ico;
  align-self: center;
  justify-self: start;
  margin: 0;
}

.service-summary-premium .service-summary-grid article > span {
  grid-area: num;
  margin: 0 0 2px;
  min-width: 0;
}

.service-summary-premium .service-summary-grid article > strong {
  grid-area: ttl;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.service-summary-premium .service-summary-grid article > p {
  grid-area: txt;
  min-width: 0;
  max-width: 38ch;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .service-summary-premium .service-summary-grid {
    grid-template-columns: 1fr;
  }

  .service-summary-premium .service-summary-grid article,
  .service-summary-premium .service-summary-grid article:first-child {
    border-left: 0;
    border-top: 1px solid rgb(120 51 24 / 0.18);
  }

  .service-summary-premium .service-summary-grid article:first-child {
    border-top: 0;
  }
}

@media (max-width: 560px) {
  .service-summary-premium .service-summary-grid article {
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-areas:
      "num num"
      "ico ttl"
      "txt txt";
    gap: 8px 16px;
    padding: 24px 0;
  }

  .service-summary-premium .service-summary-grid article::after {
    display: none;
  }
}

/* Home landing refinement */
.home-hero .hero-grid {
  grid-template-columns: minmax(420px, 0.88fr) minmax(620px, 1.12fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: stretch;
}

.home-hero .hero-copy {
  padding-top: clamp(64px, 7vw, 112px);
  padding-bottom: clamp(56px, 6vw, 92px);
}

.home-hero .hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 5vw, 6.8rem);
  line-height: 0.96;
}

.home-hero .hero-copy p {
  max-width: 650px;
  font-size: clamp(1.03rem, 1.15vw, 1.22rem);
}

.home-hero .hero-stage {
  min-height: clamp(520px, 35vw, 660px);
}

.home-hero .hero-media-main {
  inset: 0 -96px 0 0;
}

.home-hero .hero-media-inset {
  left: -120px;
  bottom: 0;
  width: min(430px, 45%);
  border-width: 14px;
}

.home-stats-strip {
  background: rgb(238 233 225 / 0.9);
}

.home-stats-strip .stats-grid article {
  min-height: 86px;
  padding: 18px clamp(24px, 4vw, 56px);
}

.home-stats-strip .stats-grid strong {
  font-size: clamp(1.35rem, 1.9vw, 2.25rem);
}

.home-services-band {
  padding: clamp(62px, 7vw, 108px) 0 clamp(72px, 8vw, 126px);
  background: var(--bg);
}

.home-editorial-grid {
  grid-template-columns: minmax(300px, 0.36fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: start;
}

.home-services-head h2 {
  max-width: 540px;
  font-size: clamp(2.6rem, 4.2vw, 5.4rem);
}

.home-services-head p {
  max-width: 420px;
}

.home-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: rgb(255 253 249 / 0.52);
}

.home-service-card {
  min-height: 250px;
  padding: 28px 26px 24px;
  background: transparent;
}

.home-service-card:nth-child(n+5) {
  display: none;
}

.home-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.home-service-top .svc-icon {
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 50%;
  background: rgb(238 233 225 / 0.82);
  color: var(--accent-dark);
}

.home-service-card h3 {
  min-height: 48px;
  margin-bottom: 18px;
  font-size: clamp(1.02rem, 1.05vw, 1.18rem);
  line-height: 1.22;
}

.home-service-card p {
  display: -webkit-box;
  min-height: 74px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.home-projects-section {
  padding-top: clamp(72px, 8vw, 128px);
  padding-bottom: clamp(74px, 8vw, 126px);
}

.home-projects-section .project-head {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 22px;
}

.home-projects-section .project-head h2 {
  max-width: 1180px;
  font-size: clamp(3rem, 5vw, 6.2rem);
}

.home-projects-section .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.home-projects-section .gallery-grid figure {
  border-bottom: 0;
}

.home-projects-section .gallery-grid img {
  aspect-ratio: 4 / 3;
}

.home-projects-section .gallery-grid figcaption {
  min-height: 92px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 16px 18px;
}

.home-projects-section .gallery-grid figcaption > span,
.home-projects-section .gallery-grid figcaption {
  min-width: 0;
}

.home-process-strip {
  padding: clamp(62px, 7vw, 104px) 0;
  background: var(--surface);
}

.home-process-strip .process-grid {
  grid-template-columns: minmax(250px, 0.42fr) repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.home-process-strip .process-grid > div:first-child {
  padding-right: 34px;
}

.home-process-strip .process-grid h2 {
  font-size: clamp(2.4rem, 4vw, 5rem);
}

.home-process-strip .process-grid article {
  min-height: 180px;
  padding: 28px 32px;
  border-left: 1px solid var(--line);
}

.home-areas-section {
  padding: clamp(70px, 8vw, 120px) 0;
}

.home-areas-section .areas-grid {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 88px);
}

.home-areas-section .section-head h2 {
  font-size: clamp(2.8rem, 4.5vw, 5.8rem);
}

.home-areas-section .area-tags {
  align-content: start;
}

.home-areas-section .area-tags span {
  padding: 12px 14px;
  background: var(--surface);
}

.home-areas-section .local-seo-links {
  grid-column: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
}

.home-areas-section .local-seo-links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
}

.cta-band .cta-inner h2 {
  font-size: clamp(2.8rem, 4.8vw, 6rem);
}

.site-footer .footer-cta-row h2 {
  font-size: clamp(2.5rem, 4vw, 5rem);
}

@media (max-width: 1180px) {
  .home-hero .hero-grid,
  .home-editorial-grid,
  .home-process-strip .process-grid,
  .home-areas-section .areas-grid {
    grid-template-columns: 1fr;
  }

  .home-hero .hero-media-main {
    inset: 0;
  }

  .home-hero .hero-media-inset {
    left: 24px;
    width: min(360px, 42%);
  }

  .home-service-grid,
  .home-projects-section .gallery-grid,
  .home-areas-section .local-seo-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-areas-section .local-seo-links {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .home-hero .hero-copy {
    padding-top: 42px;
  }

  .home-hero .hero-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.7rem);
  }

  .home-hero .hero-stage {
    min-height: auto;
  }

  .home-hero .hero-media-inset {
    left: auto;
    width: 100%;
  }

  .home-service-grid,
  .home-projects-section .gallery-grid,
  .home-areas-section .local-seo-links {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    min-height: auto;
  }

  .home-projects-section .project-head {
    grid-template-columns: 1fr;
  }

  .home-process-strip .process-grid article {
    min-height: auto;
    padding: 24px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

/* Header logo image integration */

.brand {
  gap: 0;
}

.brand-logo-img {
  display: block;
  width: clamp(82px, 7vw, 124px);
  height: auto;
  object-fit: contain;
}

.site-header .brand {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
}

.site-header .brand-logo-img {
  margin: -10px 0;
}


.footer-brand .brand-logo-img {
  width: 150px;
  padding: 10px;
  background: rgb(255 255 255 / 0.96);
}

@media (max-width: 1180px) {
  .brand-logo-img {
    width: clamp(70px, 18vw, 96px);
  }

  .site-header .brand-logo-img {
    margin: -8px 0;
  }
}

@media (max-width: 520px) {
  .brand-logo-img {
    width: 72px;
  }
}


/* Desktop header spacing and non-sticky behavior */
@media (min-width: 1181px) {
  body {
    padding-top: 0 !important;
  }

  .site-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 20;
    border-bottom: 0 !important;
    background: rgb(248 246 242 / 0.98);
    backdrop-filter: none;
  }

  .header-inner {
    min-height: 118px;
    padding-top: 18px;
    padding-bottom: 18px;
    align-items: center;
  }

  .site-header .brand {
    align-self: center;
  }

  .site-header .brand-logo-img {
    width: clamp(96px, 7.2vw, 136px);
    margin: 0;
  }

  .site-nav a {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .site-nav a::after {
    bottom: 10px;
  }

  .header-cta {
    min-height: 58px;
    padding-inline: 34px;
  }

  .hero {
    margin-top: 0;
  }
}

/* Logo plus wordmark */
.brand {
  gap: 16px;
}

.brand-word strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 1.75vw, 2.05rem);
  font-weight: 600;
  line-height: 1;
  color: var(--text);
  white-space: nowrap;
}

.footer-brand .brand-word strong {
  color: white;
}

@media (min-width: 1181px) {
  .header-inner {
    grid-template-columns: minmax(310px, auto) 1fr auto;
  }
}

@media (max-width: 640px) {
  .brand {
    gap: 10px;
  }

  .brand-word strong {
    font-size: clamp(1.05rem, 5vw, 1.4rem);
  }
}

@media (max-width: 420px) {
  .brand-word strong {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Client-ready landing proportions */
.home-hero {
  overflow: hidden;
  background: linear-gradient(90deg, var(--bg) 0 45%, rgb(238 233 225 / 0.46) 45% 100%);
}

.home-hero .hero-grid {
  width: min(100% - 96px, 1760px);
  grid-template-columns: minmax(430px, 0.82fr) minmax(680px, 1.18fr);
  gap: 0;
  align-items: stretch;
}

.home-hero .hero-copy {
  z-index: 2;
  padding: clamp(38px, 4.2vw, 70px) clamp(36px, 4vw, 70px) clamp(34px, 4vw, 64px) 68px;
}

.home-hero .vertical-rule {
  top: clamp(44px, 5vw, 82px);
  height: clamp(86px, 9vw, 132px);
}

.home-hero .hero-copy h1 {
  max-width: 620px;
  font-size: clamp(2.65rem, 3.45vw, 4.55rem);
  line-height: 1.04;
}

.home-hero .hero-copy p {
  max-width: 560px;
  margin-top: 22px;
  font-size: clamp(1rem, 0.95vw, 1.12rem);
  line-height: 1.55;
}

.home-hero .hero-actions {
  margin-top: 26px;
}

.home-hero .hero-stage {
  min-height: clamp(390px, 30vw, 520px);
}

.home-hero .hero-media-main {
  inset: 0 -96px 0 0;
}

.home-hero .hero-media-main img {
  object-position: center;
}

.home-hero .hero-media-inset {
  left: clamp(-108px, -6vw, -72px);
  bottom: 0;
  width: min(360px, 39%);
  border-width: 10px;
  box-shadow: 0 18px 48px rgb(36 33 30 / 0.16);
}

.home-stats-strip .stats-grid article {
  min-height: 72px;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px clamp(22px, 3vw, 46px);
}

.home-stats-strip .stats-grid .svc-icon {
  width: 34px;
  height: 34px;
  color: var(--graphite);
  opacity: 0.78;
}

.home-stats-strip .stats-grid strong {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.28rem, 1.45vw, 1.9rem);
  line-height: 1;
  font-weight: 800;
}

.home-stats-strip .stats-grid span {
  display: block;
  margin-top: 3px;
  font-size: 0.9rem;
  line-height: 1.2;
}

.home-services-band {
  padding: clamp(36px, 4.4vw, 68px) 0 clamp(30px, 4vw, 58px);
}

.home-editorial-grid {
  grid-template-columns: minmax(280px, 0.28fr) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 64px);
}

.home-services-head h2 {
  max-width: 380px;
  font-size: clamp(2.05rem, 2.8vw, 3.25rem);
  line-height: 1.05;
}

.home-services-head p {
  max-width: 360px;
  font-size: 0.94rem;
}

.home-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-service-card {
  min-height: 190px;
  padding: 22px 24px 20px;
}

.home-service-top {
  margin-bottom: 18px;
}

.home-service-top .svc-icon {
  width: 44px;
  height: 44px;
  padding: 11px;
}

.home-service-card h3 {
  min-height: 38px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.home-service-card p {
  min-height: 58px;
  margin: 0 0 12px;
  font-size: 0.86rem;
  line-height: 1.42;
  -webkit-line-clamp: 3;
}

.home-projects-section {
  padding-top: clamp(34px, 4vw, 62px);
  padding-bottom: 0;
}

.home-projects-section .section-stack {
  gap: 22px;
}

.home-projects-section .project-head h2 {
  max-width: 700px;
  font-size: clamp(2.05rem, 2.8vw, 3.45rem);
  line-height: 1.04;
}

.home-projects-section .gallery-grid img {
  aspect-ratio: 16 / 7.2;
}

.home-projects-section .gallery-grid figcaption {
  min-height: 54px;
  padding: 10px 16px;
  align-items: center;
}

.home-projects-section .gallery-grid figcaption span {
  display: none;
}

.home-process-strip {
  padding: clamp(28px, 3.2vw, 46px) 0;
}

.home-process-strip .process-grid {
  grid-template-columns: minmax(260px, 0.48fr) repeat(4, minmax(0, 1fr));
  gap: 0;
}

.home-process-strip .process-grid h2 {
  max-width: 380px;
  font-size: clamp(2rem, 2.7vw, 3.3rem);
  line-height: 1.05;
}

.home-process-strip .process-grid article {
  min-height: 126px;
  padding: 18px 24px;
}

.home-process-strip .process-grid article span {
  font-size: 1.35rem;
}

.home-process-strip .process-grid article h3 {
  margin-bottom: 6px;
}

.home-process-strip .process-grid article p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.42;
}

.home-areas-section {
  padding: clamp(38px, 4vw, 64px) 0;
}

.home-areas-section .section-head h2,
.cta-band .cta-inner h2,
.site-footer .footer-cta-row h2 {
  font-size: clamp(2rem, 3vw, 3.7rem);
  line-height: 1.05;
}

.cta-band {
  padding: 34px 0;
}

.cta-inner {
  min-height: 88px;
}

@media (max-width: 1180px) {
  .home-hero .hero-grid {
    width: min(100% - 48px, 1180px);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-hero .hero-copy {
    padding-left: 54px;
    padding-right: 0;
  }

  .home-hero .hero-stage {
    min-height: 420px;
  }

  .home-hero .hero-media-main {
    inset: 0;
  }

  .home-hero .hero-media-inset {
    left: 24px;
    width: min(320px, 40%);
  }

  .home-editorial-grid,
  .home-process-strip .process-grid,
  .home-areas-section .areas-grid {
    grid-template-columns: 1fr;
  }

  .home-service-grid,
  .home-projects-section .gallery-grid,
  .home-areas-section .local-seo-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-hero {
    background: var(--bg);
  }

  .home-hero .hero-grid {
    width: min(100% - 28px, 1180px);
    gap: 18px;
  }

  .home-hero .hero-copy {
    padding: 34px 0 10px 24px;
  }

  .home-hero .hero-copy h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.9rem);
    line-height: 1.02;
  }

  .home-hero .hero-actions .button {
    width: 100%;
  }

  .home-hero .hero-stage {
    min-height: 360px;
  }

  .home-hero .hero-media-inset {
    left: 12px;
    width: min(260px, 68%);
    border-width: 8px;
  }

  .home-stats-strip .stats-grid,
  .home-service-grid,
  .home-projects-section .gallery-grid,
  .home-areas-section .local-seo-links {
    grid-template-columns: 1fr;
  }

  .home-stats-strip .stats-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .home-stats-strip .stats-grid article:first-child {
    border-top: 0;
  }

  .home-projects-section .gallery-grid img {
    aspect-ratio: 4 / 3;
  }

  .home-process-strip .process-grid article {
    padding: 20px 0;
  }
}

/* Mobile landing tightening */
@media (max-width: 760px) {
  .home-hero .hero-copy {
    padding-top: 26px;
    padding-bottom: 0;
  }

  .home-hero .vertical-rule {
    top: 30px;
    height: 92px;
  }

  .home-hero .hero-copy h1 {
    max-width: 330px;
    font-size: clamp(2.15rem, 9.6vw, 2.7rem);
  }

  .home-hero .hero-copy p {
    max-width: 330px;
    margin-top: 16px;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .home-hero .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .home-hero .hero-actions .button {
    min-height: 46px;
    padding: 11px 18px;
  }

  .home-hero .hero-stage {
    min-height: 320px;
  }

  .home-hero .hero-media-inset {
    width: min(220px, 60%);
  }

  .home-services-band {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .home-services-head h2,
  .home-projects-section .project-head h2,
  .home-process-strip .process-grid h2,
  .cta-band .cta-inner h2 {
    font-size: clamp(1.9rem, 8vw, 2.45rem);
  }

  .home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-card {
    min-height: 168px;
    padding: 16px 14px;
  }

  .home-service-top {
    margin-bottom: 12px;
  }

  .home-service-top .svc-icon {
    width: 34px;
    height: 34px;
    padding: 8px;
  }

  .home-service-card h3 {
    min-height: 46px;
    font-size: 0.92rem;
    line-height: 1.18;
  }

  .home-service-card p {
    display: none;
  }

  .home-projects-section {
    padding-top: 34px;
  }

  .home-projects-section .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-projects-section .gallery-grid img {
    aspect-ratio: 1.25 / 1;
  }

  .home-projects-section .gallery-grid figcaption {
    min-height: 48px;
    padding: 9px 10px;
    font-size: 0.86rem;
  }

  .home-projects-section .gallery-grid figcaption a {
    font-size: 0;
  }

  .home-projects-section .gallery-grid figcaption a::after {
    content: "->";
    font-size: 0.9rem;
  }

  .home-process-strip {
    padding: 34px 0;
  }

  .home-process-strip .process-grid > div:first-child {
    padding-right: 0;
  }

  .home-process-strip .process-grid article {
    min-height: 0;
    padding: 16px 0;
  }

  .cta-band {
    padding: 30px 0;
  }

  .cta-inner {
    gap: 16px;
  }
}

@media (max-width: 420px) {
  .home-service-card h3 {
    overflow-wrap: anywhere;
  }
}

/* Mobile hero image overlap correction */
@media (max-width: 760px) {
  .home-hero .hero-stage {
    position: relative;
    display: block;
    min-height: 300px;
  }

  .home-hero .hero-media-main {
    position: absolute;
    inset: 0;
    width: auto;
    border: 0;
    box-shadow: none;
  }

  .home-hero .hero-media-main img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .home-hero .hero-media-inset {
    position: absolute;
    left: 12px;
    right: auto;
    bottom: 0;
    width: min(210px, 58%);
    border: 8px solid var(--bg);
    box-shadow: 0 16px 38px rgb(36 33 30 / 0.18);
  }
}

/* Final mobile landing balance */
@media (max-width: 760px) {
  .home-hero {
    padding: 0;
  }

  .home-hero .hero-actions {
    flex-direction: row;
    align-items: stretch;
  }

  .home-hero .hero-actions .button {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 12px;
    font-size: 0.88rem;
  }

  .home-stats-strip .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-stats-strip .stats-grid article {
    min-height: 86px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .home-stats-strip .stats-grid article:nth-child(1),
  .home-stats-strip .stats-grid article:nth-child(2) {
    border-top: 0;
  }

  .home-stats-strip .stats-grid article:nth-child(odd) {
    border-left: 0;
  }

  .home-stats-strip .stats-grid .svc-icon {
    width: 30px;
    height: 30px;
  }

  .home-stats-strip .stats-grid strong {
    font-size: 1.18rem;
  }

  .home-stats-strip .stats-grid span {
    font-size: 0.78rem;
  }

  .home-process-strip .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .home-process-strip .process-grid > div:first-child {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }

  .home-process-strip .process-grid article {
    padding: 16px 14px;
    border-left: 1px solid var(--line);
  }

  .home-process-strip .process-grid article:nth-of-type(odd) {
    border-left: 0;
  }

  .home-process-strip .process-grid article p {
    font-size: 0.82rem;
  }
}

/* Full landing delivery pass: process and final contact band */
.home-process-strip {
  padding: 34px 0 30px;
  background: rgb(255 253 249 / 0.82);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-process-strip .process-grid {
  grid-template-columns: minmax(260px, 0.75fr) repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: center;
}

.home-process-strip .process-grid > div:first-child {
  padding-right: 34px;
}

.home-process-strip .process-grid .section-kicker {
  margin-bottom: 10px;
}

.home-process-strip .process-grid h2 {
  max-width: 340px;
  margin: 0;
  font-size: clamp(1.7rem, 2.25vw, 2.8rem);
  line-height: 1.06;
}

.home-process-strip .process-grid article {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 58px 44px minmax(0, 1fr);
  grid-template-areas:
    "ico num title"
    "ico line text";
  gap: 3px 14px;
  align-items: center;
  padding: 12px 18px 12px 28px;
  border-left: 0;
}

.home-process-strip .process-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  right: calc(100% - 74px);
  top: 50%;
  height: 1px;
  background: rgb(170 82 47 / 0.42);
}

.home-process-strip .process-grid article .svc-icon {
  grid-area: ico;
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  padding: 15px;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  background: var(--surface);
  color: var(--accent);
}

.home-process-strip .process-grid article span {
  grid-area: num;
  color: var(--graphite);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.home-process-strip .process-grid article h3 {
  grid-area: title;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.15;
}

.home-process-strip .process-grid article p {
  grid-area: text;
  max-width: 25ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.32;
}

.home-contact-cta {
  position: relative;
  min-height: 116px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(238 233 225 / 0.82), rgb(255 253 249 / 0.94)),
    var(--surface);
  border-top: 1px solid var(--line);
}

.home-contact-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(360px, 24vw);
  overflow: hidden;
  opacity: 0.74;
}

.home-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  filter: saturate(0.78) contrast(1.04);
}

.home-contact-row {
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: minmax(250px, 0.92fr) minmax(170px, 0.46fr) repeat(3, auto) auto;
  gap: clamp(16px, 2.2vw, 34px);
  align-items: center;
  padding-left: clamp(250px, 24vw, 410px);
}

.home-contact-row h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.25vw, 2.65rem);
  line-height: 1.06;
}

.home-contact-row p {
  max-width: 190px;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.home-contact-item {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--graphite);
  text-decoration: none;
  font-size: 0.95rem;
}

.home-contact-item .svc-icon {
  width: 22px;
  height: 22px;
  color: var(--accent);
}

.home-contact-item strong {
  font-weight: 800;
  white-space: nowrap;
}

.home-contact-row .button {
  min-height: 54px;
  padding-inline: 30px;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .home-contact-row {
    grid-template-columns: minmax(220px, 0.8fr) minmax(160px, 0.42fr) repeat(2, auto) auto;
  }

  .home-contact-item:nth-of-type(3) {
    display: none;
  }
}

@media (max-width: 1180px) {
  .home-process-strip .process-grid {
    grid-template-columns: minmax(240px, 0.7fr) repeat(2, minmax(0, 1fr));
  }

  .home-process-strip .process-grid article {
    min-height: 122px;
  }

  .home-contact-image {
    display: none;
  }

  .home-contact-row {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 28px 0;
  }

  .home-contact-row p,
  .home-contact-item {
    grid-column: 1;
  }

  .home-contact-row .button {
    grid-column: 2;
    grid-row: 1 / span 4;
  }
}

@media (max-width: 760px) {
  .home-process-strip {
    padding: 30px 0 24px;
  }

  .home-process-strip .process-grid {
    grid-template-columns: 1fr;
  }

  .home-process-strip .process-grid > div:first-child {
    padding-right: 0;
  }

  .home-process-strip .process-grid article {
    min-height: 92px;
    grid-template-columns: 48px 38px minmax(0, 1fr);
    padding: 14px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .home-process-strip .process-grid article::before {
    display: none;
  }

  .home-process-strip .process-grid article .svc-icon {
    width: 42px;
    height: 42px;
    padding: 11px;
  }

  .home-process-strip .process-grid article p {
    max-width: none;
    font-size: 0.82rem;
  }

  .home-contact-cta {
    min-height: 0;
  }

  .home-contact-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 0 32px;
  }

  .home-contact-row h2 {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }

  .home-contact-row p {
    max-width: 310px;
  }

  .home-contact-item {
    min-width: 0;
    font-size: 0.92rem;
  }

  .home-contact-row .button {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }
}

/* Desktop full-page compression to match reference density */
@media (min-width: 1181px) {
  .home-hero .hero-copy {
    padding-top: 34px;
    padding-bottom: 32px;
  }

  .home-hero .hero-copy h1 {
    max-width: 560px;
    font-size: clamp(2.55rem, 3vw, 3.95rem);
  }

  .home-hero .hero-copy p {
    max-width: 520px;
    margin-top: 18px;
    font-size: 0.98rem;
  }

  .home-hero .hero-stage {
    min-height: 430px;
  }

  .home-hero .hero-media-inset {
    width: min(320px, 36%);
  }

  .home-services-band {
    padding: 28px 0 18px;
  }

  .home-editorial-grid {
    grid-template-columns: minmax(260px, 0.27fr) minmax(0, 1fr);
    gap: 34px;
  }

  .home-services-head h2 {
    max-width: 330px;
    font-size: clamp(1.75rem, 2.05vw, 2.55rem);
  }

  .home-services-head p {
    margin-top: 12px;
    font-size: 0.83rem;
    line-height: 1.42;
  }

  .home-services-head .text-link {
    font-size: 0.84rem;
  }

  .home-service-card {
    min-height: 156px;
    padding: 16px 18px 14px;
  }

  .home-service-top {
    margin-bottom: 12px;
  }

  .home-service-top .svc-icon {
    width: 38px;
    height: 38px;
    padding: 9px;
  }

  .home-service-card h3 {
    min-height: 34px;
    margin-bottom: 8px;
    font-size: 0.9rem;
  }

  .home-service-card p {
    min-height: 42px;
    margin-bottom: 8px;
    font-size: 0.76rem;
    line-height: 1.32;
    -webkit-line-clamp: 2;
  }

  .home-service-card .text-link {
    font-size: 0.78rem;
  }

  .home-projects-section {
    padding: 18px 0 0;
  }

  .home-projects-section .section-stack {
    display: grid;
    grid-template-columns: minmax(260px, 0.27fr) minmax(0, 1fr);
    gap: 34px;
    align-items: end;
  }

  .home-projects-section .project-head {
    display: block;
    margin: 0 0 8px;
  }

  .home-projects-section .project-head .section-kicker {
    margin-bottom: 10px;
  }

  .home-projects-section .project-head h2 {
    max-width: 330px;
    margin-bottom: 16px;
    font-size: clamp(1.75rem, 2.05vw, 2.55rem);
  }

  .home-projects-section .project-head .text-link {
    font-size: 0.84rem;
  }

  .home-projects-section .gallery-grid {
    align-self: stretch;
  }

  .home-projects-section .gallery-grid img {
    aspect-ratio: 16 / 5.9;
  }

  .home-projects-section .gallery-grid figcaption {
    min-height: 42px;
    padding: 8px 12px;
    font-size: 0.86rem;
  }

  .home-process-strip {
    padding: 22px 0;
  }

  .home-process-strip .process-grid h2 {
    max-width: 310px;
    font-size: clamp(1.65rem, 1.9vw, 2.35rem);
  }

  .home-process-strip .process-grid article {
    min-height: 92px;
    grid-template-columns: 48px 34px minmax(0, 1fr);
    gap: 2px 12px;
    padding: 8px 14px 8px 20px;
  }

  .home-process-strip .process-grid article::before {
    right: calc(100% - 60px);
  }

  .home-process-strip .process-grid article .svc-icon {
    width: 46px;
    height: 46px;
    padding: 12px;
  }

  .home-process-strip .process-grid article span {
    font-size: 1.25rem;
  }

  .home-process-strip .process-grid article h3 {
    font-size: 0.88rem;
  }

  .home-process-strip .process-grid article p {
    max-width: 22ch;
    font-size: 0.72rem;
    line-height: 1.24;
  }

  .home-contact-cta,
  .home-contact-row {
    min-height: 96px;
  }

  .home-contact-row h2 {
    font-size: clamp(1.55rem, 1.8vw, 2.25rem);
  }

  .home-contact-row p {
    font-size: 0.78rem;
  }

  .home-contact-item {
    font-size: 0.86rem;
  }

  .home-contact-row .button {
    min-height: 48px;
    padding-inline: 24px;
  }
}

/* Final desktop viewport fit without touching current logo treatment */
@media (min-width: 1181px) {
  .home-hero .hero-stage {
    min-height: 330px;
  }

  .home-hero .hero-copy {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .home-hero .vertical-rule {
    top: 34px;
    height: 92px;
  }

  .home-hero .hero-copy h1 {
    max-width: 500px;
    font-size: clamp(2.35rem, 2.55vw, 3.35rem);
  }

  .home-hero .hero-copy p {
    max-width: 490px;
    margin-top: 14px;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .home-hero .hero-actions {
    margin-top: 18px;
  }

  .home-hero .hero-media-inset {
    width: min(270px, 32%);
    border-width: 8px;
  }

  .home-stats-strip .stats-grid article {
    min-height: 62px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .home-services-band {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .home-service-card {
    min-height: 132px;
    padding: 14px 16px 12px;
  }

  .home-service-top {
    margin-bottom: 8px;
  }

  .home-service-top .svc-icon {
    width: 34px;
    height: 34px;
    padding: 8px;
  }

  .home-service-card h3 {
    min-height: 30px;
    margin-bottom: 6px;
    font-size: 0.84rem;
  }

  .home-service-card p {
    min-height: 34px;
    font-size: 0.72rem;
    line-height: 1.24;
  }

  .home-projects-section {
    padding-top: 12px;
  }

  .home-projects-section .project-head h2 {
    margin-bottom: 10px;
    font-size: clamp(1.55rem, 1.75vw, 2.15rem);
  }

  .home-projects-section .gallery-grid img {
    aspect-ratio: 16 / 4.6;
  }

  .home-projects-section .gallery-grid figcaption {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 0.8rem;
  }

  .home-process-strip {
    padding: 14px 0;
  }

  .home-process-strip .process-grid h2 {
    font-size: clamp(1.45rem, 1.62vw, 2rem);
  }

  .home-process-strip .process-grid article {
    min-height: 78px;
    grid-template-columns: 40px 30px minmax(0, 1fr);
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .home-process-strip .process-grid article .svc-icon {
    width: 38px;
    height: 38px;
    padding: 10px;
  }

  .home-process-strip .process-grid article p {
    font-size: 0.68rem;
  }

  .home-contact-cta,
  .home-contact-row {
    min-height: 88px;
  }
}

/* No-cut polish: tablet proportions and text safety */
.home-service-card p {
  display: block;
  min-height: 0;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.home-stats-strip .stats-grid strong,
.home-contact-item strong,
.home-process-strip .process-grid article h3,
.home-process-strip .process-grid article p {
  overflow-wrap: anywhere;
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-hero .hero-grid {
    width: min(100% - 56px, 1120px);
    grid-template-columns: minmax(340px, 0.85fr) minmax(420px, 1.15fr);
    gap: 0;
  }

  .home-hero .hero-copy {
    padding: 38px 34px 34px 48px;
  }

  .home-hero .hero-copy h1 {
    max-width: 460px;
    font-size: clamp(2.25rem, 4vw, 3.2rem);
    line-height: 1.04;
  }

  .home-hero .hero-copy p {
    max-width: 430px;
    margin-top: 16px;
    font-size: 0.94rem;
  }

  .home-hero .hero-actions {
    margin-top: 20px;
  }

  .home-hero .hero-stage {
    min-height: 360px;
  }

  .home-hero .hero-media-main {
    inset: 0;
  }

  .home-hero .hero-media-inset {
    left: -44px;
    width: min(270px, 38%);
    border-width: 8px;
  }

  .home-stats-strip .stats-grid article {
    min-height: 68px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 18px;
  }

  .home-stats-strip .stats-grid .svc-icon {
    width: 30px;
    height: 30px;
  }

  .home-stats-strip .stats-grid strong {
    font-size: clamp(1.05rem, 2vw, 1.45rem);
  }

  .home-stats-strip .stats-grid span {
    font-size: 0.78rem;
  }

  .home-services-band {
    padding: 28px 0 22px;
  }

  .home-editorial-grid {
    grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
    gap: 28px;
  }

  .home-services-head h2,
  .home-projects-section .project-head h2 {
    max-width: 310px;
    font-size: clamp(1.8rem, 3.2vw, 2.55rem);
  }

  .home-services-head p {
    max-width: 320px;
    font-size: 0.86rem;
  }

  .home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-card {
    min-height: 176px;
    padding: 18px 20px 16px;
  }

  .home-service-card h3 {
    min-height: auto;
    font-size: 0.96rem;
  }

  .home-service-card p {
    margin: 0 0 12px;
    font-size: 0.8rem;
    line-height: 1.34;
  }

  .home-projects-section {
    padding-top: 22px;
  }

  .home-projects-section .section-stack {
    display: grid;
    grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
    gap: 28px;
    align-items: end;
  }

  .home-projects-section .project-head {
    display: block;
    margin-bottom: 8px;
  }

  .home-projects-section .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-projects-section .gallery-grid img {
    aspect-ratio: 16 / 6.8;
  }

  .home-projects-section .gallery-grid figcaption {
    min-height: 44px;
    padding: 8px 12px;
  }

  .home-process-strip {
    padding: 22px 0;
  }

  .home-process-strip .process-grid {
    grid-template-columns: minmax(250px, 0.6fr) repeat(2, minmax(220px, 1fr));
    gap: 0;
  }

  .home-process-strip .process-grid > div:first-child {
    grid-row: span 2;
    padding-right: 26px;
  }

  .home-process-strip .process-grid article {
    min-height: 112px;
    grid-template-columns: 46px 36px minmax(0, 1fr);
    padding: 14px 18px;
  }

  .home-process-strip .process-grid article .svc-icon {
    width: 42px;
    height: 42px;
    padding: 11px;
  }

  .home-process-strip .process-grid article h3 {
    font-size: 0.92rem;
  }

  .home-process-strip .process-grid article p {
    max-width: none;
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .home-contact-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 22px;
    padding: 24px 0;
  }

  .home-contact-row h2,
  .home-contact-row p,
  .home-contact-item {
    grid-column: 1;
  }

  .home-contact-row .button {
    grid-column: 2;
    grid-row: 1 / span 5;
    align-self: center;
  }
}

@media (max-width: 760px) {
  .home-service-card p {
    display: none;
  }
}

@media (max-width: 380px) {
  .home-stats-strip .stats-grid {
    grid-template-columns: 1fr;
  }

  .home-stats-strip .stats-grid article,
  .home-stats-strip .stats-grid article:nth-child(odd) {
    border-left: 0;
  }

  .home-stats-strip .stats-grid article:nth-child(2) {
    border-top: 1px solid var(--line);
  }

  .home-stats-strip .stats-grid strong {
    font-size: 1.2rem;
  }
}

/* Narrow tablet: avoid stretched mobile proportions around 700-760px */
@media (min-width: 700px) and (max-width: 760px) {
  .home-hero .hero-grid {
    width: min(100% - 40px, 760px);
  }

  .home-hero .hero-copy {
    padding-top: 28px;
  }

  .home-hero .hero-stage {
    min-height: 330px;
  }

  .home-service-grid,
  .home-projects-section .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-card {
    min-height: 156px;
    padding: 16px 18px;
  }

  .home-projects-section .gallery-grid img {
    aspect-ratio: 16 / 7;
  }

  .home-projects-section .gallery-grid figcaption {
    min-height: 46px;
  }

  .home-process-strip .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-process-strip .process-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .home-process-strip .process-grid article {
    min-height: 118px;
    padding: 16px 14px;
  }

  .home-contact-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .home-contact-row h2,
  .home-contact-row p,
  .home-contact-item {
    grid-column: 1;
  }

  .home-contact-row .button {
    grid-column: 2;
    grid-row: 1 / span 5;
    width: auto;
  }
}

/* Hero action safety: keep worker inset away from buttons on narrow/tablet layouts */
@media (max-width: 1180px) {
  .home-hero .hero-copy {
    z-index: 3;
  }

  .home-hero .hero-actions {
    max-width: min(100%, 560px);
  }

  .home-hero .hero-actions .button {
    min-width: 0;
    white-space: nowrap;
  }

  .home-hero .hero-stage {
    isolation: isolate;
  }

  .home-hero .hero-media-inset {
    z-index: 1;
    left: 18px;
    bottom: 0;
    width: min(240px, 34%);
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-hero .hero-grid {
    align-items: stretch;
  }

  .home-hero .hero-stage {
    min-height: 340px;
  }

  .home-hero .hero-media-inset {
    top: auto;
    right: auto;
    transform: none;
  }
}

@media (max-width: 760px) {
  .home-hero .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .home-hero .hero-actions .button {
    width: auto;
    font-size: 0.86rem;
  }
}

@media (max-width: 520px) {
  .home-hero .hero-actions {
    grid-template-columns: 1fr;
  }

  .home-hero .hero-actions .button {
    width: 100%;
  }
}

/* Reference-aligned home middle and footer band */
.home-services-band {
  padding: clamp(24px, 3vw, 42px) 0 0;
  background: var(--bg);
}

.home-editorial-grid {
  grid-template-columns: minmax(270px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.home-services-head,
.home-projects-section .project-head {
  align-self: start;
}

.home-services-head h2,
.home-projects-section .project-head h2 {
  max-width: 330px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 2.65vw, 3.05rem);
  line-height: 1.03;
}

.home-services-head p {
  max-width: 330px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.48;
}

.home-head-rule {
  display: block;
  width: 34px;
  height: 2px;
  margin: 0 0 18px;
  background: var(--accent);
}

.home-service-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 150px;
  border-left: 1px solid var(--line);
}

.home-service-feature {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-width: 0;
  padding: 8px clamp(18px, 2vw, 32px) 18px;
  border-right: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.home-service-feature .svc-icon {
  width: 54px;
  height: 54px;
  color: var(--graphite);
  stroke-width: 1.25;
}

.home-service-feature h3 {
  margin: 0 0 10px;
  font-size: 0.98rem;
  line-height: 1.2;
}

.home-service-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.38;
}

.home-projects-section {
  padding: clamp(20px, 2.8vw, 38px) 0 0;
  background: var(--bg);
}

.home-projects-section .section-stack {
  display: grid;
  grid-template-columns: minmax(270px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: end;
}

.home-project-feature-grid {
  border: 0;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.home-project-feature-grid figure {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-project-feature-grid img {
  aspect-ratio: 16 / 6.2;
  filter: saturate(0.86) contrast(1.02);
}

.home-project-feature-grid figcaption {
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  font-weight: 800;
}

.home-project-feature-grid figcaption strong {
  min-width: 0;
  font-size: 0.92rem;
  line-height: 1.18;
}

.home-project-feature-grid figcaption a {
  color: var(--accent-dark);
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
}

.home-process-strip {
  margin-top: 0;
}

.home-contact-cta {
  background: linear-gradient(90deg, rgb(238 233 225 / 0.62), rgb(255 253 249 / 0.96));
  border-top: 1px solid var(--line);
}

.home-contact-image {
  width: min(320px, 20vw);
  opacity: 0.9;
}

.home-contact-row {
  grid-template-columns: minmax(260px, 0.9fr) minmax(190px, 0.52fr) repeat(3, auto) auto;
  padding-left: clamp(250px, 22vw, 360px);
}

.home-contact-row h2 {
  font-size: clamp(1.8rem, 2.15vw, 2.55rem);
}

.home-contact-row p {
  font-size: 0.78rem;
}

.home-contact-item {
  font-size: 0.88rem;
}

@media (min-width: 1181px) {
  .home-services-band {
    padding-top: 24px;
  }

  .home-service-feature-grid {
    min-height: 126px;
  }

  .home-service-feature {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding-top: 4px;
    padding-bottom: 14px;
  }

  .home-service-feature .svc-icon {
    width: 48px;
    height: 48px;
  }

  .home-service-feature p {
    font-size: 0.72rem;
  }

  .home-project-feature-grid img {
    aspect-ratio: 16 / 5.2;
  }

  .home-project-feature-grid figcaption {
    min-height: 40px;
    padding: 8px 14px;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-editorial-grid,
  .home-projects-section .section-stack {
    grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
  }

  .home-service-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
  }

  .home-service-feature {
    min-height: 132px;
    border-bottom: 1px solid var(--line);
  }

  .home-project-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-project-feature-grid img {
    aspect-ratio: 16 / 7;
  }

  .home-contact-row {
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .home-editorial-grid,
  .home-projects-section .section-stack {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-service-feature-grid {
    grid-template-columns: 1fr;
    border-top: 1px solid var(--line);
  }

  .home-service-feature {
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 110px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-service-feature .svc-icon {
    width: 42px;
    height: 42px;
  }

  .home-project-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-project-feature-grid img {
    aspect-ratio: 1.35 / 1;
  }

  .home-project-feature-grid figcaption {
    min-height: 50px;
    padding: 9px 10px;
  }

  .home-project-feature-grid figcaption strong {
    font-size: 0.84rem;
  }
}

@media (max-width: 460px) {
  .home-project-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* Final reference density for services/projects */
@media (min-width: 1181px) {
  .home-services-band {
    padding-top: 18px;
    padding-bottom: 0;
  }

  .home-services-head h2,
  .home-projects-section .project-head h2 {
    max-width: 280px;
    font-size: clamp(1.7rem, 1.8vw, 2.25rem);
    line-height: 1.05;
    margin-bottom: 8px;
  }

  .home-services-head p {
    max-width: 280px;
    font-size: 0.74rem;
    line-height: 1.34;
    margin-bottom: 10px;
  }

  .home-head-rule {
    margin-bottom: 10px;
  }

  .home-services-head .section-kicker,
  .home-projects-section .project-head .section-kicker {
    margin-bottom: 8px;
  }

  .home-services-head .text-link,
  .home-projects-section .project-head .text-link {
    font-size: 0.74rem;
  }

  .home-service-feature-grid {
    min-height: 116px;
  }

  .home-service-feature {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 2px 18px 12px;
  }

  .home-service-feature .svc-icon {
    width: 44px;
    height: 44px;
  }

  .home-service-feature h3 {
    margin-bottom: 7px;
    font-size: 0.86rem;
  }

  .home-service-feature p {
    font-size: 0.68rem;
    line-height: 1.3;
  }

  .home-projects-section {
    padding-top: 12px;
  }

  .home-project-feature-grid img {
    aspect-ratio: 16 / 4.3;
  }

  .home-project-feature-grid figcaption {
    min-height: 36px;
    padding: 7px 12px;
  }
}

@media (min-width: 700px) and (max-width: 760px) {
  .home-service-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-feature {
    min-height: 132px;
    border-right: 1px solid var(--line);
  }

  .home-service-feature:nth-child(even) {
    border-right: 0;
  }

  .home-services-band,
  .home-projects-section {
    padding-top: 28px;
  }
}

/* Final polish for delivery: middle sections must look finished, not like rough cards */
@media (min-width: 1181px) {
  .home-services-band {
    padding: 20px 0 8px;
  }

  .home-editorial-grid,
  .home-projects-section .section-stack {
    grid-template-columns: minmax(250px, 0.24fr) minmax(0, 1fr);
    gap: 46px;
  }

  .home-services-head h2,
  .home-projects-section .project-head h2 {
    max-width: 270px;
    font-size: clamp(1.9rem, 2vw, 2.45rem);
    line-height: 1.04;
  }

  .home-services-head p {
    max-width: 280px;
    font-size: 0.76rem;
    line-height: 1.42;
  }

  .home-service-feature-grid {
    min-height: 0;
    align-items: start;
    border-top: 0;
  }

  .home-service-feature {
    min-height: 104px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    padding: 2px 24px 10px;
  }

  .home-service-feature .svc-icon {
    width: 56px;
    height: 56px;
    stroke-width: 1.15;
    opacity: 0.82;
  }

  .home-service-feature h3 {
    margin: 0 0 8px;
    font-size: 0.88rem;
    line-height: 1.18;
  }

  .home-service-feature p {
    max-width: 25ch;
    font-size: 0.7rem;
    line-height: 1.34;
  }

  .home-projects-section {
    padding-top: 10px;
  }

  .home-projects-section .project-head {
    align-self: start;
    padding-top: 6px;
  }

  .home-project-feature-grid {
    align-self: stretch;
  }

  .home-project-feature-grid figure {
    display: grid;
    grid-template-rows: 96px 38px;
    min-height: 134px;
    background: var(--surface);
  }

  .home-project-feature-grid img {
    width: 100%;
    height: 96px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .home-project-feature-grid figcaption {
    min-height: 38px;
    height: 38px;
    padding: 8px 12px;
    background: var(--surface);
  }

  .home-project-feature-grid figcaption strong {
    font-size: 0.84rem;
    line-height: 1.12;
  }

  .home-project-feature-grid figcaption a {
    font-size: 1rem;
  }

  .home-process-strip {
    padding: 18px 0 16px;
    background: rgb(255 253 249 / 0.9);
  }

  .home-process-strip .process-grid {
    grid-template-columns: minmax(250px, 0.24fr) repeat(4, minmax(0, 1fr));
    align-items: center;
  }

  .home-process-strip .process-grid > div:first-child {
    padding-right: 28px;
  }

  .home-process-strip .process-grid h2 {
    max-width: 270px;
    font-size: clamp(1.75rem, 1.85vw, 2.25rem);
    line-height: 1.05;
  }

  .home-process-strip .process-grid article {
    min-height: 92px;
    grid-template-columns: 52px 32px minmax(0, 1fr);
    gap: 2px 12px;
    padding: 8px 18px 8px 24px;
  }

  .home-process-strip .process-grid article::before {
    left: -6px;
    right: calc(100% - 62px);
    opacity: 0.75;
  }

  .home-process-strip .process-grid article .svc-icon {
    width: 48px;
    height: 48px;
    padding: 13px;
    background: var(--bg);
    stroke-width: 1.35;
  }

  .home-process-strip .process-grid article span {
    font-size: 1.22rem;
  }

  .home-process-strip .process-grid article h3 {
    font-size: 0.86rem;
    line-height: 1.12;
  }

  .home-process-strip .process-grid article p {
    max-width: 20ch;
    font-size: 0.68rem;
    line-height: 1.27;
  }

  .home-contact-cta,
  .home-contact-row {
    min-height: 98px;
  }

  .home-contact-cta {
    overflow: hidden;
    background: linear-gradient(90deg, rgb(238 233 225 / 0.7), rgb(255 253 249 / 0.98));
  }

  .home-contact-image {
    width: min(300px, 19vw);
  }

  .home-contact-row {
    grid-template-columns: minmax(280px, 0.9fr) minmax(180px, 0.5fr) repeat(3, auto) auto;
    gap: 20px;
    padding-left: clamp(250px, 21vw, 340px);
  }

  .home-contact-row h2 {
    font-size: clamp(1.8rem, 2vw, 2.45rem);
  }

  .home-contact-row p {
    max-width: 180px;
    font-size: 0.76rem;
  }

  .home-contact-row .button {
    min-height: 50px;
  }
}

@media (min-width: 1440px) {
  .home-project-feature-grid figure {
    grid-template-rows: 104px 40px;
  }

  .home-project-feature-grid img {
    height: 104px;
  }

  .home-project-feature-grid figcaption {
    height: 40px;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-service-feature-grid,
  .home-project-feature-grid {
    box-shadow: none;
  }

  .home-service-feature {
    min-height: 128px;
  }

  .home-project-feature-grid figure {
    display: grid;
    grid-template-rows: minmax(120px, auto) 46px;
  }

  .home-project-feature-grid img {
    height: 120px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .home-project-feature-grid figcaption {
    height: 46px;
  }
}

@media (max-width: 760px) {
  .home-project-feature-grid figure {
    display: grid;
    grid-template-rows: minmax(132px, auto) auto;
  }

  .home-project-feature-grid img {
    height: 132px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .home-project-feature-grid figcaption {
    min-height: 46px;
  }
}

/* Desktop closing fit: keep the polished middle without pushing the contact band off-screen */
@media (min-width: 1181px) {
  .home-services-band {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .home-services-head h2,
  .home-projects-section .project-head h2 {
    max-width: 250px;
    font-size: clamp(1.55rem, 1.62vw, 2rem);
    line-height: 1.04;
  }

  .home-services-head p {
    max-width: 250px;
    font-size: 0.68rem;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .home-head-rule {
    width: 30px;
    margin-bottom: 8px;
  }

  .home-service-feature-grid {
    min-height: 94px;
  }

  .home-service-feature {
    min-height: 94px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 0 18px 8px;
  }

  .home-service-feature .svc-icon {
    width: 40px;
    height: 40px;
  }

  .home-service-feature h3 {
    margin-bottom: 5px;
    font-size: 0.8rem;
  }

  .home-service-feature p {
    max-width: 24ch;
    font-size: 0.64rem;
    line-height: 1.24;
  }

  .home-projects-section {
    padding-top: 2px;
  }

  .home-project-feature-grid figure {
    grid-template-rows: 88px 34px;
    min-height: 122px;
  }

  .home-project-feature-grid img {
    height: 88px;
  }

  .home-project-feature-grid figcaption {
    min-height: 34px;
    height: 34px;
    padding: 7px 11px;
  }

  .home-project-feature-grid figcaption strong {
    font-size: 0.78rem;
  }

  .home-process-strip {
    padding: 10px 0 8px;
  }

  .home-process-strip .process-grid h2 {
    max-width: 250px;
    font-size: clamp(1.5rem, 1.55vw, 1.9rem);
  }

  .home-process-strip .process-grid article {
    min-height: 76px;
    grid-template-columns: 40px 28px minmax(0, 1fr);
    gap: 2px 10px;
    padding: 6px 14px 6px 20px;
  }

  .home-process-strip .process-grid article .svc-icon {
    width: 38px;
    height: 38px;
    padding: 10px;
  }

  .home-process-strip .process-grid article span {
    font-size: 1.08rem;
  }

  .home-process-strip .process-grid article h3 {
    font-size: 0.78rem;
  }

  .home-process-strip .process-grid article p {
    max-width: 18ch;
    font-size: 0.62rem;
    line-height: 1.22;
  }

  .home-contact-cta,
  .home-contact-row {
    min-height: 88px;
  }

  .home-contact-row h2 {
    font-size: clamp(1.55rem, 1.75vw, 2.15rem);
  }
}

/* Rebuilt home showcase: services and projects as one finished editorial block */
.home-showcase-section {
  padding: clamp(26px, 3vw, 44px) 0 0;
  background: var(--bg);
}

.home-showcase-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.23fr) minmax(0, 1fr);
  grid-template-areas:
    "servicesHead services"
    "projectsHead projects";
  gap: 28px 44px;
  align-items: start;
}

.home-showcase-services-head { grid-area: servicesHead; }
.home-showcase-services { grid-area: services; }
.home-showcase-projects-head { grid-area: projectsHead; }
.home-showcase-projects { grid-area: projects; }

.home-showcase-head .section-kicker {
  margin-bottom: 8px;
}

.home-showcase-head h2 {
  max-width: 270px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(1.85rem, 2.15vw, 2.75rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.home-showcase-head p:not(.section-kicker) {
  max-width: 290px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.home-showcase-head .text-link {
  font-size: 0.82rem;
}

.home-showcase-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 118px;
  border-left: 1px solid var(--line);
}

.home-showcase-services .home-service-feature {
  min-height: 118px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 4px 24px 12px;
  border-right: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.home-showcase-services .home-service-feature .svc-icon {
  width: 52px;
  height: 52px;
  color: var(--graphite);
  opacity: 0.8;
  stroke-width: 1.15;
}

.home-showcase-services .home-service-feature h3 {
  margin: 0 0 8px;
  font-size: 0.9rem;
  line-height: 1.16;
}

.home-showcase-services .home-service-feature p {
  max-width: 25ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.32;
}

.home-showcase-projects {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.home-showcase-projects figure {
  min-width: 0;
  display: grid;
  grid-template-rows: 104px 42px;
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-showcase-projects img {
  width: 100%;
  height: 104px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.02);
}

.home-showcase-projects figcaption {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 9px 14px;
}

.home-showcase-projects figcaption strong {
  min-width: 0;
  font-size: 0.9rem;
  line-height: 1.12;
}

.home-showcase-projects figcaption a {
  color: var(--accent-dark);
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.home-showcase-section + .home-process-strip {
  margin-top: 0;
}

.home-contact-cta {
  background: linear-gradient(90deg, rgb(238 233 225 / 0.66), rgb(255 253 249 / 0.98));
}

.home-contact-row {
  align-items: center;
}

@media (min-width: 1181px) {
  .home-showcase-section {
    padding-top: 22px;
  }

  .home-showcase-grid {
    gap: 20px 42px;
  }

  .home-showcase-head h2 {
    max-width: 250px;
    font-size: clamp(1.75rem, 1.95vw, 2.35rem);
  }

  .home-showcase-head p:not(.section-kicker) {
    max-width: 250px;
    font-size: 0.72rem;
    line-height: 1.34;
  }

  .home-showcase-services,
  .home-showcase-services .home-service-feature {
    min-height: 104px;
  }

  .home-showcase-services .home-service-feature {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 2px 18px 10px;
  }

  .home-showcase-services .home-service-feature .svc-icon {
    width: 44px;
    height: 44px;
  }

  .home-showcase-services .home-service-feature h3 {
    margin-bottom: 6px;
    font-size: 0.82rem;
  }

  .home-showcase-services .home-service-feature p {
    font-size: 0.66rem;
    line-height: 1.26;
  }

  .home-showcase-projects figure {
    grid-template-rows: 88px 38px;
  }

  .home-showcase-projects img {
    height: 88px;
  }

  .home-showcase-projects figcaption {
    padding: 8px 12px;
  }

  .home-showcase-projects figcaption strong {
    font-size: 0.8rem;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-showcase-grid {
    grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
    gap: 28px;
  }

  .home-showcase-services,
  .home-showcase-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-showcase-services {
    border-top: 1px solid var(--line);
  }

  .home-showcase-services .home-service-feature {
    min-height: 126px;
    border-bottom: 1px solid var(--line);
  }

  .home-showcase-projects figure {
    grid-template-rows: 118px 44px;
  }

  .home-showcase-projects img {
    height: 118px;
  }
}

@media (max-width: 760px) {
  .home-showcase-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "servicesHead"
      "services"
      "projectsHead"
      "projects";
    gap: 22px;
  }

  .home-showcase-head h2,
  .home-showcase-head p:not(.section-kicker) {
    max-width: 360px;
  }

  .home-showcase-services {
    grid-template-columns: 1fr;
    border-top: 1px solid var(--line);
  }

  .home-showcase-services .home-service-feature {
    min-height: 106px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-showcase-services .home-service-feature .svc-icon {
    width: 40px;
    height: 40px;
  }

  .home-showcase-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-showcase-projects figure {
    grid-template-rows: 126px auto;
  }

  .home-showcase-projects img {
    height: 126px;
  }

  .home-showcase-projects figcaption {
    min-height: 46px;
    padding: 9px 10px;
  }

  .home-showcase-projects figcaption strong {
    font-size: 0.84rem;
  }
}

@media (max-width: 460px) {
  .home-showcase-projects {
    grid-template-columns: 1fr;
  }
}

/* Ensure narrow tablets keep the showcase compact */
@media (min-width: 700px) and (max-width: 760px) {
  .home-showcase-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "servicesHead"
      "services"
      "projectsHead"
      "projects";
    gap: 22px;
  }

  .home-showcase-services {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-showcase-services .home-service-feature {
    min-height: 132px;
    padding: 16px 14px;
  }

  .home-showcase-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Left-column proportion fix: remove forced empty bands between showcase rows */
@media (min-width: 1181px) {
  .home-showcase-section {
    padding-top: 16px;
  }

  .home-showcase-grid {
    grid-template-columns: minmax(210px, 0.21fr) minmax(0, 1fr);
    gap: 12px 42px;
  }

  .home-showcase-head .section-kicker,
  .home-process-strip .section-kicker {
    margin-bottom: 6px;
    font-size: 0.72rem;
    letter-spacing: 0.07em;
  }

  .home-showcase-head h2 {
    max-width: 230px;
    font-size: clamp(1.45rem, 1.45vw, 1.85rem);
    line-height: 1.03;
  }

  .home-showcase-services-head h2 {
    max-width: 220px;
  }

  .home-showcase-projects-head h2 {
    max-width: 240px;
  }

  .home-showcase-head p:not(.section-kicker) {
    max-width: 230px;
    margin: 8px 0 8px;
    font-size: 0.64rem;
    line-height: 1.26;
  }

  .home-showcase-head .text-link {
    font-size: 0.68rem;
    line-height: 1.1;
  }

  .home-head-rule {
    width: 28px;
    height: 1.5px;
    margin: 7px 0 8px;
  }

  .home-showcase-services,
  .home-showcase-services .home-service-feature {
    min-height: 88px;
  }

  .home-showcase-services .home-service-feature {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 0 18px 8px;
  }

  .home-showcase-services .home-service-feature .svc-icon {
    width: 36px;
    height: 36px;
  }

  .home-showcase-services .home-service-feature h3 {
    margin-bottom: 4px;
    font-size: 0.76rem;
  }

  .home-showcase-services .home-service-feature p {
    max-width: 24ch;
    font-size: 0.6rem;
    line-height: 1.22;
  }

  .home-showcase-projects figure {
    grid-template-rows: 82px 32px;
    min-height: 114px;
  }

  .home-showcase-projects img {
    height: 82px;
  }

  .home-showcase-projects figcaption {
    min-height: 32px;
    padding: 6px 10px;
  }

  .home-showcase-projects figcaption strong {
    font-size: 0.74rem;
  }

  .home-process-strip {
    padding: 8px 0 8px;
  }

  .home-process-strip .process-grid {
    grid-template-columns: minmax(210px, 0.21fr) repeat(4, minmax(0, 1fr));
  }

  .home-process-strip .process-grid h2 {
    max-width: 230px;
    font-size: clamp(1.35rem, 1.35vw, 1.7rem);
    line-height: 1.04;
  }

  .home-process-strip .process-grid article {
    min-height: 70px;
    grid-template-columns: 36px 26px minmax(0, 1fr);
    padding: 4px 14px 4px 18px;
  }

  .home-process-strip .process-grid article .svc-icon {
    width: 34px;
    height: 34px;
    padding: 9px;
  }

  .home-process-strip .process-grid article span {
    font-size: 1rem;
  }

  .home-process-strip .process-grid article h3 {
    font-size: 0.72rem;
  }

  .home-process-strip .process-grid article p {
    max-width: 18ch;
    font-size: 0.58rem;
    line-height: 1.2;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-showcase-grid {
    gap: 20px 28px;
  }

  .home-showcase-head h2,
  .home-process-strip .process-grid h2 {
    font-size: clamp(1.55rem, 2.8vw, 2.1rem);
    line-height: 1.04;
  }

  .home-showcase-head p:not(.section-kicker) {
    font-size: 0.76rem;
    line-height: 1.34;
  }
}

/* Close the forced grid-row gap between service row and project row on desktop */
@media (min-width: 1181px) {
  .home-showcase-projects-head,
  .home-showcase-projects {
    margin-top: -58px;
  }

  .home-showcase-section {
    margin-bottom: -58px;
  }

  .home-showcase-projects-head .section-kicker {
    margin-bottom: 5px;
  }

  .home-showcase-projects-head h2 {
    max-width: 245px;
    font-size: clamp(1.45rem, 1.45vw, 1.82rem);
  }
}

@media (min-width: 1181px) {
  .home-showcase-section {
    margin-bottom: 0;
  }
}

/* Hard fix: no negative overlap in showcase, use explicit balanced rows */
@media (min-width: 1181px) {
  .home-showcase-section {
    padding-top: 18px;
    margin-bottom: 0 !important;
  }

  .home-showcase-grid {
    grid-template-columns: 260px minmax(0, 1fr);
    grid-template-rows: 150px 150px;
    grid-template-areas:
      "servicesHead services"
      "projectsHead projects";
    gap: 18px 42px;
    align-items: stretch;
  }

  .home-showcase-projects-head,
  .home-showcase-projects {
    margin-top: 0 !important;
  }

  .home-showcase-head {
    min-height: 0;
    overflow: visible;
  }

  .home-showcase-head .section-kicker {
    margin: 0 0 6px;
    font-size: 0.72rem;
  }

  .home-showcase-head h2 {
    max-width: 250px;
    font-size: clamp(1.55rem, 1.55vw, 2rem);
    line-height: 1.04;
  }

  .home-showcase-services-head h2 {
    max-width: 235px;
  }

  .home-showcase-projects-head h2 {
    max-width: 255px;
  }

  .home-showcase-head p:not(.section-kicker) {
    max-width: 245px;
    margin: 7px 0 8px;
    font-size: 0.66rem;
    line-height: 1.26;
  }

  .home-showcase-head .text-link {
    display: inline-block;
    font-size: 0.68rem;
    line-height: 1.15;
  }

  .home-head-rule {
    width: 30px;
    height: 1.5px;
    margin: 7px 0 8px;
  }

  .home-showcase-services {
    height: 150px;
    min-height: 0;
    align-content: start;
  }

  .home-showcase-services .home-service-feature {
    min-height: 150px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 10px 18px 12px;
    align-content: start;
  }

  .home-showcase-services .home-service-feature .svc-icon {
    width: 40px;
    height: 40px;
  }

  .home-showcase-services .home-service-feature h3 {
    margin-bottom: 5px;
    font-size: 0.8rem;
  }

  .home-showcase-services .home-service-feature p {
    max-width: 26ch;
    font-size: 0.64rem;
    line-height: 1.25;
  }

  .home-showcase-projects {
    height: 150px;
    min-height: 0;
  }

  .home-showcase-projects figure {
    grid-template-rows: 108px 42px;
    min-height: 150px;
  }

  .home-showcase-projects img {
    height: 108px;
  }

  .home-showcase-projects figcaption {
    min-height: 42px;
    height: 42px;
    padding: 8px 12px;
  }

  .home-showcase-projects figcaption strong {
    font-size: 0.82rem;
  }

  .home-process-strip {
    padding: 14px 0 12px;
  }

  .home-process-strip .process-grid {
    grid-template-columns: 260px repeat(4, minmax(0, 1fr));
  }

  .home-process-strip .process-grid h2 {
    max-width: 245px;
    font-size: clamp(1.45rem, 1.5vw, 1.9rem);
  }

  .home-process-strip .process-grid article {
    min-height: 78px;
  }
}

/* Robust left-column stacking: prevent heading/link text from ever colliding */
.home-showcase-head {
  display: grid;
  align-content: start;
  min-height: max-content;
}

.home-showcase-head > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 1181px) {
  .home-showcase-grid {
    grid-template-columns: 270px minmax(0, 1fr);
    grid-template-rows: minmax(178px, auto) minmax(168px, auto);
    gap: 12px 34px;
  }

  .home-showcase-services-head,
  .home-showcase-projects-head {
    min-height: 0;
    padding-bottom: 8px;
    background: var(--bg);
  }

  .home-showcase-services-head h2,
  .home-showcase-projects-head h2 {
    max-width: 250px;
    font-size: clamp(1.6rem, 1.58vw, 2rem);
  }

  .home-showcase-services-head p:not(.section-kicker) {
    max-width: 250px;
    font-size: 0.66rem;
    line-height: 1.28;
  }

  .home-showcase-services,
  .home-showcase-services .home-service-feature {
    height: auto;
    min-height: 150px;
  }

  .home-showcase-projects {
    height: auto;
    min-height: 150px;
  }

  .home-showcase-projects figure {
    min-height: 150px;
  }

  .home-process-strip {
    margin-top: 0;
  }
}

@media (max-width: 1180px) {
  .home-showcase-head {
    gap: 0;
  }

  .home-showcase-services-head,
  .home-showcase-projects-head {
    padding-bottom: 4px;
  }
}

/* Final polish: compact home showcase and process band */
@media (min-width: 1181px) {
  .home-showcase-section {
    padding: 18px 0 0;
    background: var(--bg);
  }

  .home-showcase-grid {
    width: min(100% - 64px, 1760px);
    grid-template-columns: 292px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 14px 28px;
    align-items: stretch;
  }

  .home-showcase-head {
    min-height: 0;
    padding: 0 20px 0 0;
    background: transparent;
  }

  .home-showcase-head .section-kicker {
    margin-bottom: 6px;
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .home-showcase-head h2 {
    max-width: 270px;
    font-size: clamp(1.9rem, 1.9vw, 2.55rem);
    line-height: 1.02;
  }

  .home-showcase-services-head h2,
  .home-showcase-projects-head h2 {
    max-width: 270px;
  }

  .home-showcase-head p:not(.section-kicker) {
    max-width: 260px;
    margin: 12px 0 10px;
    font-size: 0.76rem;
    line-height: 1.32;
  }

  .home-showcase-head .text-link {
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .home-head-rule {
    width: 32px;
    margin: 10px 0 12px;
  }

  .home-showcase-services {
    min-height: 126px;
    border-top: 0;
  }

  .home-showcase-services .home-service-feature {
    min-height: 126px;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 22px 14px;
    align-items: start;
  }

  .home-showcase-services .home-service-feature .svc-icon {
    width: 42px;
    height: 42px;
  }

  .home-showcase-services .home-service-feature h3 {
    margin-bottom: 6px;
    font-size: 0.88rem;
    line-height: 1.14;
  }

  .home-showcase-services .home-service-feature p {
    max-width: 28ch;
    font-size: 0.69rem;
    line-height: 1.28;
  }

  .home-showcase-projects {
    min-height: 150px;
  }

  .home-showcase-projects figure {
    min-height: 150px;
    grid-template-rows: 108px 42px;
  }

  .home-showcase-projects img {
    height: 108px;
  }

  .home-showcase-projects figcaption {
    min-height: 42px;
    height: 42px;
    padding: 8px 14px;
  }

  .home-showcase-projects figcaption strong {
    font-size: 0.86rem;
    line-height: 1.1;
  }

  .home-showcase-section + .home-process-strip {
    margin-top: 0;
  }

  .home-process-strip {
    padding: 22px 0 20px;
    background: rgb(255 253 249 / 0.96);
  }

  .home-process-strip .process-grid {
    width: min(100% - 64px, 1760px);
    grid-template-columns: 292px repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
  }

  .home-process-strip .process-grid > div:first-child {
    padding-right: 20px;
  }

  .home-process-strip .process-grid h2 {
    max-width: 270px;
    font-size: clamp(1.85rem, 1.85vw, 2.45rem);
    line-height: 1.03;
  }

  .home-process-strip .process-grid article {
    min-height: 104px;
    grid-template-columns: 48px 34px minmax(0, 1fr);
    gap: 4px 12px;
    padding: 10px 18px 10px 22px;
    align-items: center;
  }

  .home-process-strip .process-grid article::before {
    left: -8px;
    right: calc(100% - 58px);
  }

  .home-process-strip .process-grid article .svc-icon {
    width: 42px;
    height: 42px;
    padding: 11px;
  }

  .home-process-strip .process-grid article span {
    font-size: 1.18rem;
    line-height: 1;
  }

  .home-process-strip .process-grid article h3 {
    font-size: 0.86rem;
    line-height: 1.12;
  }

  .home-process-strip .process-grid article p {
    max-width: 24ch;
    font-size: 0.7rem;
    line-height: 1.25;
  }
}

@media (min-width: 1500px) {
  .home-showcase-grid,
  .home-process-strip .process-grid {
    width: min(100% - 80px, 1840px);
  }

  .home-showcase-grid,
  .home-process-strip .process-grid {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .home-process-strip .process-grid {
    grid-template-columns: 300px repeat(4, minmax(0, 1fr));
  }
}

/* Final stretch fix: right-hand rows fill the height created by the editorial headings */
@media (min-width: 1181px) {
  .home-showcase-services,
  .home-showcase-projects {
    height: 100%;
    align-self: stretch;
  }

  .home-showcase-services .home-service-feature,
  .home-showcase-projects figure {
    height: 100%;
  }

  .home-showcase-services .home-service-feature {
    background: rgb(255 253 249 / 0.18);
  }

  .home-showcase-projects img {
    height: 100%;
    min-height: 108px;
  }

  .home-showcase-projects figure {
    grid-template-rows: minmax(108px, 1fr) 42px;
  }
}

/* Landing reference polish: services, projects and process */
@media (min-width: 1181px) {
  .home-showcase-section {
    padding: 42px 0 28px;
    background:
      radial-gradient(circle at 50% 0%, rgb(255 255 255 / 0.72), transparent 42%),
      linear-gradient(180deg, #fbf8f1 0%, #f7f2e9 100%);
    border-top: 1px solid rgb(120 92 68 / 0.18);
  }

  .home-showcase-grid {
    width: min(100% - 96px, 1880px);
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    grid-template-areas:
      "servicesHead services"
      "projectsHead projects";
    grid-template-rows: auto auto;
    gap: 42px 28px;
    align-items: start;
  }

  .home-showcase-head {
    display: grid;
    align-content: start;
    padding: 0;
    background: transparent;
  }

  .home-showcase-head .section-kicker {
    margin: 0 0 14px;
    color: var(--accent-dark);
    font-size: 0.78rem;
    line-height: 1.1;
    letter-spacing: 0.13em;
  }

  .home-showcase-head h2 {
    max-width: 300px;
    margin: 0;
    font-size: clamp(2.45rem, 2.45vw, 3.25rem);
    line-height: 1.03;
  }

  .home-showcase-services-head h2,
  .home-showcase-projects-head h2 {
    max-width: 300px;
  }

  .home-showcase-head p:not(.section-kicker) {
    max-width: 300px;
    margin: 26px 0 18px;
    color: var(--graphite);
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .home-showcase-head .text-link {
    justify-self: start;
    margin-top: 0;
    color: var(--accent-dark);
    font-size: 0.92rem;
    line-height: 1.2;
  }

  .home-head-rule {
    width: 48px;
    height: 2px;
    margin: 22px 0 0;
    background: var(--accent);
  }

  .home-showcase-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 160px;
    height: auto;
    border: 0;
    align-self: start;
  }

  .home-showcase-services .home-service-feature {
    min-height: 160px;
    height: auto;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 26px;
    padding: 14px 38px 20px;
    background: transparent;
    border-right: 1px solid rgb(120 92 68 / 0.22);
    color: var(--text);
    text-decoration: none;
  }

  .home-showcase-services .home-service-feature:first-child {
    border-left: 1px solid rgb(120 92 68 / 0.22);
  }

  .home-showcase-services .home-service-feature .svc-icon {
    width: 48px;
    height: 48px;
    color: var(--text);
    opacity: 0.9;
    stroke-width: 1.35;
  }

  .home-showcase-services .home-service-feature h3 {
    margin: 0 0 14px;
    color: var(--text);
    font-size: 1.05rem;
    line-height: 1.15;
  }

  .home-showcase-services .home-service-feature p {
    max-width: 30ch;
    margin: 0;
    color: var(--text);
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .home-showcase-projects {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    min-height: 0;
    height: auto;
    border: 0;
    align-self: start;
  }

  .home-showcase-projects figure {
    min-height: 0;
    height: auto;
    display: grid;
    grid-template-rows: clamp(300px, 18vw, 360px) 62px;
    margin: 0;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid rgb(120 92 68 / 0.22);
  }

  .home-showcase-projects img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.03);
  }

  .home-showcase-projects figcaption {
    min-height: 62px;
    height: 62px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 0 20px;
    background: rgb(255 253 249 / 0.96);
  }

  .home-showcase-projects figcaption strong {
    color: var(--text);
    font-size: 1.08rem;
    line-height: 1.12;
  }

  .home-showcase-projects figcaption a {
    color: var(--accent);
    font-size: 1.45rem;
    line-height: 1;
  }

  .home-showcase-section + .home-process-strip {
    margin-top: 0;
  }

  .home-process-strip {
    padding: 34px 0 48px;
    background:
      radial-gradient(circle at 50% 0%, rgb(255 255 255 / 0.7), transparent 44%),
      #fbf8f1;
    border-top: 1px solid rgb(120 92 68 / 0.22);
    border-bottom: 1px solid rgb(120 92 68 / 0.22);
  }

  .home-process-strip .process-grid {
    width: min(100% - 96px, 1880px);
    display: grid;
    grid-template-columns: 320px repeat(4, minmax(0, 1fr));
    gap: 28px;
    align-items: center;
  }

  .home-process-strip .process-grid > div:first-child {
    padding-right: 28px;
  }

  .home-process-strip .section-kicker {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.1;
    letter-spacing: 0.13em;
  }

  .home-process-strip .process-grid h2 {
    max-width: 295px;
    margin: 0;
    font-size: clamp(2.15rem, 2.15vw, 2.9rem);
    line-height: 1.05;
  }

  .home-process-strip .process-grid article {
    min-height: 132px;
    display: grid;
    grid-template-columns: 82px 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 8px 16px;
    align-items: center;
    padding: 0 28px 0 0;
    border-left: 0;
    border-right: 1px solid rgb(120 92 68 / 0.22);
  }

  .home-process-strip .process-grid article:last-child {
    border-right: 0;
  }

  .home-process-strip .process-grid article::before {
    display: none;
  }

  .home-process-strip .process-grid article .svc-icon {
    grid-row: 1 / 3;
    width: 74px;
    height: 74px;
    padding: 20px;
    color: var(--accent);
    background: transparent;
    border: 1.5px solid var(--accent);
    border-radius: 50%;
    stroke-width: 1.35;
  }

  .home-process-strip .process-grid article span {
    align-self: end;
    color: var(--accent-dark);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1;
  }

  .home-process-strip .process-grid article h3 {
    align-self: end;
    margin: 0;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.15;
  }

  .home-process-strip .process-grid article p {
    grid-column: 3;
    max-width: 28ch;
    margin: 0;
    color: var(--text);
    font-size: 0.88rem;
    line-height: 1.52;
  }
}

@media (min-width: 1500px) {
  .home-showcase-grid,
  .home-process-strip .process-grid {
    width: min(100% - 108px, 1900px);
    grid-template-columns: 330px minmax(0, 1fr);
  }

  .home-process-strip .process-grid {
    grid-template-columns: 330px repeat(4, minmax(0, 1fr));
  }
}

/* Internal page editorial upgrade: company, areas, works and local SEO pages */
.company-editorial-section,
.areas-editorial-section,
.works-intro-section,
.local-service-section {
  background: linear-gradient(180deg, rgb(255 253 249 / 0.94), rgb(248 246 242 / 0.78));
}

.company-editorial-grid,
.areas-editorial-grid,
.works-intro-grid,
.company-sectors-grid,
.local-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
}

.company-editorial-copy h2,
.areas-editorial-grid h2,
.works-intro-grid h2,
.local-service-copy h2 {
  max-width: 780px;
}

.company-editorial-copy p,
.areas-editorial-grid p,
.works-intro-grid p,
.local-service-copy p,
.company-sector-list p,
.works-type-grid p,
.areas-zone-grid p,
.areas-link-panel p { color: var(--muted); }

.company-editorial-media,
.areas-editorial-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--surface-strong);
  border: 1px solid var(--line);
}

.company-editorial-media img,
.areas-editorial-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.company-editorial-media figcaption,
.areas-editorial-grid figcaption {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  padding: 18px 20px;
  background: rgb(255 253 249 / 0.96);
  border-top: 1px solid var(--line);
}

.company-editorial-media .svc-icon {
  grid-row: 1 / 3;
  color: var(--accent);
}

.company-editorial-media span,
.areas-editorial-grid figcaption {
  color: var(--muted);
  font-size: 0.94rem;
}

.company-proof-strip {
  background: var(--graphite);
  color: white;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}

.company-proof-strip .wide-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.company-proof-strip article {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px 30px;
  border-left: 1px solid rgb(255 255 255 / 0.14);
}

.company-proof-strip article:first-child { border-left: 0; }

.company-proof-strip strong {
  color: #f1b28f;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 3vw, 3.8rem);
  line-height: 1;
  font-weight: 500;
}

.company-proof-strip span { color: rgb(255 255 255 / 0.76); }

.company-sectors-section { background: rgb(238 233 225 / 0.5); }

.company-sectors-grid { align-items: start; }

.company-sector-list,
.works-type-grid,
.local-service-proof {
  display: grid;
  border-top: 1px solid var(--line);
}

.company-sector-list article,
.works-type-grid article {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.company-sector-list span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.55rem;
  line-height: 1;
}

.works-intro-grid { align-items: start; }

.works-type-grid article h3,
.company-sector-list h3 { font-size: 1.08rem; }

.works-gallery-section {
  padding-top: 0;
  background: var(--bg);
}

.areas-editorial-section { padding-bottom: 64px; }

.areas-zone-section { background: var(--surface); }

.areas-zone-grid article {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 26px;
  background: linear-gradient(180deg, var(--surface), rgb(238 233 225 / 0.54));
}

.areas-zone-grid h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2.2rem);
}

.areas-link-panel {
  margin-top: 18px;
  padding: 30px;
  background: var(--graphite);
  color: white;
}

.areas-link-panel h2 {
  color: white;
  font-size: clamp(1.55rem, 2.3vw, 2.7rem);
}

.areas-link-panel p { color: rgb(255 255 255 / 0.74); }

.areas-link-panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.areas-link-panel a {
  padding: 10px 12px;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.18);
  color: white;
  text-decoration: none;
  font-weight: 800;
}

.local-service-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
}

.local-service-copy {
  max-width: 760px;
}

.local-application-panel {
  margin-top: 34px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.local-application-panel h2 {
  font-size: clamp(1.55rem, 2.1vw, 2.5rem);
}

.local-service-aside {
  display: grid;
  gap: 16px;
}

.local-service-proof {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 0;
}

.local-service-proof span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  color: var(--graphite);
}

.local-service-proof .svc-icon {
  width: 34px;
  height: 34px;
  color: var(--accent);
}

@media (max-width: 980px) {
  .company-editorial-grid,
  .areas-editorial-grid,
  .works-intro-grid,
  .company-sectors-grid,
  .local-service-grid {
    grid-template-columns: 1fr;
  }

  .company-proof-strip .wide-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-proof-strip article:nth-child(odd) { border-left: 0; }

  .local-service-aside .quote-panel { position: static; }
}

@media (max-width: 640px) {
  .company-proof-strip .wide-container,
  .areas-zone-grid {
    grid-template-columns: 1fr;
  }

  .company-proof-strip article {
    min-height: 96px;
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 0.14);
  }

  .company-proof-strip article:first-child { border-top: 0; }

  .areas-link-panel,
  .local-application-panel {
    padding: 22px;
  }
}

/* Internal pages final polish: no landing selectors */
body:not(.home-page-shell) .page-header {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 7vw, 118px) 0 clamp(58px, 6vw, 96px);
  background:
    linear-gradient(90deg, rgb(255 253 249 / 0.98) 0 58%, rgb(238 233 225 / 0.78) 58% 100%);
}

body:not(.home-page-shell) .page-header::after {
  content: "";
  position: absolute;
  right: clamp(24px, 7vw, 120px);
  bottom: 0;
  width: min(34vw, 520px);
  height: 1px;
  background: var(--accent);
}

body:not(.home-page-shell) .page-header .narrow {
  max-width: 960px;
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  padding-left: clamp(24px, 4vw, 58px);
  border-left: 2px solid var(--accent);
}

body:not(.home-page-shell) .page-header h1 {
  max-width: 820px;
  font-size: clamp(2.6rem, 4.2vw, 5.6rem);
}

body:not(.home-page-shell) .page-header p {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
}

.company-editorial-section,
.areas-editorial-section,
.works-intro-section,
.local-service-section {
  padding-top: clamp(74px, 7vw, 124px);
  padding-bottom: clamp(74px, 7vw, 124px);
}

.company-editorial-copy,
.works-intro-grid > div:first-child,
.local-service-copy,
.areas-editorial-grid .section-head {
  display: grid;
  gap: 18px;
}

.company-editorial-copy p,
.works-intro-grid > div:first-child p,
.local-service-copy > p,
.areas-editorial-grid .section-head p {
  margin: 0;
  max-width: 760px;
  font-size: 1.02rem;
  line-height: 1.72;
}

.company-editorial-media,
.areas-editorial-grid figure {
  box-shadow: 0 26px 70px rgb(36 33 30 / 0.12);
}

.company-editorial-media figcaption strong,
.areas-editorial-grid figcaption {
  color: var(--graphite);
}

.company-proof-strip .wide-container {
  width: min(100% - 96px, 1760px);
}

.company-sectors-section .section-head,
.works-intro-grid > div:first-child,
.areas-editorial-grid .section-head {
  max-width: none;
}

.company-sector-list article,
.works-type-grid article {
  position: relative;
  padding: 28px 0 28px 28px;
}

.company-sector-list article::before,
.works-type-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 31px;
  bottom: 31px;
  width: 2px;
  background: rgb(170 82 47 / 0.36);
}

.works-type-grid {
  background: var(--surface);
  border: 1px solid var(--line);
  border-bottom: 0;
  padding: 0 28px;
}

.works-gallery-section .gallery-grid {
  gap: 12px;
  border: 0;
}

.works-gallery-section .gallery-grid figure {
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgb(36 33 30 / 0.08);
}

.works-gallery-section .gallery-grid img {
  aspect-ratio: 4 / 3.15;
}

.works-gallery-section .gallery-grid figcaption {
  min-height: 92px;
  padding: 18px 20px;
  background: rgb(255 253 249 / 0.98);
}

.works-gallery-section .gallery-grid figcaption a {
  align-self: center;
  padding: 7px 10px;
  border: 1px solid rgb(170 82 47 / 0.34);
  color: var(--accent-dark);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.areas-service-band {
  padding: 0;
  background: var(--graphite);
  color: white;
}

.areas-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgb(255 255 255 / 0.14);
}

.areas-service-grid article {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(28px, 3vw, 42px);
  border-right: 1px solid rgb(255 255 255 / 0.14);
}

.areas-service-grid span {
  color: #f1b28f;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.7rem;
  line-height: 1;
}

.areas-service-grid h2 {
  margin: 0;
  color: white;
  font-size: clamp(1.45rem, 2vw, 2.45rem);
}

.areas-service-grid p {
  margin: 0;
  color: rgb(255 255 255 / 0.72);
}

.areas-zone-grid {
  align-items: stretch;
}

.areas-zone-grid article {
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgb(36 33 30 / 0.06);
}

.areas-link-panel {
  margin-top: 24px;
  box-shadow: 0 22px 64px rgb(36 33 30 / 0.16);
}

.local-service-copy {
  max-width: none;
}

.local-service-copy .internal-links,
.local-service-copy .faq-block {
  max-width: 860px;
}

.local-application-panel {
  max-width: 860px;
  box-shadow: 0 18px 48px rgb(36 33 30 / 0.07);
}

.local-service-aside .quote-panel {
  box-shadow: 0 20px 56px rgb(36 33 30 / 0.11);
}

.local-service-proof span:first-child {
  border-top: 0;
}

@media (min-width: 981px) {
  .works-intro-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.68fr);
  }

  .company-sectors-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.72fr);
  }
}

@media (max-width: 980px) {
  body:not(.home-page-shell) .page-header .narrow {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
  }

  .areas-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body:not(.home-page-shell) .page-header {
    padding: 46px 0 52px;
  }

  body:not(.home-page-shell) .page-header .narrow {
    width: min(100% - 28px, 1180px);
    padding-left: 20px;
  }

  body:not(.home-page-shell) .page-header h1 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
  }

  .company-editorial-section,
  .areas-editorial-section,
  .works-intro-section,
  .local-service-section {
    padding-top: 46px;
    padding-bottom: 52px;
  }

  .areas-service-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .areas-service-grid article {
    min-height: 0;
    border-right: 0;
    border-top: 1px solid rgb(255 255 255 / 0.14);
  }

  .areas-service-grid article:first-child {
    border-top: 0;
  }

  .works-gallery-section .gallery-grid {
    grid-template-columns: 1fr;
  }

  .works-gallery-section .gallery-grid figcaption {
    min-height: 78px;
  }
}

/* Emergency internal header repair: remove false blank panel and broken captions */
body:not(.home-page-shell) .page-header {
  padding: clamp(56px, 6vw, 92px) 0 clamp(50px, 5vw, 78px) !important;
  background: linear-gradient(180deg, #fffdf9 0%, #f8f6f2 100%) !important;
  border-bottom: 1px solid var(--line);
}

body:not(.home-page-shell) .page-header::after {
  left: max(24px, calc((100vw - 1180px) / 2));
  right: auto !important;
  width: clamp(64px, 8vw, 128px) !important;
  height: 2px !important;
}

body:not(.home-page-shell) .page-header .narrow {
  width: min(100% - 96px, 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding-left: clamp(24px, 3vw, 46px) !important;
  border-left: 2px solid var(--accent);
}

body:not(.home-page-shell) .page-header h1 {
  max-width: 880px !important;
  font-size: clamp(2.45rem, 3.35vw, 4.6rem) !important;
  line-height: 1.04 !important;
}

body:not(.home-page-shell) .page-header p {
  max-width: 820px !important;
}

.areas-editorial-grid figcaption {
  display: block !important;
  grid-template-columns: none !important;
  padding: 20px 24px !important;
  color: var(--graphite) !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
}

@media (max-width: 760px) {
  body:not(.home-page-shell) .page-header .narrow {
    width: min(100% - 32px, 1180px) !important;
  }

  body:not(.home-page-shell) .page-header h1 {
    font-size: clamp(2.05rem, 9vw, 3rem) !important;
  }
}
/* Compact service hero sizing: keep service pages professional and below-the-fold visible */
.services-index-hero {
  padding: clamp(34px, 4vw, 56px) 0 clamp(34px, 4vw, 56px) !important;
}

.services-index-grid {
  grid-template-columns: minmax(360px, 0.72fr) minmax(480px, 0.95fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: center !important;
}

.services-index-copy {
  padding: 10px 0 10px 36px !important;
}

.services-index-copy h1 {
  max-width: 660px !important;
  font-size: clamp(2.55rem, 3.55vw, 4.75rem) !important;
  line-height: 1.02 !important;
}

.services-index-copy p {
  max-width: 560px !important;
  margin-top: 18px !important;
}

.services-index-actions {
  margin-top: 22px !important;
}

.services-index-proof {
  margin-top: 24px !important;
}

.services-index-media,
.services-media-large {
  min-height: clamp(360px, 34vw, 470px) !important;
}

.services-media-large img {
  height: 100% !important;
  min-height: clamp(360px, 34vw, 470px) !important;
}

.services-index-panel a {
  padding: 12px 16px !important;
}

.service-hero-premium {
  padding: clamp(24px, 3vw, 42px) 0 0 !important;
}

.service-breadcrumb {
  margin-bottom: clamp(18px, 2.2vw, 30px) !important;
}

.service-hero-premium .service-hero-grid {
  grid-template-columns: minmax(360px, 0.74fr) minmax(460px, 0.96fr) !important;
  gap: clamp(28px, 4.5vw, 70px) !important;
  align-items: center !important;
}

.service-hero-premium .service-hero-copy {
  padding: 0 0 clamp(28px, 4vw, 52px) 36px !important;
}

.service-hero-premium .service-hero-copy h1 {
  max-width: 650px !important;
  font-size: clamp(2.65rem, 3.85vw, 5.05rem) !important;
  line-height: 1.02 !important;
}

.service-hero-premium .service-hero-copy > p:not(.section-kicker) {
  max-width: 560px !important;
  margin-top: 18px !important;
}

.service-hero-premium .service-hero-copy .hero-actions {
  margin-top: 22px !important;
}

.service-proof-row {
  margin-top: clamp(24px, 3.2vw, 42px) !important;
}

.service-hero-premium .service-hero-media,
.service-hero-premium .service-hero-media img {
  min-height: clamp(360px, 32vw, 460px) !important;
}

.service-hero-premium .service-hero-media figcaption {
  left: 28px !important;
  bottom: 26px !important;
  width: min(390px, calc(100% - 56px)) !important;
  padding: 15px 18px !important;
}

@media (max-width: 1180px) {
  .services-index-grid,
  .service-hero-premium .service-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .services-index-media,
  .services-media-large,
  .services-media-large img,
  .service-hero-premium .service-hero-media,
  .service-hero-premium .service-hero-media img {
    min-height: clamp(300px, 48vw, 420px) !important;
  }
}

@media (max-width: 760px) {
  .services-index-copy,
  .service-hero-premium .service-hero-copy {
    padding-left: 22px !important;
  }

  .services-index-copy h1,
  .service-hero-premium .service-hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 3.45rem) !important;
  }

  .services-index-media,
  .services-media-large,
  .services-media-large img,
  .service-hero-premium .service-hero-media,
  .service-hero-premium .service-hero-media img {
    min-height: 300px !important;
  }

  .service-proof-row {
    grid-template-columns: 1fr 1fr !important;
  }
}
/* Hard cap service hero media height */
.services-index-media {
  height: clamp(340px, 30vw, 430px) !important;
  min-height: 0 !important;
}

.services-media-large {
  height: 100% !important;
  min-height: 0 !important;
}

.services-media-large img,
.services-index-media img {
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

.service-hero-premium .service-hero-media {
  height: clamp(340px, 30vw, 430px) !important;
  min-height: 0 !important;
}

.service-hero-premium .service-hero-media img {
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

.services-index-copy h1 {
  font-size: clamp(2.4rem, 3.2vw, 4.3rem) !important;
}

.service-hero-premium .service-hero-copy h1 {
  font-size: clamp(2.45rem, 3.35vw, 4.55rem) !important;
}

@media (max-width: 1180px) {
  .services-index-media,
  .services-media-large,
  .service-hero-premium .service-hero-media {
    height: clamp(290px, 45vw, 390px) !important;
  }
}

@media (max-width: 760px) {
  .services-index-media,
  .services-media-large,
  .service-hero-premium .service-hero-media {
    height: 290px !important;
  }
}
/* Final service hero compact pass */
.services-index-media,
.services-media-large,
.service-hero-premium .service-hero-media {
  height: clamp(320px, 27vw, 390px) !important;
}

.services-index-copy h1 {
  font-size: clamp(2.25rem, 2.9vw, 3.85rem) !important;
  line-height: 1.04 !important;
}

.service-hero-premium .service-hero-copy h1 {
  font-size: clamp(2.3rem, 3vw, 4rem) !important;
  line-height: 1.04 !important;
}

.service-hero-premium .service-hero-grid,
.services-index-grid {
  gap: clamp(24px, 3.4vw, 52px) !important;
}

.service-hero-premium .service-hero-copy,
.services-index-copy {
  padding-bottom: 28px !important;
}

@media (max-width: 760px) {
  .services-index-media,
  .services-media-large,
  .service-hero-premium .service-hero-media {
    height: 270px !important;
  }
}
/* Landing process responsive fix: prevent compressed vertical text with narrow viewports/devtools */
@media (max-width: 1400px) {
  .home-process-strip .process-grid {
    width: min(100% - 48px, 1120px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .home-process-strip .process-grid > div:first-child {
    grid-column: 1 / -1 !important;
    padding-right: 0 !important;
  }

  .home-process-strip .process-grid h2 {
    max-width: 560px !important;
  }

  .home-process-strip .process-grid article {
    min-width: 0 !important;
    min-height: 0 !important;
    grid-template-columns: 68px 42px minmax(0, 1fr) !important;
    gap: 8px 14px !important;
    align-items: center !important;
    padding: 20px !important;
    border: 1px solid rgb(120 92 68 / 0.22) !important;
    background: rgb(255 253 249 / 0.72) !important;
  }

  .home-process-strip .process-grid article:last-child {
    border-right: 1px solid rgb(120 92 68 / 0.22) !important;
  }

  .home-process-strip .process-grid article .svc-icon {
    width: 62px !important;
    height: 62px !important;
    padding: 17px !important;
  }

  .home-process-strip .process-grid article h3,
  .home-process-strip .process-grid article p {
    min-width: 0 !important;
    max-width: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: manual !important;
  }

  .home-process-strip .process-grid article p {
    grid-column: 3 !important;
  }
}

@media (max-width: 720px) {
  .home-process-strip .process-grid {
    width: min(100% - 32px, 560px) !important;
    grid-template-columns: 1fr !important;
  }

  .home-process-strip .process-grid article {
    grid-template-columns: 58px 38px minmax(0, 1fr) !important;
    padding: 18px !important;
  }

  .home-process-strip .process-grid article .svc-icon {
    width: 54px !important;
    height: 54px !important;
    padding: 15px !important;
  }
}
/* Landing services responsive fix: keep service cards readable in narrow desktop/devtools widths */
@media (max-width: 1400px) {
  .home-editorial-grid {
    width: min(100% - 48px, 1120px) !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .home-services-head,
  .home-projects-section .project-head {
    position: static !important;
    max-width: 680px !important;
  }

  .home-services-head h2,
  .home-projects-section .project-head h2,
  .home-services-head p {
    max-width: 680px !important;
  }

  .home-service-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    min-height: 0 !important;
    border-left: 0 !important;
  }

  .home-service-feature {
    min-width: 0 !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 18px !important;
    padding: 22px !important;
    border: 1px solid var(--line) !important;
    background: rgb(255 253 249 / 0.72) !important;
  }

  .home-service-feature h3,
  .home-service-feature p {
    min-width: 0 !important;
    max-width: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: manual !important;
  }

  .home-service-feature .svc-icon {
    width: 52px !important;
    height: 52px !important;
  }
}

@media (max-width: 720px) {
  .home-editorial-grid {
    width: min(100% - 32px, 560px) !important;
  }

  .home-service-feature-grid {
    grid-template-columns: 1fr !important;
  }

  .home-service-feature {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    padding: 18px !important;
  }

  .home-service-feature .svc-icon {
    width: 44px !important;
    height: 44px !important;
  }
}
/* Generated PNG icon system: replaces old inline SVG pictograms */
img.svc-icon {
  display: inline-block !important;
  width: 1.75rem;
  height: 1.75rem;
  max-width: none;
  object-fit: contain;
  flex: 0 0 auto;
  vertical-align: middle;
  color: inherit;
}

img.svc-icon::before,
img.svc-icon::after {
  display: none !important;
  content: none !important;
}

.home-process-strip .process-grid article img.svc-icon,
.services-catalogue-row > img.svc-icon,
.service-summary-premium article > img.svc-icon,
.home-service-feature img.svc-icon,
.home-stats-strip .stats-grid img.svc-icon,
.service-process-premium img.svc-icon,
.local-service-proof img.svc-icon,
.services-help-box img.svc-icon {
  object-fit: contain !important;
}

.home-process-strip .process-grid article img.svc-icon {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.services-catalogue-row:hover > img.svc-icon,
.services-index-panel a:hover img.svc-icon,
.services-index-proof span:hover img.svc-icon {
  filter: saturate(1.08) contrast(1.04);
}

.services-index-panel img.svc-icon,
.services-index-proof img.svc-icon,
.home-stats-strip .stats-grid img.svc-icon {
  opacity: 0.92;
}

.service-proof-row img.svc-icon,
.service-quote-note img.svc-icon,
.service-zones-card img.svc-icon,
.company-editorial-media img.svc-icon {
  width: 34px;
  height: 34px;
}
/* Refined generated icons: transparent professional pictograms */
img.svc-icon {
  display: inline-block !important;
  width: 1.75rem;
  height: 1.75rem;
  max-width: none;
  object-fit: contain;
  flex: 0 0 auto;
  vertical-align: middle;
}

.home-process-strip .process-grid article img.svc-icon {
  width: 58px !important;
  height: 58px !important;
  padding: 12px !important;
  background: #fbf7ef !important;
  border: 1px solid rgb(182 86 50 / 0.38) !important;
  border-radius: 50% !important;
  box-shadow: 0 12px 26px rgb(80 54 34 / 0.08) !important;
}

.home-service-feature img.svc-icon,
.services-catalogue-row > img.svc-icon {
  width: 56px !important;
  height: 56px !important;
  padding: 13px !important;
  background: #f2ede5 !important;
  border: 1px solid rgb(182 86 50 / 0.18) !important;
  border-radius: 50% !important;
}

.home-stats-strip .stats-grid img.svc-icon,
.services-index-proof img.svc-icon {
  width: 42px !important;
  height: 42px !important;
  padding: 8px !important;
  background: transparent !important;
  border: 0 !important;
  opacity: 0.94 !important;
}

.service-proof-row img.svc-icon,
.service-process-premium img.svc-icon,
.service-summary-premium article > img.svc-icon,
.service-quote-note img.svc-icon,
.service-zones-card img.svc-icon,
.company-editorial-media img.svc-icon,
.local-service-proof img.svc-icon,
.services-help-box img.svc-icon {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.service-summary-premium article > img.svc-icon {
  width: 58px !important;
  height: 58px !important;
}

.service-process-premium img.svc-icon,
.services-help-box img.svc-icon {
  width: 40px !important;
  height: 40px !important;
}

@media (max-width: 720px) {
  .home-process-strip .process-grid article img.svc-icon,
  .home-service-feature img.svc-icon,
  .services-catalogue-row > img.svc-icon {
    width: 48px !important;
    height: 48px !important;
    padding: 10px !important;
  }
}
/* Footer brand polish */
.site-footer .footer-grid > div:first-child {
  max-width: 360px;
}

.site-footer .footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 18px;
  color: #fff;
}

.site-footer .footer-brand .brand-logo-img {
  width: clamp(118px, 8vw, 152px) !important;
  height: auto;
  padding: 12px !important;
  background: linear-gradient(180deg, #ffffff, #f3eee7) !important;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 18px !important;
  box-shadow: 0 18px 34px rgb(0 0 0 / 0.24), inset 0 1px 0 rgb(255 255 255 / 0.75);
}

.site-footer .footer-brand .brand-word strong {
  color: #fff !important;
  font-size: clamp(1.9rem, 2.25vw, 2.55rem) !important;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgb(0 0 0 / 0.18);
}

.site-footer .footer-grid > div:first-child > p {
  max-width: 330px;
  margin: 0;
  color: rgb(255 255 255 / 0.74);
  font-size: 0.98rem;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .site-footer .footer-brand .brand-logo-img {
    width: 112px !important;
    border-radius: 16px !important;
  }

  .site-footer .footer-brand .brand-word strong {
    font-size: clamp(1.65rem, 9vw, 2.15rem) !important;
  }
}
/* Floating WhatsApp contact button */
.floating-whatsapp {
  position: fixed;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 120;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #25d366;
  box-shadow: 0 18px 34px rgb(0 0 0 / 0.22), 0 0 0 1px rgb(255 255 255 / 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 42px rgb(0 0 0 / 0.28), 0 0 0 1px rgb(255 255 255 / 0.42);
}

.floating-whatsapp img {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: cover;
  border-radius: 18px;
}

@media (max-width: 760px) {
  .floating-whatsapp {
    right: 16px;
    bottom: 86px;
    width: 58px;
    height: 58px;
    border-radius: 19px;
  }

  .floating-whatsapp img {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }
}
/* Floating WhatsApp earthy palette override */
.floating-whatsapp {
  background: linear-gradient(180deg, #f8f1e6, #e7d8c4) !important;
  border: 1px solid rgb(182 86 50 / 0.34) !important;
  box-shadow: 0 18px 34px rgb(72 45 28 / 0.22), inset 0 1px 0 rgb(255 255 255 / 0.72) !important;
}

.floating-whatsapp:hover {
  background: linear-gradient(180deg, #fff7ec, #dec6aa) !important;
  box-shadow: 0 24px 42px rgb(72 45 28 / 0.28), 0 0 0 4px rgb(182 86 50 / 0.12) !important;
}

.floating-whatsapp img {
  border-radius: 18px !important;
}
/* Process icons: use clean generated PNG without extra wrapper styling */
.home-process-strip .process-grid article img.svc-icon {
  width: 56px !important;
  height: 56px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 720px) {
  .home-process-strip .process-grid article img.svc-icon {
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
  }
}
/* Service/catalogue icons: use clean generated PNG without circular wrapper */
.home-service-feature img.svc-icon,
.services-catalogue-row > img.svc-icon {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 720px) {
  .home-service-feature img.svc-icon,
  .services-catalogue-row > img.svc-icon {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
  }
}
/* Proof and stat icon sizing polish */
.services-index-proof {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(150px, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.services-index-proof span {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 16px 18px !important;
  border: 1px solid var(--line) !important;
  background: rgb(255 253 249 / 0.74) !important;
  font-size: clamp(0.98rem, 1.05vw, 1.18rem) !important;
  line-height: 1.12 !important;
}

.services-index-proof img.svc-icon {
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
}

.home-stats-strip .stats-grid article {
  grid-template-columns: 58px minmax(0, auto) !important;
  gap: 18px !important;
}

.home-stats-strip .stats-grid img.svc-icon {
  width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
}

@media (max-width: 1180px) {
  .services-index-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .services-index-proof {
    grid-template-columns: 1fr !important;
  }

  .services-index-proof span {
    grid-template-columns: 38px minmax(0, 1fr) !important;
  }

  .services-index-proof img.svc-icon,
  .home-stats-strip .stats-grid img.svc-icon {
    width: 38px !important;
    height: 38px !important;
  }
}
/* Services proof row narrow-width fix */
.services-index-proof {
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: 14px !important;
  overflow: hidden !important;
}

.services-index-proof span {
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  white-space: normal !important;
  overflow: hidden !important;
}

.services-index-proof span img.svc-icon {
  justify-self: center !important;
}

.services-index-proof span {
  overflow-wrap: anywhere !important;
}

@media (max-width: 980px) {
  .services-index-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .services-index-proof {
    grid-template-columns: 1fr !important;
  }
}
/* Expanded works gallery polish */
.works-gallery-section .home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 26px);
}

.works-gallery-section .home-gallery-grid figure {
  min-height: 0;
  border: 1px solid var(--line);
  background: #fffaf2;
  overflow: hidden;
  box-shadow: 0 18px 36px rgb(50 35 22 / 0.08);
}

.works-gallery-section .home-gallery-grid img {
  width: 100%;
  height: clamp(230px, 22vw, 360px);
  object-fit: cover;
  transition: transform 260ms ease;
}

.works-gallery-section .home-gallery-grid figure:hover img {
  transform: scale(1.025);
}

.works-gallery-section .home-gallery-grid figcaption {
  display: grid;
  gap: 8px;
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, rgb(255 253 249 / 0.96), rgb(248 243 235 / 0.98));
}

.works-gallery-section .home-gallery-grid figcaption span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.works-gallery-section .home-gallery-grid figcaption a {
  justify-self: start;
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .works-gallery-section .home-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .works-gallery-section .home-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .works-gallery-section .home-gallery-grid {
    grid-template-columns: 1fr;
  }

  .works-gallery-section .home-gallery-grid img {
    height: 260px;
  }
}
