:root {
  --ink: #171614;
  --charcoal: #25221f;
  --charcoal-soft: #35312d;
  --asphalt: #11100f;
  --asphalt-soft: #1d1a17;
  --paper: #d8d2c7;
  --paper-strong: #eee8dc;
  --concrete: #b8b2a8;
  --concrete-light: #c7c1b7;
  --oxide: #ba1f28;
  --oxide-dark: #82151c;
  --steel: #183963;
  --muted: #6b665d;
  --line: rgba(23, 22, 20, 0.16);
  --shadow: 0 24px 80px rgba(21, 18, 14, 0.22);
  --slab-cut: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px));
  --font-display: Impact, Haettenschweiler, "DIN Condensed", "Avenir Next Condensed", "Roboto Condensed", "Arial Narrow", sans-serif;
  --font-label: "Arial Black", "Avenir Next Condensed", "DIN Alternate", "Arial Narrow", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-technical: "SF Mono", ui-monospace, Menlo, Monaco, Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(23, 22, 20, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 22, 20, 0.055) 1px, transparent 1px),
    var(--concrete-light);
  background-size: 72px 72px;
  font-family: var(--font-body);
  font-weight: 560;
  line-height: 1.5;
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 40;
  transform: translateY(-160%);
  background: var(--paper-strong);
  color: var(--ink);
  padding: 10px 12px;
  border-radius: 4px;
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 22px;
  padding: 14px clamp(16px, 4vw, 64px);
  color: var(--paper-strong);
  background: linear-gradient(180deg, rgba(23, 22, 20, 0.88), rgba(23, 22, 20, 0.36), transparent);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-lockup img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  background: rgba(255, 250, 240, 0.96);
  border-radius: 50%;
  border: 2px solid rgba(255, 250, 240, 0.88);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
}

nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

nav button,
nav a,
.header-cta {
  position: relative;
  border: 1px solid rgba(238, 232, 220, 0.24);
  border-radius: 0;
  clip-path: var(--slab-cut);
  background:
    linear-gradient(90deg, rgba(186, 31, 40, 0.46) 0 4px, transparent 4px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(45, 42, 38, 0.78), rgba(16, 15, 14, 0.82));
  color: var(--paper-strong);
  padding: 11px 14px 10px;
  font-family: var(--font-label);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 240, 0.05),
    inset 0 -4px 0 rgba(0, 0, 0, 0.28),
    0 8px 18px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

nav button::after,
nav a::after,
.header-cta::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 6px;
  height: 1px;
  background: rgba(255, 250, 240, 0.2);
}

nav button:hover,
nav a:hover,
.header-cta:hover,
nav button:focus-visible,
nav a:focus-visible,
.header-cta:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(238, 232, 220, 0.42);
}

.header-cta {
  background:
    linear-gradient(90deg, var(--oxide) 0 5px, transparent 5px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 44%),
    linear-gradient(180deg, #f4eee1, #d7d0c3);
  color: var(--ink);
  border-color: rgba(23, 22, 20, 0.26);
  text-decoration: none;
}

.header-call {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 0;
  clip-path: polygon(50% 0, 100% 18%, 100% 82%, 50% 100%, 0 82%, 0 18%);
  border: 1px solid rgba(255, 250, 240, 0.25);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), transparent 42%),
    linear-gradient(180deg, var(--oxide), var(--oxide-dark));
  color: white;
  text-decoration: none;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.28),
    inset 0 -5px 0 rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, filter 180ms ease;
}

.header-call:hover,
.header-call:focus-visible {
  transform: translateY(-1px) scale(1.03);
  filter: saturate(1.08);
}

.header-call svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 120px clamp(18px, 7vw, 112px) 70px;
  color: var(--paper-strong);
  isolation: isolate;
}

.hero-video,
.hero-still,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -4;
  background: var(--charcoal);
}

.hero.hero-video-frozen .hero-video {
  animation: none;
  transform: none;
  filter: contrast(1.03) saturate(0.98);
}

.hero-still {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(23, 22, 20, 0.15), rgba(23, 22, 20, 0.5)),
    url("assets/cp-quote-tool-background-surface.png") center / cover;
  opacity: 0.35;
  mix-blend-mode: multiply;
}

.hero-scrim {
  z-index: -2;
  background:
    radial-gradient(circle at 76% 22%, rgba(186, 31, 40, 0.15), transparent 30%),
    linear-gradient(90deg, rgba(23, 22, 20, 0.8) 0%, rgba(23, 22, 20, 0.42) 44%, rgba(23, 22, 20, 0.18) 100%),
    linear-gradient(0deg, rgba(23, 22, 20, 0.72), transparent 60%);
}

.hero-content {
  width: min(930px, 100%);
  position: relative;
  z-index: 2;
}

.hero::after {
  content: "";
  display: none;
  position: absolute;
  right: -16vw;
  top: 13vh;
  width: min(620px, 64vw);
  aspect-ratio: 1;
  border: 1px solid rgba(238, 232, 220, 0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 49%, rgba(238, 232, 220, 0.045) 50% 50.5%, transparent 51%),
    conic-gradient(from 12deg, transparent 0deg 72deg, rgba(186, 31, 40, 0.1) 72deg 94deg, transparent 94deg 360deg);
  opacity: 0.72;
  pointer-events: none;
  z-index: 1;
}

.hero-content::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 20px;
  bottom: 18px;
  width: 5px;
  background: var(--oxide);
}

.hero-logo {
  width: min(310px, 64vw);
  height: auto;
  margin-bottom: 18px;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.42));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--oxide);
  font-family: var(--font-label);
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffecdf;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.9;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 950;
  font-stretch: condensed;
  text-transform: uppercase;
}

h1 {
  max-width: 860px;
  font-size: clamp(50px, 7.6vw, 96px);
  text-shadow: 0 20px 36px rgba(0, 0, 0, 0.55);
}

h2 {
  font-size: clamp(40px, 5.5vw, 76px);
}

h3 {
  font-family: var(--font-display);
  font-weight: 950;
  font-stretch: condensed;
  font-size: clamp(28px, 3.6vw, 44px);
  text-transform: uppercase;
}

.hero-job-strip {
  width: min(770px, 100%);
  margin-top: 24px;
  padding: 14px;
  border-left: 5px solid var(--oxide);
  border-top: 1px solid rgba(255, 250, 240, 0.16);
  border-bottom: 1px solid rgba(255, 250, 240, 0.12);
  background:
    linear-gradient(90deg, rgba(186, 31, 40, 0.24) 0 3px, transparent 3px),
    linear-gradient(rgba(255, 250, 240, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.04) 1px, transparent 1px),
    rgba(17, 16, 15, 0.56);
  background-size: auto, 42px 42px, 42px 42px, auto;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 250, 240, 0.05);
}

.service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-chips li {
  border: 1px solid rgba(255, 250, 240, 0.28);
  background:
    linear-gradient(90deg, rgba(186, 31, 40, 0.5) 0 3px, transparent 3px),
    rgba(23, 22, 20, 0.58);
  backdrop-filter: blur(8px);
  border-radius: 0;
  clip-path: var(--slab-cut);
  padding: 10px 13px 9px 16px;
  font-family: var(--font-label);
  font-weight: 900;
  font-size: 13px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.22);
}

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

.button {
  position: relative;
  border: 1px solid rgba(23, 22, 20, 0.34);
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  padding: 18px 54px 17px 68px;
  font-family: var(--font-label);
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  box-shadow:
    0 20px 0 rgba(23, 22, 20, 0.08),
    0 22px 44px rgba(23, 22, 20, 0.24),
    inset 0 0 0 1px rgba(255, 250, 240, 0.13),
    inset 0 -7px 0 rgba(0, 0, 0, 0.24),
    inset 0 5px 0 rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  background:
    radial-gradient(circle at 20px 14px, rgba(255, 250, 240, 0.68) 0 2px, transparent 2.8px),
    radial-gradient(circle at 20px calc(100% - 14px), rgba(23, 22, 20, 0.34) 0 2px, transparent 2.8px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 38%),
    repeating-linear-gradient(45deg, rgba(255, 250, 240, 0.16) 0 7px, transparent 7px 14px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.1));
  border-right: 1px solid rgba(23, 22, 20, 0.32);
  opacity: 1;
}

.button::after {
  content: "";
  position: absolute;
  left: 56px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  background:
    linear-gradient(90deg, currentColor 0 40%, transparent 40% 47%, currentColor 47% 100%);
  opacity: 0.18;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.06);
  box-shadow:
    0 20px 42px rgba(23, 22, 20, 0.24),
    inset 0 0 0 1px rgba(255, 250, 240, 0.12),
    inset 0 -5px 0 rgba(0, 0, 0, 0.18),
    inset 0 4px 0 rgba(255, 255, 255, 0.11);
}

.button.primary {
  background:
    linear-gradient(90deg, rgba(23, 22, 20, 0.2) 0 2px, transparent 2px 52px, rgba(23, 22, 20, 0.14) 52px 54px, transparent 54px),
    linear-gradient(110deg, rgba(255, 250, 240, 0.2), transparent 34%),
    repeating-linear-gradient(90deg, transparent 0 25px, rgba(23, 22, 20, 0.12) 25px 26px, transparent 26px 52px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 42%),
    linear-gradient(180deg, #cc2530, var(--oxide-dark));
  color: white;
  border-color: rgba(255, 250, 240, 0.18);
}

.button.dark {
  background:
    linear-gradient(110deg, rgba(255, 250, 240, 0.1), transparent 34%),
    repeating-linear-gradient(90deg, transparent 0 25px, rgba(255, 250, 240, 0.06) 25px 26px, transparent 26px 52px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 40%),
    var(--ink);
  color: var(--paper-strong);
  border-color: rgba(238, 232, 220, 0.18);
}

.button.ghost,
.button.light {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(23, 22, 20, 0.12) 0 2px, transparent 2px 52px, rgba(23, 22, 20, 0.08) 52px 54px, transparent 54px),
    linear-gradient(110deg, rgba(23, 22, 20, 0.1), transparent 36%),
    repeating-linear-gradient(90deg, transparent 0 25px, rgba(23, 22, 20, 0.08) 25px 26px, transparent 26px 52px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 44%),
    linear-gradient(180deg, var(--paper-strong), #d8d2c7);
  border-color: rgba(23, 22, 20, 0.2);
  text-shadow: 0 1px 0 rgba(255, 250, 240, 0.48);
}

.button.wide {
  width: 100%;
}

a.button {
  text-decoration: none;
}

.hero-actions .button,
.planner-actions .button,
.summary-submit,
.crew-link,
.contact-actions .button {
  isolation: isolate;
}

.hero-actions .button {
  min-width: 214px;
  border-top: 2px solid rgba(255, 250, 240, 0.2);
  border-bottom: 2px solid rgba(23, 22, 20, 0.4);
}

.planner-actions .button,
.summary-submit {
  min-width: 220px;
}

.work-zone {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  scroll-margin-top: 96px;
}

.construction-tape {
  height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-top: 2px solid rgba(23, 22, 20, 0.9);
  border-bottom: 2px solid rgba(23, 22, 20, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 238, 128, 0.38), transparent 46%, rgba(23, 22, 20, 0.2) 100%),
    repeating-linear-gradient(112deg, #f3c927 0 42px, #171614 42px 58px, #f3c927 58px 102px);
  box-shadow:
    inset 0 9px 15px rgba(255, 255, 255, 0.18),
    inset 0 -10px 16px rgba(0, 0, 0, 0.2);
  position: relative;
}

.construction-tape::before,
.construction-tape::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.construction-tape::before {
  background:
    radial-gradient(circle at 18% 45%, rgba(23, 22, 20, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 58%, rgba(255, 255, 255, 0.2) 0 1px, transparent 2px);
  background-size: 58px 22px, 74px 24px;
  mix-blend-mode: multiply;
}

.construction-tape::after {
  background: linear-gradient(90deg, rgba(23, 22, 20, 0.18), transparent 8%, transparent 92%, rgba(23, 22, 20, 0.18));
}

.tape-track {
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: max-content;
  animation: tapeTrack 22s linear infinite;
  position: relative;
  z-index: 1;
}

.construction-tape.reverse .tape-track {
  animation-direction: reverse;
}

.tape-track span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 0 2px;
  background: transparent;
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(255, 241, 135, 0.5);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  transform: skew(-7deg);
}

@keyframes tapeTrack {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.333%);
  }
}

@keyframes workPhotoTrack {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-150vw);
  }
}

@keyframes workPhotoTrackMobile {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-300vw);
  }
}

.work-strip {
  overflow: hidden;
  background: var(--ink);
}

.work-strip-track {
  display: flex;
  width: max-content;
  animation: workPhotoTrack 38s linear infinite;
}

.work-strip:hover .work-strip-track,
.work-strip:focus-within .work-strip-track,
.work-strip.is-paused .work-strip-track {
  animation-play-state: paused;
}

.work-strip article {
  flex: 0 0 25vw;
  width: 25vw;
  min-height: 420px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: var(--paper-strong);
}

.work-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.work-strip article:hover img,
.lightbox-trigger:hover,
.lightbox-card-trigger:hover .lightbox-trigger {
  transform: scale(1.04);
}

.lightbox-trigger,
.lightbox-card-trigger {
  cursor: zoom-in;
}

.lightbox-trigger:focus-visible,
.lightbox-card-trigger:focus-visible {
  outline: 3px solid var(--oxide);
  outline-offset: -3px;
}

.work-strip article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 22, 20, 0.86), transparent 58%);
  pointer-events: none;
}

.work-strip div {
  position: relative;
  z-index: 1;
  padding: 24px;
}

.work-strip span,
.gallery-grid span,
.summary-card-top span,
.service-accordion summary span {
  display: block;
  color: #ff675d;
  font-family: var(--font-label);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
  margin-bottom: 8px;
}

.work-strip p,
.gallery-grid p,
.ready-section p,
.contact-section p {
  margin: 0;
}

.planner-section,
.gallery-section,
.services-section,
.ready-section,
.contact-section {
  padding: clamp(70px, 9vw, 130px) clamp(18px, 7vw, 112px);
  position: relative;
  scroll-margin-top: 96px;
}

.planner-section {
  background:
    linear-gradient(180deg, rgba(37, 34, 31, 0.08), transparent 24%, rgba(17, 16, 15, 0.1) 100%),
    linear-gradient(rgba(23, 22, 20, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 22, 20, 0.055) 1px, transparent 1px),
    var(--concrete-light);
  background-size: auto, 72px 72px, 72px 72px;
}

.gallery-section {
  background:
    linear-gradient(180deg, rgba(17, 16, 15, 0.08), transparent 36%),
    var(--concrete-light);
}

.services-section {
  background:
    linear-gradient(90deg, rgba(186, 31, 40, 0.13) 0 8px, transparent 8px),
    linear-gradient(180deg, rgba(255, 250, 240, 0.18), rgba(23, 22, 20, 0.06)),
    var(--concrete);
}

.contact-section {
  background:
    radial-gradient(circle at 82% 20%, rgba(186, 31, 40, 0.2), transparent 26%),
    linear-gradient(135deg, var(--asphalt) 0%, var(--charcoal) 100%);
  color: var(--paper-strong);
}

.contact-section > * {
  position: relative;
  z-index: 1;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 28px clamp(18px, 7vw, 112px);
  pointer-events: none;
  border: 1px solid rgba(238, 232, 220, 0.1);
  background:
    linear-gradient(rgba(255, 250, 240, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.03) 1px, transparent 1px);
  background-size: 58px 58px;
}

.planner-section::before,
.gallery-section::before,
.services-section::before {
  content: "";
  position: absolute;
  inset: 30px clamp(18px, 7vw, 112px);
  pointer-events: none;
  background: url("assets/bizcrete-logo-round.png") center / min(620px, 74vw) no-repeat;
  opacity: 0.035;
  filter: grayscale(1);
}

.section-heading {
  position: relative;
  z-index: 1;
  width: min(1060px, 100%);
  margin-bottom: 34px;
}

.section-heading.split {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 44px;
  align-items: end;
}

.section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--charcoal-soft);
  font-size: 18px;
  max-width: 520px;
}

.section-kicker {
  margin-top: 20px !important;
  font-weight: 760;
}

.quote-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.quote-checklist li {
  position: relative;
  border: 1px solid rgba(23, 22, 20, 0.22);
  border-left: 5px solid var(--oxide);
  clip-path: var(--slab-cut);
  background:
    linear-gradient(rgba(23, 22, 20, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 22, 20, 0.05) 1px, transparent 1px),
    rgba(238, 232, 220, 0.76);
  background-size: 34px 34px;
  padding: 10px 14px 9px 16px;
  color: var(--ink);
  font-family: var(--font-label);
  font-weight: 950;
  font-size: 13px;
  text-transform: uppercase;
  box-shadow:
    inset 0 -3px 0 rgba(23, 22, 20, 0.08),
    0 8px 16px rgba(23, 22, 20, 0.08);
}

.planner-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 20px;
  padding: 22px;
  min-width: 0;
  border: 1px solid rgba(23, 22, 20, 0.28);
  border-left: 8px solid var(--oxide);
  border-radius: 6px;
  box-shadow:
    0 28px 90px rgba(21, 18, 14, 0.28),
    inset 0 0 0 1px rgba(255, 250, 240, 0.16);
  background:
    linear-gradient(135deg, rgba(17, 16, 15, 0.16), transparent 34%),
    linear-gradient(rgba(216, 210, 199, 0.9), rgba(216, 210, 199, 0.84)),
    url("assets/cp-quote-tool-background-surface.png") center / cover;
}

.planner-form,
.summary-card {
  border-radius: 6px;
  min-width: 0;
}

.planner-form {
  padding: 20px;
  min-height: 560px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.78), rgba(230, 224, 213, 0.82)),
    rgba(238, 232, 220, 0.78);
  border: 1px solid rgba(23, 22, 20, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.28);
}

.planner-step-guide {
  display: none;
  margin: 0 0 12px;
  color: var(--charcoal-soft);
  font-family: var(--font-label);
  font-weight: 900;
  text-transform: uppercase;
}

.step-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.step-tabs button,
.choice {
  min-height: 56px;
  border: 1px solid rgba(23, 22, 20, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 44%),
    rgba(238, 232, 220, 0.72);
  color: var(--charcoal-soft);
  border-radius: 0;
  clip-path: var(--slab-cut);
  font-family: var(--font-label);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  padding: 12px;
  box-shadow:
    inset 0 -4px 0 rgba(23, 22, 20, 0.08),
    0 8px 16px rgba(23, 22, 20, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.step-tabs button:hover,
.choice:hover,
.step-tabs button:focus-visible,
.choice:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(186, 31, 40, 0.44);
}

.step-tabs button.active,
.choice.active {
  background: var(--charcoal);
  color: var(--paper-strong);
  border-left: 0;
  box-shadow:
    inset 6px 0 0 var(--oxide),
    inset 0 -4px 0 rgba(0, 0, 0, 0.24),
    0 10px 20px rgba(23, 22, 20, 0.12);
}

.step-panel {
  display: none;
}

.step-panel.active {
  display: block;
}

.field-label,
label span {
  display: block;
  margin-bottom: 8px;
  color: var(--charcoal-soft);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(23, 22, 20, 0.2);
  border-radius: 5px;
  padding: 13px 14px;
  background: rgba(238, 232, 220, 0.82);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 700;
}

textarea {
  min-height: 126px;
  resize: vertical;
}

.planner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 18px;
}

.summary-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(186, 31, 40, 0.22) 0 5px, transparent 5px),
    radial-gradient(circle at 82% 14%, rgba(255, 250, 240, 0.08), transparent 30%),
    linear-gradient(135deg, var(--asphalt), var(--charcoal));
  color: var(--paper-strong);
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(238, 232, 220, 0.13);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 240, 0.06),
    0 24px 54px rgba(17, 16, 15, 0.22);
}

.summary-card::before {
  content: "BIZCRETE";
  position: absolute;
  right: -12px;
  bottom: 14px;
  color: rgba(255, 250, 240, 0.035);
  font-family: var(--font-display);
  font-size: clamp(64px, 7vw, 124px);
  line-height: 0.8;
  pointer-events: none;
}

.summary-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 18px;
}

.summary-card-top strong {
  font-size: 24px;
}

pre {
  position: relative;
  z-index: 1;
  white-space: pre-wrap;
  margin: 0;
  color: #f5eadc;
  font-family: var(--font-body);
  font-weight: 680;
  font-size: 14px;
  line-height: 1.55;
}

.summary-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 250, 240, 0.78);
}

.summary-submit {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.summary-submit.disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.summary-submit.is-submitting {
  opacity: 0.72;
  cursor: wait;
}

.summary-submit.is-submitted {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 42%),
    #25221f;
}

.summary-status {
  margin-top: auto;
  padding-top: 18px;
  font-size: 13px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.featured-project,
.project-list article {
  overflow: hidden;
  background: var(--paper-strong);
  border-radius: 6px;
  border: 1px solid var(--line);
}

.featured-project img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.featured-project div {
  padding: 30px;
  background: var(--charcoal);
  color: var(--paper-strong);
}

.featured-project h3 {
  max-width: 690px;
}

.featured-project p {
  margin-top: 14px;
  color: rgba(255, 250, 240, 0.78);
}

.project-list {
  display: grid;
  gap: 14px;
}

.project-list article {
  display: grid;
  grid-template-columns: 170px 1fr;
}

.project-list img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
}

.project-list div {
  padding: 22px;
}

.project-list p {
  color: var(--charcoal-soft);
}

.service-accordion {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  width: min(1000px, 100%);
}

details {
  border: 1px solid rgba(23, 22, 20, 0.22);
  border-left: 6px solid rgba(186, 31, 40, 0.32);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.36), transparent 42%),
    rgba(216, 210, 199, 0.82);
  overflow: hidden;
  box-shadow:
    inset 0 -5px 0 rgba(23, 22, 20, 0.06),
    0 14px 28px rgba(23, 22, 20, 0.08);
}

details[open] {
  border-left-color: var(--oxide);
  background:
    linear-gradient(90deg, rgba(17, 16, 15, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(255, 250, 240, 0.42), transparent 46%),
    rgba(238, 232, 220, 0.9);
}

summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 20px 68px 20px 22px;
}

summary::-webkit-details-marker {
  display: none;
}

.service-accordion summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(23, 22, 20, 0.22);
  background: rgba(255, 250, 240, 0.42);
  color: var(--oxide);
  font-family: var(--font-label);
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  box-shadow: inset 0 -3px 0 rgba(23, 22, 20, 0.08);
}

.service-accordion details[open] summary::after {
  content: "–";
  background: var(--charcoal);
  color: var(--paper-strong);
}

.service-accordion summary span {
  margin: 0;
  color: var(--ink);
  font-size: 26px;
  line-height: 0.95;
}

summary small {
  color: var(--charcoal-soft);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.service-accordion details ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0 22px 24px;
  max-width: 760px;
}

.service-accordion details li {
  position: relative;
  padding-left: 18px;
  color: var(--charcoal-soft);
  font-weight: 780;
  line-height: 1.35;
}

.service-accordion details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 3px;
  background: var(--oxide);
}

details p {
  margin: 0;
  padding: 0 22px 24px;
  color: var(--charcoal-soft);
  max-width: 700px;
  font-weight: 720;
}

.ready-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background: var(--charcoal);
  color: var(--paper-strong);
}

.ready-section img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}

.ready-section p:not(.eyebrow) {
  color: rgba(255, 250, 240, 0.82);
  font-size: 18px;
  max-width: 680px;
  margin-top: 20px;
}

.crew-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(70px, 9vw, 130px) clamp(18px, 7vw, 112px);
  position: relative;
  scroll-margin-top: 96px;
  background:
    linear-gradient(rgba(199, 193, 183, 0.92), rgba(199, 193, 183, 0.92)),
    linear-gradient(rgba(23, 22, 20, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 22, 20, 0.055) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
}

.crew-photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 560px;
  box-shadow: var(--shadow);
  background: var(--charcoal);
}

.crew-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.crew-photo img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center 56%;
}

.crew-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  max-width: 650px;
  color: var(--charcoal-soft);
  font-size: 19px;
}

.crew-line {
  padding-left: 16px;
  border-left: 5px solid var(--oxide);
  font-weight: 820;
}

.crew-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.crew-points span {
  border: 1px solid rgba(23, 22, 20, 0.22);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(238, 232, 220, 0.72);
  font-family: var(--font-label);
  font-weight: 950;
  text-transform: uppercase;
}

.crew-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.crew-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 30px;
  align-items: start;
}

.contact-section p:not(.eyebrow) {
  margin-top: 16px;
  color: rgba(238, 232, 220, 0.8);
  font-size: 18px;
  font-weight: 700;
}

.contact-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.copy-row,
.contact-route {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  clip-path: var(--slab-cut);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 44%),
    rgba(238, 232, 220, 0.74);
  color: var(--ink);
  text-decoration: none;
  font-family: var(--font-label);
  font-weight: 950;
  text-transform: uppercase;
  box-shadow:
    inset 0 -4px 0 rgba(23, 22, 20, 0.08),
    0 10px 22px rgba(23, 22, 20, 0.08);
}

.contact-route {
  display: flex;
  min-height: 58px;
  justify-content: space-between;
}

.contact-route::after {
  content: "↗";
  color: var(--oxide);
  font-size: 22px;
}

.crew-page {
  background: var(--concrete-light);
}

.crew-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(24px, 5vw, 78px);
  align-items: end;
  padding: 120px clamp(18px, 7vw, 112px) 70px;
  background: var(--charcoal);
  color: var(--paper-strong);
}

.crew-hero-media {
  min-height: 690px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.crew-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: center 56%;
}

.crew-hero-copy p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(238, 232, 220, 0.84);
  font-size: 20px;
}

.crew-hero-copy .hero-actions a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.crew-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: clamp(70px, 8vw, 110px) clamp(18px, 7vw, 112px);
  background: var(--concrete-light);
}

.crew-detail-grid article {
  padding: 28px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: rgba(238, 232, 220, 0.7);
}

.crew-detail-grid span {
  display: block;
  color: var(--oxide);
  font-family: var(--font-label);
  font-weight: 950;
  margin-bottom: 14px;
}

.crew-detail-grid h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.crew-detail-grid p {
  margin: 14px 0 0;
  color: var(--charcoal-soft);
}

.crew-contact {
  background: var(--charcoal);
  color: var(--paper-strong);
}

.crew-contact p:not(.eyebrow) {
  color: rgba(238, 232, 220, 0.82);
}

.lightbox-open {
  overflow: hidden;
}

.photo-lightbox[hidden] {
  display: none;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--paper-strong);
}

.photo-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 11, 10, 0.88);
}

.photo-lightbox__panel {
  position: relative;
  z-index: 1;
  width: 100vw;
  min-height: 100svh;
  padding: clamp(12px, 2vw, 24px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.photo-lightbox figure {
  margin: 0;
  min-width: 0;
  display: grid;
  gap: 12px;
  pointer-events: auto;
}

.photo-lightbox img {
  width: 100%;
  height: calc(100svh - 92px);
  object-fit: contain;
  background: #080706;
  border: 1px solid rgba(238, 232, 220, 0.22);
  border-radius: 6px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.55);
}

.photo-lightbox figcaption {
  color: rgba(238, 232, 220, 0.86);
  text-align: center;
  display: grid;
  gap: 5px;
  max-width: min(920px, calc(100vw - 28px));
  margin-inline: auto;
}

.photo-lightbox figcaption strong {
  color: var(--paper-strong);
  font-family: var(--font-label);
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.photo-lightbox figcaption span {
  color: rgba(238, 232, 220, 0.82);
  font-size: 15px;
  font-weight: 700;
}

.photo-lightbox__close,
.photo-lightbox__nav {
  border: 1px solid rgba(238, 232, 220, 0.26);
  background: rgba(23, 22, 20, 0.72);
  color: var(--paper-strong);
  font-family: var(--font-label);
  font-weight: 950;
  text-transform: uppercase;
  clip-path: var(--slab-cut);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  pointer-events: auto;
}

.photo-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-height: 44px;
  padding: 11px 16px;
}

.photo-lightbox__nav {
  width: 74px;
  min-height: 58px;
}

.copy-row span {
  font-weight: 850;
}

.copy-row button,
.copy-row a {
  border: 0;
  border-radius: 0;
  clip-path: var(--slab-cut);
  padding: 10px 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 42%),
    var(--charcoal);
  color: var(--paper-strong);
  font-family: var(--font-label);
  font-weight: 850;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
}

@media (max-width: 1050px) {
  .crew-section,
  .crew-hero,
  .crew-detail-grid,
  .planner-shell,
  .gallery-grid,
  .ready-section,
  .contact-section,
  .section-heading.split {
    grid-template-columns: 1fr;
  }

  .work-strip-track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    animation: none;
  }

  .work-strip article {
    flex: initial;
    width: auto;
  }

  .work-strip [data-carousel-clone] {
    display: none;
  }

  .crew-detail-grid {
    grid-template-columns: 1fr;
  }

  nav {
    display: none;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 78px;
  }

  .site-header {
    min-height: 70px;
    grid-template-columns: 1fr auto;
    padding: 10px 14px;
  }

  .brand-lockup {
    gap: 10px;
    font-size: 20px;
  }

  .brand-lockup img {
    width: 50px;
    height: 50px;
  }

  .header-cta {
    display: none;
  }

  .header-call {
    width: 46px;
    height: 46px;
  }

  .hero {
    padding: clamp(96px, 12svh, 128px) 22px 34px;
    min-height: auto;
    align-items: start;
    background:
      radial-gradient(circle at 50% 22%, rgba(238, 232, 220, 0.08), transparent 34%),
      radial-gradient(circle at 80% 15%, rgba(186, 31, 40, 0.2), transparent 30%),
      linear-gradient(135deg, #131210 0%, #211e1b 52%, #321f1d 100%);
  }

  .hero-video {
    display: none;
  }

  .hero.hero-video-frozen .hero-video {
    transform: none;
  }

  .hero-still {
    z-index: -3;
    background:
      linear-gradient(rgba(255, 250, 240, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 250, 240, 0.03) 1px, transparent 1px),
      radial-gradient(circle at 50% 34%, rgba(255, 250, 240, 0.08), transparent 36%);
    background-size: 62px 62px, 62px 62px, auto;
    opacity: 1;
    mix-blend-mode: normal;
  }

  .hero-scrim {
    z-index: -1;
    background:
      linear-gradient(0deg, rgba(19, 18, 16, 0.86), rgba(19, 18, 16, 0.18) 54%, rgba(19, 18, 16, 0.58)),
      linear-gradient(90deg, rgba(19, 18, 16, 0.86), rgba(19, 18, 16, 0.28) 56%, rgba(19, 18, 16, 0.18));
  }

  .hero::after {
    display: block;
    left: 50%;
    right: auto;
    top: clamp(118px, 15svh, 150px);
    width: min(80vw, 340px);
    height: min(64vw, 272px);
    border: 0;
    border-radius: 0;
    background: url("assets/bizcrete-logo-dark-red.png") center / contain no-repeat;
    filter: grayscale(1) contrast(0.9) brightness(1.12);
    opacity: 0.28;
    transform: translateX(-50%);
    z-index: -2;
  }

  .hero-content::before {
    left: -12px;
    top: 6px;
    bottom: 8px;
  }

  .hero-logo {
    display: block;
    width: min(235px, 60vw);
    margin-bottom: 16px;
  }

  h1 {
    font-size: clamp(38px, 11.4vw, 56px);
    line-height: 0.94;
  }

  h2 {
    font-size: clamp(36px, 11vw, 56px);
  }

  .planner-section h2 {
    font-size: clamp(34px, 9vw, 44px);
    line-height: 0.98;
  }

  .services-section h2 {
    font-size: 39px;
    line-height: 0.92;
  }

  .hero-actions,
  .planner-actions,
  .crew-actions {
    display: grid;
  }

  .hero-job-strip {
    margin-top: 18px;
    padding: 11px;
  }

  .service-chips {
    gap: 7px;
  }

  .service-chips li {
    padding: 8px 10px;
    font-size: 11px;
  }

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

  .button {
    width: 100%;
    min-height: 54px;
    padding-inline: 56px 36px;
    font-size: 13px;
  }

  .work-strip-track {
    display: flex;
    width: max-content;
    animation: workPhotoTrackMobile 34s linear infinite;
  }

  .work-strip [data-carousel-clone] {
    display: grid;
  }

  .construction-tape {
    height: 32px;
  }

  .tape-track span {
    min-height: 23px;
    padding: 4px 10px 3px;
    font-size: 12px;
  }

  .work-strip article {
    flex: 0 0 50vw;
    width: 50vw;
    min-height: 205px;
  }

  .work-strip div {
    padding: 14px 12px;
  }

  .work-strip span {
    font-size: 12px;
  }

  .planner-section,
  .gallery-section,
  .services-section,
  .crew-section,
  .ready-section,
  .contact-section {
    padding: 64px 16px;
    scroll-margin-top: 104px;
  }

  .crew-photo,
  .crew-photo img {
    min-height: 420px;
  }

  .crew-photo img {
    object-position: center 50%;
  }

  .crew-points {
    margin: 22px 0;
  }

  .crew-hero {
    min-height: auto;
    padding: 92px 16px 56px;
  }

  .crew-hero-media,
  .crew-hero-media img {
    min-height: 470px;
  }

  .crew-detail-grid {
    padding: 56px 16px;
  }

  .planner-shell,
  .planner-form {
    padding: 12px;
  }

  .quote-checklist {
    gap: 7px;
  }

  .quote-checklist li {
    font-size: 11px;
    padding: 9px 10px 8px 13px;
  }

  .step-tabs,
  .field-row,
  .project-list article {
    grid-template-columns: 1fr;
  }

  .planner-shell {
    gap: 12px;
    padding: 10px;
    max-width: 100%;
    overflow: hidden;
  }

  .planner-form {
    min-height: auto;
    max-width: 100%;
    overflow: hidden;
    scroll-margin-top: 88px;
  }

  .planner-step-guide {
    display: block;
    padding: 10px 12px;
    border-left: 4px solid var(--oxide);
    background: rgba(17, 16, 15, 0.08);
    font-size: 12px;
  }

  .step-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    margin: 0 0 18px;
    padding: 0 0 12px;
    position: static;
    background: transparent;
    border-bottom: 1px solid rgba(23, 22, 20, 0.12);
  }

  .step-tabs button {
    min-width: 0;
    min-height: 48px;
    padding: 10px 12px;
    font-size: 12px;
    text-align: center;
    white-space: normal;
  }

  .choice-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    min-width: 0;
  }

  .choice {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 10px;
    font-size: 12px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .field-row,
  .field-row label,
  input,
  select,
  textarea {
    min-width: 0;
  }

  .planner-actions {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 10px;
  }

  .planner-actions .button {
    width: 100%;
    justify-content: center;
    padding-inline: 30px;
  }

  .summary-card {
    min-height: auto;
    padding: 18px;
  }

  .summary-card-top {
    display: grid;
    gap: 6px;
  }

  pre {
    max-height: 380px;
    overflow: auto;
    font-size: 13px;
  }

  .featured-project img {
    height: 330px;
  }

  .project-list img {
    height: 220px;
  }

  summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .photo-lightbox {
    padding: 0;
  }

  .photo-lightbox__panel {
    min-height: 100svh;
    height: 100svh;
    padding: 54px 12px 14px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    grid-template-areas:
      "image image"
      "prev next";
    align-content: stretch;
    align-items: stretch;
  }

  .photo-lightbox figure {
    grid-area: image;
    min-height: 0;
    grid-template-rows: minmax(0, auto) auto;
    align-content: center;
  }

  .photo-lightbox img {
    height: min(58svh, 520px);
  }

  .photo-lightbox figcaption {
    max-width: calc(100vw - 32px);
    text-align: left;
  }

  .photo-lightbox figcaption strong {
    font-size: 16px;
  }

  .photo-lightbox figcaption span {
    font-size: 13px;
    line-height: 1.35;
  }

  .photo-lightbox__nav {
    width: 100%;
  }

  .photo-lightbox__nav--prev {
    grid-area: prev;
  }

  .photo-lightbox__nav--next {
    grid-area: next;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-video {
    display: none;
  }

  .hero-still {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .tape-track {
    animation: none;
  }

  .work-strip-track {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 720px) {
  .work-strip-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .work-strip [data-carousel-clone] {
    display: none;
  }

  .work-strip article {
    flex: initial;
    width: auto;
  }
}
