  /* ===== HERO — split: copy + dark stat board ===== */
  .hero {
    position: relative;
    color: var(--c-ivory);
    overflow: hidden;
    isolation: isolate;
    background: var(--c-dark);
    /* Fill the viewport below the sticky header (~80px), leaving a 60px
       peek of the next section at the bottom so it doesn't dominate. */
    min-height: calc(100vh - 160px);
    min-height: calc(100dvh - 160px);
    display: flex;
    align-items: flex-start;
  }

  /* .hero__scroll lives in components.css — shared by home + process heroes */
  .hero__photo {
    position: absolute; inset: 0; z-index: 0;
    background-image: url("../../images/projects/sfh-featured.webp");
    background-size: cover; background-position: center calc(45% - 40px);
    background-attachment: fixed;
    filter: brightness(0.40) saturate(0.95);
  }
  @media (prefers-reduced-motion: reduce) {
    .hero__photo { background-attachment: scroll; }
  }
  .hero::before {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(95deg, rgba(14,26,43,0.92) 0%, rgba(14,26,43,0.78) 55%, rgba(14,26,43,0.62) 100%);
  }
  /* Soft secondary fade so text region stays dark even on bright photo regions */
  .hero::after {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(180deg, rgba(14,26,43,0.30) 0%, transparent 40%, rgba(14,26,43,0.45) 100%);
    pointer-events: none;
  }
  .hero__inner {
    position: relative; z-index: 1;
    max-width: var(--maxw); margin: 0 auto;
    width: 100%;
    padding: clamp(24px, 3vw, 48px) var(--gut) clamp(48px, 6vw, 88px);
  }
  .hero__eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--f-mono); font-size: 11px;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--c-accent);
    margin-bottom: 24px;
  }
  .hero__eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--c-accent); }
  .hero h1 { color: #fff; font-weight: 500; line-height: 1.2; margin-bottom: 64px; text-shadow: 0 2px 32px rgba(14,26,43,0.6); }
  .hero h1 em { font-style: normal; color: #fff; font-weight: 500; }
  .hero__tagline {
    color: #fff; max-width: 64ch; line-height: 1.95;
    font-size: clamp(17px, 1.6vw, 21px); margin: 0;
    text-shadow: 0 1px 16px rgba(14,26,43,0.55);
  }
  .hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 64px; }
  .hero .btn--primary { background: #fff; color: var(--c-ink); border-color: #fff; }
  .hero .btn--primary:hover { background: var(--c-accent); border-color: var(--c-accent); }
  .hero .btn--ghost-light {
    background: rgba(14,26,43,0.35); color: #fff; border-color: rgba(255,255,255,0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .hero .btn--ghost-light:hover {
    background: var(--c-ivory); color: var(--c-dark); border-color: var(--c-ivory);
  }

  /* ===== Stat board (right column) ===== */
  .hero__board {
    background: rgba(14,26,43,0.55);
    border: 1px solid rgba(237,230,218,0.18);
    backdrop-filter: blur(6px);
    padding: 30px;
  }
  .hero__board-head {
    display: flex; justify-content: space-between; align-items: baseline;
    padding-bottom: 18px; margin-bottom: 22px;
    border-bottom: 1px solid rgba(237,230,218,0.18);
    font-family: var(--f-mono); font-size: 10px;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--c-ivory-soft);
  }
  .hero__board-head strong { color: var(--c-accent); font-family: var(--f-mono); font-weight: 500; }
  .hero__board-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
    background: rgba(237,230,218,0.18);
  }
  .hero__board-cell {
    background: rgba(14,26,43,0.55);
    padding: 22px 18px;
    display: grid; gap: 6px; min-height: 120px; align-content: center;
  }
  .hero__board-num {
    font-family: var(--f-serif);
    font-size: clamp(40px, 4vw, 56px);
    color: #fff; font-weight: 500; line-height: 1;
    display: inline-flex; align-items: baseline; gap: 4px;
  }
  .hero__board-num small { font-size: 0.42em; color: var(--c-accent); font-family: var(--f-serif); }
  .hero__board-label {
    font-family: var(--f-mono); font-size: 10px;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--c-ivory-soft); line-height: 1.5;
  }

  /* ===== Trust strip — single, enlarged ===== */
  .trust-strip--single { padding: 32px var(--gut); }
  .trust-item--lg {
    font-size: 15px;
    letter-spacing: 0.18em;
    color: var(--c-ink);
    gap: 16px;
  }

  /* ===== Differentiators ===== */
  .diff__inner {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
  }
  .diff__cell {
    padding: 56px 36px; display: grid; gap: 16px;
    border-right: 1px solid var(--c-line);
  }
  .diff__cell:last-child { border-right: 0; }
  .diff__num { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.22em; color: var(--c-accent); text-transform: uppercase; }
  .diff__cell h3 { font-size: 26px; }
  .diff__cell p { color: var(--c-ink-soft); font-size: 15px; line-height: 1.6; }

  /* ===== Job sites — 2-col masonry; portrait videos trimmed to 3:4 ===== */
  .jobs-grid {
    column-count: 2;
    column-gap: 24px;
    /* Compensate for the trailing margin-bottom on the last item in each
       column so the gap below the grid matches the gap above it. */
    margin-bottom: -24px;
  }
  .job {
    position: relative; overflow: hidden; background: var(--c-dark-2);
    transition: transform .3s ease, box-shadow .3s ease;
    display: block; color: inherit;
    padding: 0; width: 100%; text-align: left; border: 0; cursor: pointer;
    font: inherit;
    margin: 0 0 24px;
    break-inside: avoid;
  }
  .job:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(14,26,43,0.18); }
  .job__media { position: relative; overflow: hidden; }
  .job[data-orientation="landscape"] .job__media { aspect-ratio: 16/9; }
  .job[data-orientation="portrait"]  .job__media { aspect-ratio: 3/4; }

  .job__iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; pointer-events: none; transition: transform .6s ease; }
  /* Portrait video (9:16) is taller than its 3:4 container — oversize the iframe
     vertically and pull it up so the video fills width and gets center-cropped
     top/bottom rather than letterboxed left/right. */
  .job[data-orientation="portrait"] .job__iframe {
    top: -16.67%;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 133.33%;
  }
  .job:hover .job__iframe { transform: scale(1.04); }
  .job__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(14,26,43,0.92) 100%); pointer-events: none; }
  .job__info { position: absolute; bottom: 22px; left: 22px; right: 22px; color: var(--c-ivory); }
  .job__loc { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-ivory-soft); margin-bottom: 6px; }
  .job__name { font-family: var(--f-serif); font-size: 22px; line-height: 1.2; }
  .job__phase {
    display: inline-flex; align-items: center; gap: 6px; margin-top: 12px;
    font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--c-ivory);
  }
  .job__phase .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-accent); animation: pulse 1.8s infinite; }
  @keyframes pulse {
    0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--c-accent) 60%, transparent); }
    70% { box-shadow: 0 0 0 8px transparent; }
    100% { box-shadow: 0 0 0 0 transparent; }
  }

  /* ===== Video lightbox ===== */
  .vlb {
    position: fixed; inset: 0; z-index: 10000;
    background: rgba(14,26,43,0.92);
    display: none; align-items: center; justify-content: center;
    padding: 4vmin; backdrop-filter: blur(6px);
    cursor: zoom-out;
  }
  .vlb.is-open { display: flex; }
  .vlb__frame {
    position: relative;
    max-width: min(1200px, 96vw);
    width: 100%;
    display: flex; flex-direction: column; align-items: center;
    cursor: default;
  }
  .vlb__player {
    position: relative;
    width: 100%;
    background: var(--c-dark);
    box-shadow: 0 24px 60px rgba(14,26,43,0.5);
    aspect-ratio: 16 / 9;
    max-height: 75vh;
  }
  /* Portrait — drive size off the height so the player + close button +
     caption all fit inside the viewport without overflowing. */
  .vlb__player.is-portrait {
    width: auto;
    aspect-ratio: 9 / 16;
    height: min(75vh, 854px);
    max-width: 95vw;
    margin: 0 auto;
  }
  .vlb__iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0;
  }
  .vlb__caption {
    margin-top: 16px;
    color: var(--c-ivory);
    font-family: var(--f-mono); font-size: 11px;
    letter-spacing: 0.18em; text-transform: uppercase;
    text-align: center;
  }
  .vlb__close {
    position: absolute; top: -52px; right: 0;
    width: 44px; height: 44px;
    background: var(--c-ivory); color: var(--c-dark);
    border-radius: 50%; border: 0; cursor: pointer;
    display: grid; place-items: center;
    font-size: 24px; line-height: 1;
    box-shadow: 0 6px 20px rgba(14,26,43,0.35);
  }

  /* ===== Coverage map ===== */
  .areas { background: var(--c-bg); }
  .areas__inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
  .areas__list {
    list-style: none; padding: 0; margin: 28px 0 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    border-top: 1px solid var(--c-line);
  }
  .areas__list li {
    display: flex; gap: 14px; align-items: baseline; justify-content: space-between;
    padding: 16px 0; border-bottom: 1px solid var(--c-line);
    font-size: 14px; color: var(--c-ink-soft);
  }
  .areas__list li:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--c-line); }
  .areas__list li:nth-child(even) { padding-left: 24px; }
  .areas__list .city { font-family: var(--f-serif); font-size: 18px; color: var(--c-ink); }
  .areas__list .count { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--c-ink-soft); text-transform: uppercase; }

  .capacity {
    display: grid; grid-template-columns: 3fr 4fr;
    gap: 0; border: 1px solid var(--c-line);
    background: var(--c-surface);
    overflow: hidden;
  }
  .capacity__media {
    position: relative; background: var(--c-surface);
    min-height: 360px;
  }
  .capacity__img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top;
    display: block;
  }
  .capacity__media-tag {
    position: absolute; top: 18px; left: 18px;
    font-family: var(--f-mono); font-size: 10px;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--c-ivory);
    background: rgba(14,26,43,0.6);
    border: 1px solid rgba(237,230,218,0.3);
    padding: 7px 11px;
    backdrop-filter: blur(4px);
  }
  .capacity__copy {
    padding: clamp(36px, 4vw, 56px) clamp(36px, 4vw, 56px) clamp(36px, 4vw, 56px) clamp(56px, 6vw, 88px);
    display: grid; gap: 18px; align-content: center;
  }
  .capacity__copy h2 { font-size: clamp(30px, 3.4vw, 44px); }
  .capacity__copy h2 em { font-style: italic; color: var(--c-ink-soft); font-weight: 400; }
  .capacity__copy p { color: var(--c-ink-soft); font-size: 15px; line-height: 1.6; max-width: 50ch; }
  .capacity__stats {
    list-style: none; padding: 0; margin: 14px 0 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
    background: var(--c-line);
    border: 1px solid var(--c-line);
  }
  .capacity__stats li {
    background: var(--c-surface);
    padding: 18px 20px; display: grid; gap: 4px;
  }
  .capacity__stats .num {
    font-family: var(--f-serif); font-size: 30px; line-height: 1;
    color: var(--c-ink); font-weight: 500;
  }
  .capacity__stats .num small { font-size: 0.55em; color: var(--c-accent); }
  .capacity__stats .lab {
    font-family: var(--f-mono); font-size: 10px;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--c-ink-soft); line-height: 1.4;
  }
  .areas__ctas {
    display: flex; gap: 12px; flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }
  @media (max-width: 880px) {
    .capacity { grid-template-columns: 1fr; }
    .capacity__media { aspect-ratio: 16/9; min-height: 0; }
  }

  @media (max-width: 980px) {
    .hero__inner { grid-template-columns: 1fr; gap: 36px; }
    .hero__board-grid { grid-template-columns: 1fr 1fr; }
    .diff__inner { grid-template-columns: 1fr; }
    .diff__cell { border-right: 0; border-bottom: 1px solid var(--c-line); }
    .diff__cell:last-child { border-bottom: 0; }
    .areas__inner { grid-template-columns: 1fr; gap: 32px; }
    .areas__list { grid-template-columns: 1fr; }
    .areas__list li:nth-child(odd) { padding-right: 0; border-right: 0; }
    .areas__list li:nth-child(even) { padding-left: 0; }
  }
  @media (max-width: 620px) {
    .jobs-grid { column-count: 1; }
  }
