/* Self-hosted type, latin subsets only (fetch-fonts.py, 2026-09-15). Same files Google served, minus the
   googleapis -> gstatic two-hop chain that sat in front of first paint on mobile. Families keep their
   names so every var(--wide / --body / --script) below is untouched. */
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; src: url(fonts/archivo-100-900-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Pinyon Script'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/pinyon-script-400-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url(fonts/poppins-300-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/poppins-400-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(fonts/poppins-500-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(fonts/poppins-600-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* Brut Studio — 2026-09-01 · THE LIGHT REBUILD
   ---------------------------------------------------------------------------
   Caleb sent three references (Oura & Co., a layout checklist, Aura Studio) and every
   one of them is the same thing: a LIGHT warm ground, enormous display type over
   photography, a stat block, a short studio paragraph, small project tiles.

   The dark direction this replaces was MINE, invented during the rebrand and then
   defended for ten versions. Their own logo is dark type on a bone disc — their brand
   ground was light the whole time.

   TWO STRUCTURAL RULES ENCODED HERE, each paid for:

   1. REVEALS CANNOT BLANK THE PAGE. Everything is visible in the base rules. Hidden
      state exists ONLY under `html.anim`, a class JS adds after it has confirmed the
      animation path works — and a failsafe removes. gsap.from() on a stalled ticker is
      what turned the homepage black; that failure mode is now unreachable.
   2. THE CHAMFER IS THE BRAND. A flat cut across the corner is the firm's own name and
      the one shape a rounded card can never be. clip-path, never border-radius.
*/

:root {
  /* 2026-09-14 · THE CLIENT'S PALETTE. Marcus: "I dont rly like the brown". Joelene sent the tones
     she is happy with (smoky black #11120D, olive drab #565449, bone #DBCFBC, floral white #FFFBF4)
     and those four are the whole scheme now. The brown --walnut is gone; every accent that was
     walnut is olive. --paper-2 is bone lightened halfway toward floral white so the section band
     stays a band, not a slab. */
  --paper:   #fffbf4;          /* floral white — page ground */
  --paper-2: #ede5d8;          /* section band: bone lightened toward floral white */
  --paper-3: #dbcfbc;          /* bone */
  --ink:     #11120d;          /* smoky black */
  --ink-2:   #565449;          /* olive drab — secondary text and the script accents */
  --ink-3:   #8a8778;          /* olive greyed for captions */
  --line:    rgba(17,18,13,.14);
  --line-2:  rgba(17,18,13,.07);
  --walnut:  #565449;          /* was #9a6a3e brown; now olive drab, same variable so nothing else moves */
  --ch:      16px;             /* the chamfer */
  --ch-sm:   9px;
  --wrap:    1280px;
  --ease:    cubic-bezier(.16,.84,.3,1);

  /* Chernice's lockup: a heavy WIDE grotesque headline with a script accent word under it,
     Poppins for everything else. Druk Text Wide (Commercial Type) and Sloop Script (Adobe)
     are both paid licences we do not hold, and a client's public site is the last place to
     ship an unlicensed face — so these are the closest properly-licensed equivalents.
     Archivo carries a real width axis to 125%, which is what makes it stand in for Druk. */
  --wide:   'Archivo', 'Arial Black', system-ui, sans-serif;
  --script: 'Pinyon Script', 'Apple Chancery', cursive;
  --body:   'Poppins', system-ui, sans-serif;
}

.wide { font-family: var(--wide); font-stretch: 125%; font-variation-settings: 'wdth' 125; }

* { box-sizing: border-box; }
/* An author `display` rule beats the UA stylesheet's [hidden] { display:none }, so the
   lightbox's `display:flex` kept a 95%-black sheet over the entire page while the element
   was still marked hidden. This makes the attribute authoritative everywhere. */
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 300 clamp(15.5px, 1.05vw, 17px)/1.78 var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(20px, 5vw, 68px); }

.skip {
  position: fixed; left: -999px; top: 12px; z-index: 400;
  background: var(--ink); color: var(--paper); padding: 10px 18px; font-size: 13px;
}
.skip:focus { left: 12px; }

/* ── type ─────────────────────────────────────────────────────────────── */
.eyebrow {
  margin: 0 0 18px;
  font: 400 11px/1 var(--body);
  letter-spacing: .19em; text-transform: uppercase; color: var(--ink-3);
}
.eyebrow.light { color: rgba(255,255,255,.72); }

.h-big {
  margin: 0 0 26px;
  font-family: var(--wide); font-weight: 800; font-stretch: 125%;
  font-variation-settings: 'wdth' 125;
  font-size: clamp(30px, 4.4vw, 60px); line-height: 1.02;
  letter-spacing: -.018em; text-transform: uppercase;
}
/* the script word is the whole point of the pairing — it needs room, and a script's
   x-height is far smaller than a grotesque's, so it is set larger to sit level */
.h-big em {
  display: inline-block; font-family: var(--script); font-weight: 400;
  font-style: normal; text-transform: none; letter-spacing: 0;
  font-size: 1.5em; line-height: .9; color: var(--walnut);
  transform: translateY(.08em);
}

p { margin: 0 0 18px; color: var(--ink-2); max-width: 60ch; }

.lnk {
  display: inline-flex; align-items: center; gap: 10px;
  font: 500 12px/1 var(--body); letter-spacing: .15em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; padding-bottom: 7px;
  border-bottom: 1px solid var(--ink); transition: gap .3s var(--ease), color .3s;
}
.lnk i { font-style: normal; }
.lnk:hover { gap: 16px; color: var(--walnut); border-color: var(--walnut); }

/* ── buttons: chamfered, never rounded ────────────────────────────────── */
.btn {
  --pad: 17px 34px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: var(--pad); border: 0; cursor: pointer;
  background: var(--ink); color: var(--paper);
  font: 500 12px/1 var(--body); letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--ch-sm)), calc(100% - var(--ch-sm)) 100%, 0 100%);
  transition: background .35s var(--ease), color .35s, transform .35s var(--ease);
}
.btn:hover { background: var(--walnut); transform: translateY(-2px); }
.btn.ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.btn.ghost:hover { background: #fff; color: var(--ink); box-shadow: none; }
.btn-sm { --pad: 12px 22px; font-size: 11px; }
.btn.full { width: 100%; }

/* ── reveal (see rule 1 at the top) ───────────────────────────────────── */
.reveal { opacity: 1; transform: none; }
html.anim .reveal { opacity: 0; transform: translateY(30px); }
html.anim .reveal.in {
  opacity: 1; transform: none;
  transition: opacity .95s var(--ease), transform .95s var(--ease);
}

/* ═══════════ NAV ═══════════ */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 120;
  display: flex; align-items: center; gap: 30px;
  padding: 20px clamp(20px, 5vw, 68px);
  transition: background .45s var(--ease), padding .45s var(--ease), box-shadow .45s;
}
.nav-mark {
  font-family: var(--wide); font-weight: 900; font-stretch: 125%;
  font-variation-settings: 'wdth' 125; font-size: 19px; line-height: 1; letter-spacing: -.03em;
  text-decoration: none; color: #fff; margin-right: auto;
  transition: color .45s;
}
.nav-mark span { color: var(--walnut); }
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  font: 400 12px/1 var(--body); letter-spacing: .13em; text-transform: uppercase;
  color: rgba(255,255,255,.82); text-decoration: none; position: relative; padding: 6px 0;
  transition: color .3s;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: currentColor; transition: width .4s var(--ease);
}
.nav-links a:hover::after { width: 100%; }
.nav-cta { background: rgba(255,255,255,.14); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.nav-cta:hover { background: #fff; color: var(--ink); box-shadow: none; }

/* solid once past the hero */
.nav.stuck {
  background: rgba(244,241,234,.94);
  backdrop-filter: blur(14px) saturate(1.1);
  box-shadow: 0 1px 0 var(--line);
  padding-top: 13px; padding-bottom: 13px;
}
.nav.stuck .nav-mark { color: var(--ink); }
.nav.stuck .nav-links a { color: var(--ink-2); }
.nav.stuck .nav-links a:hover { color: var(--ink); }
.nav.stuck .nav-cta { background: var(--ink); color: var(--paper); box-shadow: none; }
.nav.stuck .nav-cta:hover { background: var(--walnut); }

.nav-burger { display: none; background: none; border: 0; cursor: pointer; padding: 17px 10px; margin: -17px -10px -17px 0; }   /* 44x44 hit box without growing the header */
.nav-burger i { display: block; width: 24px; height: 1.5px; background: #fff; transition: transform .4s var(--ease), opacity .3s; }
.nav-burger i + i { margin-top: 6px; }
.nav.stuck .nav-burger i { background: var(--ink); }
.nav.open .nav-burger i:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav.open .nav-burger i:last-child  { transform: translateY(-3.75px) rotate(-45deg); }

/* ═══════════ HERO ═══════════ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  padding: 0 clamp(20px, 5vw, 68px) clamp(58px, 9vh, 104px);
  overflow: hidden;
}
.hero-img { position: absolute; inset: -6% 0; z-index: 0; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  /* second layer is for the HEADER, not the mood: on a phone the hero crops to a bright
     ceiling and the white wordmark sat on near-white. Verified on the real Pixel. */
  background:
    linear-gradient(to bottom, rgba(18,16,14,.55) 0, rgba(18,16,14,0) 150px),
    linear-gradient(to top, rgba(18,16,14,.86) 0%, rgba(18,16,14,.42) 42%, rgba(18,16,14,.26) 70%, rgba(18,16,14,.5) 100%);
}
.hero-in { position: relative; z-index: 2; width: 100%; max-width: var(--wrap); margin: 0 auto; color: #fff; }
.hero-mark {
  margin: 0 0 4px; color: #fff;
  font-family: var(--wide); font-weight: 900; font-stretch: 125%;
  font-variation-settings: 'wdth' 125;
  font-size: clamp(40px, 10.4vw, 152px); line-height: .94; letter-spacing: -.028em;
}
.hero-tag {
  margin: 0 0 22px; color: rgba(255,255,255,.94); max-width: none;
  font-family: var(--script); font-weight: 400;
  font-size: clamp(34px, 5.4vw, 74px); line-height: 1;
}
.hero-tag em { font-style: normal; color: #dbcfbc; }   /* bone on the dark hero, was gold #e2b57e */
.hero-say {
  max-width: 46ch; color: rgba(255,255,255,.8);
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; }

.hero-cue {
  position: absolute; z-index: 2; right: clamp(20px, 5vw, 68px); bottom: clamp(58px, 9vh, 104px);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  font: 400 10px/1 var(--body); letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.hero-cue i { width: 1px; height: 54px; background: linear-gradient(rgba(255,255,255,.05), rgba(255,255,255,.75)); }
@media (prefers-reduced-motion: no-preference) {
  .hero-cue i { animation: cue 2.4s var(--ease) infinite; transform-origin: top; }
  @keyframes cue { 0%,100% { transform: scaleY(.35); opacity: .5; } 50% { transform: scaleY(1); opacity: 1; } }
}

/* ═══════════ FACTS ═══════════ */
.facts { background: var(--paper); padding: clamp(52px, 7vw, 86px) 0; }
.facts-in {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}
.fact {
  padding: clamp(24px, 3vw, 40px) clamp(14px, 2vw, 30px); text-align: center;
  border-left: 1px solid var(--line-2);
}
.fact:first-child { border-left: 0; }
.fact b {
  display: block; margin-bottom: 10px;
  font-family: var(--wide); font-weight: 800; font-stretch: 125%;
  font-variation-settings: 'wdth' 125;
  font-size: clamp(20px, 2.6vw, 40px); line-height: 1.05; color: var(--ink);
  letter-spacing: -.02em; overflow-wrap: break-word;
}
.fact span {
  font: 400 10.5px/1.5 var(--body); letter-spacing: .15em;
  text-transform: uppercase; color: var(--ink-3);
}
/* 2026-09-14: the client replaced "Homes + F&B" with "Residential + Commercial", which at the stat
   size broke mid-word ("Residential + Co / mmercial") in a 1280 column. The wide stat takes a
   smaller size and never wraps; the two short stats keep the big size. */
.fact-wide b { font-size: clamp(17px, 1.75vw, 27px); white-space: nowrap; }

/* ═══════════ SPLIT / STUDIO ═══════════ */
.split { padding: clamp(56px, 8vw, 118px) 0; }
.split-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 92px); align-items: center; }
.split-copy p { margin-bottom: 20px; }
.split-copy .lnk { margin-top: 10px; }
.chamf {
  overflow: hidden; background: var(--paper-3);
  clip-path: polygon(var(--ch) 0, 100% 0, 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, 0 100%, 0 var(--ch));
}
.chamf img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.cap {
  margin: 16px 0 0; font: 400 11px/1.5 var(--body);
  letter-spacing: .13em; text-transform: uppercase; color: var(--ink-3);
}

/* ═══════════ WORK RAIL ═══════════ */
.work { padding: clamp(46px, 6vw, 78px) 0 clamp(56px, 8vw, 104px); background: var(--paper-2); }
.work-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.work-head .h-big { margin-bottom: 0; }
.work-arrows { display: flex; gap: 10px; flex: none; }
.work-arrows button {
  width: 50px; height: 50px; cursor: pointer; background: transparent;
  border: 1px solid var(--line); color: var(--ink); font-size: 21px; line-height: 1;
  transition: background .3s, color .3s, border-color .3s;
}
.work-arrows button:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.work-arrows button:disabled { opacity: .3; cursor: default; }
.work-arrows button:disabled:hover { background: transparent; color: var(--ink); border-color: var(--line); }

.rail {
  display: flex; gap: clamp(16px, 2vw, 28px);
  padding: 4px clamp(20px, 5vw, 68px) 8px;
  overflow-x: auto; scroll-snap-type: x proximity;
  /* scroll-snap-align:start snaps a tile flush to the SCROLLPORT edge, which ate the
     rail's left padding and parked it 388px in on load. scroll-padding puts the snap
     line where the content actually begins. */
  scroll-padding-left: clamp(20px, 5vw, 68px);
  scrollbar-width: none;
  /* stops a horizontal swipe chaining into Chrome's swipe-to-go-back, which was
     closing the whole page on his phone */
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.rail::-webkit-scrollbar { display: none; }
/* keeps the first tile aligned with .wrap on wide screens */
@media (min-width: 1416px) {
  .rail { padding-left: calc((100vw - var(--wrap)) / 2 + 68px);
          scroll-padding-left: calc((100vw - var(--wrap)) / 2 + 68px); }
}

.tile {
  flex: 0 0 auto; width: min(78vw, 400px);
  scroll-snap-align: start; cursor: pointer;
  background: none; border: 0; padding: 0; text-align: left;
  font: inherit; color: inherit;
}
.tile-img {
  display: block; overflow: hidden; background: var(--paper-3); position: relative;
  clip-path: polygon(var(--ch) 0, 100% 0, 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, 0 100%, 0 var(--ch));
}
.tile-img img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  transition: transform 1.1s var(--ease), filter .6s;
}
.tile-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(18,16,14,.5), transparent 46%);
  opacity: 0; transition: opacity .55s var(--ease);
}
/* a rule in the project's own measured colour, drawn on approach */
.tile-img::before {
  content: ''; position: absolute; z-index: 2; inset: auto 0 0 0; height: 3px;
  background: var(--accent, var(--ink)); transform: scaleX(0); transform-origin: left;
  transition: transform .7s var(--ease);
}
.tile:hover .tile-img::before, .tile:focus-visible .tile-img::before { transform: scaleX(1); }
.tile-open {
  position: absolute; z-index: 2; left: 22px; bottom: 22px;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 18px; background: rgba(255,255,255,.94); color: var(--ink);
  font: 500 10.5px/1 var(--body); letter-spacing: .16em; text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
  opacity: 0; transform: translateY(10px);
  transition: opacity .45s var(--ease), transform .45s var(--ease);
}
.tile:hover .tile-img img, .tile:focus-visible .tile-img img { transform: scale(1.055); }
.tile:hover .tile-img::after, .tile:focus-visible .tile-img::after { opacity: 1; }
.tile:hover .tile-open, .tile:focus-visible .tile-open { opacity: 1; transform: none; }

.tile-cap { display: flex; align-items: baseline; gap: 12px; padding-top: 18px; }
.tile-idx { font: 400 11px/1 var(--body); letter-spacing: .12em; color: var(--accent, var(--ink-3)); }
.tile-name { font-family: var(--wide); font-weight: 700; font-stretch: 125%;
  font-variation-settings: 'wdth' 125; font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.25; text-transform: uppercase; letter-spacing: -.005em; }
.tile-sub {
  margin: 6px 0 0; font: 400 11px/1.6 var(--body);
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2);   /* ink-3 was 3.4:1 on the paper; this is ~7:1 */
}

.rail-bar { margin-top: 34px; }
.rail-bar { position: relative; height: 1px; background: var(--line); }
.rail-bar i { position: absolute; left: 0; top: -1px; height: 3px; background: var(--ink); transition: width .3s var(--ease), transform .3s var(--ease); }

/* ═══════════ WALKTHROUGH ═══════════ */
.walk { padding: clamp(56px, 8vw, 118px) 0; }
.walk-in { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.walk-host {
  aspect-ratio: 16/10; background: var(--ink); overflow: hidden; position: relative;
  clip-path: polygon(var(--ch) 0, 100% 0, 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, 0 100%, 0 var(--ch));
}
.walk-host .tour-view { position: absolute; inset: 0; }

/* ═══════════ PROCESS ═══════════ */
.proc { padding: clamp(56px, 8vw, 118px) 0; background: var(--paper-2); }
.proc-head { margin-bottom: clamp(34px, 4vw, 58px); }
.proc-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-2); border-top: 1px solid var(--line); }
.proc-list li { background: var(--paper-2); padding: clamp(26px, 3vw, 40px) clamp(18px, 2vw, 30px) clamp(30px, 4vw, 48px); }
.proc-list b { display: block; margin-bottom: 22px; font: 400 12px/1 var(--body); letter-spacing: .18em; color: var(--walnut); }
.proc-list h3 { margin: 0 0 12px; font-family: var(--wide); font-weight: 700;
  font-stretch: 125%; font-variation-settings: 'wdth' 125;
  font-size: clamp(15px, 1.4vw, 19px); line-height: 1.25; text-transform: uppercase; }
.proc-list p { margin: 0; font-size: .93em; }

/* ═══════════ REVIEWS ═══════════
   2026-09-14. Their Qanvast reviews, in the clients' own words. Same 1px grid as the process list so it
   reads as the same family, not a testimonial card deck: no photos, no stars-as-graphics, no quotation
   marks the size of a house. The star line is text. */
.rev { padding: clamp(56px, 8vw, 118px) 0; background: var(--paper); }
.rev-head { margin-bottom: clamp(34px, 4vw, 58px); display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.rev-score { font: 400 11px/1.6 var(--body); letter-spacing: .15em; text-transform: uppercase; color: var(--ink-3); text-align: right; }
.rev-score b { display: block; font-family: var(--wide); font-weight: 800; font-stretch: 125%; font-variation-settings: 'wdth' 125; font-size: clamp(22px, 2.4vw, 34px); line-height: 1; color: var(--ink); letter-spacing: -.02em; margin-bottom: 6px; }
.rev-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rev-list li { background: var(--paper); padding: clamp(26px, 3vw, 40px) clamp(18px, 2vw, 30px) clamp(30px, 4vw, 48px); display: flex; flex-direction: column; gap: 18px; }
.rev-list blockquote { margin: 0; font: 300 clamp(15px, 1.1vw, 17px)/1.7 var(--body); color: var(--ink); flex: 1; }
.rev-list blockquote::before { content: "\201C"; font-family: var(--script); font-size: 2.6em; line-height: 0; color: var(--walnut); display: block; margin: 14px 0 -2px; }
.rev-list footer { font: 400 10.5px/1.6 var(--body); letter-spacing: .15em; text-transform: uppercase; color: var(--ink-3); }
.rev-list footer b { display: block; font-weight: 500; color: var(--ink-2); letter-spacing: .12em; }
.rev-more { display: inline-block; margin-top: 26px; }
@media (max-width: 860px) { .rev-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .rev-list { grid-template-columns: 1fr; } .rev-score { text-align: left; } }

/* ═══════════ ENQUIRE ═══════════ */
.enq { padding: clamp(56px, 8vw, 118px) 0; background: var(--paper-2); }
.enq-in { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.enq-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enq-form .full { grid-column: 1 / -1; }
.enq-form label {
  display: flex; flex-direction: column; gap: 9px;
  font: 400 10.5px/1 var(--body); letter-spacing: .15em; text-transform: uppercase; color: var(--ink-3);
}
.enq-form input, .enq-form select, .enq-form textarea {
  font: 300 16px/1.6 var(--body); color: var(--ink);   /* 16px: under that, iOS zooms the page on every tap into a field */
  background: var(--paper); border: 1px solid var(--line); padding: 14px 16px;
  width: 100%; transition: border-color .3s;
  border-radius: 0; -webkit-appearance: none; appearance: none;
}
.enq-form select { background-image: linear-gradient(45deg, transparent 50%, var(--ink-3) 50%), linear-gradient(135deg, var(--ink-3) 50%, transparent 50%); background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.enq-form textarea { resize: vertical; }
.enq-form :is(input, select, textarea):focus { outline: 0; border-color: var(--ink); }
.enq-form :is(input, textarea).bad { border-color: #a8442e; }
.enq-say { grid-column: 1 / -1; margin: 0; min-height: 22px; font-size: .9em; color: var(--walnut); }
/* 2026-09-14: the two outcomes used to look identical. ok = olive, bigger; err = the same red the bad
   field already uses. After a successful send the fields fold away so the thank-you owns the space. */
.enq-say.ok  { color: var(--walnut); font-size: 1.15em; font-weight: 400; }
.enq-say.err { color: #a8442e; }
.enq-form.sent > label, .enq-form.sent > button { display: none; }
.enq-form.sent .enq-say { min-height: 120px; display: flex; align-items: center; }

/* ═══════════ FOOTER ═══════════ */
.foot { background: var(--ink); color: var(--paper); padding: clamp(52px, 7vw, 92px) 0 34px; }
.foot-mark {
  margin: 0 0 clamp(34px, 5vw, 60px); max-width: none;
  font-family: var(--wide); font-weight: 900; font-stretch: 125%;
  font-variation-settings: 'wdth' 125;
  font-size: clamp(34px, 10.5vw, 150px); line-height: .92;
  letter-spacing: -.03em; color: rgba(244,241,234,.13);
}
/* the watermark's text lives here, not in the HTML: at 13% alpha it is decoration, and generated
   content is the one place a contrast audit correctly leaves alone */
.foot-mark::before { content: "BRUT\00a0STUDIO"; }
.foot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 240px)); gap: 30px; padding-bottom: clamp(34px, 5vw, 56px); }
.foot-grid div { display: flex; flex-direction: column; gap: 12px; }
.foot-grid b { font: 400 10.5px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 4px; }
.foot-grid a { font-size: .95em; color: rgba(244,241,234,.82); text-decoration: none; width: fit-content; transition: color .3s; }
.foot-grid a:hover { color: #fff; }
.foot-ig { color: #dbcfbc !important; }   /* bone, was gold */
.foot-end {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 26px; border-top: 1px solid rgba(244,241,234,.15);
  font: 400 10.5px/1.6 var(--body); letter-spacing: .13em; text-transform: uppercase; color: var(--ink-3);
}

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 1080px) {
  .split-in, .walk-in, .enq-in { grid-template-columns: 1fr; }
  .walk-in { gap: 32px; }
  .proc-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .nav-burger { display: block; }
  .nav-links {
    position: absolute; inset: 100% 0 auto; flex-direction: column; gap: 0;
    background: rgba(244,241,234,.98); backdrop-filter: blur(14px);
    padding: 6px clamp(20px, 5vw, 68px) 18px;
    box-shadow: 0 14px 30px rgba(27,25,23,.09);
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
  }
  .nav.open .nav-links { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { color: var(--ink) !important; padding: 15px 0; border-bottom: 1px solid var(--line-2); }
  .nav-cta { display: none; }

  /* three columns on a phone forced "RESIDENTIAL / AND / COMMERCIAL" to wrap three deep.
     One stat per row, number and label on the same line, reads in a glance instead. */
  .facts-in { grid-template-columns: 1fr; }
  .fact {
    display: flex; align-items: baseline; justify-content: space-between; gap: 18px;
    text-align: left; border-left: 0; border-top: 1px solid var(--line-2);
    padding: 17px 0;
  }
  .fact:first-child { border-top: 0; }
  .fact b { margin-bottom: 0; }
  .fact span { text-align: right; }
  .work-head { align-items: center; }
  .work-arrows { display: none; }        /* it is a thumb-swipe on a phone */
  .tile { width: 76vw; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .hero { padding-bottom: 46px; }
  .hero-cue { display: none; }
  .hero-cta .btn { flex: 1 1 100%; }
  .proc-list { grid-template-columns: 1fr; }
  .enq-form { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
}

/* ═══════════ FULL-SCREEN GALLERY (unchanged behaviour, retoned) ═══════════ */
.imm { position: fixed; inset: 0; z-index: 300; background: #100f0e; opacity: 0; transition: opacity .55s var(--ease); }
.imm.on { opacity: 1; }
.imm-gl { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: none; }
.imm-hud { position: absolute; inset: 0; pointer-events: none; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(18px, 3vw, 34px); color: #fff; }
.imm-top { display: flex; justify-content: space-between; align-items: center; }
.imm-brand { font-family: var(--wide); font-weight: 900; font-stretch: 125%;
  font-variation-settings: 'wdth' 125; font-size: 17px; letter-spacing: -.03em; }
.imm-brand span { color: var(--walnut); }
.imm-close, .imm-more, .imm-nav button {
  pointer-events: auto; cursor: pointer; background: rgba(255,255,255,.1); color: #fff;
  border: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24);
  font: 500 11px/1 var(--body); letter-spacing: .14em; text-transform: uppercase;
  padding: 12px 18px; transition: background .3s, color .3s;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}
.imm-close:hover, .imm-more:hover, .imm-nav button:hover { background: #fff; color: var(--ink); }
.imm-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.imm-name { margin: 0; font-family: var(--wide); font-weight: 700; font-stretch: 125%;
  font-variation-settings: 'wdth' 125; font-size: clamp(17px, 2.1vw, 25px); line-height: 1.2;
  text-transform: uppercase; color: #fff; }
.imm-sub { margin: 6px 0 12px; font: 400 11px/1.5 var(--body); letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.imm-pal { display: flex; gap: 6px; }
.imm-pal i { width: 26px; height: 26px; display: block; }
.imm-nav { display: flex; align-items: center; gap: 10px; }
.imm-nav button { padding: 11px 15px; font-size: 15px; }
.imm-count { font: 400 11px/1 var(--body); letter-spacing: .13em; color: rgba(255,255,255,.7); }
.imm-hint { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); margin: 0; font: 400 10px/1 var(--body); letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.4); transition: opacity .6s; }
.imm-hint.gone { opacity: 0; }

.imm-story {
  position: absolute; z-index: 4; right: clamp(18px, 3vw, 34px); top: 50%; transform: translate(24px, -50%);
  width: min(420px, 82vw); max-height: 68vh; overflow-y: auto; pointer-events: auto;
  background: rgba(244,241,234,.97); color: var(--ink); padding: clamp(24px, 3vw, 36px);
  opacity: 0; transition: opacity .42s var(--ease), transform .42s var(--ease);
  clip-path: polygon(var(--ch) 0, 100% 0, 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, 0 100%, 0 var(--ch));
}
.imm-story.on { opacity: 1; transform: translate(0, -50%); }
.story-tag { margin: 0 0 6px; font: 400 10.5px/1 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--walnut); }
.story-name { margin: 0 0 20px; font-family: var(--wide); font-weight: 800; font-stretch: 125%;
  font-variation-settings: 'wdth' 125; font-size: 22px; line-height: 1.15; text-transform: uppercase; }
.story-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.story-meta div { display: flex; flex-direction: column; gap: 4px; }
.story-meta b { font: 400 9.5px/1 var(--body); letter-spacing: .15em; text-transform: uppercase; color: var(--ink-3); }
.story-meta span { font-size: 13.5px; }
.story-note { margin: 0 0 14px; font-size: 14px; line-height: 1.72; }

.lb { position: fixed; inset: 0; z-index: 340; background: rgba(12,11,10,.95); display: flex; align-items: center; justify-content: center; padding: 4vw; }
.lb-img { max-width: 100%; max-height: 92vh; object-fit: contain; }
.lb-close, .lb-prev, .lb-next { position: absolute; cursor: pointer; background: rgba(255,255,255,.1); color: #fff; border: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); font-size: 20px; width: 46px; height: 46px; }
.lb-close { top: 20px; right: 20px; }
.lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 20px; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); font: 400 11px/1 var(--body); letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.7); }

/* ═══════════ TOUR (inside .walk-host) ═══════════ */
.tour-img { position: absolute; inset: 0; background-size: cover; background-position: center; will-change: transform; }
.tour-vig { position: absolute; inset: 0; box-shadow: inset 0 0 140px rgba(0,0,0,.55); pointer-events: none; }
.tour-doors { position: absolute; inset: 0; }
.tour-door {
  position: absolute; cursor: pointer; background: rgba(244,241,234,.92); color: var(--ink); border: 0;
  display: flex; align-items: center; gap: 8px; padding: 11px 16px;
  font: 500 10px/1 var(--body); letter-spacing: .14em; text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
  transition: background .3s, transform .3s var(--ease);
}
.tour-door:hover { background: #fff; transform: scale(1.04); }
.tour-door i { width: 5px; height: 5px; background: var(--walnut); display: block; }
.tour-door[data-side="l"] { left: 4%;  top: 50%; transform: translateY(-50%); }
.tour-door[data-side="r"] { right: 4%; top: 50%; transform: translateY(-50%); }
.tour-door[data-side="u"] { top: 12%;  left: 50%; transform: translateX(-50%); }
.tour-door[data-side="d"] { bottom: 16%; left: 50%; transform: translateX(-50%); }
.tour-door[data-side="l"]:hover, .tour-door[data-side="r"]:hover { transform: translateY(-50%) scale(1.04); }
.tour-door[data-side="u"]:hover, .tour-door[data-side="d"]:hover { transform: translateX(-50%) scale(1.04); }
.tour-where { position: absolute; left: 4%; top: 7%; color: #fff; }
.tour-where b { display: block; font-family: var(--wide); font-weight: 700; font-stretch: 125%;
  font-variation-settings: 'wdth' 125; font-size: clamp(13px, 1.5vw, 17px); line-height: 1.25; text-transform: uppercase; }
.tour-where span { display: block; margin-top: 3px; font: 400 10px/1.5 var(--body); letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.tour-map { position: absolute; left: 3.5%; bottom: 6%; width: min(26%, 176px); aspect-ratio: 1170/1060; background: rgba(244,241,234,.9); }
.tour-map img { width: 100%; height: 100%; object-fit: contain; }
.tour-pin { position: absolute; width: 11px; height: 11px; margin: -5.5px 0 0 -5.5px; padding: 0; border: 0; cursor: pointer; background: rgba(27,25,23,.35); }
.tour-pin.on { background: var(--walnut); box-shadow: 0 0 0 4px rgba(86,84,73,.28); }   /* olive halo, was the brown */
@media (max-width: 560px) { .tour-map { display: none; } .tour-door { padding: 9px 12px; font-size: 9px; min-height: 44px; } }   /* 44px: a thumb-sized hit box, the chip stays slim */
