/* ===========================================================
   Gallo Masonry, LLC — shared stylesheet
   Brand: #6B1F2A burgundy · #1A1A1A near-black · #EDE8E3 warm bone
   Body: Geist · Display: Cormorant Garamond
   =========================================================== */

:root {
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --burgundy: #6B1F2A;
  --burgundy-deep: #4d141d;
  --burgundy-lift: #872735;
  --gold: #c6a15b;
  --gold-soft: #d9bd85;

  /* dark theme (default) */
  --bg: #141312;
  --bg-2: #1b1917;
  --surface: #201d1b;
  --surface-2: #262220;
  --line: rgba(237, 232, 227, 0.12);
  --line-strong: rgba(237, 232, 227, 0.22);
  --ink: #EDE8E3;
  --ink-soft: #c3bcb4;
  --ink-mute: #8f877e;
  --hero-scrim: rgba(12, 10, 9, 0.62);
  --shadow-sm: 0 2px 10px rgba(0,0,0,0.35);
  --shadow-lg: 0 26px 60px rgba(0,0,0,0.55);

  --nav-h: 76px;
  --wrap: 1280px;
  --radius: 4px;
}

[data-theme="light"] {
  --bg: #EDE8E3;
  --bg-2: #e5ddd4;
  --surface: #f6f2ed;
  --surface-2: #efe8e0;
  --line: rgba(26, 26, 26, 0.12);
  --line-strong: rgba(26, 26, 26, 0.22);
  --ink: #1A1A1A;
  --ink-soft: #45403b;
  --ink-mute: #756d64;
  --hero-scrim: rgba(20, 16, 14, 0.5);
  --shadow-sm: 0 2px 10px rgba(80,60,50,0.12);
  --shadow-lg: 0 26px 60px rgba(80,60,50,0.22);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "Geist", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
  transition: background 0.5s var(--ease), color 0.5s var(--ease);
  cursor: none;
}
body.dys { font-family: "Lexend", system-ui, sans-serif; letter-spacing: 0.01em; }

@media (hover: none), (pointer: coarse) { body { cursor: auto; } }

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

h1, h2, h3, .display {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

p { text-wrap: pretty; }

a { color: var(--gold-soft); text-decoration: none; transition: color 0.3s var(--ease); }
a:hover { color: var(--gold); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }

.eyebrow {
  font-family: "Geist", sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold);
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); opacity: 0.7; }

.section { padding: clamp(72px, 10vw, 140px) 0; position: relative; }

/* ---------- buttons ---------- */
.btn {
  --btn-bg: var(--burgundy);
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Geist", sans-serif; font-size: 16px; font-weight: 600;
  letter-spacing: 0.02em;
  padding: 15px 28px; border-radius: var(--radius);
  background: var(--btn-bg); color: #fbf3ef; border: 1px solid transparent;
  cursor: none; transition: transform 0.35s var(--ease), background 0.35s var(--ease), box-shadow 0.35s var(--ease);
  box-shadow: var(--shadow-sm); text-align: center; white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); background: var(--burgundy-lift); box-shadow: 0 18px 34px rgba(107,31,42,0.4); color: #fff; }
.btn .arw { transition: transform 0.3s var(--ease); }
.btn:hover .arw { transform: translateX(4px); }
.btn.ghost { background: transparent; border-color: var(--line-strong); color: var(--ink); box-shadow: none; }
.btn.ghost:hover { border-color: var(--gold); color: var(--gold); background: transparent; }
.btn.gold { --btn-bg: var(--gold); color: #201a10; }
.btn.gold:hover { background: var(--gold-soft); color: #201a10; }
@media (hover: none), (pointer: coarse) { .btn, a, .icon-btn { cursor: pointer; } }

/* ---------- film grain overlay ---------- */
.grain {
  position: fixed; inset: 0; z-index: 60; pointer-events: none;
  opacity: 0.045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
  animation: grainshift 0.9s steps(4) infinite;
}
@keyframes grainshift {
  0%{transform:translate(0,0)} 25%{transform:translate(-3%,2%)} 50%{transform:translate(2%,-3%)}
  75%{transform:translate(-2%,-2%)} 100%{transform:translate(3%,2%)}
}

/* ---------- custom cursor (trowel + trail) ---------- */
.cursor, .cursor-trail { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9998; will-change: transform; }
.cursor { z-index: 9999; }
.cursor svg { display: block; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.5)); }
.cursor-trail { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); opacity: 0; }

/* ---------- touch glow layer ---------- */
.touch-layer { position: fixed; inset: 0; z-index: 55; pointer-events: none; overflow: hidden; }
.touch-glow {
  position: absolute; width: 320px; height: 320px; margin: -160px 0 0 -160px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,215,0,0.22) 0%, rgba(255,215,0,0.12) 35%, rgba(255,215,0,0) 70%);
  opacity: 0; will-change: transform, opacity; transition: opacity 0.4s var(--ease);
}

/* ---------- page loader ---------- */
.loader {
  position: fixed; inset: 0; z-index: 10000; background: var(--bg);
  display: grid; place-content: center; gap: 26px; justify-items: center;
  transition: opacity 0.6s var(--ease), visibility 0.6s var(--ease);
}
.loader.done { opacity: 0; visibility: hidden; }
.loader-wall { display: grid; grid-template-columns: repeat(4, 34px); grid-auto-rows: 16px; gap: 4px; }
.loader-wall i {
  background: var(--burgundy); border-radius: 2px; opacity: 0; transform: translateY(-14px);
  animation: brickdrop 1.2s var(--ease) infinite;
}
.loader-wall i:nth-child(even){ background: var(--burgundy-lift); }
@keyframes brickdrop { 0%{opacity:0;transform:translateY(-14px)} 30%,70%{opacity:1;transform:translateY(0)} 100%{opacity:0.15;transform:translateY(0)} }
.loader-word { font-family:"Cormorant Garamond",serif; font-size: 26px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--ink); padding-left: 0.42em; }

/* ===========================================================
   HEADER
   =========================================================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: var(--nav-h);
  display: flex; align-items: center;
  background: color-mix(in srgb, var(--bg) 30%, transparent);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid transparent;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.site-header.scrolled {
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  border-bottom-color: var(--line); box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}
.site-header nav { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(20px,5vw,64px);
  display: flex; align-items: center; gap: 22px; }

.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); flex: 0 0 auto; }
.brand:hover { color: var(--ink); }
.brand .mark { width: 40px; height: 40px; flex: 0 0 auto; }
.brand .logo { height: 42px; width: auto; display: block; }
.brand .logo-light { display: none; }
[data-theme="light"] .brand .logo-dark { display: none; }
[data-theme="light"] .brand .logo-light { display: block; }
@media (max-width: 620px) { .brand .logo { height: 34px; } }
.brand b { font-family: "Zilla Slab", Georgia, serif; font-size: 25px; font-weight: 700; letter-spacing: 0.02em; line-height: 1; display: block; }
.brand span { font-family: "Geist", sans-serif; font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); display: block; margin-top: 2px; }

.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 18px; }
.nav-links a {
  color: var(--ink-soft); font-family: "Geist", sans-serif; font-size: 15px; font-weight: 500;
  padding: 8px 14px; position: relative;
}
.nav-links a::after { content:""; position:absolute; left:14px; right:14px; bottom:2px; height:1.5px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }

.util { display: flex; align-items: center; gap: 6px; margin-left: auto; flex: 0 0 auto; }

.icon-btn {
  width: 42px; height: 42px; display: inline-grid; place-content: center;
  background: transparent; border: none; border-radius: 50%; color: var(--ink);
  cursor: none; transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.icon-btn:hover { background: rgba(150,170,140,0.16); color: var(--gold); }
.icon-btn svg { width: 21px; height: 21px; }

/* contact pill + dropdown */
.contact-wrap { position: relative; }
.contact-pill {
  display: inline-flex; align-items: center; gap: 9px; height: 42px; padding: 0 16px;
  background: transparent; border: 1px solid var(--line-strong); border-radius: 999px;
  color: var(--ink); font-family: "Geist", sans-serif; font-size: 14px; font-weight: 600; cursor: none;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease);
}
.contact-pill:hover, .contact-wrap:focus-within .contact-pill { border-color: var(--gold); color: var(--gold); background: rgba(150,170,140,0.1); }
.contact-pill svg { width: 16px; height: 16px; }
.contact-menu {
  position: absolute; top: calc(100% + 10px); right: 0; width: 220px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow-lg); padding: 6px; opacity: 0; visibility: hidden;
  transform: translateY(-8px); transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s;
}
.contact-wrap.open .contact-menu, .contact-wrap:focus-within .contact-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.contact-menu a { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 7px; color: var(--ink); font-size: 15px; }
.contact-menu a:hover { background: rgba(150,170,140,0.14); color: var(--gold); }
.contact-menu a svg { width: 18px; height: 18px; color: var(--gold); flex: 0 0 auto; }
.contact-menu a small { display:block; color: var(--ink-mute); font-size: 12px; }

.hamburger { display: none; }

/* search panel */
.search-panel {
  position: fixed; top: 0; left: 0; right: 0; z-index: 320;
  background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
  transform: translateY(-100%); transition: transform 0.45s var(--ease); padding: 22px 0;
}
.search-panel.open { transform: translateY(0); }
.search-panel .row { display: flex; align-items: center; gap: 14px; }
.search-panel input {
  flex: 1; background: transparent; border: none; outline: none;
  font-family: "Zilla Slab", Georgia, serif; font-size: clamp(24px,4vw,40px); color: var(--ink);
}
.search-panel input::placeholder { color: var(--ink-mute); }
.search-results { margin-top: 12px; display: grid; gap: 4px; max-height: 46vh; overflow: auto; }
.search-results a { display: flex; justify-content: space-between; padding: 12px 14px; border-radius: 8px; color: var(--ink); border: 1px solid transparent; }
.search-results a:hover { background: rgba(150,170,140,0.12); border-color: var(--line); color: var(--gold); }
.search-results a span.k { color: var(--ink-mute); font-size: 13px; }
.mic.listening { color: #fff; background: var(--burgundy); animation: pulse 1.1s infinite; }
@keyframes pulse { 0%,100%{ box-shadow: 0 0 0 0 rgba(107,31,42,0.5);} 50%{ box-shadow: 0 0 0 10px rgba(107,31,42,0);} }

/* settings / a11y slide-in */
.scrim { position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,0.5); opacity: 0; visibility: hidden; transition: opacity 0.4s var(--ease), visibility 0.4s; }
.scrim.open { opacity: 1; visibility: visible; }
.settings {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 340; width: min(400px, 90vw);
  background: var(--surface); border-left: 1px solid var(--line); box-shadow: var(--shadow-lg);
  transform: translateX(100%); transition: transform 0.45s var(--ease);
  display: flex; flex-direction: column; overflow-y: auto;
}
.settings.open { transform: translateX(0); }
.settings header { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.settings h3 { font-size: 26px; }
.settings .body { padding: 8px 24px 32px; }
.set-group { padding: 20px 0; border-bottom: 1px solid var(--line); }
.set-group:last-child { border-bottom: none; }
.set-group h4 { font-family: "Geist", sans-serif; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 14px; }
.set-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 12px 0; font-size: 15px; }
.set-row label { color: var(--ink-soft); }

.toggle { position: relative; width: 52px; height: 28px; flex: 0 0 auto; background: var(--surface-2); border: 1px solid var(--line-strong); border-radius: 999px; cursor: none; transition: background 0.3s var(--ease); }
.toggle::after { content:""; position:absolute; top:3px; left:3px; width:20px; height:20px; border-radius:50%; background: var(--ink-soft); transition: transform 0.3s var(--ease), background 0.3s var(--ease); }
.toggle[aria-pressed="true"] { background: var(--burgundy); border-color: var(--burgundy); }
.toggle[aria-pressed="true"]::after { transform: translateX(24px); background: #fff; }

.settings select, .settings input[type="range"] { width: 100%; }
.settings select {
  background: var(--surface-2); color: var(--ink); border: 1px solid var(--line-strong);
  border-radius: 7px; padding: 9px 12px; font-family: "Geist", sans-serif; font-size: 14px; cursor: none;
}
.settings input[type="range"] { accent-color: var(--burgundy); }
.set-field { margin: 14px 0; }
.set-field > span { display: block; font-size: 14px; color: var(--ink-soft); margin-bottom: 7px; }

/* read-aloud highlight */
.ra-on [data-speak]:hover { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 3px; }

/* ===========================================================
   HERO (all pages)
   =========================================================== */
.hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end;
  padding-top: calc(var(--nav-h) + 96px); padding-bottom: 210px; overflow: hidden; isolation: isolate; }
.hero.short { min-height: 74vh; padding-top: calc(var(--nav-h) + 110px); padding-bottom: 200px; }
.hero-bg { position: absolute; inset: -2% -2% -180px -2%; z-index: -2; overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: kenburns 24s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1.05) translate(0,0); } to { transform: scale(1.18) translate(-2%, -2.5%); } }
.hero-bg::after { content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, var(--hero-scrim) 0%, color-mix(in srgb, var(--hero-scrim) 60%, transparent) 40%, var(--bg) 100%),
              linear-gradient(90deg, rgba(12,10,9,0.55), transparent 60%); }
.hero-inner { position: relative; z-index: 1; max-width: 1120px; }
.hero h1 { font-size: clamp(40px, 5.4vw, 78px); color: #fff; }
.hero .sub { font-size: clamp(18px, 2vw, 23px); color: rgba(255,255,255,0.85); max-width: 620px; margin-top: 22px; }
.hero .cta-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero .cta-tag { font-size: 14px; color: rgba(255,255,255,0.72); letter-spacing: 0.02em; }
.hero-scroll { position: absolute; bottom: 200px; right: clamp(20px,5vw,64px); z-index:1; color: rgba(255,255,255,0.7); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; writing-mode: vertical-rl; display: flex; align-items: center; gap: 14px; }
.hero-scroll::after { content:""; width:1px; height:60px; background: linear-gradient(rgba(255,255,255,0.7), transparent); }

/* section that emerges from hero */
.after-hero { position: relative; margin-top: -150px; z-index: 2; }

/* ===========================================================
   REVEALS + PARALLAX
   =========================================================== */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
[data-stagger] > * { opacity: 0; transform: translateY(30px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
[data-stagger].in > * { opacity: 1; transform: none; }

.clip-img { clip-path: inset(0 100% 0 0); transition: clip-path 1.1s var(--ease); }
.clip-img.in { clip-path: inset(0 0 0 0); }

/* ===========================================================
   STATS
   =========================================================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.stat { background: var(--surface); padding: 34px 26px; text-align: center; }
.stat .n { font-family: "Zilla Slab", Georgia, serif; font-size: clamp(40px, 5vw, 62px); font-weight: 700; color: var(--gold); line-height: 1; }
.stat .l { font-size: 14px; color: var(--ink-soft); margin-top: 10px; letter-spacing: 0.04em; }

/* ===========================================================
   ABOUT teaser / editorial
   =========================================================== */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px, 6vw, 90px); align-items: center; }
.split.rev { grid-template-columns: 0.95fr 1.05fr; }
.section-title { font-size: clamp(34px, 5vw, 62px); margin: 18px 0 22px; }
.lead { font-size: clamp(19px, 2vw, 22px); color: var(--ink-soft); }
.prose p { color: var(--ink-soft); margin-top: 18px; }
.figure { position: relative; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; }
.figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.figure .cap { position: absolute; left: 18px; bottom: 18px; background: rgba(20,16,14,0.72); color:#fff; padding: 8px 14px; border-radius: 4px; font-size: 13px; letter-spacing: 0.04em; backdrop-filter: blur(4px); }

/* ===========================================================
   SERVICE CARDS
   =========================================================== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--burgundy-lift); }
.card-media { aspect-ratio: 16/11; overflow: hidden; position: relative; background: var(--surface-2); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.card:hover .card-media img { transform: scale(1.06); }
.card-media .num { position: absolute; top: 12px; left: 12px; font-family:"Cormorant Garamond",serif; font-size: 15px; color: var(--gold); background: rgba(12,10,9,0.6); border:1px solid rgba(198,161,91,0.4); width: 34px; height: 34px; display: grid; place-content: center; border-radius: 50%; backdrop-filter: blur(3px); }
.card-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { font-size: 26px; margin-bottom: 10px; }
.card-body p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; flex: 1; }
.card-more { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-family:"Geist",sans-serif; font-weight: 600; font-size: 14px; }
.card-more .arw { transition: transform 0.3s var(--ease); }
.card:hover .card-more .arw { transform: translateX(4px); }

/* ===========================================================
   SERVICES full page rows
   =========================================================== */
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,80px); align-items: center; padding: clamp(48px,7vw,90px) 0; border-top: 1px solid var(--line); }
.svc-row:first-of-type { border-top: none; }
.svc-row.rev .svc-media { order: 2; }
.svc-media { border-radius: 8px; overflow: hidden; aspect-ratio: 5/4; box-shadow: var(--shadow-lg); }
.svc-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-copy h2 { font-size: clamp(30px, 3.6vw, 46px); margin: 14px 0 18px; }
.svc-copy p { color: var(--ink-soft); }
.benefits { list-style: none; margin: 22px 0 26px; display: grid; gap: 12px; }
.benefits li { position: relative; padding-left: 30px; color: var(--ink-soft); font-size: 16px; }
.benefits li::before { content:""; position:absolute; left:0; top:8px; width: 14px; height: 14px; background: var(--burgundy); border-radius: 3px; box-shadow: inset 0 0 0 2px var(--gold); }
.svc-cta { color: var(--ink); font-family:"Cormorant Garamond",serif; font-size: 22px; font-style: italic; margin-bottom: 16px; }

/* ===========================================================
   TESTIMONIALS slider
   =========================================================== */
.tstage { position: relative; max-width: 900px; margin: 0 auto; text-align: center; min-height: 320px; }
.tslide { position: absolute; inset: 0; opacity: 0; transform: translateY(16px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); pointer-events: none; }
.tslide.active { opacity: 1; transform: none; position: relative; pointer-events: auto; }
.tstars { color: var(--gold); letter-spacing: 4px; font-size: 20px; }
.tquote { font-family:"Cormorant Garamond",serif; font-size: clamp(24px, 3.2vw, 38px); line-height: 1.28; color: var(--ink); margin: 22px auto; max-width: 760px; }
.tperson { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 24px; }
.tperson img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); }
.tperson .who b { display: block; font-family:"Geist",sans-serif; font-size: 15px; }
.tperson .who span { color: var(--ink-mute); font-size: 13px; }
.tdots { display: flex; gap: 10px; justify-content: center; margin-top: 34px; }
.tdot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-strong); border: none; cursor: none; transition: transform 0.3s var(--ease), background 0.3s var(--ease); padding: 0; }
.tdot.active { background: var(--gold); transform: scale(1.3); }

/* ===========================================================
   FAQ accordion
   =========================================================== */
.faq { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; transition: border-color 0.35s var(--ease); }
.faq-item[open] { border-color: var(--burgundy-lift); }
.faq-item summary { list-style: none; cursor: none; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 22px 26px; font-family: "Zilla Slab", Georgia, serif; font-size: clamp(21px, 2.4vw, 27px); font-weight: 600; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--gold); }
.faq-ic { position: relative; width: 20px; height: 20px; flex: 0 0 auto; }
.faq-ic::before, .faq-ic::after { content:""; position:absolute; background: var(--gold); border-radius: 2px; transition: transform 0.35s var(--ease), opacity 0.35s var(--ease); }
.faq-ic::before { top: 9px; left: 0; width: 20px; height: 2px; }
.faq-ic::after { top: 0; left: 9px; width: 2px; height: 20px; }
.faq-item[open] .faq-ic::after { transform: rotate(90deg); opacity: 0; }
.faq-a { padding: 0 26px 24px; }
.faq-a p { color: var(--ink-soft); font-size: 16.5px; margin: 0; }
@media (hover: none), (pointer: coarse) { .faq-item summary { cursor: pointer; } }

/* ===========================================================
   CTA band
   =========================================================== */
.cta-band { position: relative; overflow: hidden; text-align: center; padding: clamp(70px,9vw,120px) 0;
  background: linear-gradient(135deg, var(--burgundy-deep), var(--burgundy)); }
.cta-band::before { content:""; position:absolute; inset:0; z-index:0;
  background: url("assets/min-brick-wall-cta.jpg") center/cover no-repeat; }
.cta-band::after { content:""; position:absolute; inset:0; z-index:1;
  background: linear-gradient(135deg, rgba(77,20,29,0.9), rgba(107,31,42,0.86)); mix-blend-mode: multiply; }
.cta-band > .wrap { position: relative; z-index: 2; }
.cta-band h2 { font-size: clamp(36px, 5vw, 66px); color: #fff; }
.cta-band p { color: rgba(255,255,255,0.82); max-width: 560px; margin: 16px auto 30px; }
.cta-band .btn.gold { box-shadow: 0 16px 40px rgba(0,0,0,0.3); }

/* ===========================================================
   CONTACT
   =========================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px,5vw,70px); align-items: start; }
.info-card { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 30px; }
.info-item { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.info-item:last-child { border-bottom: none; }
.info-item .ic { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-content: center; background: var(--surface-2); border-radius: 8px; color: var(--gold); }
.info-item .ic svg { width: 21px; height: 21px; }
.info-item b { font-family:"Geist",sans-serif; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; }
.info-item a, .info-item p { color: var(--ink); font-size: 18px; }
.socials { display: flex; gap: 12px; margin-top: 22px; }
.soc {
  width: 46px; height: 46px; display: grid; place-content: center; border-radius: 50%;
  background: var(--surface-2); border: 1px solid var(--line); color: var(--ink); cursor: none;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.soc:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 0 22px rgba(198,161,91,0.4); }
.soc svg { width: 20px; height: 20px; }

.form { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 30px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 8px; font-weight: 600; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--surface-2); border: 1px solid var(--line-strong); border-radius: 7px;
  padding: 13px 15px; color: var(--ink); font-family:"Geist",sans-serif; font-size: 16px; outline: none;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); cursor: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,161,91,0.18); }
.field textarea { resize: vertical; min-height: 120px; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.map-embed { border-radius: 10px; overflow: hidden; border: 1px solid var(--line); margin-top: 30px; }
.map-embed iframe { width: 100%; height: 380px; border: 0; display: block; filter: grayscale(0.3) contrast(1.05); }
[data-theme="dark"] .map-embed iframe { filter: grayscale(0.4) invert(0.9) hue-rotate(180deg) contrast(0.9); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 30px; }
.step .sn { font-family:"Cormorant Garamond",serif; font-size: 46px; color: var(--burgundy-lift); line-height: 1; }
.step h3 { font-size: 24px; margin: 12px 0 8px; }
.step p { color: var(--ink-soft); font-size: 15.5px; }

/* areas */
.areas { display: flex; flex-wrap: wrap; gap: 12px; }
.chip { padding: 9px 18px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--ink-soft); font-size: 15px; transition: border-color 0.3s var(--ease), color 0.3s var(--ease); }
.chip:hover { border-color: var(--gold); color: var(--gold); }

/* ===========================================================
   FOOTER
   =========================================================== */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 70px 0 30px; margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.foot-brand b { font-family:"Cormorant Garamond",serif; font-size: 26px; display: block; }
.foot-logo { height: 44px; width: auto; display: block; margin-bottom: 4px; }
.foot-brand p { color: var(--ink-mute); font-size: 15px; margin-top: 12px; max-width: 300px; }
.foot-col h5 { font-family:"Geist",sans-serif; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.foot-col ul { list-style: none; display: grid; gap: 11px; }
.foot-col a { color: var(--ink-soft); font-size: 15px; position: relative; }
.foot-col a::after { content:""; position:absolute; left:0; bottom:-2px; height:1px; width:100%; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease); }
.foot-col a:hover { color: var(--ink); }
.foot-col a:hover::after { transform: scaleX(1); }
.foot-bottom { margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; color: var(--ink-mute); font-size: 13.5px; }
.foot-bottom .socials { margin-top: 0; }
.foot-bottom .soc { width: 40px; height: 40px; }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1040px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 860px) {
  .nav-links { display: none; }
  .hamburger { display: inline-grid; }
  .cta-header { display: none; }
  .split, .split.rev, .svc-row, .svc-row.rev, .contact-grid { grid-template-columns: 1fr; }
  .svc-row.rev .svc-media { order: 0; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .contact-pill .num { display: none; }
  .contact-pill { padding: 0; width: 42px; justify-content: center; }
  .hero-scroll { display: none; }
}
@media (max-width: 620px) {
  body { font-size: 17px; }
  .cards { grid-template-columns: 1fr; }
  .two { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero { padding-bottom: 160px; }
  .after-hero { margin-top: -120px; }
  .util { gap: 0; }
  .icon-btn { width: 40px; height: 40px; }
  .icon-btn svg { width: 20px; height: 20px; }
  .brand .logo { height: 30px; }
  .site-header nav { gap: 10px; }
  .foot-bottom { justify-content: center; text-align: center; }
}
@media (max-width: 400px) {
  .brand .logo { height: 26px; }
  .icon-btn { width: 38px; height: 38px; }
  .section { padding: clamp(56px, 12vw, 90px) 0; }
}

/* mobile drawer */
.drawer { position: fixed; inset: 0; z-index: 310; background: var(--bg); transform: translateX(100%); transition: transform 0.45s var(--ease); display: flex; flex-direction: column; padding: calc(var(--nav-h) + 20px) 32px 40px; }
.drawer.open { transform: translateX(0); }
.drawer a { font-family:"Zilla Slab",Georgia,serif; font-size: 30px; color: var(--ink); padding: 14px 0; border-bottom: 1px solid var(--line); }
.drawer a:hover { color: var(--gold); }
.drawer a.btn { margin: 30px auto 0; align-self: center; width: auto; display: inline-flex; justify-content: center;
  font-family: "Geist", sans-serif; font-size: 15px; font-weight: 600; padding: 13px 34px; border-bottom: none; color: #fbf3ef; }
.drawer a.btn:hover { color: #fff; }
.drawer-close { position: absolute; top: 18px; right: 22px; }

/* ===========================================================
   REDUCED MOTION
   =========================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .hero-bg img { animation: none; transform: scale(1.04); }
  .grain { animation: none; }
  .reveal, [data-stagger] > * { opacity: 1 !important; transform: none !important; }
  .clip-img { clip-path: none !important; }
  .cursor, .cursor-trail { display: none !important; }
  body { cursor: auto; }
}
