/*
Theme Name: ACT Joinery
Author: ACT Joinery
Description: Contemporary custom theme for ACT Joinery.
Version: 7.5.12
Requires at least: 7.0
Requires PHP: 8.3
Text Domain: act-joinery
*/

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2190-21FF, U+25A0-25FF, U+2700-27BF;
}

:root {
  --ink: #18201f;
  --ink-soft: #293230;
  --charcoal: #111716;
  --paper: #faf8f3;
  --surface: #f5f2ec;
  --surface-deep: #ece5da;
  --white: #fff;
  --red: #b92331;
  --red-dark: #941b26;
  --timber: #9b6a43;
  --muted: #65706d;
  --line: #ded8cf;
  --line-dark: #3a4441;
  --shadow: 0 18px 48px rgba(22, 28, 26, .12);
  --shadow-soft: 0 14px 38px rgba(55, 41, 29, .065);
  --texture-paper:
    radial-gradient(ellipse at 8% -8%, rgba(155, 106, 67, .065), transparent 38rem),
    radial-gradient(ellipse at 92% 108%, rgba(41, 50, 48, .028), transparent 42rem),
    radial-gradient(ellipse 330px 66px at 2% 36%, transparent 0 47%, rgba(111, 76, 45, .028) 48% 49%, transparent 50% 58%, rgba(111, 76, 45, .019) 59% 60%, transparent 61% 69%, rgba(111, 76, 45, .013) 70% 71%, transparent 72%),
    radial-gradient(ellipse 420px 82px at 100% 76%, transparent 0 51%, rgba(111, 76, 45, .022) 52% 53%, transparent 54% 63%, rgba(111, 76, 45, .014) 64% 65%, transparent 66%),
    repeating-linear-gradient(92deg, rgba(111, 76, 45, .009) 0 1px, transparent 1px 12px, rgba(111, 76, 45, .005) 12px 13px, transparent 13px 32px);
  --texture-surface:
    linear-gradient(125deg, rgba(255, 255, 255, .42), transparent 44%),
    radial-gradient(ellipse 380px 76px at 98% 32%, transparent 0 46%, rgba(111, 76, 45, .03) 47% 48%, transparent 49% 57%, rgba(111, 76, 45, .019) 58% 59%, transparent 60% 69%, rgba(111, 76, 45, .013) 70% 71%, transparent 72%),
    radial-gradient(ellipse 300px 58px at 2% 82%, transparent 0 52%, rgba(111, 76, 45, .023) 53% 54%, transparent 55% 65%, rgba(111, 76, 45, .014) 66% 67%, transparent 68%),
    repeating-linear-gradient(91deg, rgba(126, 86, 50, .01) 0 1px, transparent 1px 14px, rgba(126, 86, 50, .005) 14px 15px, transparent 15px 35px);
  --texture-dark:
    radial-gradient(ellipse at 88% 0%, rgba(155, 106, 67, .105), transparent 42%),
    radial-gradient(ellipse 370px 72px at 2% 42%, transparent 0 47%, rgba(222, 180, 132, .034) 48% 49%, transparent 50% 59%, rgba(222, 180, 132, .021) 60% 61%, transparent 62% 71%, rgba(222, 180, 132, .013) 72% 73%, transparent 74%),
    radial-gradient(ellipse 440px 86px at 100% 78%, transparent 0 52%, rgba(222, 180, 132, .026) 53% 54%, transparent 55% 65%, rgba(222, 180, 132, .015) 66% 67%, transparent 68%),
    repeating-linear-gradient(92deg, rgba(255, 230, 199, .012) 0 1px, transparent 1px 15px, rgba(255, 230, 199, .006) 15px 16px, transparent 16px 37px);
  --shell: 1280px;
  --gutter: clamp(20px, 4vw, 56px);
  --section-space: clamp(60px, 7vw, 100px);
  --section-space-tight: clamp(42px, 5vw, 72px);
  --header: 82px;
  --radius-control: 10px;
  --radius-card: 16px;
  --radius-media: 20px;
  --radius-panel: 24px;
  --radius-pill: 999px;
  /* Unified typography system: one local family, one fluid scale. */
  --font-heading: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --weight-body: 450;
  --weight-medium: 600;
  --weight-heading: 700;
  --weight-strong: 700;
  --weight-action: 760;
  --weight-heavy: 850;
  --type-label: 1rem;
  --type-small: clamp(1rem, .98rem + .1vw, 1.0625rem);
  --type-brand: 1.1rem;
  --type-icon: 1.25rem;
  --type-body: clamp(1rem, .97rem + .16vw, 1.125rem);
  --type-lead: clamp(1.0625rem, 1.01rem + .28vw, 1.25rem);
  --type-h3: clamp(1.35rem, 1.17rem + .72vw, 1.75rem);
  --type-card-heading: clamp(1.5rem, 1.22rem + 1.12vw, 2.35rem);
  --type-feature-heading: clamp(1.75rem, 1.34rem + 1.7vw, 3rem);
  --type-section-heading: clamp(2rem, 1.52rem + 1.95vw, 3.8rem);
  --type-callout: clamp(1.125rem, 1.02rem + .45vw, 1.45rem);
  --type-h2: clamp(2rem, 1.45rem + 2.25vw, 4rem);
  --type-h1: clamp(2.75rem, 2rem + 3.15vw, 5.25rem);
  --type-h1-compact: clamp(2.5rem, 2rem + 2.2vw, 4.25rem);
  --type-display: clamp(3rem, 2.15rem + 3.65vw, 5.8rem);
  --leading-body: 1.62;
  --leading-copy: 1.55;
  --leading-interface: 1.35;
  --leading-heading: 1.04;
  --leading-title: 1.12;
  --leading-solid: 1;
  --tracking-body: 0;
  --tracking-heading: -.038em;
  --tracking-tight: -.02em;
  --tracking-interface: .045em;
  --tracking-label: .075em;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background-color: var(--paper);
  background-image: var(--texture-paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--type-body);
  font-weight: var(--weight-body);
  font-optical-sizing: auto;
  letter-spacing: var(--tracking-body);
  line-height: var(--leading-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
main { display: block; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
figure { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--font-heading);
  color: inherit;
  font-weight: var(--weight-heading);
  letter-spacing: var(--tracking-heading);
  line-height: var(--leading-heading);
  text-wrap: balance;
}
h1 { font-size: var(--type-h1); }
h2 { font-size: var(--type-h2); }
h3 { font-size: var(--type-h3); }
p { text-wrap: pretty; }
strong, b { font-weight: var(--weight-strong); }
::selection { background: #f3c4c8; color: var(--ink); }

.shell { width: min(calc(100% - (var(--gutter) * 2)), var(--shell)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.section--dark { background: var(--charcoal); color: var(--white); }
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.section-index,
.signal {
  margin: 0 0 18px;
  color: var(--red);
  font-size: var(--type-label);
  font-weight: var(--weight-action);
  letter-spacing: var(--tracking-label);
  line-height: var(--leading-interface);
  text-transform: uppercase;
}
.signal { display: flex; align-items: center; gap: 11px; color: #f2a0a7; }
.signal span { width: 26px; height: 2px; flex: 0 0 auto; background: currentColor; }
.section--dark .section-index { color: #ee8f98; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  background: transparent;
  color: inherit;
  font-size: var(--type-label);
  font-weight: var(--weight-action);
  letter-spacing: var(--tracking-interface);
  line-height: var(--leading-interface);
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button .arrow, .text-action .arrow, .card-link .arrow { font-size: var(--type-small); transition: transform .2s ease; }
.button:hover .arrow, .text-action:hover .arrow, a:hover .card-link .arrow { transform: translate(2px, -2px); }
.button--red { background: var(--red); color: var(--white); }
.button--red:hover { background: var(--red-dark); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: var(--ink-soft); }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--surface); }
.button--ghost { border-color: #68726f; color: var(--white); }
.button--ghost:hover { border-color: var(--white); }
.button--compact { min-height: 44px; gap: 16px; padding-inline: 16px; }
.text-action {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: var(--type-label);
  font-weight: var(--weight-action);
  letter-spacing: var(--tracking-interface);
  line-height: var(--leading-interface);
  text-decoration: none;
  text-transform: uppercase;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}
.skip-link:focus-visible { transform: none; }
.skip-link:focus:not(:focus-visible) { transform: translateY(-160%); }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(17, 23, 22, .98);
  color: var(--white);
  transition: box-shadow .2s ease, background-color .2s ease;
}
.site-header.is-scrolled { background: var(--charcoal); box-shadow: 0 10px 28px rgba(0, 0, 0, .18); }
.site-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(220px, 245px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 1.7vw, 26px);
}
.site-brand { align-self: stretch; display: inline-flex; width: auto; align-items: center; gap: 11px; color: var(--white); text-decoration: none; }
.brand-mark {
  position: relative;
  width: 38px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3px;
  padding: 6px;
  border: 2px solid #da3341;
}
.brand-mark::before { position: absolute; top: -2px; bottom: -2px; left: 5px; width: 3px; background: var(--red); content: ""; }
.brand-mark i { display: block; background: rgba(255, 255, 255, .94); }
.brand-type { min-width: 0; display: grid; grid-template-columns: auto 1fr; align-items: baseline; column-gap: 5px; line-height: var(--leading-solid); text-transform: uppercase; }
.brand-type strong { color: #f05f6b; font-size: var(--type-brand); font-weight: var(--weight-heavy); letter-spacing: var(--tracking-heading); }
.brand-type > span { font-size: var(--type-small); font-weight: var(--weight-action); letter-spacing: var(--tracking-interface); }
.brand-type small { grid-column: 1 / -1; margin-top: 5px; color: #aab3b0; font-size: var(--type-label); font-weight: var(--weight-medium); letter-spacing: var(--tracking-interface); white-space: nowrap; }
.site-nav { justify-self: center; display: flex; height: 100%; align-items: center; gap: clamp(18px, 2vw, 32px); }
.site-nav > a,
.nav-products__trigger {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 0;
  background: transparent;
  color: #dce1df;
  cursor: pointer;
  font-size: var(--type-label);
  font-weight: var(--weight-action);
  letter-spacing: var(--tracking-label);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-nav > a:hover, .nav-products__trigger:hover { color: var(--white); }
.nav-products { position: relative; height: 100%; display: flex; align-items: center; }
.nav-products__trigger { gap: 9px; }
.nav-products__trigger span { color: #ee7f89; font-size: var(--type-brand); }
.nav-products__panel {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: calc(100% + 10px);
  left: -44px;
  width: min(760px, calc(100vw - 40px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  padding: 17px;
  transform: translateY(8px);
  border: 1px solid rgba(222, 216, 207, .9);
  border-radius: var(--radius-panel);
  overflow: hidden;
  background-color: rgba(250, 248, 243, .985);
  background-image: var(--texture-paper);
  color: var(--ink);
  box-shadow: 0 28px 68px rgba(5, 10, 9, .27);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-products__panel::before {
  grid-column: 1 / -1;
  padding: 2px 5px 9px;
  color: var(--red);
  content: "Product families";
  font-size: var(--type-label);
  font-weight: var(--weight-action);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}
.nav-products__trigger[aria-expanded="true"] + .nav-products__panel { visibility: visible; opacity: 1; transform: none; }
.nav-products__panel a {
  position: relative;
  min-height: 104px;
  padding: 27px 50px 20px 22px;
  border: 1px solid rgba(222, 216, 207, .9);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.nav-products__panel a::before { position: absolute; top: 18px; left: 22px; width: 24px; height: 2px; background: var(--red); content: ""; }
.nav-products__panel a::after { position: absolute; right: 20px; bottom: 20px; color: var(--red); content: "\2197"; font-size: var(--type-icon); font-weight: var(--weight-action); }
.nav-products__panel a:hover, .nav-products__panel a:focus-visible { border-color: #c9c0b5; background: var(--white); box-shadow: 0 14px 28px rgba(42, 32, 24, .1); transform: translateY(-2px); }
.nav-products__panel b, .nav-products__panel small { display: block; }
.nav-products__panel b { margin-top: 8px; font-size: var(--type-callout); line-height: var(--leading-interface); letter-spacing: var(--tracking-tight); }
.nav-products__panel small { margin-top: 5px; color: var(--muted); font-size: var(--type-label); line-height: var(--leading-interface); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { text-align: right; text-decoration: none; }
.header-phone small, .header-phone b { display: block; }
.header-phone small { color: #aab3b0; font-size: var(--type-label); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.header-phone b { font-size: var(--type-small); letter-spacing: var(--tracking-interface); }
.nav-toggle { display: none; }
.mobile-nav-actions { display: none; }

/* Keep the full navigation relaxed at every desktop width. The header shell
   remains 1280px wide, so restoring the long labels on larger viewports only
   crowds the same available space. */
@media (min-width: 1321px) {
  .site-header__inner { grid-template-columns: auto minmax(0, 1fr) auto; }
  .brand-type small { display: none; }
  .site-nav { gap: clamp(14px, 1.35vw, 22px); }
  .header-actions { gap: 12px; }
  .header-phone small { display: none; }
}

/* Home */
.home-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  background: var(--charcoal);
  color: var(--white);
}
.home-hero__content { display: flex; align-items: center; }
.home-hero__inner {
  width: min(590px, calc(100% - (var(--gutter) * 2)));
  margin-left: max(var(--gutter), calc((100vw - var(--shell)) / 2 + var(--gutter)));
  padding-block: 64px;
}
.home-hero h1 { max-width: 700px; margin: 0 0 26px; font-size: var(--type-display); }
.home-hero h1 strong { color: #f29ca4; font-weight: inherit; }
.home-hero__lead { max-width: 560px; margin-bottom: 30px; color: #c3cbc8; font-size: var(--type-lead); }
.home-hero__media { position: relative; min-height: 650px; overflow: hidden; background: #27302e; }
.home-hero__media::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(17, 23, 22, .16), transparent 35%); pointer-events: none; }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero__media figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  padding: 10px 13px;
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, .94);
  color: var(--ink);
  font-size: var(--type-label);
  font-weight: var(--weight-action);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}
.proof-band {
  position: relative;
  z-index: 3;
  padding-bottom: 18px;
  background: linear-gradient(to bottom, var(--charcoal) 0 42px, transparent 42px);
}
.proof-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.proof-rail div {
  position: relative;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px clamp(22px, 2.4vw, 34px) 24px;
  border: 1px solid rgba(222, 216, 207, .88);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, .97);
  box-shadow: var(--shadow-soft);
}
.proof-rail div::before { position: absolute; top: 22px; left: clamp(22px, 2.4vw, 34px); width: 26px; height: 2px; background: var(--red); content: ""; }
.proof-rail b { margin-top: 9px; font-size: var(--type-small); line-height: var(--leading-interface); }
.proof-rail span { margin-top: 4px; color: var(--muted); font-size: var(--type-small); line-height: var(--leading-copy); }
.section--intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 120px); }
.intro-grid h2 { max-width: 650px; margin: 0; }
.intro-copy { max-width: 640px; padding-top: 34px; }
.intro-copy p { color: var(--muted); }
.intro-copy p:first-child { color: var(--ink); font-size: var(--type-body); }
.intro-copy .text-action { margin-top: 14px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 380px); gap: 44px; align-items: end; margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0; color: #aeb8b4; }
.section-heading--ink > p { color: var(--muted); }
.capability-section { overflow: hidden; }
.capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.capability-card,
.capability-card--wide {
  position: relative;
  grid-column: auto;
  min-height: 390px;
  overflow: hidden;
  border-radius: var(--radius-media);
  background: var(--ink-soft);
  color: var(--white);
  text-decoration: none;
}
.capability-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .38s ease; }
.capability-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(7, 10, 9, .04) 25%, rgba(8, 12, 11, .84) 100%); }
.capability-card:hover img { transform: scale(1.02); }
.capability-card > div { position: absolute; z-index: 2; inset: auto 0 0; padding: 28px; }
.capability-card p { margin-bottom: 7px; color: #d8dddb; font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.capability-card h3 { max-width: 520px; margin: 0 0 14px; font-size: var(--type-feature-heading); }
.card-link { display: inline-flex; align-items: center; gap: 16px; color: #f3a1a8; font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-interface); text-transform: uppercase; }
.project-preview { padding-bottom: var(--section-space); background: var(--white); }
.project-reel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.project-reel a { position: relative; height: clamp(300px, 31vw, 430px); overflow: hidden; border-radius: var(--radius-media); background: var(--ink); color: var(--white); text-decoration: none; }
.project-reel img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-reel a:hover img { transform: scale(1.02); }
.project-reel span { position: absolute; inset: auto 0 0; padding: 46px 17px 16px; background: linear-gradient(transparent, rgba(8, 12, 11, .84)); font-size: var(--type-label); font-weight: var(--weight-strong); letter-spacing: var(--tracking-interface); text-transform: uppercase; }
.precision-section { background: var(--surface); }
.precision-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(46px, 8vw, 110px); }
.precision-heading h2 { margin-bottom: 22px; }
.precision-heading > p:last-child { max-width: 520px; color: var(--muted); }
.process-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.process-list li { min-height: 210px; padding: 24px; border-top: 3px solid var(--red); border-radius: var(--radius-card); background: var(--white); }
.process-list h3 { margin-bottom: 16px; line-height: var(--leading-title); }
.process-list p { margin: 0; color: var(--muted); font-size: var(--type-small); }
.audience-section { padding-block: var(--section-space); background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.audience-grid article { min-height: 270px; padding: 28px 28px 28px 0; border-bottom: 1px solid var(--line); }
.audience-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.audience-grid span { color: var(--red); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.audience-grid h2 { margin: 48px 0 16px; font-size: var(--type-card-heading); line-height: var(--leading-title); }
.audience-grid p { margin: 0; color: var(--muted); font-size: var(--type-small); }
.home-cta { padding-block: var(--section-space-tight); background: var(--red); color: var(--white); }
.home-cta .shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 48px; align-items: end; }
.home-cta .signal { grid-column: 1 / -1; margin-bottom: -18px; color: #ffd8dc; }
.home-cta h2 { margin: 0; }
.home-cta .shell > div > p { color: #ffdde0; }

/* Page heads */
.page-head { min-height: 470px; display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); background: var(--charcoal); color: var(--white); }
.page-head__content { min-height: 470px; display: flex; align-items: center; }
.page-head__inner {
  width: min(570px, calc(100% - (var(--gutter) * 2)));
  margin-left: max(var(--gutter), calc((100vw - var(--shell)) / 2 + var(--gutter)));
  padding-block: 52px;
}
.page-head h1 { margin: 0 0 22px; font-size: var(--type-h1); }
.page-head__inner > p:last-child { max-width: 540px; margin: 0; color: #bdc6c3; font-size: var(--type-body); }
.page-head > figure { min-height: 470px; overflow: hidden; background: var(--ink-soft); }
.page-head > figure img { width: 100%; height: 100%; object-fit: cover; }
.page-head--plain { min-height: 320px; display: block; background: var(--ink); }
.page-head--plain .page-head__content { min-height: 320px; }
.page-head--plain .page-head__inner { width: min(calc(100% - (var(--gutter) * 2)), var(--shell)); margin-inline: auto; }
.page-head--plain h1 { max-width: 900px; }
.page-head--plain .page-head__inner > p:last-child { max-width: 720px; }
.page-head--compact { min-height: 250px; }
.page-head--compact .page-head__content { min-height: 250px; }
.page-head--compact .page-head__inner { padding-block: 38px; }
.page-head--compact h1 { margin-bottom: 14px; font-size: var(--type-h1-compact); }
.page-head--compact .signal { margin-bottom: 12px; }
.breadcrumbs { padding-block: 15px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: inline-flex; gap: 7px; align-items: center; color: var(--muted); font-size: var(--type-small); font-weight: var(--weight-medium); }
.breadcrumbs li + li::before { color: #9ca39f; content: "/"; }
.breadcrumbs a { color: var(--ink); text-decoration-color: #bcc1bd; text-underline-offset: 3px; }
.breadcrumbs a:hover { color: var(--red); }

@media (min-width: 851px) {
  .page-head:not(.page-head--plain) {
    height: clamp(420px, 33vw, 470px);
    min-height: 0;
    grid-template-rows: minmax(0, 1fr);
  }
  .page-head:not(.page-head--plain) .page-head__content,
  .page-head:not(.page-head--plain) > figure { height: 100%; min-height: 0; }
  .page-head--long-title h1 { font-size: var(--type-h1-compact); }
}

@media (max-width: 850px) {
  .page-head:not(.page-head--plain) { height: auto; min-height: 0; display: flex; flex-direction: column; }
  .page-head:not(.page-head--plain) .page-head__content { min-height: 0; order: 1; }
  .page-head:not(.page-head--plain) .page-head__inner {
    width: calc(100% - (var(--gutter) * 2));
    margin-inline: auto;
    padding-block: 40px;
  }
  .page-head:not(.page-head--plain) > figure { height: clamp(220px, 32vw, 275px); min-height: 0; order: 2; }
}

/* Shared content */
.content-section { padding-block: var(--section-space-tight); }
.content-lead { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr); gap: clamp(38px, 7vw, 100px); }
.content-lead h2 { max-width: 900px; margin: 0 0 22px; }
.content-lead > div > p { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: var(--type-body); }
.product-directory { padding-block: var(--section-space-tight); background: var(--surface); }
.directory-heading { display: flex; justify-content: space-between; gap: 36px; align-items: end; margin-bottom: 30px; }
.directory-heading p { max-width: 500px; margin-bottom: 0; color: var(--muted); }
.directory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.directory-grid li { min-height: 190px; padding: 25px; border: 1px solid #cfd3cc; border-radius: var(--radius-card); background: rgba(255, 255, 255, .72); }
.directory-grid h3 { margin: 0 0 35px; }
.directory-grid p { margin: 0; color: var(--muted); font-size: var(--type-small); }
.product-type-index { padding-block: var(--section-space-tight); border-block: 1px solid var(--line); background-color: var(--surface); background-image: var(--texture-surface); }
.product-type-index .directory-heading { align-items: end; }
.product-type-index .directory-heading h2 { margin: 0; font-size: var(--type-section-heading); }
.product-type-index__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.product-type-index__grid li { min-height: 156px; padding: 24px; border: 1px solid rgba(194, 187, 177, .8); border-radius: var(--radius-card); background: rgba(255, 255, 255, .8); box-shadow: var(--shadow-soft); }
.product-type-index__grid h3 { margin: 0 0 12px; font-size: var(--type-h3); }
.product-type-index__grid p { margin: 0; color: var(--muted); font-size: var(--type-small); line-height: var(--leading-copy); }
.door-type-strip { padding-bottom: var(--section-space-tight); }
.door-type-strip .shell { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.door-type-strip article { grid-column: span 2; min-height: 250px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; border-radius: var(--radius-panel); background-color: var(--ink); background-image: var(--texture-dark); color: var(--white); }
.door-type-strip article:nth-child(n+4) { grid-column: span 3; }
.door-type-strip article:nth-child(2) { background-color: #27312f; }
.door-type-strip article:nth-child(3) { background-color: #493b31; }
.door-type-strip article:nth-child(4) { background-color: #202a28; }
.door-type-strip article:nth-child(5) { background-color: #3c3029; }
.door-type-strip h2 { margin: 0 0 12px; font-size: var(--type-card-heading); }
.door-type-strip article > p:last-child { margin: 0; color: #c6cfcc; font-size: var(--type-small); }
.product-gallery-intro { padding-bottom: 32px; }
.design-library-intro { margin-bottom: var(--section-space-tight); padding-block: var(--section-space-tight); background-color: var(--charcoal); background-image: var(--texture-dark); color: var(--white); }
.design-library-intro .shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr); gap: clamp(42px, 8vw, 110px); align-items: end; }
.design-library-intro h2 { max-width: 760px; margin: 0; }
.design-library-intro .shell > div:last-child > p { margin-bottom: 24px; color: #c1cac7; }
.design-library-intro .button--dark { border-color: #66716d; background: transparent; }
.design-library-intro .button--dark:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.image-triptych { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding-block: var(--section-space-tight); }
.image-triptych figure, .image-triptych__large { margin: 0; }
.image-triptych img, .image-triptych__large img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-media); }
.image-triptych figcaption { padding-top: 10px; color: var(--muted); font-size: var(--type-label); font-weight: var(--weight-strong); letter-spacing: var(--tracking-interface); text-transform: uppercase; }
.project-start { padding-block: var(--section-space-tight); background: var(--charcoal); color: var(--white); }
.project-start__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 8vw, 110px); align-items: start; }
.project-start h2 { margin-bottom: 20px; }
.project-start__grid > div > p:not(.section-index) { max-width: 600px; color: #b9c2bf; }
.project-start .button { margin-top: 12px; }
.project-start__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line-dark); border-radius: var(--radius-card); overflow: hidden; list-style: none; }
.project-start__list li { min-height: 92px; display: flex; align-items: center; padding: 18px 20px 18px 34px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: #e0e5e3; font-size: var(--type-small); }
.project-start__list li::before { width: 7px; height: 7px; flex: 0 0 auto; margin-left: -18px; margin-right: 12px; border-radius: 50%; background: #ed858f; content: ""; }
.project-start--compact .project-start__grid { grid-template-columns: minmax(0, 760px); justify-content: center; text-align: center; }
.project-start--compact .project-start__grid > div > p { margin-inline: auto; }
.door-band { display: grid; grid-template-columns: 1fr 1fr; background: var(--surface); }
.door-band figure { min-height: 500px; max-height: 620px; }
.door-band figure img { width: 100%; height: 100%; object-fit: cover; }
.door-band > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 88px); }
.stacked-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid #c9cec7; list-style: none; }
.stacked-links > li { padding: 20px 20px 20px 0; border-bottom: 1px solid #c9cec7; }
.stacked-links > li:nth-child(even) { padding-left: 20px; border-left: 1px solid #c9cec7; }
.stacked-links h3 { margin: 0 0 8px; }
.stacked-links p { margin: 0; color: var(--muted); font-size: var(--type-small); }
.pillar-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 0; margin-bottom: var(--section-space-tight); padding: 0; list-style: none; }
.pillar-list li > a { min-height: 142px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 24px 28px; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--white); text-decoration: none; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.pillar-list li > a:hover { border-color: #bdc3bd; background: var(--surface); transform: translateY(-2px); }
.pillar-list h2 { margin: 0 0 8px; font-size: var(--type-card-heading); }
.pillar-list p { margin: 0; color: var(--muted); font-size: var(--type-small); }
.pillar-list .arrow { color: var(--red); font-size: var(--type-icon); }
.architectural-intro { padding-bottom: var(--section-space-tight); }
.architectural-directory { padding-bottom: var(--section-space-tight); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); gap: clamp(32px, 6vw, 88px); align-items: end; margin-bottom: 30px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading > p { max-width: 560px; margin: 0; color: var(--muted); }
.architectural-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.architectural-cards li { min-width: 0; }
.architectural-cards a { height: 100%; display: grid; grid-template-columns: minmax(170px, .85fr) minmax(0, 1.15fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-panel); background: rgba(255, 255, 255, .92); box-shadow: var(--shadow-soft); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.architectural-cards a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.architectural-cards figure { min-height: 260px; overflow: hidden; background: var(--surface-deep); }
.architectural-cards img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.architectural-cards a:hover img { transform: scale(1.025); }
.architectural-cards a > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(22px, 3vw, 38px); }
.architectural-cards a > div > p { margin: 0 0 8px; color: var(--red); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.architectural-cards h3 { margin: 0 0 14px; font-size: var(--type-card-heading); }
.architectural-cards a > div > span { color: var(--muted); font-size: var(--type-small); font-weight: var(--weight-medium); }
.architectural-cards .arrow { margin-left: 6px; color: var(--red); }
.architectural-process { padding-block: var(--section-space-tight); background: var(--surface); }
.architectural-process__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: clamp(36px, 7vw, 100px); align-items: end; }
.architectural-process__inner h2 { max-width: 820px; margin-bottom: 0; }
.architectural-process__inner > p { margin: 0; color: var(--muted); }
.full-image {
  position: relative;
  width: min(calc(100% - (var(--gutter) * 2)), var(--shell));
  height: clamp(380px, 46vw, 560px);
  margin: 0 auto var(--section-space-tight);
  overflow: hidden;
  border-radius: var(--radius-panel);
  background: var(--ink-soft);
  color: var(--white);
}
.full-image img { width: 100%; height: 100%; object-fit: cover; }
.full-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(8, 12, 11, .8), rgba(8, 12, 11, .04) 65%); }
.full-image > div { position: absolute; z-index: 2; left: clamp(24px, 5vw, 64px); bottom: clamp(24px, 5vw, 56px); max-width: 620px; }
.full-image > div p { margin-bottom: 10px; color: #f2a1a8; font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.full-image h2 { margin: 0; font-size: var(--type-section-heading); }
.feature-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 0; margin-bottom: var(--section-space-tight); padding: 0; list-style: none; }
.feature-cards li { min-width: 0; }
.feature-cards a { display: block; text-decoration: none; }
.feature-cards img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-media); transition: filter .2s ease, transform .25s ease; }
.feature-cards a:hover img { transform: translateY(-2px); filter: saturate(1.04); }
.feature-cards span { display: block; margin: 15px 0 5px; color: var(--red); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.feature-cards h2 { margin: 0; font-size: var(--type-card-heading); }
.material-feature { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(38px, 7vw, 96px); align-items: center; padding-block: var(--section-space-tight); }
.material-feature > div { max-width: 560px; }
.material-feature > div > p:not(.section-index) { color: var(--muted); }
.material-feature .button { margin-top: 12px; }
.material-feature img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius-media); }
.cladding-example { padding-bottom: var(--section-space-tight); }
.cladding-example__layout {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: clamp(28px, 4.5vw, 60px);
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow-soft);
}
.cladding-example__copy { max-width: 540px; }
.cladding-example__copy h2 { margin-bottom: 10px; font-size: var(--type-section-heading); }
.cladding-example__species { margin-bottom: 22px; color: var(--red); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.cladding-example__copy > p:not(.section-index):not(.cladding-example__species) { color: var(--muted); font-size: var(--type-small); }
.cladding-example .text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: var(--type-label);
  font-weight: var(--weight-action);
  letter-spacing: var(--tracking-interface);
  text-decoration: none;
}
.cladding-example .text-link .arrow { color: var(--red); transition: transform .2s ease; }
.cladding-example .text-link:hover .arrow { transform: translate(2px, -2px); }
.cladding-example__media { min-width: 0; overflow: hidden; border-radius: var(--radius-media); background: var(--surface-deep); }
.cladding-example__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.cladding-example__media figcaption { padding: 12px 16px 14px; color: var(--muted); font-size: var(--type-label); font-weight: var(--weight-medium); letter-spacing: var(--tracking-interface); }
.requirements-section { padding-block: var(--section-space-tight); background: var(--surface); }
.requirements-section > .shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 7vw, 96px); }
.requirements-section h2 { margin-bottom: 0; }
.requirements-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid #c9cec7; border-radius: var(--radius-card); overflow: hidden; list-style: none; }
.requirements-list li { min-height: 100px; display: flex; align-items: center; padding: 20px 20px 20px 34px; border-right: 1px solid #c9cec7; border-bottom: 1px solid #c9cec7; }
.requirements-list li::before { width: 7px; height: 7px; flex: 0 0 auto; margin-left: -18px; margin-right: 12px; border-radius: 50%; background: var(--red); content: ""; }
.requirements-list p { margin: 0; font-weight: var(--weight-medium); }
.sibling-products { padding-block: var(--section-space-tight); }
.sibling-products > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-radius: var(--radius-card); overflow: hidden; }
.sibling-products a { min-height: 84px; display: flex; gap: 14px; align-items: center; justify-content: space-between; padding: 15px 18px; border: 1px solid var(--line); margin: -1px 0 0 -1px; font-size: var(--type-small); font-weight: var(--weight-heading); text-decoration: none; }
.sibling-products a:hover, .sibling-products a[aria-current="page"] { background: var(--ink); color: var(--white); }

/* Gallery */
.gallery-intro { padding-bottom: var(--section-space-tight); }
.gallery-shell { padding-bottom: var(--section-space); }
.gallery-toolbar { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 28px; }
.gallery-toolbar button {
  min-height: 42px;
  flex: 0 0 auto;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: var(--type-label);
  font-weight: var(--weight-action);
  letter-spacing: var(--tracking-interface);
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.gallery-toolbar button:hover { border-color: var(--ink); color: var(--ink); }
.gallery-toolbar button.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.product-type-gallery__status {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin: -10px 0 24px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, .82);
  color: var(--ink);
  box-shadow: 0 6px 20px rgba(29, 35, 33, .045);
  font-size: var(--type-label);
  font-weight: var(--weight-action);
  letter-spacing: var(--tracking-interface);
  line-height: var(--leading-interface);
}
.product-type-gallery__status::before { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--red); content: ""; }
.project-gallery-new { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.2vw, 28px); }
.gallery-item { min-width: 0; margin: 0; }
.gallery-item[hidden] { display: none; }
.gallery-item > a { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-media); background: var(--surface-deep); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .25s ease; }
.gallery-open {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: var(--radius-pill);
  opacity: 0;
  transform: translateY(5px);
  background: rgba(17, 23, 22, .9);
  color: var(--white);
  font-size: var(--type-label);
  font-weight: var(--weight-action);
  letter-spacing: var(--tracking-interface);
  text-transform: uppercase;
  transition: opacity .2s ease, transform .2s ease;
}
.gallery-item > a:hover img { transform: scale(1.025); filter: saturate(1.03); }
.gallery-item > a:hover .gallery-open, .gallery-item > a:focus-visible .gallery-open { opacity: 1; transform: none; }
.gallery-item figcaption { padding-top: 12px; }
.gallery-item__category { display: block; margin-bottom: 4px; color: var(--red); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.gallery-item figcaption strong { display: block; font-size: var(--type-small); line-height: var(--leading-copy); }
.product-gallery-card__reference { display: inline-flex; align-items: center; min-height: 28px; margin-top: 9px; padding: 4px 9px; border: 1px solid var(--line); border-radius: var(--radius-pill); color: var(--muted); font-size: var(--type-label); font-weight: var(--weight-strong); letter-spacing: var(--tracking-interface); line-height: var(--leading-solid); }
.product-type-gallery--designs .product-type-gallery__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 1.8vw, 22px); }
.product-type-gallery--designs .gallery-item > a { aspect-ratio: 4 / 5; background: var(--surface); }
.product-type-gallery--designs .gallery-item img { object-fit: cover; }
.gallery-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: rgba(8, 11, 10, .98);
  color: var(--white);
}
.gallery-lightbox::backdrop { background: rgba(4, 7, 6, .9); }
.gallery-lightbox[open] { display: grid; place-items: center; }
.gallery-lightbox figure { width: min(86vw, 1380px); height: 100dvh; display: flex; flex-direction: column; justify-content: center; padding: 54px 0 48px; }
.gallery-lightbox figure img { width: 100%; max-height: calc(100dvh - 130px); border-radius: var(--radius-media); object-fit: contain; }
.gallery-lightbox figcaption { display: flex; justify-content: space-between; gap: 24px; padding-top: 12px; color: #d8dedb; font-size: var(--type-label); }
.lightbox-count { flex: 0 0 auto; color: #9fa9a5; font-variant-numeric: tabular-nums; }
.lightbox-close,
.lightbox-nav {
  position: fixed;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #5a6460;
  border-radius: 50%;
  background: rgba(17, 23, 22, .85);
  color: var(--white);
  cursor: pointer;
  font-size: var(--type-icon);
}
.lightbox-close:hover, .lightbox-nav:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.lightbox-close { top: 18px; right: 18px; }
.lightbox-nav { top: 50%; transform: translateY(-50%); }
.lightbox-nav--prev { left: 18px; }
.lightbox-nav--next { right: 18px; }
.gallery-cta { padding-block: var(--section-space-tight); background: var(--surface); }
.gallery-cta .shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr) auto; gap: 40px; align-items: end; }
.gallery-cta h2 { margin: 0; }
.gallery-cta > .shell > p { margin: 0; color: var(--muted); }

/* About */
.team-section--lead { padding-block: clamp(52px, 5vw, 72px); }
.team-section--lead .section-heading { margin-bottom: clamp(30px, 3.5vw, 40px); }
.about-story {
  background-color: var(--surface);
  background-image: var(--texture-surface);
}
.about-story .content-section { padding-bottom: clamp(30px, 3vw, 44px); }
.about-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 0 0 var(--section-space-tight); }
.about-facts article { min-height: 142px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--white); }
.about-facts strong { display: block; margin-bottom: 28px; font-size: var(--type-card-heading); letter-spacing: var(--tracking-heading); }
.about-facts p { margin: 0; color: var(--muted); font-size: var(--type-small); }
.about-workshop { width: min(calc(100% - (var(--gutter) * 2)), var(--shell)); display: grid; grid-template-columns: 1.2fr .8fr; margin: 0 auto var(--section-space-tight); border-radius: var(--radius-panel); overflow: hidden; background: var(--surface); }
.about-workshop > div:first-child { min-height: 430px; }
.about-workshop > div:first-child img { width: 100%; height: 100%; object-fit: cover; }
.about-workshop__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 70px); }
.about-workshop__copy h2 { margin-bottom: 22px; }
.about-workshop__copy > p:not(.section-index) { max-width: 650px; color: var(--muted); }
.about-workshop__copy .button-row { gap: 20px; margin-top: 10px; }
.team-section { background: var(--paper); }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--white); box-shadow: 0 12px 32px rgba(22, 28, 26, .055); }
.team-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.team-card > div { padding: 18px 20px 20px; }
.team-card h3 { margin: 0 0 4px; font-size: var(--type-callout); }
.team-card p { margin: 0; color: var(--muted); font-size: var(--type-label); font-weight: var(--weight-medium); letter-spacing: var(--tracking-interface); text-transform: uppercase; }
.location-band { padding-block: var(--section-space-tight); background: var(--ink); color: var(--white); }
.location-band .shell { display: grid; grid-template-columns: 1fr minmax(260px, .55fr); gap: 50px; align-items: end; }
.location-band h2 { margin: 0; }
.location-band h2 a { color: inherit; text-decoration: none; }
.location-band h2 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.location-band .shell > div:last-child > p { color: #b9c2bf; }

/* Contact + forms */
.contact-hub {
  padding-block: clamp(48px, 6vw, 88px);
  background-color: var(--paper);
  background-image: var(--texture-paper);
}
.contact-hub__grid { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr); gap: clamp(42px, 7vw, 104px); align-items: center; }
.contact-hub__content h2 { max-width: 590px; margin-bottom: 20px; }
.contact-hub__lead { max-width: 590px; margin-bottom: 30px; color: var(--muted); font-size: var(--type-small); }
.contact-methods { margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.contact-method {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px 2px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}
.contact-method::after { grid-column: 2; grid-row: 1 / 4; align-self: center; margin-left: 24px; color: var(--red); content: "\2197"; font-size: var(--type-icon); transition: transform .18s ease; }
.contact-method:hover::after { transform: translate(2px, -2px); }
.contact-method span { color: var(--red); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.contact-method strong { margin: 5px 0 3px; overflow-wrap: anywhere; font-size: var(--type-callout); line-height: var(--leading-interface); transition: color .18s ease; }
.contact-method:hover strong { color: var(--red); }
.contact-method small { color: var(--muted); font-size: var(--type-label); }
.contact-visit-note { display: grid; grid-template-columns: minmax(150px, .55fr) minmax(0, 1fr); gap: 22px; margin-bottom: 26px; padding: 18px; border-left: 3px solid var(--red); border-radius: 0 var(--radius-card) var(--radius-card) 0; background: rgba(236, 229, 218, .68); }
.contact-visit-note span, .contact-visit-note strong { display: block; }
.contact-visit-note span { margin-bottom: 4px; color: var(--red); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.contact-visit-note strong { font-size: var(--type-small); line-height: var(--leading-interface); }
.contact-visit-note p { margin: 0; color: var(--muted); font-size: var(--type-small); line-height: var(--leading-copy); }
.contact-map-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-panel); background: var(--white); box-shadow: var(--shadow); }
.contact-map-frame { position: relative; min-height: 400px; background: var(--surface-deep); }
.contact-map-frame::after { position: absolute; pointer-events: none; inset: 0; border: 1px solid rgba(255, 255, 255, .24); border-radius: calc(var(--radius-panel) - 1px) calc(var(--radius-panel) - 1px) 0 0; content: ""; }
.contact-map-frame iframe { width: 100%; height: 100%; min-height: 400px; display: block; border: 0; filter: saturate(.82) contrast(.98); }
.contact-map-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 24px; }
.contact-map-card__footer span { display: block; margin-bottom: 6px; color: var(--red); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.contact-map-card__footer address { font-size: var(--type-lead); font-style: normal; font-weight: var(--weight-strong); letter-spacing: var(--tracking-tight); line-height: var(--leading-interface); }
.contact-map-card__footer .button { flex: 0 0 auto; }
.contact-form-section { padding-block: clamp(52px, 7vw, 96px); background-color: var(--surface); background-image: var(--texture-surface); }
.contact-enquiry-layout { display: grid; grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr); gap: clamp(40px, 7vw, 92px); align-items: start; }
.contact-enquiry-guide { position: sticky; top: calc(var(--header) + 30px); padding-top: 20px; }
.contact-enquiry-guide h2 { margin-bottom: 20px; }
.contact-enquiry-guide > p:not(.section-index) { color: var(--muted); }
.contact-enquiry-guide ul { margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.contact-enquiry-guide li { position: relative; padding: 13px 0 13px 18px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: var(--type-small); }
.contact-enquiry-guide li::before { position: absolute; top: 20px; left: 1px; width: 5px; height: 5px; border-radius: 50%; background: var(--red); content: ""; }
.contact-enquiry-guide__direct { margin-top: 32px; padding: 20px; border-radius: var(--radius-card); background: var(--ink); color: var(--white); }
.contact-enquiry-guide__direct span, .contact-enquiry-guide__direct a { display: block; }
.contact-enquiry-guide__direct span { margin-bottom: 4px; color: #b9c2bf; font-size: var(--type-label); font-weight: var(--weight-strong); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.contact-enquiry-guide__direct a { font-size: var(--type-callout); font-weight: var(--weight-action); text-decoration: none; }
.contact-enquiry-layout .form-panel { box-shadow: var(--shadow-soft); }
.form-panel { padding: clamp(28px, 5vw, 58px); border-top: 3px solid var(--red); border-radius: var(--radius-panel); background: var(--white); }
.form-panel h2 { margin-bottom: 18px; }
.form-panel > p:not(.section-index) { max-width: 760px; color: var(--muted); }
.enquiry-form { margin-top: 34px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 16px; }
.form-grid label { display: block; }
.form-grid label > span:first-child { display: block; margin-bottom: 7px; font-size: var(--type-label); font-weight: var(--weight-strong); letter-spacing: var(--tracking-interface); text-transform: uppercase; }
.form-grid b { color: var(--red); }
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #bfc6c1;
  border-radius: var(--radius-control);
  background: var(--paper);
  color: var(--ink);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.form-grid textarea { min-height: 150px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(185, 35, 49, .1); outline: 0; }
.form-wide { grid-column: 1 / -1; }
.form-trap { position: absolute !important; left: -10000px !important; }
.form-grid .checkbox { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; }
.form-grid .checkbox input { width: 19px; min-height: 19px; margin-top: 2px; }
.form-grid .checkbox span { margin: 0; font-size: var(--type-small); font-weight: var(--weight-medium); letter-spacing: var(--tracking-body); line-height: var(--leading-copy); text-transform: none; }
.form-submit { display: flex; gap: 22px; align-items: center; margin-top: 26px; }
.form-submit p { max-width: 430px; margin: 0; color: var(--muted); font-size: var(--type-label); }
.form-submit p a { color: var(--ink); font-weight: var(--weight-heading); text-underline-offset: 3px; }
.form-notice { margin: 22px 0; padding: 14px 16px; border-left: 4px solid var(--ink); border-radius: var(--radius-control); background: var(--surface); }
.form-notice--success { border-color: #27774e; }
.form-notice--error { border-color: var(--red); }
.quote-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(44px, 7vw, 96px); padding-block: var(--section-space-tight); }
.quote-intro h2 { margin: 0; }
.quote-intro > div:last-child > p { color: var(--muted); font-size: var(--type-body); }
.tick-list { margin: 25px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.tick-list li { padding: 11px 0 11px 27px; border-bottom: 1px solid var(--line); }
.tick-list li::before { margin-left: -27px; margin-right: 10px; color: var(--red); content: "✓"; font-weight: var(--weight-action); }
.quote-form-section { padding-block: var(--section-space-tight); background: var(--surface); }
.quote-form-grid { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(40px, 7vw, 90px); }
.quote-form-grid aside h2 { margin-bottom: 20px; }
.quote-form-grid aside > p:not(.section-index) { color: var(--muted); }
.quote-direct { margin-top: 36px; padding-top: 20px; border-top: 1px solid #b7bdb8; }
.quote-direct span, .quote-direct a { display: block; }
.quote-direct span { color: var(--muted); font-size: var(--type-label); font-weight: var(--weight-strong); text-transform: uppercase; }
.quote-direct a { margin-top: 4px; font-size: var(--type-callout); font-weight: var(--weight-strong); text-decoration: none; }
.quote-form-grid .enquiry-form { margin-top: 0; }
.quote-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-block: 0; padding: var(--section-space-tight) 0; list-style: none; }
.quote-path li { min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--white); }
.quote-path h3 { margin: 0 0 12px; }
.quote-path p { margin: 0; color: var(--muted); }

/* Resources */
.resource-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 0; margin-bottom: var(--section-space); padding: 0; list-style: none; }
.resource-directory li { min-width: 0; }
.resource-directory li > a { min-height: 154px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 18px; align-items: center; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--white); text-decoration: none; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.resource-directory li > a:hover { transform: translateY(-2px); }
.resource-directory li > a:hover { border-color: var(--ink); background: var(--surface); }
.resource-directory h2 { margin: 0 0 7px; font-size: var(--type-card-heading); }
.resource-directory p { margin: 0; color: var(--muted); font-size: var(--type-small); }
.resource-directory li > a > b { color: var(--muted); font-size: var(--type-label); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.resource-directory .arrow { color: var(--red); }
.resource-help { padding-block: var(--section-space-tight); background: var(--ink); color: var(--white); }
.resource-help .shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr) auto; gap: 38px; align-items: end; }
.resource-help h2 { margin: 0; }
.resource-help > .shell > p { margin: 0; color: #b4bebb; }
.document-intro { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: clamp(42px, 7vw, 90px); align-items: end; padding-block: var(--section-space-tight) 44px; }
.document-intro h2 { margin: 0; }
.prototype-callout { padding: 22px; border-left: 3px solid var(--red); background: var(--surface); }
.prototype-callout b { font-size: var(--type-label); letter-spacing: var(--tracking-interface); text-transform: uppercase; }
.prototype-callout p { margin: 7px 0 0; color: var(--muted); font-size: var(--type-small); }
.document-library { padding-bottom: var(--section-space-tight); }
.document-family { margin-bottom: 48px; }
.document-family > header { display: flex; justify-content: space-between; gap: 20px; align-items: end; padding-bottom: 16px; border-bottom: 2px solid var(--ink); }
.document-family h2 { margin: 0; font-size: var(--type-card-heading); }
.document-family header span { color: var(--muted); font-size: var(--type-label); font-weight: var(--weight-strong); text-transform: uppercase; }
.document-family > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.document-family a { min-height: 70px; display: grid; grid-template-columns: 60px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 12px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.document-family a:hover { background: var(--surface); }
.document-family a b { color: var(--red); }
.document-family a span { font-size: var(--type-small); }
.document-family a small { font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-interface); text-transform: uppercase; }
.resource-feature { display: grid; grid-template-columns: 1fr minmax(280px, .52fr); gap: clamp(42px, 7vw, 90px); padding-block: var(--section-space-tight); }
.resource-feature h2 { margin-bottom: 22px; }
.resource-feature > div > p:not(.section-index) { max-width: 720px; color: var(--muted); }
.resource-feature .button { margin-top: 14px; }
.resource-feature aside { align-self: start; padding: 28px; border-top: 3px solid var(--red); border-radius: var(--radius-card); background: var(--surface); }
.resource-feature aside span, .resource-feature aside strong { display: block; }
.resource-feature aside span { color: var(--red); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.resource-feature aside strong { margin: 25px 0 10px; font-size: var(--type-callout); }
.resource-feature aside p { margin: 0; color: var(--muted); font-size: var(--type-small); }
.resource-principles { padding-block: var(--section-space-tight); background: var(--surface); }
.resource-principles .shell > .section-index { margin-bottom: 24px; }
.resource-principles__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.resource-principles__list li { min-height: 210px; padding: 25px; border: 1px solid #c8cec8; border-radius: var(--radius-card); background: rgba(255, 255, 255, .54); }
.resource-principles h3 { margin: 34px 0 14px; }
.resource-principles p { margin: 0; color: var(--muted); font-size: var(--type-small); }
.resource-subnav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding-block: var(--section-space-tight); }
.resource-subnav a { min-height: 62px; display: grid; place-items: center; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius-control); font-size: var(--type-label); font-weight: var(--weight-action); text-align: center; text-decoration: none; text-transform: uppercase; }
.resource-subnav a:hover, .resource-subnav a[aria-current="page"] { background: var(--ink); color: var(--white); }

/* Legal, footer and errors */
.legal-page { max-width: 940px; padding-block: var(--section-space-tight); }
.legal-updated { margin-bottom: 46px; color: var(--red); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.legal-page section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 42px; padding: 28px 0; border-top: 1px solid var(--line); }
.legal-page h2 { margin: 0; font-size: var(--type-h3); line-height: var(--leading-title); }
.legal-page p { margin: 0; color: var(--muted); }
.not-found { min-height: calc(100svh - var(--header)); display: flex; align-items: center; padding-block: var(--section-space); background: var(--charcoal); color: var(--white); }
.not-found strong { display: block; margin-bottom: 18px; color: #b7c0bd; font-size: var(--type-small); }
.not-found h1 { max-width: 900px; margin: 0 0 34px; }
.prose { max-width: 900px; padding-block: var(--section-space-tight); }
.prose img { height: auto; }

/* Quiet timber grain: CSS-only, lightweight and deliberately low contrast. */
.section--intro,
.project-preview,
.audience-section,
.team-section,
.contact-hub {
  background-color: var(--paper);
  background-image: var(--texture-paper);
}
.precision-section,
.product-directory,
.door-band,
.requirements-section,
.gallery-cta,
.about-workshop,
.architectural-process,
.contact-form-section,
.quote-form-section,
.resource-principles {
  background-color: var(--surface);
  background-image: var(--texture-surface);
}
.home-hero,
.section--dark,
.page-head,
.project-start,
.resource-help,
.location-band,
.not-found {
  background-color: var(--charcoal);
  background-image: var(--texture-dark);
}
.process-list li,
.directory-grid li,
.pillar-list li > a,
.about-facts article,
.team-card,
.contact-map-card,
.form-panel,
.quote-path li,
.resource-directory li > a,
.resource-principles__list li {
  background-color: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-soft);
}
.site-footer {
  padding: var(--section-space-tight) 0 24px;
  background-color: #0a0f0e;
  background-image: radial-gradient(ellipse at 8% 0%, rgba(155, 106, 67, .075), transparent 36rem);
  color: var(--white);
}
.footer-main { display: grid; grid-template-columns: 1.25fr .65fr .65fr 1fr; gap: clamp(30px, 5vw, 74px); }
.site-brand--footer { width: fit-content; min-height: 54px; margin-bottom: 22px; }
.site-brand--footer .brand-mark { width: 34px; height: 40px; }
.site-brand--footer .brand-type strong { font-size: var(--type-small); }
.site-brand--footer .brand-type > span { font-size: var(--type-small); }
.footer-intro p { max-width: 330px; color: #a7b1ae; }
.footer-call { display: inline-block; margin-top: 8px; font-size: var(--type-card-heading); font-weight: var(--weight-strong); text-decoration: none; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2 { margin: 0 0 10px; color: #929d99; font-size: var(--type-label); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.footer-column > a:not(.button) { color: #d1d8d5; font-size: var(--type-small); text-decoration: none; }
.footer-column > a:not(.button):hover { color: var(--white); }
.footer-contact p { margin-bottom: 2px; color: #d1d8d5; }
.footer-address { color: #d1d8d5; font-size: var(--type-small); line-height: var(--leading-copy); text-decoration: none; }
.footer-address:hover { color: var(--white); }
.footer-contact .button { margin-top: 14px; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; margin-top: 54px; padding-top: 20px; border-top: 1px solid #2c3432; color: #929d99; font-size: var(--type-label); letter-spacing: var(--tracking-interface); text-transform: uppercase; }
.footer-bottom a { color: #c4ccca; }

/* Tablet navigation */
@media (max-width: 1320px) {
  :root { --header: 74px; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-brand { width: fit-content; }
  .nav-toggle { justify-self: end; display: grid; width: 52px; height: 44px; grid-template-columns: 1fr; align-content: center; gap: 5px; padding: 9px; border: 1px solid #4a5551; border-radius: var(--radius-control); background: transparent; cursor: pointer; }
  .nav-toggle span { width: 100%; height: 1px; background: var(--white); }
  .nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .site-nav { position: fixed; visibility: hidden; opacity: 0; top: var(--header); right: 0; bottom: 0; left: 0; justify-self: stretch; width: 100%; display: block; padding: 24px var(--gutter) 42px; overflow-y: auto; background: var(--charcoal); transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-nav > a, .nav-products__trigger { width: 100%; min-height: 58px; justify-content: space-between; border-bottom: 1px solid #35403c; font-size: var(--type-small); }
  .nav-products { display: block; height: auto; }
  .nav-products__panel { position: static; visibility: visible; opacity: 1; width: 100%; display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 10px 0 14px; transform: none; border: 0; border-radius: 0; background: transparent; color: var(--white); box-shadow: none; }
  .nav-products__panel::before { display: none; }
  .nav-products__trigger[aria-expanded="true"] + .nav-products__panel { display: grid; }
  .nav-products__panel a { min-height: 96px; padding: 20px 42px 16px 17px; border-color: #35403c; border-radius: var(--radius-control); background: #19211f; box-shadow: none; }
  .nav-products__panel a::before { top: 14px; left: 17px; width: 20px; }
  .nav-products__panel a::after { right: 16px; bottom: 16px; }
  .nav-products__panel a:hover, .nav-products__panel a:focus-visible { border-color: #52605c; background: #222b28; box-shadow: none; transform: none; }
  .nav-products__panel b { margin-top: 7px; }
  .nav-products__panel small { color: #9ea8a4; }
  .header-actions { display: none; }
  .mobile-nav-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding-top: 22px; }
  .mobile-nav-actions a { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; border: 1px solid #46514d; border-radius: var(--radius-control); color: var(--white); font-size: var(--type-label); font-weight: var(--weight-action); letter-spacing: var(--tracking-interface); text-decoration: none; text-transform: uppercase; }
  .mobile-nav-actions a:last-child { border-color: var(--red); background: var(--red); }
  .home-hero__inner, .page-head__inner { margin-left: var(--gutter); }
}

@media (max-width: 980px) {
  .home-hero { min-height: 580px; grid-template-columns: .95fr 1.05fr; }
  .home-hero__media { min-height: 580px; }
  .proof-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-lead, .precision-grid, .project-start__grid, .requirements-section > .shell, .quote-intro, .quote-form-grid, .document-intro, .resource-feature, .legal-page section, .section-heading, .architectural-process__inner { grid-template-columns: 1fr; gap: 34px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 0; }
  .project-reel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-reel a { height: 360px; }
  .home-cta .shell, .gallery-cta .shell, .location-band .shell, .resource-help .shell { grid-template-columns: 1fr; gap: 26px; }
  .home-cta .signal { grid-column: auto; margin-bottom: 0; }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-type-index__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .door-band { grid-template-columns: 1fr; }
  .door-band figure { min-height: 420px; max-height: 500px; }
  .feature-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .material-feature { grid-template-columns: 1fr; }
  .material-feature > div { max-width: 720px; }
  .material-feature img { aspect-ratio: 16 / 8; }
  .sibling-products > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-gallery-new { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-type-gallery--designs .product-type-gallery__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-workshop { grid-template-columns: 1fr; }
  .about-workshop > div:first-child { min-height: 0; max-height: none; aspect-ratio: 1400 / 606; }
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-hub__grid, .contact-enquiry-layout { grid-template-columns: 1fr; gap: 42px; }
  .contact-hub__content { max-width: 720px; }
  .contact-enquiry-guide { position: static; max-width: 720px; order: 2; padding-top: 0; }
  .contact-enquiry-layout .form-panel { order: 1; }
  .resource-directory { grid-template-columns: 1fr; }
  .resource-principles__list { grid-template-columns: 1fr; }
  .resource-principles__list li { min-height: 0; }
  .resource-subnav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro, .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --section-space: 62px; --section-space-tight: 46px; }
  .home-hero { min-height: 0; display: flex; flex-direction: column; }
  .home-hero__content { min-height: 0; order: 1; }
  .home-hero__inner { width: calc(100% - (var(--gutter) * 2)); margin-inline: auto; padding-block: 46px; }
  .home-hero__media { min-height: 0; height: 300px; order: 2; }
  .home-hero__media::before { background: linear-gradient(0deg, rgba(17, 23, 22, .15), transparent 45%); }
  .home-hero__media figcaption { right: 12px; bottom: 12px; }
  .page-head--plain { min-height: 0; }
  .page-head--plain .page-head__content { min-height: 0; }
  .page-head--plain .page-head__inner { padding-block: 48px; }
  .page-head--compact .page-head__inner { padding-block: 34px; }
  .intro-grid { grid-template-columns: 1fr; gap: 26px; }
  .intro-copy { padding-top: 0; }
  .capability-card, .capability-card--wide { min-height: 330px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 0; padding: 24px 0; border-left: 0 !important; }
  .audience-grid article + article { padding-left: 0; }
  .audience-grid h2 { margin-top: 24px; }
  .image-triptych { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .image-triptych::-webkit-scrollbar { display: none; }
  .image-triptych figure, .image-triptych__large { width: min(78vw, 470px); flex: 0 0 auto; scroll-snap-align: start; }
  .pillar-list { grid-template-columns: 1fr; }
  .architectural-cards { grid-template-columns: 1fr; }
  .full-image { height: 380px; }
  .feature-cards { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .feature-cards::-webkit-scrollbar { display: none; }
  .feature-cards li { width: min(78vw, 430px); flex: 0 0 auto; scroll-snap-align: start; }
  .cladding-example__layout { grid-template-columns: 1fr; gap: 28px; }
  .cladding-example__copy { max-width: 660px; }
  .requirements-list, .project-start__list { grid-template-columns: 1fr; }
  .project-start__list li, .requirements-list li { min-height: 72px; border-right: 0; }
  .gallery-toolbar { flex-wrap: nowrap; margin-right: calc(var(--gutter) * -1); padding-right: var(--gutter); overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .gallery-toolbar::-webkit-scrollbar { display: none; }
  .gallery-toolbar button { scroll-snap-align: start; }
  .gallery-cta .button { justify-self: start; }
  .door-type-strip .shell, .design-library-intro .shell { grid-template-columns: 1fr; }
  .door-type-strip article, .door-type-strip article:nth-child(n+4) { min-height: 210px; grid-column: auto; }
  .product-type-gallery--designs .product-type-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-map-card__footer { align-items: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .quote-path { grid-template-columns: 1fr; }
  .quote-path li { min-height: 0; }
  .document-family > div { grid-template-columns: 1fr; }
  .document-family a { border-left: 1px solid var(--line); }
  .footer-bottom { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root {
    --gutter: 18px;
    --header: 70px;
    --section-space: 54px;
    --section-space-tight: 40px;
    --radius-control: 9px;
    --radius-card: 14px;
    --radius-media: 16px;
    --radius-panel: 18px;
  }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .brand-mark { width: 32px; height: 38px; padding: 5px; }
  .brand-type small { display: none; }
  .mobile-nav-actions { grid-template-columns: 1fr; }
  .nav-products__panel { grid-template-columns: 1fr; }
  .home-hero__inner { padding-block: 42px 44px; }
  .home-hero h1 { margin-bottom: 20px; }
  .home-hero__lead { margin-bottom: 24px; }
  .home-hero__media { height: 255px; }
  .home-hero .button-row .button { width: 100%; }
  .proof-band { padding: 0 0 18px var(--gutter); background: linear-gradient(to bottom, var(--charcoal) 0 28px, transparent 28px); }
  .proof-rail { width: auto; display: flex; gap: 10px; margin: 0; padding-right: var(--gutter); overflow-x: auto; border: 0; border-radius: 0; background: transparent; box-shadow: none; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .proof-rail::-webkit-scrollbar { display: none; }
  .proof-rail div { width: 76vw; min-width: 260px; min-height: 106px; flex: 0 0 auto; padding: 25px 22px 20px; border: 1px solid var(--line) !important; border-radius: var(--radius-card); background: rgba(255, 255, 255, .98); box-shadow: var(--shadow-soft); scroll-snap-align: start; }
  .proof-rail div::before { top: 20px; left: 22px; width: 22px; }
  .section-heading { margin-bottom: 28px; }
  .capability-grid { grid-template-columns: 1fr; gap: 10px; }
  .capability-card, .capability-card--wide { min-height: 300px; }
  .capability-card > div { padding: 22px; }
  .capability-card h3 { margin-bottom: 12px; font-size: var(--type-h3); line-height: var(--leading-title); }
  .card-link { gap: 10px; }
  .project-reel { display: flex; gap: 10px; margin-left: var(--gutter); padding-right: var(--gutter); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .project-reel::-webkit-scrollbar { display: none; }
  .project-reel a { width: 76vw; height: 330px; flex: 0 0 auto; scroll-snap-align: start; }
  .precision-grid { gap: 28px; }
  .directory-heading { display: block; }
  .directory-grid { grid-template-columns: 1fr; }
  .product-type-index__grid { grid-template-columns: 1fr; }
  .product-type-index__grid li { min-height: 0; padding: 20px; }
  .directory-grid li { min-height: 176px; padding: 18px; }
  .directory-grid h3 { margin-bottom: 22px; }
  .door-band figure { min-height: 0; height: 320px; }
  .door-band > div { padding: 38px var(--gutter); }
  .stacked-links { grid-template-columns: 1fr; }
  .stacked-links > li, .stacked-links > li:nth-child(even) { padding: 17px 0; border-left: 0; }
  .pillar-list li > a { min-height: 112px; padding: 20px; }
  .breadcrumbs { padding-block: 12px; }
  .architectural-cards a { grid-template-columns: 1fr; }
  .architectural-cards figure { min-height: 0; aspect-ratio: 16 / 10; }
  .full-image { height: 330px; }
  .full-image::after { background: linear-gradient(0deg, rgba(8, 12, 11, .82), rgba(8, 12, 11, .04) 75%); }
  .material-feature img { aspect-ratio: 4 / 3; }
  .sibling-products > div { grid-template-columns: 1fr; }
  .project-gallery-new { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 10px; }
  .gallery-item figcaption { padding-top: 8px; }
  .product-gallery-card__reference { min-height: 27px; margin-top: 7px; padding: 4px 8px; }
  .gallery-open { display: none; }
  .gallery-lightbox figure { width: calc(100vw - 24px); padding: 58px 0 88px; }
  .gallery-lightbox figure img { max-height: calc(100dvh - 180px); }
  .lightbox-close { top: 12px; right: 12px; }
  .lightbox-nav { top: auto; bottom: 18px; transform: none; }
  .lightbox-nav--prev { left: calc(50% - 56px); }
  .lightbox-nav--next { right: calc(50% - 56px); }
  .team-section--lead { padding-block: 42px 48px; }
  .team-section--lead .section-heading { margin-bottom: 26px; }
  .about-story .content-section { padding-block: 48px 30px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts article { min-height: 112px; }
  .about-facts strong { margin-bottom: 17px; }
  .about-workshop > div:first-child { min-height: 0; height: auto; aspect-ratio: 1400 / 606; }
  .team-grid { grid-template-columns: 1fr; gap: 10px; }
  .team-card { min-height: 118px; display: grid; grid-template-columns: 118px minmax(0, 1fr); align-items: stretch; }
  .team-card img { height: 100%; aspect-ratio: 1; }
  .team-card > div { display: flex; flex-direction: column; justify-content: center; padding: 14px 18px; }
  .team-card h3 { line-height: var(--leading-title); }
  .contact-hub { padding-block: 42px 48px; }
  .contact-hub__grid { gap: 34px; }
  .contact-hub__lead { margin-bottom: 24px; }
  .contact-method { padding-block: 16px; }
  .contact-method::after { margin-left: 14px; }
  .contact-visit-note { grid-template-columns: 1fr; gap: 10px; }
  .contact-map-frame, .contact-map-frame iframe { min-height: 290px; }
  .contact-map-card__footer { align-items: stretch; flex-direction: column; padding: 20px; }
  .contact-map-card__footer .button { width: 100%; }
  .contact-form-section { padding-block: 46px; }
  .contact-enquiry-layout { gap: 32px; }
  .contact-enquiry-guide__direct { margin-top: 24px; }
  .form-panel { padding: 26px 18px; }
  .resource-directory li > a { min-height: 132px; grid-template-columns: minmax(0, 1fr) auto; padding: 20px; }
  .resource-directory li > a > b { display: none; }
  .document-family a { grid-template-columns: 50px minmax(0, 1fr) auto; }
  .resource-subnav { grid-template-columns: 1fr; }
  .site-footer { padding-top: 42px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; }
  .footer-intro, .footer-contact { grid-column: 1 / -1; }
  .footer-intro p { margin-bottom: 10px; }
  .footer-call { margin-top: 0; }
  .footer-column { gap: 7px; }
  .footer-column h2 { margin-bottom: 6px; }
  .footer-bottom { gap: 9px; margin-top: 36px; padding-top: 16px; }
}

@media (max-width: 360px) {
  .capability-grid, .directory-grid, .project-gallery-new { grid-template-columns: 1fr; }
  .product-type-gallery--designs .product-type-gallery__grid { grid-template-columns: 1fr; }
  .capability-card, .capability-card--wide { min-height: 300px; }
}

:focus-visible { outline: 3px solid #f06f7a; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
