/* A1 Demolition Paving & Concrete
   Generated by Product Advance AM8. Protected Build. */

:root {
  --ink: #0a0a0a;
  --ink-2: #121212;
  --ink-3: #1a1a1a;
  --ink-4: #232323;
  --paper: #ffffff;
  --concrete: #f1ede4;
  --concrete-2: #e6e1d6;
  --yellow: #ffd23f;
  --yellow-deep: #e2b41f;
  --muted: rgba(255, 255, 255, 0.66);
  --muted-2: rgba(255, 255, 255, 0.42);
  --line: rgba(255, 255, 255, 0.1);
  --line-2: rgba(255, 255, 255, 0.18);
  --ink-muted: rgba(10, 10, 10, 0.64);
  --ink-line: rgba(10, 10, 10, 0.12);

  --font-display: 'Tanker', Impact, 'Arial Narrow Bold', 'Helvetica Neue', sans-serif;
  --font-body: 'Ranade', 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, 'Cascadia Mono', 'SF Mono', Consolas, 'Liberation Mono', monospace;

  --gutter: clamp(20px, 5vw, 64px);
  --container: 1280px;
  --section: clamp(80px, 10vw, 140px);
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 14px;
  --header-h: 78px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background: var(--ink);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--paper);
  background: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg, video, canvas { display: block; max-width: 100%; }

img {
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  padding: 10px 16px; background: var(--yellow); color: var(--ink);
  font-weight: 700; border-radius: var(--r-sm); transition: top .2s;
}
.skip-link:focus { top: 12px; }

/* ---------- Atmosphere ---------- */

.grain {
  position: fixed; inset: -50%; z-index: 40; pointer-events: none;
  opacity: 0.055; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 260px 260px;
}

.progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 120; pointer-events: none;
}
.progress span {
  display: block; height: 100%; width: 100%;
  background: linear-gradient(90deg, var(--yellow), #fff2b3);
  transform: scaleX(0); transform-origin: left;
}

/* The yellow line: a dashed road stripe running down the gutter */
main { position: relative; }
main::before {
  content: ""; position: absolute; top: 0; bottom: 0;
  left: calc(var(--gutter) / 2 - 2px); width: 4px; z-index: 1; pointer-events: none;
  background: repeating-linear-gradient(to bottom, var(--yellow) 0 42px, transparent 42px 78px);
  opacity: 0.32;
}
@media (max-width: 900px) { main::before { display: none; } }

/* ---------- Typography ---------- */

.display, .display-md, .stat-num, .step-num, .beat h3, .footer-mark {
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.94;
  letter-spacing: 0.005em;
}

.display { font-size: clamp(3rem, 7.2vw, 6.4rem); }
.display-md { font-size: clamp(2.3rem, 4.6vw, 4.2rem); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--yellow); margin: 0 0 22px;
}
.eyebrow .dash { display: inline-block; width: 30px; height: 2px; background: var(--yellow); }

.lede { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--muted); max-width: 58ch; }

.section-head { max-width: 820px; margin: 0 auto var(--gutter); text-align: center; }
.section-head--left { margin-left: 0; text-align: left; }
.section-head .eyebrow { justify-content: center; }
.section-head--left .eyebrow { justify-content: flex-start; }
.section-head h2 { margin-bottom: 22px; }
.section-intro { color: var(--muted); font-size: 1.08rem; max-width: 60ch; margin-inline: auto; }
.section-head--left .section-intro { margin-inline: 0; }
.section-intro a { color: var(--yellow); border-bottom: 1px solid rgba(255, 210, 63, .4); }

.text-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 0.92rem; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--yellow); position: relative;
}
.text-link::after {
  content: ""; width: 18px; height: 2px; background: currentColor; transition: width .3s var(--ease);
}
.text-link:hover::after { width: 34px; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 28px; border-radius: var(--r-sm);
  font-weight: 700; font-size: 13.5px; letter-spacing: 0.1em; text-transform: uppercase;
  line-height: 1; white-space: nowrap; border: 2px solid transparent;
  transition: transform .35s var(--ease), background .25s, border-color .25s, color .25s, box-shadow .25s;
  position: relative; min-height: 48px;
}
.btn svg { width: 18px; height: 18px; fill: currentColor; }
.btn-primary { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.btn-primary:hover { background: #ffe07a; border-color: #ffe07a; transform: translateY(-2px); box-shadow: 0 14px 34px -12px rgba(255, 210, 63, .55); }
.btn-outline { background: rgba(10, 10, 10, .28); color: var(--paper); border-color: rgba(255, 255, 255, .42); backdrop-filter: blur(6px); }
.btn-outline:hover { border-color: var(--yellow); color: var(--yellow); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--paper); border-color: transparent; }
.btn-ghost:hover { background: rgba(255, 255, 255, .08); }
.btn-lg { padding: 20px 34px; font-size: 14px; }
.btn-sm { padding: 12px 18px; font-size: 12.5px; min-height: 42px; }

.btn .btn-spinner {
  position: absolute; width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid rgba(10, 10, 10, .25); border-top-color: var(--ink);
  opacity: 0; animation: spin .8s linear infinite;
}
.btn.is-sending .btn-label { opacity: 0; }
.btn.is-sending .btn-spinner { opacity: 1; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Header ---------- */

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .35s, border-color .35s, backdrop-filter .35s;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(10, 10, 10, .84);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.header-inner {
  max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter);
  height: var(--header-h); display: flex; align-items: center; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { width: 52px; height: 52px; filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .5)); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-display); text-transform: uppercase; font-size: 1.25rem; letter-spacing: 0.02em; }
.brand-sub { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--yellow); margin-top: 4px; }

.nav { display: flex; gap: 6px; }
.nav a {
  padding: 10px 12px; font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255, 255, 255, .8); position: relative; border-radius: var(--r-sm); transition: color .25s;
}
.nav a::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 6px; height: 2px;
  background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.nav a:hover { color: var(--paper); }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }

.header-cta { display: flex; align-items: center; gap: 8px; }

.menu-btn {
  display: none; width: 46px; height: 46px; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  border: 1px solid var(--line-2); border-radius: var(--r-sm); background: rgba(10, 10, 10, .5);
}
.menu-btn span { width: 20px; height: 2px; background: var(--paper); transition: transform .3s var(--ease), opacity .2s; }
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: absolute; top: 100%; left: 0; right: 0;
  background: rgba(12, 12, 12, .97); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 24px;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .8);
}
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a {
  font-family: var(--font-display); text-transform: uppercase; font-size: 2rem; line-height: 1;
  padding: 16px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between;
}
.mobile-menu nav a::after { content: ""; width: 10px; height: 10px; border-right: 2px solid var(--yellow); border-bottom: 2px solid var(--yellow); transform: rotate(-45deg); }
.mobile-menu-cta { display: grid; gap: 10px; margin-top: 20px; }
.mobile-menu-cta .btn { width: 100%; }

@media (max-width: 1080px) {
  .nav { display: none; }
  .menu-btn { display: flex; }
  .header-cta .btn-ghost { display: none; }
}
@media (max-width: 480px) {
  .brand-text { display: none; }
  .header-cta .btn-primary { padding: 12px 14px; }
}

/* ---------- Hero ---------- */

.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  padding: calc(var(--header-h) + 60px) var(--gutter) 200px; overflow: hidden; isolation: isolate;
}
.hero-media { position: absolute; inset: -10% 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.hero-shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, .9) 0%, rgba(10, 10, 10, .72) 38%, rgba(10, 10, 10, .18) 70%, rgba(10, 10, 10, .05) 100%),
    linear-gradient(180deg, rgba(10, 10, 10, .55) 0%, rgba(10, 10, 10, 0) 30%, rgba(10, 10, 10, 0) 55%, var(--ink) 100%);
}
.hero-inner {
  max-width: var(--container); margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); align-items: center; gap: 40px;
}
.hero-copy { max-width: 760px; }
.hero h1 { margin-bottom: 26px; text-shadow: 0 6px 30px rgba(0, 0, 0, .35); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 26px; font-size: 0.92rem; color: var(--muted); }
.hero-proof li { display: flex; align-items: center; gap: 10px; }
.hero-proof li::before { content: ""; width: 8px; height: 8px; background: var(--yellow); transform: rotate(45deg); flex: none; }

.hero-logo { display: flex; justify-content: flex-end; align-items: center; }
.hero-logo img { width: min(360px, 32vw); filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .6)); }

.scroll-cue {
  position: absolute; left: 50%; bottom: 150px; transform: translateX(-50%);
  width: 26px; height: 42px; border: 2px solid rgba(255, 255, 255, .35); border-radius: 14px; z-index: 2;
}
.scroll-cue span {
  position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px;
  background: var(--yellow); animation: cue 1.8s var(--ease) infinite;
}
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { transform: translateY(0); opacity: 0; } }

@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-logo { position: absolute; right: var(--gutter); top: calc(var(--header-h) + 28px); }
  .hero-logo img { width: clamp(90px, 16vw, 160px); }
}
@media (max-width: 720px) {
  .hero { padding-top: calc(var(--header-h) + 90px); padding-bottom: 150px; min-height: 92svh; }
  .hero-media img { object-position: 70% 50%; }
  .hero-actions .btn { width: 100%; }
  .scroll-cue { display: none; }
  .hero-logo { top: calc(var(--header-h) + 8px); }
}

/* ---------- Quick estimate panel ---------- */

.quick { position: relative; z-index: 3; padding: 0 var(--gutter); margin-top: -150px; }
.quick-panel {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.3fr); gap: 40px;
  padding: clamp(28px, 4vw, 48px);
  background: rgba(18, 18, 18, .82); border: 1px solid var(--line-2); border-radius: var(--r-lg);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .9);
}
.quick-panel::before {
  content: ""; position: absolute; left: 0; top: 24px; bottom: 24px; width: 4px; background: var(--yellow); border-radius: 0 3px 3px 0;
}
.quick-head h2 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); line-height: 1.2; font-weight: 700; margin-bottom: 14px; }
.quick-head p { color: var(--muted); margin: 0; }
.quick-head a { color: var(--yellow); font-weight: 700; }
.quick-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; align-content: start; }
.quick-form .btn { grid-column: 1 / -1; width: 100%; }
.quick-form .form-status { grid-column: 1 / -1; }

@media (max-width: 960px) {
  .quick-panel { grid-template-columns: 1fr; gap: 24px; }
  .quick { margin-top: -110px; }
}
@media (max-width: 560px) { .quick-form { grid-template-columns: 1fr; } }

/* ---------- Forms ---------- */

.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; color: var(--paper);
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line-2); border-radius: var(--r-sm);
  transition: border-color .2s, background .2s, box-shadow .2s; min-height: 50px;
}
.field textarea { resize: vertical; min-height: 120px; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 42px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffd23f' stroke-width='2.5'><path d='m6 9 6 6 6-6'/></svg>");
  background-repeat: no-repeat; background-position: right 16px center; }
.field select option { background: var(--ink-3); color: var(--paper); }
.field input::placeholder, .field textarea::placeholder { color: rgba(255, 255, 255, .32); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--yellow); background: rgba(255, 210, 63, .06); box-shadow: 0 0 0 3px rgba(255, 210, 63, .18);
}
.field.is-invalid input, .field.is-invalid select { border-color: #ff6b57; box-shadow: 0 0 0 3px rgba(255, 107, 87, .18); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }

.form-status { min-height: 1.4em; margin: 0; font-size: 0.95rem; color: var(--muted); }
.form-status.is-error { color: #ff8a78; }
.form-status.is-success { color: var(--yellow); font-weight: 700; }
.form.is-sent .field, .form.is-sent .btn, .form.is-sent h3, .form.is-sent .form-fine { display: none; }
.form.is-sent .form-status { font-size: 1.15rem; padding: 40px 0; text-align: center; line-height: 1.5; }
.form-fine { font-size: 0.82rem; color: var(--muted-2); margin: 14px 0 0; }

/* ---------- Trust strip ---------- */

.trust { background: var(--yellow); color: var(--ink); padding: 34px var(--gutter); position: relative; z-index: 2; margin-top: 60px; }
.trust-list {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.trust-list li { display: flex; gap: 14px; align-items: flex-start; }
.trust-list svg { width: 30px; height: 30px; flex: none; fill: var(--ink); }
.trust-list svg .stroke { fill: none; stroke: var(--yellow); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.trust-list strong { display: block; font-size: 1rem; line-height: 1.2; margin-bottom: 4px; }
.trust-list span { font-size: 0.9rem; color: var(--ink-muted); }
@media (max-width: 1000px) { .trust-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .trust-list { grid-template-columns: 1fr; } .trust { margin-top: 40px; } }

/* ---------- Sections ---------- */

section { position: relative; }
.services, .compare, .about, .work, .faq, .reviews, .steps { padding: var(--section) var(--gutter); }
.services, .work { max-width: none; }
.services > *, .work > *, .steps > *, .reviews > *, .faq > * { max-width: var(--container); margin-left: auto; margin-right: auto; }

/* ---------- Services ---------- */

.services { background: radial-gradient(1200px 600px at 80% 0%, rgba(255, 210, 63, .06), transparent 60%), var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.service-card {
  grid-column: span 3; position: relative; overflow: hidden;
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-md);
  display: flex; flex-direction: column;
  transition: transform .5s var(--ease), border-color .3s, box-shadow .5s var(--ease);
}
.service-card::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0; transition: opacity .4s; pointer-events: none;
  background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 210, 63, .14), transparent 60%);
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(255, 210, 63, .35); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .9); }
.service-card:hover::before { opacity: 1; }
.service-card--featured { grid-column: span 6; grid-row: span 2; }
.service-grid .service-card:nth-child(n+6) { grid-column: span 4; }
.service-media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; }
.service-card--featured .service-media { aspect-ratio: auto; flex: 1; min-height: 320px; }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; }
.service-card:hover .service-media img { transform: scale(1.05); }
.service-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(18, 18, 18, .9) 100%);
}
.service-body { position: relative; z-index: 1; padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; }
.service-num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; color: var(--yellow); }
.service-body h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.55rem; line-height: 1; }
.service-card--featured .service-body h3 { font-size: 2.2rem; }
.service-body p { color: var(--muted); font-size: 0.97rem; margin: 0; }
.service-meta { font-size: 0.88rem !important; color: var(--muted-2) !important; }
.service-meta strong { color: var(--paper); font-weight: 700; }
.service-body .text-link { margin-top: 8px; }

@media (max-width: 1100px) {
  .service-card, .service-grid .service-card:nth-child(n+6) { grid-column: span 6; }
  .service-card--featured { grid-column: span 12; grid-row: auto; }
  .service-card--featured .service-media { aspect-ratio: 21 / 9; min-height: 0; }
}
@media (max-width: 640px) {
  .service-card, .service-grid .service-card:nth-child(n+6), .service-card--featured { grid-column: span 12; }
  .service-card--featured .service-media { aspect-ratio: 4 / 3; }
}

/* ---------- Before / After ---------- */

.compare {
  background:
    linear-gradient(180deg, var(--ink) 0%, rgba(10, 10, 10, .88) 100%),
    url("assets/texture-asphalt.webp") center / 600px repeat;
  border-top: 1px solid var(--line);
}
.compare > .compare-copy, .compare > .compare-stage { position: relative; }
.compare {
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 90px); align-items: center;
}
.compare-copy { max-width: 560px; margin-left: auto; width: 100%; }
.compare-copy .display-md { margin-bottom: 30px; }
.compare-list { margin: 0 0 32px; display: grid; gap: 4px; }
.compare-list > div {
  display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line);
}
.compare-list > div:last-child { border-bottom: 1px solid var(--line); }
.compare-list dt { font-family: var(--font-display); text-transform: uppercase; font-size: 1.5rem; color: var(--yellow); line-height: 1; padding-top: 2px; }
.compare-list dd { margin: 0; color: var(--muted); font-size: 0.98rem; }

.compare-stage { max-width: 780px; width: 100%; margin-right: auto; }
.ba {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--r-md);
  border: 1px solid var(--line-2); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .9);
  --pos: 50%;
  user-select: none;
}
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-before-wrap { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.ba-label {
  position: absolute; top: 16px; z-index: 3; padding: 7px 12px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  background: rgba(10, 10, 10, .78); border: 1px solid var(--line-2); border-radius: var(--r-sm); backdrop-filter: blur(6px);
}
.ba-label--before { left: 16px; }
.ba-label--after { right: 16px; color: var(--yellow); }
.ba-range {
  position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize;
  -webkit-appearance: none; appearance: none; touch-action: none;
}
.ba-range::-webkit-slider-thumb { -webkit-appearance: none; width: 60px; height: 100%; }
.ba-range::-moz-range-thumb { width: 60px; height: 1000px; border: 0; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); z-index: 4; width: 0; pointer-events: none; }
.ba-line { position: absolute; top: 0; bottom: 0; left: -2px; width: 4px; background: var(--yellow); box-shadow: 0 0 20px rgba(0, 0, 0, .6); }
.ba-knob {
  position: absolute; top: 50%; left: 50%; width: 54px; height: 54px; transform: translate(-50%, -50%);
  border-radius: 50%; background: var(--yellow); display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
}
.ba-knob svg { width: 26px; height: 26px; fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.compare-hint { margin: 14px 0 0; text-align: center; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-2); }

@media (max-width: 1000px) {
  .compare { grid-template-columns: 1fr; }
  .compare-copy { margin-left: 0; max-width: 680px; }
  .compare-stage { margin-inline: auto; }
}
@media (max-width: 520px) { .compare-list > div { grid-template-columns: 1fr; gap: 6px; } }

/* ---------- Cinematic scrub ---------- */

.scrub { background: var(--ink); }
.scrub-stage { position: relative; height: 100svh; min-height: 560px; overflow: hidden; }
.scrub-poster, .scrub-canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.scrub-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, .82) 0%, rgba(10, 10, 10, .5) 45%, rgba(10, 10, 10, .1) 100%),
    linear-gradient(180deg, var(--ink) 0%, transparent 18%, transparent 82%, var(--ink) 100%);
}
.scrub-hud {
  position: absolute; left: var(--gutter); top: calc(var(--header-h) + 24px); z-index: 3;
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--yellow);
}
.hud-bar { width: 140px; height: 2px; background: rgba(255, 255, 255, .18); position: relative; overflow: hidden; }
.hud-bar i { position: absolute; inset: 0; background: var(--yellow); transform: scaleX(0); transform-origin: left; }
.hud-pct { min-width: 4ch; color: var(--muted); }
.scrub-copy {
  position: absolute; left: var(--gutter); right: var(--gutter); top: 50%; transform: translateY(-50%); z-index: 3;
  max-width: 620px;
}
.beat { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); }
.beat-num { display: block; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.25em; color: var(--yellow); margin-bottom: 14px; }
.beat h3 { font-size: clamp(3.6rem, 9vw, 8rem); margin-bottom: 18px; }
.beat p { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--muted); max-width: 46ch; margin: 0; }
.js .beat { opacity: 0; visibility: hidden; }
.js .beat:first-of-type { opacity: 1; visibility: visible; }

/* Static fallback: no JS, reduced motion, or scrubber disabled */
.no-motion .scrub-stage, html:not(.js) .scrub-stage, .scrub.is-static .scrub-stage { height: auto; min-height: 0; }
.no-motion .scrub-canvas, html:not(.js) .scrub-canvas, .no-motion .scrub-hud, html:not(.js) .scrub-hud, .scrub.is-static .scrub-canvas, .scrub.is-static .scrub-hud { display: none; }
.no-motion .scrub-copy, html:not(.js) .scrub-copy, .scrub.is-static .scrub-copy {
  position: relative; transform: none; top: auto; left: 0; right: 0; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto;
  padding: var(--section) var(--gutter); display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px;
}
.no-motion .beat, html:not(.js) .beat, .scrub.is-static .beat { position: relative; transform: none; top: auto; opacity: 1 !important; visibility: visible !important; }
.no-motion .beat h3, html:not(.js) .beat h3, .scrub.is-static .beat h3 { font-size: clamp(2.4rem, 5vw, 4rem); }
.no-motion .scrub-shade, html:not(.js) .scrub-shade, .scrub.is-static .scrub-shade { background: linear-gradient(180deg, var(--ink) 0%, rgba(10, 10, 10, .82) 12%, rgba(10, 10, 10, .82) 88%, var(--ink) 100%); }
.no-motion .beat p, html:not(.js) .beat p, .scrub.is-static .beat p { font-size: 1.05rem; }
@media (max-width: 720px) { .no-motion .scrub-copy, html:not(.js) .scrub-copy, .scrub.is-static .scrub-copy { grid-template-columns: 1fr; } }

/* ---------- About ---------- */

.about {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 90px); align-items: center;
  max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto;
}
.about-media { position: relative; }
.about-media img:first-child { border-radius: var(--r-md); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .9); }
.about-badge {
  position: absolute; right: -28px; bottom: -28px; width: 150px; height: 150px; padding: 14px;
  background: var(--ink-2); border: 1px solid var(--line-2); border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .9);
}
.about-badge img { width: 110px; }
.about-copy .display-md { margin-bottom: 26px; }
.about-copy p { color: var(--muted); }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 30px; margin-top: 36px; padding-top: 32px; border-top: 1px solid var(--line); }
.stats li { display: flex; flex-direction: column; gap: 4px; }
.stat-num { font-size: 2.6rem; color: var(--yellow); }
.stat-prefix { font-size: 0.6em; vertical-align: top; margin-right: 2px; }
.stat-label { font-size: 0.92rem; color: var(--muted); }
@media (max-width: 960px) {
  .about { grid-template-columns: 1fr; }
  .about-media { margin-right: 28px; }
}
@media (max-width: 480px) { .stats { grid-template-columns: 1fr 1fr; gap: 16px; } .stat-num { font-size: 2.2rem; } }

/* ---------- Discounts ---------- */

.discounts {
  padding: 0 0 var(--section); background: var(--ink-2); position: relative; overflow: hidden;
}
.discounts::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background: url("assets/texture-asphalt.webp") center / 520px repeat;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent 70%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent 70%);
}
.hazard {
  height: 14px; width: 100%;
  background: repeating-linear-gradient(-45deg, var(--yellow) 0 22px, var(--ink) 22px 44px);
}
.discounts-inner { max-width: var(--container); margin: 0 auto; padding: var(--section) var(--gutter) 0; position: relative; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(32px, 4vw, 56px); }
.offer {
  padding: 30px 28px 32px; background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--r-md);
  display: flex; flex-direction: column; gap: 12px; transition: transform .5s var(--ease), border-color .3s;
}
.offer:hover { transform: translateY(-5px); border-color: rgba(255, 210, 63, .4); }
.offer svg { width: 34px; height: 34px; fill: var(--yellow); margin-bottom: 6px; }
.offer svg .stroke { fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; }
.offer h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.6rem; line-height: 1; }
.offer p { color: var(--muted); margin: 0; font-size: 0.97rem; }
.offer--accent { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.offer--accent svg { fill: var(--ink); }
.offer--accent p { color: var(--ink-muted); }
.offer--cta { background: var(--ink); border-style: dashed; border-color: rgba(255, 210, 63, .5); align-items: flex-start; justify-content: center; }
.offer--cta .btn { margin-top: 6px; }
@media (max-width: 960px) { .offer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .offer-grid { grid-template-columns: 1fr; } }

/* ---------- Gallery ---------- */

.work { background: var(--ink); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-md); padding: 0;
  border: 1px solid var(--line); background: var(--ink-2);
  box-shadow: 0 20px 40px -24px rgba(0, 0, 0, .8);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s;
}
.gallery-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; }
.gallery-item::after {
  content: ""; position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border-radius: 50%;
  background: var(--yellow) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0a0a' stroke-width='2.4' stroke-linecap='round'><circle cx='11' cy='11' r='6'/><path d='m20 20-4.5-4.5M11 8v6M8 11h6'/></svg>") center / 20px no-repeat;
  opacity: 0; transform: scale(.7); transition: opacity .3s, transform .4s var(--ease);
}
.gallery-item:hover { transform: translateY(-4px); box-shadow: 0 40px 70px -30px rgba(0, 0, 0, .95); border-color: rgba(255, 210, 63, .4); }
.gallery-item:hover img { transform: scale(1.05); filter: brightness(1.08); }
.gallery-item:hover::after { opacity: 1; transform: scale(1); }
.gallery-item:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.gallery-caption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 16px; text-align: left;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--paper);
  background: linear-gradient(180deg, transparent, rgba(10, 10, 10, .85));
}
.gallery-item:nth-child(1) { grid-column: span 2; aspect-ratio: auto; min-height: 100%; }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(2, 1fr); } .gallery-item:nth-child(1) { grid-column: span 2; aspect-ratio: 16 / 9; } }
@media (max-width: 560px) { .gallery { grid-template-columns: 1fr; } .gallery-item:nth-child(1) { grid-column: span 1; aspect-ratio: 4 / 3; } }

/* ---------- Light concrete band: steps + reviews ---------- */

.steps, .reviews { background: var(--concrete); color: var(--ink); }
.steps { padding-bottom: calc(var(--section) * .6); }
.reviews { padding-top: calc(var(--section) * .6); }
.steps .section-intro, .reviews .section-intro { color: var(--ink-muted); }
.steps .eyebrow, .reviews .eyebrow { color: #9a7a00; }
.steps .eyebrow .dash, .reviews .eyebrow .dash { background: #9a7a00; }

.step-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; padding-top: 34px; }
.step-list::before {
  content: ""; position: absolute; left: 34px; right: 34px; top: 0; height: 4px;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 36px, transparent 36px 62px);
}
.step { display: flex; flex-direction: column; gap: 12px; position: relative; }
.step-num {
  width: 68px; height: 68px; display: grid; place-items: center; font-size: 2.1rem; line-height: 1;
  background: var(--ink); color: var(--yellow); border-radius: var(--r-sm); margin-bottom: 8px;
  box-shadow: 8px 8px 0 var(--yellow);
}
.step h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.55rem; line-height: 1; }
.step p { color: var(--ink-muted); margin: 0; font-size: 0.97rem; }
@media (max-width: 960px) { .step-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) {
  .step-list { grid-template-columns: 1fr; padding-top: 0; padding-left: 30px; }
  .step-list::before { left: 8px; right: auto; top: 0; bottom: 0; width: 4px; height: auto;
    background: repeating-linear-gradient(180deg, var(--yellow) 0 36px, transparent 36px 62px); }
}

/* ---------- Reviews ---------- */

.review-slider { max-width: 900px; margin: 0 auto; position: relative; }
.review-track { position: relative; min-height: 300px; }
.review {
  position: absolute; inset: 0; margin: 0; padding: clamp(28px, 4vw, 52px);
  background: var(--paper); border: 1px solid var(--ink-line); border-radius: var(--r-md);
  box-shadow: 0 30px 60px -40px rgba(10, 10, 10, .4);
  opacity: 0; visibility: hidden; transform: translateY(14px);
  transition: opacity .6s var(--ease), transform .6s var(--ease), visibility 0s .6s;
  display: flex; flex-direction: column; justify-content: center; gap: 22px;
}
.review.is-active { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; position: relative; }
.review::before {
  content: "\201C"; position: absolute; top: -10px; left: 22px; font-family: var(--font-display); font-size: 8rem; line-height: 1; color: var(--yellow);
}
.review blockquote { margin: 0; font-size: clamp(1.1rem, 1.8vw, 1.4rem); line-height: 1.5; position: relative; }
.review figcaption { display: flex; flex-direction: column; gap: 2px; }
.review figcaption strong { font-weight: 700; }
.review figcaption span { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-muted); }
.review-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 24px; }
.review-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(10, 10, 10, .2); display: grid; place-items: center; transition: background .25s, border-color .25s; }
.review-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.review-btn:hover { background: var(--ink); color: var(--yellow); border-color: var(--ink); }
.review-dots { display: flex; gap: 8px; }
.review-dots button { width: 32px; height: 4px; background: rgba(10, 10, 10, .18); border-radius: 2px; transition: background .25s; }
.review-dots button[aria-selected="true"] { background: var(--ink); }

/* ---------- FAQ ---------- */

.faq { background: var(--ink); border-top: 1px solid var(--line); }
.faq > .faq-head, .faq > .faq-list { max-width: none; }
.faq { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 90px); align-items: start; }
.faq-head { position: sticky; top: calc(var(--header-h) + 30px); max-width: 480px; margin-left: auto; width: 100%; }
.faq-head .display-md { margin-bottom: 22px; }
.faq-list { max-width: 720px; width: 100%; margin-right: auto; border-top: 1px solid var(--line-2); }
.faq-item { border-bottom: 1px solid var(--line-2); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 24px 56px 24px 0; position: relative;
  font-weight: 700; font-size: 1.12rem; line-height: 1.35; transition: color .25s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before, .faq-item summary::after {
  content: ""; position: absolute; right: 12px; top: 50%; width: 18px; height: 2px; background: var(--yellow);
  transform: translateY(-50%); transition: transform .35s var(--ease);
}
.faq-item summary::after { transform: translateY(-50%) rotate(90deg); }
.faq-item[open] summary::after { transform: translateY(-50%) rotate(0); }
.faq-item[open] summary { color: var(--yellow); }
.faq-item summary:hover { color: var(--yellow); }
.faq-body { overflow: hidden; }
.faq-body p { color: var(--muted); padding: 0 40px 26px 0; margin: 0; }
@media (max-width: 900px) {
  .faq { grid-template-columns: 1fr; }
  .faq-head { position: static; margin-left: 0; max-width: 680px; }
}

/* ---------- Contact ---------- */

.contact { padding: var(--section) var(--gutter); background: var(--ink-2); overflow: hidden; isolation: isolate; }
.contact-media { position: absolute; inset: 0; z-index: -1; }
.contact-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; opacity: .35; }
.contact-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--ink-2) 0%, rgba(18, 18, 18, .92) 45%, rgba(18, 18, 18, .55) 100%),
    linear-gradient(180deg, var(--ink-2) 0%, transparent 25%, transparent 75%, var(--ink-2) 100%);
}
.contact-inner {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(32px, 6vw, 90px); align-items: start;
}
.contact-info .display-md { margin-bottom: 18px; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 30px; margin: 34px 0; }
.contact-list li { display: flex; flex-direction: column; gap: 6px; font-size: 1.05rem; }
.contact-list a { color: var(--paper); font-weight: 700; font-size: 1.2rem; transition: color .25s; word-break: break-word; }
.contact-list a:hover { color: var(--yellow); }
.contact-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--yellow); }
.map { border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line-2); filter: grayscale(1) contrast(1.1) brightness(.85); transition: filter .5s; }
.map:hover { filter: none; }
.map iframe { width: 100%; height: 300px; display: block; }

.contact-form {
  padding: clamp(28px, 4vw, 48px); display: grid; gap: 16px;
  background: rgba(10, 10, 10, .78); border: 1px solid var(--line-2); border-radius: var(--r-lg);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .9); position: relative;
}
.contact-form::before { content: ""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 4px; background: var(--yellow); border-radius: 0 3px 3px 0; }
.contact-form h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 2rem; line-height: 1; margin-bottom: 6px; }
.contact-form .btn { width: 100%; margin-top: 6px; }
@media (max-width: 960px) {
  .contact-inner { grid-template-columns: 1fr; }
  .contact-media img { object-position: 50% 50%; opacity: .22; }
}
@media (max-width: 480px) { .contact-list { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */

.site-footer { position: relative; background: #050505; border-top: 1px solid var(--line); overflow: hidden; padding: var(--section) var(--gutter) 40px; }
.footer-mark {
  position: absolute; right: -0.04em; bottom: -0.22em; font-size: clamp(14rem, 34vw, 32rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 2px rgba(255, 210, 63, .12); pointer-events: none; user-select: none;
}
.footer-inner {
  position: relative; max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
}
.footer-brand img { width: 96px; margin-bottom: 18px; }
.footer-brand p { color: var(--muted); max-width: 36ch; margin-bottom: 24px; }
.footer-col h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--yellow); margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col li { color: var(--muted); font-size: 0.95rem; }
.footer-col a { transition: color .25s; }
.footer-col a:hover { color: var(--yellow); }
.footer-bottom {
  position: relative; max-width: var(--container); margin: 60px auto 0; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 0.85rem; color: var(--muted-2);
}
.footer-bottom p { margin: 0; }
.credit { display: inline; }
.credit .heart { width: 13px; height: 13px; fill: var(--yellow); display: inline-block; vertical-align: -1px; margin: 0 2px; }
@media (max-width: 960px) { .footer-inner { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 540px) { .footer-inner { grid-template-columns: 1fr; } }

/* ---------- Mobile call bar ---------- */

.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none;
  grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ink-4);
  border-top: 1px solid var(--line-2); padding-bottom: env(safe-area-inset-bottom);
}
.callbar-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 60px;
  font-weight: 700; font-size: 13.5px; letter-spacing: 0.1em; text-transform: uppercase;
}
.callbar-btn svg { width: 18px; height: 18px; fill: currentColor; }
.callbar-call { background: var(--yellow); color: var(--ink); }
.callbar-estimate { background: var(--ink); color: var(--paper); }
@media (max-width: 900px) {
  .callbar { display: grid; }
  body { padding-bottom: 60px; }
}

/* ---------- Lightbox ---------- */

.lightbox { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.lightbox-figure { position: relative; margin: 0; max-width: 90vw; max-height: 90vh; display: flex; flex-direction: column; gap: 14px; }
.lightbox-figure img { max-width: 90vw; max-height: 80vh; width: auto; height: auto; object-fit: contain; border-radius: var(--r-md); box-shadow: 0 40px 100px rgba(0, 0, 0, .8); }
.lightbox-figure figcaption { display: flex; justify-content: space-between; gap: 20px; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.lightbox-count { color: var(--yellow); }
.lightbox-close, .lightbox-nav {
  position: absolute; z-index: 2; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255, 255, 255, .08); border: 1px solid var(--line-2); color: var(--paper); transition: background .25s, color .25s;
}
.lightbox-close svg, .lightbox-nav svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.lightbox-close:hover, .lightbox-nav:hover { background: var(--yellow); color: var(--ink); }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); }
body.modal-open { overflow: hidden; }
@media (max-width: 640px) {
  .lightbox-nav { width: 46px; height: 46px; top: auto; bottom: 18px; transform: none; }
  .lightbox-prev { left: 18px; } .lightbox-next { right: 18px; }
  .lightbox-figure img { max-height: 70vh; }
}

/* ---------- Motion states ---------- */

.js [data-reveal], .js [data-stagger] > * { opacity: 0; transform: translateY(26px); }
.js.no-motion [data-reveal], .js.no-motion [data-stagger] > * { opacity: 1; transform: none; }
.js [data-split] .w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.12em; margin-bottom: -0.12em; }
.js [data-split] .w > span { display: inline-block; transform: translateY(110%); }
.js.no-motion [data-split] .w > span { transform: none; }
.js.no-motion .scroll-cue span { animation: none; }

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

::selection { background: var(--yellow); color: var(--ink); }
