  .hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    color: var(--d-fg);
    background: #02040a;
    
    padding-top: 124px; /* clear nav + sub-nav */
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      linear-gradient(to right, rgba(255,255,255,0.022) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(255,255,255,0.022) 1px, transparent 1px);
    background-size: 88px 88px;
    background-position: center;
    mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
    pointer-events: none;
    z-index: 0;
  }
  .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1640px;
    margin: 0 auto;
    padding: 60px 24px 80px;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 64px;
    align-items: center;
    min-height: calc(100svh - 124px);
  }
  .hero-copy { max-width: 600px; }
  .hero-copy .kicker { color: rgba(255,255,255,0.62); }
  .hero-copy .kicker .num { color: #fff; }
  .hero-headline {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(2.6rem, 5.6vw, 4.8rem);
    letter-spacing: -0.045em;
    line-height: 1;
    margin-bottom: 26px;
  }
  .hero-headline .a { color: #fff; display: block; }
  .hero-headline .b { color: rgba(255,255,255,0.45); display: block; }
  .hero-sub {
    font-size: 16px; line-height: 1.55;
    color: rgba(255,255,255,0.78);
    max-width: 52ch;
    margin-bottom: 32px;
  }
  .hero-actions {
    display: flex; gap: 14px; flex-wrap: wrap;
    margin-bottom: 36px;
  }
  .hero-certs {
    display: flex; gap: 22px;
    font-family: var(--mono);
    font-size: 11px; letter-spacing: 0.18em;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
  }
  .hero-certs .cert-chip {
    display: inline-flex; align-items: center; gap: 8px;
  }
  .hero-certs .cert-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: #d8d8dc;
    box-shadow: 0 0 8px rgba(255,255,255,0.45);
  }

  /* Product render stage — placeholder for animated genset */
  .hero-stage {
    position: relative;
    aspect-ratio: 1/1;
    max-height: 78svh;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 4px;
    background: #06080d;
    box-shadow: 0 24px 80px rgba(0,0,0,0.55);
    overflow: hidden;
    color: rgba(255,255,255,0.78);
  }
  /* Larger viewfinder corner brackets — sit above the video so they read as a frame */
  .hero-stage > .bk {
    color: rgba(255,255,255,0.92);
    width: 26px; height: 26px;
    z-index: 4;
  }
  .hero-stage > .bk-tl,
  .hero-stage > .bk-tr,
  .hero-stage > .bk-bl,
  .hero-stage > .bk-br { border-width: 2px; }
  /* Hero stage video — sits centered inside the box with breathing room around it */
  .hero-stage-video {
    position: absolute;
    inset: 28px;
    width: calc(100% - 56px);
    height: calc(100% - 56px);
    object-fit: cover;
    object-position: center center;
    background: transparent;
    filter: brightness(1.04) contrast(1.02);
    pointer-events: none;
    z-index: 1;
  }
  /* Overlays fade in once the product reveal lands (~3.2s) */
  @keyframes heroStageOverlayIn {
    from { opacity: 0; transform: translate(var(--ovl-tx, 0), 6px); }
    to   { opacity: 1; transform: translate(var(--ovl-tx, 0), 0); }
  }
  .hero-stage .hero-stage-tag,
  .hero-stage .hero-stage-readout {
    opacity: 0;
    animation: heroStageOverlayIn 0.6s ease-out 2.5s forwards;
  }
  .hero-stage .hero-stage-tag { --ovl-tx: -50%; }
  .hero-stage-tag {
    position: absolute; top: 18px; left: 50%;
    transform: translateX(-50%);
    background: rgba(20,22,26,0.85);
    color: rgba(255,255,255,0.92);
    font-family: var(--mono);
    font-size: 10.5px; letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.10);
    z-index: 3;
  }
  /* Floating spec readouts inside the stage — engineering-overlay feel */
  .hero-stage-readout {
    position: absolute;
    z-index: 3;
    background: rgba(8,9,11,0.75);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 3px;
    padding: 10px 14px;
    font-family: var(--mono);
    font-size: 10.5px; letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.78);
    backdrop-filter: blur(8px);
    display: flex; flex-direction: column; gap: 2px;
  }
  .hero-stage-readout .lbl { color: rgba(255,255,255,0.45); }
  .hero-stage-readout .val { color: #fff; font-size: 12.5px; letter-spacing: 0.04em; }
  .hero-stage-readout .val em {
    font-style: normal;
    color: var(--green);
    font-size: 9.5px; letter-spacing: 0.12em;
    margin-left: 4px;
  }
  .hero-stage-readout.r-tl { top: 60px; left: 18px; }
  .hero-stage-readout.r-br { bottom: 60px; right: 18px; text-align: right; align-items: flex-end; }

  /* Hero scroll cue */
  .hero-scroll {
    position: absolute; bottom: 28px; left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    font-family: var(--mono);
    font-size: 10px; letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.42);
    pointer-events: none;
  }
  .hero-scroll .line {
    width: 1px; height: 36px;
    background: rgba(255,255,255,0.35);
    animation: scrollPulse 2.4s ease-in-out infinite;
  }
  @keyframes scrollPulse {
    0%, 100% { opacity: 0.5; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(4px); }
  }

  @media (max-width: 1024px) {
    .hero-inner { grid-template-columns: 1fr; gap: 36px; }
    .hero-stage { max-height: 50svh; }
  }

  /* ============================================================
     PAIN — Your filter is the problem (5 problems)
     ============================================================ */
  .pain {
    position: relative;
    background: var(--d-bg);
    color: var(--d-fg);
    padding: 130px 24px 110px;
  }
  .pain-inner { max-width: 1640px; margin: 0 auto; }
  .pain-header { margin-bottom: 48px; }
  .pain-header h2 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(2.2rem, 4.6vw, 3.8rem);
    letter-spacing: -0.04em;
    line-height: 1.04;
    color: var(--d-fg);
    max-width: 16ch;
  }
  .pain-orient {
    margin-top: 28px;
    padding-left: 26px;
    border-left: 2px solid rgba(61,220,164,0.5);
    color: rgba(255,255,255,0.78);
    font-size: 16px;
    line-height: 1.6;
    max-width: 64ch;
  }
  .pain-orient em {
    font-style: italic;
    color: rgba(255,255,255,0.92);
  }

  .pain-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-top: 48px;
  }
  .pain-card {
    position: relative;
    padding: 28px 28px 30px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 4px;
    background: #000;
    transition: border-color 0.25s ease, transform 0.25s ease;
    overflow: hidden;
  }
  .pain-card:hover { border-color: rgba(255,255,255,0.22); transform: translateY(-2px); }
  .pain-card.span-2 { grid-column: span 2; }
  .pain-card.span-3 { grid-column: span 3; }
  .pain-card > .bk { color: rgba(255,255,255,0.65); }

  .pain-card-top {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 36px;
  }
  .pain-card-num {
    width: 30px; height: 22px; border-radius: 2px;
    background: #000;
    border: 1px solid rgba(255,255,255,0.10);
    display: grid; place-items: center;
    font-family: var(--mono);
    font-weight: 600;
    font-size: 10.5px;
    letter-spacing: 0.06em;
    color: var(--d-fg);
  }
  .pain-card-fig {
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.32);
  }
  .pain-card-title {
    font-family: var(--display);
    font-weight: 600;
    font-size: 19px;
    letter-spacing: -0.012em;
    color: var(--d-fg);
    margin-bottom: 12px;
  }
  .pain-card-text {
    color: rgba(255,255,255,0.62);
    font-size: 14px;
    line-height: 1.6;
  }

  @media (max-width: 1024px) {
    .pain-grid { grid-template-columns: repeat(2, 1fr); }
    .pain-card.span-2, .pain-card.span-3 { grid-column: span 1; }
  }
  @media (max-width: 700px) {
    .pain { padding: 90px 20px 80px; }
    .pain-grid { grid-template-columns: 1fr; }
  }

  /* ============================================================
     COMPARISON — Novorbis vs filter-based RECDs (light)
     ============================================================ */
  .compare {
    position: relative;
    background: var(--l-bg);
    color: var(--l-fg);
    padding: 130px 24px 110px;
  }
  .compare-inner { max-width: 1240px; margin: 0 auto; }
  .compare-header { text-align: center; margin-bottom: 64px; }
  .compare-header .kicker { color: rgba(0,0,0,0.55); justify-content: center; }
  .compare-header .kicker .num { color: var(--l-fg); }
  .compare-header h2 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(2.4rem, 5vw, 4rem);
    letter-spacing: -0.045em;
    line-height: 1.04;
    color: var(--l-fg);
    margin-bottom: 18px;
  }
  .compare-header p {
    color: rgba(0,0,0,0.62);
    font-size: 16px;
    max-width: 56ch;
    margin: 0 auto;
  }
  .compare-table {
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 56px rgba(0,0,0,0.06);
  }
  .compare-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .compare-row:last-child { border-bottom: 0; }
  .compare-row.head {
    background: var(--l-bg);
    border-bottom: 1px solid rgba(0,0,0,0.16);
  }
  .compare-cell {
    padding: 22px 28px;
    font-size: 14.5px;
    color: rgba(0,0,0,0.78);
    display: flex; align-items: center;
    border-right: 1px solid rgba(0,0,0,0.06);
  }
  .compare-cell:last-child { border-right: 0; }
  .compare-row.head .compare-cell {
    font-family: var(--mono);
    font-size: 11px; letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.50);
    font-weight: 600;
    padding: 18px 28px;
  }
  .compare-row.head .compare-cell.us {
    color: var(--green-deep);
    background: rgba(255,255,255,0.04);
  }
  .compare-cell.feature {
    font-family: var(--display);
    font-weight: 600; font-size: 15px;
    color: var(--l-fg);
    letter-spacing: -0.005em;
  }
  .compare-cell.us {
    font-weight: 600;
    color: var(--l-fg);
    background: rgba(255,255,255,0.04);
  }
  .compare-cell.them { color: rgba(0,0,0,0.55); }
  .compare-actions {
    margin-top: 36px;
    display: flex; justify-content: center; gap: 14px;
    flex-wrap: wrap;
  }

  /* ============================================================
     LOGO STRIP (dark thin band)
     ============================================================ */
  .logos {
    position: relative;
    background: #050607;
    padding: 56px 24px 56px;
    color: var(--d-fg);
  }
  .logos-header {
    text-align: center;
    font-family: var(--body);
    font-weight: 500;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 28px;
    letter-spacing: -0.005em;
  }
  .logos-strip {
    border-top: 1px solid rgba(255,255,255,0.10);
    border-bottom: 1px solid rgba(255,255,255,0.10);
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  }
  .logos-track {
    display: flex; align-items: center;
    width: max-content;
    animation: logoMarq 90s linear infinite;
  }
  .logos-item {
    flex-shrink: 0;
    padding: 18px 28px;
    font-family: var(--mono);
    font-size: 11.5px; letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    border-right: 1px solid rgba(255,255,255,0.08);
    white-space: nowrap;
    transition: color 0.2s;
  }
  .logos-item:hover { color: rgba(255,255,255,0.95); }
  @keyframes logoMarq {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* ============================================================
     WHY NOVORBIS (dark, 4-up grid)
     ============================================================ */
  .why {
    position: relative;
    background: var(--d-bg);
    color: var(--d-fg);
    padding: 130px 24px 110px;
  }
  .why-inner { max-width: 1640px; margin: 0 auto; }
  .why-header { margin-bottom: 56px; max-width: 720px; }
  .why-header h2 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3.2rem);
    letter-spacing: -0.04em;
    line-height: 1.06;
    color: var(--d-fg);
    max-width: 22ch;
  }
  .why-header p {
    margin-top: 18px;
    color: rgba(255,255,255,0.62);
    font-size: 15.5px;
    line-height: 1.55;
  }
  .why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .why-card {
    position: relative;
    padding: 28px 24px 28px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 4px;
    background: #000;
    transition: border-color 0.25s, transform 0.25s;
    overflow: hidden;
  }
  .why-card:hover { border-color: rgba(120,220,170,0.30); transform: translateY(-2px); }
  .why-card > .bk { color: rgba(255,255,255,0.65); }
  .why-card-icon {
    width: 38px; height: 38px;
    border-radius: 3px;
    background: #000;
    border: 1px solid rgba(255,255,255,0.12);
    display: grid; place-items: center;
    margin-bottom: 22px;
    color: var(--green);
  }
  .why-card-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
  .why-card-title {
    font-family: var(--display);
    font-weight: 600; font-size: 17px;
    letter-spacing: -0.01em;
    color: var(--d-fg);
    margin-bottom: 10px;
  }
  .why-card-text {
    color: rgba(255,255,255,0.58);
    font-size: 13.5px;
    line-height: 1.6;
  }

  @media (max-width: 1024px) {
    .why-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 700px) {
    .why { padding: 90px 20px 80px; }
    .why-grid { grid-template-columns: 1fr; }
  }

  /* ============================================================
     HOW IT WORKS — Timeline (light)
     ============================================================ */
  .how {
    position: relative;
    background: var(--l-bg);
    color: var(--l-fg);
    padding: 130px 24px 110px;
    overflow: hidden;
  }
  .how::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
      linear-gradient(to right, rgba(0,0,0,0.025) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(0,0,0,0.025) 1px, transparent 1px);
    background-size: 88px 88px;
    background-position: center;
    mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
    pointer-events: none; z-index: 0;
  }
  .how-inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 64px;
    align-items: start;
  }
  .how-header { position: sticky; top: 140px; }
  .how-header h2 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3.2rem);
    letter-spacing: -0.04em;
    line-height: 1.04;
    color: var(--l-fg);
    margin-bottom: 16px;
  }
  .how-header p {
    color: rgba(0,0,0,0.6);
    font-size: 15.5px;
    line-height: 1.55;
    max-width: 36ch;
  }

  .timeline {
    position: relative;
    padding-left: 24px;
  }
  .timeline::before {
    content: '';
    position: absolute;
    left: 19px; top: 8px; bottom: 8px;
    width: 1px;
    background: rgba(255,255,255,0.18);
  }
  .timeline-step {
    position: relative;
    padding: 0 0 44px 56px;
  }
  .timeline-step:last-child { padding-bottom: 0; }
  .timeline-step .step-num {
    position: absolute;
    left: 0; top: 0;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.10);
    box-shadow:
      0 6px 18px rgba(0,0,0,0.08),
      inset 0 1px 0 rgba(255,255,255,0.9);
    display: grid; place-items: center;
    font-family: var(--mono);
    font-weight: 600; font-size: 12px;
    color: var(--l-fg);
    letter-spacing: 0.04em;
    z-index: 2;
  }
  .timeline-step .step-num::after {
    content: '';
    position: absolute;
    inset: -5px; border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.06);
    pointer-events: none;
  }
  .timeline-step h4 {
    font-family: var(--display);
    font-weight: 600; font-size: 19px;
    letter-spacing: -0.01em;
    color: var(--l-fg);
    margin-bottom: 8px;
  }
  .timeline-step .step-tag {
    display: inline-block;
    font-family: var(--mono);
    font-size: 10px; letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green-deep);
    margin-bottom: 8px;
  }
  .timeline-step p {
    color: rgba(0,0,0,0.62);
    font-size: 14px;
    line-height: 1.6;
    max-width: 56ch;
  }

  @media (max-width: 1024px) {
    .how-inner { grid-template-columns: 1fr; gap: 36px; }
    .how-header { position: static; }
  }
  @media (max-width: 700px) {
    .how { padding: 90px 20px 80px; }
  }

  /* ============================================================
     SPECS — Slim instrument strip (dark)
     ============================================================ */
  .specs {
    position: relative;
    background: var(--d-bg);
    color: var(--d-fg);
    padding: 100px 24px 100px;
    overflow: hidden;
  }
  .specs::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
      linear-gradient(to right, rgba(255,255,255,0.022) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(255,255,255,0.022) 1px, transparent 1px);
    background-size: 88px 88px;
    background-position: center;
    mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
    pointer-events: none; z-index: 0;
  }
  .specs-inner { position: relative; z-index: 1; max-width: 1640px; margin: 0 auto; }
  .specs-header { text-align: center; margin-bottom: 56px; }
  .specs-header .kicker { color: rgba(255,255,255,0.55); justify-content: center; }
  .specs-header h2 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(1.8rem, 3.6vw, 2.8rem);
    letter-spacing: -0.04em;
    color: #fff;
    line-height: 1.1;
  }
  .specs-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    overflow: hidden;
  }
  .spec-cell {
    padding: 28px 22px 26px;
    background: var(--d-bg);
    display: flex; flex-direction: column;
    gap: 10px;
    position: relative;
  }
  .spec-cell .lbl {
    font-family: var(--mono);
    font-size: 10.5px; letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    font-weight: 600;
  }
  .spec-cell .val {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    letter-spacing: -0.035em;
    line-height: 1;
    background: var(--d-fg);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 0 rgba(0,0,0,0.35));
    font-feature-settings: "tnum";
  }
  .spec-cell .sub {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
  }
  .specs-foot {
    margin-top: 24px;
    text-align: center;
    font-family: var(--mono);
    font-size: 10.5px; letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.42);
  }
  @media (max-width: 1024px) { .specs-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 700px)  { .specs-grid { grid-template-columns: repeat(2, 1fr); } .specs { padding: 80px 20px 80px; } }

  /* ============================================================
     MID-PAGE CTA (dark accent band)
     ============================================================ */
  .mid-cta {
    position: relative;
    background: var(--d-bg);
    border-top: 1px solid rgba(255,255,255,0.10);
    border-bottom: 1px solid rgba(255,255,255,0.10);
    padding: 48px 24px;
    color: var(--d-fg);
  }
  .mid-cta-inner {
    max-width: 1240px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    gap: 32px; flex-wrap: wrap;
  }
  .mid-cta-text {
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(1.3rem, 2.4vw, 1.8rem);
    letter-spacing: -0.025em;
    color: #fff;
  }
  .mid-cta-text em {
    font-style: italic;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
  }
  @media (max-width: 700px) {
    .mid-cta { padding: 36px 20px; }
    .mid-cta-inner { flex-direction: column; align-items: flex-start; }
  }


  /* DG CERTIFIED PERFORMANCE (light) */
  .dg-perf { position: relative; background: var(--l-bg); color: var(--l-fg); padding: 120px 24px 100px; }
  .dg-perf-inner { max-width: 1640px; margin: 0 auto; }
  .dg-perf-header { text-align: center; margin-bottom: 56px; }
  .dg-perf-header .kicker { justify-content: center; color: rgba(0,0,0,0.55); }
  .dg-perf-header .kicker .num { color: var(--l-fg); }
  .dg-perf-header h2 {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    letter-spacing: -0.045em; line-height: 1.02; color: var(--l-fg);
  }
  .dg-perf-header p { margin-top: 16px; max-width: 60ch; margin-left: auto; margin-right: auto; color: rgba(0,0,0,0.6); font-size: 16px; line-height: 1.55; }
  .dg-perf-photo {
    position: relative;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 4px; overflow: hidden;
    aspect-ratio: 16/6.2;
    background: #b8b8bc; color: rgba(0,0,0,0.55);
  }
  .dg-perf-photo::before {
    content: ''; position: absolute;
    top: -22%; bottom: -22%; left: 0; right: 0;
  }
  @media (max-width: 700px) {
    .dg-perf-photo { aspect-ratio: 3 / 2; }
  }
  /* ============================================================
     DG / ESP / CAC+ GENSET FORM
     ============================================================ */
  .dg-form .genset-section {
    margin: 8px 0 20px;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 20px;
  }
  .dg-form .genset-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 12px;
  }
  .dg-form .genset-row .field { margin-bottom: 0; }
  .dg-form .genset-remove {
    width: 36px; height: 36px;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    flex-shrink: 0;
    align-self: end;
    border: 1px solid rgba(0,0,0,0.16);
    background: #fafafa;
    color: rgba(0,0,0,0.45);
    font-size: 18px;
  }
  .dg-form .genset-remove:hover {
    border-color: #e55;
    color: #e55;
    background: #fff5f5;
  }
  /* Add-row button lives below the rows, not inside the grid */
  .dg-form .genset-add-row {
    display: inline-flex; align-items: center; gap: 7px;
    margin-top: 4px;
    font-family: var(--body);
    font-size: 13px;
    font-weight: 500;
    color: var(--green-deep);
    border: 1px solid rgba(61,160,120,0.35);
    border-radius: 3px;
    padding: 7px 14px;
    background: transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
  }
  .dg-form .genset-add-row:hover {
    background: rgba(61,160,120,0.06);
    border-color: var(--green-deep);
  }
  .dg-form .genset-add-row svg { flex-shrink: 0; }
  @media (max-width: 600px) {
    .dg-form .genset-row {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .dg-form .genset-remove { justify-self: start; margin-top: 4px; }
  }
