/* ============================================================
   SLE — Inspections Persona v2
   Modern industrial editorial. Yellow as environment.
   EVERYTHING scoped under .v2 so no other page is affected.
   Type: Space Grotesk (display) + Inter (body).
   ============================================================ */

.v2 {
  --yellow: #F0A500;
  --yellow-deep: #D99400;
  --black: #0B0B0B;
  --navy: #0F2660;
  --navy-deep: #0B1D4A;
  --mut-on-navy: #A9B6D4;
  --paper: #F4F0E6;
  --paper-2: #EBE5D6;
  --ink-soft: #2A2A2A;
  --mut: #6B6459;
  --mut-on-black: #A8A296;
  --line-dark: rgba(244,240,230,0.16);
  --line-light: rgba(11,11,11,0.14);
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--black);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

.v2 *, .v2 *::before, .v2 *::after { box-sizing: border-box; }

/* kill the site-wide blueprint grid + nav offset context for this page */
.v2 .v2-wrap { position: relative; z-index: 1; }

.v2 h1, .v2 h2, .v2 h3, .v2 .v2-display {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0;
}
/* systematic vertical rhythm: headings clear the copy that follows them.
   line-height on big display type is tight, so an explicit margin is required
   or descenders collide with the next element. Applied system-wide. */
.v2 h1 + p, .v2 h2 + p, .v2 h3 + p { margin-top: 22px; }
.v2 .v2-eyebrow + h1, .v2 .v2-eyebrow + h2, .v2 .v2-eyebrow + h3 { margin-top: 0; }
.v2 p { margin: 0; }
.v2 p + p { margin-top: 16px; }

.v2-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.v2-container--narrow { max-width: 880px; }

/* ---- type scale ---- */
.v2-kicker { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; }
.v2-h-mega { font-size: clamp(52px, 9vw, 148px); }
.v2-h-big  { font-size: clamp(38px, 6vw, 92px); }
.v2-h-mid  { font-size: clamp(28px, 3.6vw, 52px); }
.v2-lead   { font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; }
.v2-body   { font-size: 16.5px; line-height: 1.65; }

/* ============ NAV (minimal, page-local, dark on paper) ============ */
.v2-nav { position: relative; top: 0; left: 0; right: 0; z-index: 30; background: var(--yellow); border-bottom: 1px solid rgba(11,11,11,0.12); }
.v2-nav__inner { max-width: 1240px; margin: 0 auto; padding: 26px 32px; display: flex; align-items: center; gap: 32px; }
.v2-nav__logo { background: #fff; border-radius: 7px; padding: 11px 16px; display: inline-flex; box-shadow: 0 2px 0 rgba(11,11,11,0.16); }
.v2-nav__logo img { height: 44px; width: auto; display: block; }
.v2-nav__links { margin-left: auto; display: flex; gap: 30px; list-style: none; padding: 0; margin-top: 0; margin-bottom: 0; }
.v2-nav__links a { font-size: 14.5px; font-weight: 600; color: var(--black); text-decoration: none; opacity: 0.68; transition: opacity .15s, border-color .15s; padding-bottom: 3px; border-bottom: 2px solid transparent; }
.v2-nav__links a:hover { opacity: 1; border-bottom-color: var(--black); }
.v2-nav__cta { font-size: 14.5px; font-weight: 700; text-decoration: none; background: var(--black); color: var(--paper); padding: 12px 22px; border-radius: 4px; transition: transform .16s; }
.v2-nav__cta:hover { transform: translateY(-2px); }
.v2-nav--on-yellow .v2-nav__links a { color: var(--black); }
.v2-burger { display: none; margin-left: auto; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.v2-burger span { width: 26px; height: 2.5px; background: var(--black); display: block; transition: transform .25s, opacity .25s; }
.v2-burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.v2-burger.open span:nth-child(2) { opacity: 0; }
.v2-burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.v2-mobile { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--black); padding: 16px 32px 26px; z-index: 40; }
.v2-mobile.open { display: flex; flex-direction: column; gap: 2px; }
.v2-mobile a { color: var(--paper); text-decoration: none; font-size: 17px; font-weight: 500; padding: 12px 0; border-bottom: 1px solid var(--line-dark); }
.v2-mobile a.v2-mobile__cta { border: 0; margin-top: 12px; background: var(--yellow); color: var(--black); text-align: center; border-radius: 4px; font-weight: 700; }

/* ============ HERO — hard split, yellow field + photo ============ */
.v2-hero { background: var(--yellow); position: relative; overflow: hidden; }
.v2-hero__grid { display: grid; grid-template-columns: 1.02fr 0.98fr; min-height: 100vh; }
.v2-hero__copy { padding: 72px 56px 64px; display: flex; flex-direction: column; justify-content: center; }
.v2-hero__kicker { color: var(--black); opacity: 0.72; margin-bottom: 24px; }
.v2-hero h1 { color: var(--black); font-size: clamp(52px, 7.4vw, 132px); line-height: 0.94; margin-bottom: 34px; }
.v2-hero__lead { color: var(--ink-soft); max-width: 34ch; margin-top: 0; font-size: clamp(16px,1.5vw,20px); line-height: 1.55; }
.v2-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 40px; }
.v2-hero__media { position: relative; }
.v2-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
/* hard diagonal seam between yellow and photo */
.v2-hero__media::before { content:''; position: absolute; top:0; bottom:0; left:-1px; width: 90px; background: linear-gradient(105deg, var(--yellow) 0%, var(--yellow) 42%, transparent 60%); z-index: 2; }
.v2-hero__stamp { position: absolute; left: 56px; bottom: 40px; z-index: 3; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--black); }

/* buttons */
.v2-btn { display: inline-flex; align-items: center; gap: 9px; font-family: 'Inter',sans-serif; font-weight: 600; font-size: 15px; padding: 15px 28px; border-radius: 4px; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .16s, background .16s, color .16s; }
.v2-btn:hover { transform: translateY(-2px); }
.v2-btn--black { background: var(--black); color: var(--paper); }
.v2-btn--black:hover { background: #000; }
.v2-btn--outline-black { background: transparent; color: var(--black); border-color: var(--black); }
.v2-btn--outline-black:hover { background: var(--black); color: var(--paper); }
.v2-btn--yellow { background: var(--yellow); color: var(--black); }
.v2-btn--yellow:hover { background: #ffb81f; }
.v2-btn--navy { background: var(--navy); color: var(--paper); }
.v2-btn--navy:hover { background: #16368A; }

/* second booking CTA band — yellow field, sits right after pricing */
.v2-cta-band { background: var(--yellow); color: var(--black); padding: clamp(48px,6vw,80px) 0; }
.v2-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.v2-cta-band h2 { color: var(--black); }
.v2-cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.v2-btn--outline-paper { background: transparent; color: var(--paper); border-color: rgba(244,240,230,0.5); }
.v2-btn--outline-paper:hover { border-color: var(--paper); }

/* ============ generic section frames ============ */
.v2-sec { padding: clamp(80px, 10vw, 150px) 0; }
.v2-sec--paper { background: var(--paper); color: var(--black); }
.v2-sec--black { background: var(--black); color: var(--paper); }
.v2-sec--navy { background: var(--navy); color: var(--paper); }
.v2-sec--navy .v2-lead, .v2-sec--navy .v2-body { color: var(--mut-on-navy); }
.v2-sec--navy h2, .v2-sec--navy h3 { color: var(--paper); }
.v2-sec--yellow { background: var(--yellow); color: var(--black); }
.v2-sec--black .v2-lead, .v2-sec--black .v2-body { color: var(--mut-on-black); }
.v2-sec--paper .v2-lead, .v2-sec--paper .v2-body { color: var(--mut); }
.v2-eyebrow { display:inline-block; font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:14px; letter-spacing:0.02em; text-transform:uppercase; padding-bottom:6px; border-bottom:3px solid currentColor; margin-bottom:28px; }
.v2-sec--yellow .v2-eyebrow, .v2-sec--yellow .v2-eyebrow * { color: var(--black); }

/* ============ PRICING — large typographic ledger ============ */
.v2-price-intro { max-width: 60ch; margin-top: 22px; }
.v2-ledger { margin-top: 64px; border-top: 3px solid var(--black); }
.v2-price-row { display: grid; grid-template-columns: 1fr auto; gap: 24px 40px; align-items: baseline; padding: 34px 0; border-bottom: 1px solid var(--line-light); position: relative; }
.v2-price-row__name { font-family:'Space Grotesk',sans-serif; font-weight:700; font-size: clamp(30px, 4.2vw, 60px); line-height: 0.98; letter-spacing:-0.02em; }
.v2-price-row__meta { grid-column: 1; max-width: 52ch; color: var(--mut); font-size: 15.5px; margin-top: 4px; }
.v2-price-row__fee { grid-column: 1; margin-top: 10px; font-weight: 600; font-size: 15px; color: var(--black); }
.v2-price-row__fee b { background: var(--yellow); padding: 2px 8px; border-radius: 3px; }
.v2-price-row__amt { grid-row: 1; grid-column: 2; text-align: right; font-family:'Space Grotesk',sans-serif; font-weight:700; font-size: clamp(34px, 4.4vw, 62px); line-height: 0.9; white-space: nowrap; }
.v2-price-row__amt small { display:block; font-family:'Inter',sans-serif; font-size:13px; font-weight:600; color: var(--mut); letter-spacing:0.04em; margin-top: 8px; }
.v2-price-note { margin-top: 34px; font-size: 15px; color: var(--mut); max-width: 70ch; }
.v2-price-note b { color: var(--black); }

/* ============ CORE section (black) w/ bleeding illustration ============ */
.v2-core { position: relative; overflow: hidden; }
.v2-core__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.v2-core h2 { color: var(--paper); }
.v2-core__illo { position: relative; }
.v2-core__illo svg { width: 100%; height: auto; display: block; overflow: visible; }
/* let the illustration spill past its column edge */
.v2-core__illo { margin-right: -60px; }
.v2-illo-cap { margin-top: 20px; font-size: 14.5px; color: var(--mut-on-black); max-width: 46ch; }
.v2-illo-cap b { color: var(--yellow); font-weight: 600; }

/* ============ CONDEMNED / repair — photo led ============ */
.v2-split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.v2-split__media { position: relative; min-height: 520px; }
.v2-split__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.v2-split__copy { padding: clamp(60px, 8vw, 120px) clamp(32px,5vw,80px); display: flex; flex-direction: column; justify-content: center; }
.v2-dashlist { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-direction: column; gap: 12px; }
.v2-dashlist li { display: flex; gap: 14px; font-size: 15.5px; }
.v2-dashlist li::before { content:''; flex-shrink:0; width: 16px; height: 2.5px; background: var(--yellow); margin-top: 11px; }

/* ============ full-bleed illustration transition band ============ */
.v2-illo-band { background: var(--yellow); position: relative; overflow: hidden; padding: 0; }
.v2-illo-band__inner { max-width: 1240px; margin: 0 auto; padding: clamp(56px,7vw,96px) 32px; position: relative; }
.v2-illo-band h2 { color: var(--black); max-width: 18ch; }
.v2-illo-band__illo { margin-top: 40px; }
.v2-illo-band__illo svg { width: 100%; height: auto; display: block; overflow: visible; }
.v2-illo-band__cap { margin-top: 18px; font-size: 15px; color: var(--ink-soft); max-width: 58ch; }
.v2-illo-band__cap b { font-weight: 700; }

/* ============ BOOKING ============ */
.v2-booking { background: var(--navy); color: var(--paper); }
.v2-booking h2 { color: var(--paper); }
.v2-booking__reminder { margin-top: 24px; font-size: 14.5px; line-height: 1.6; color: var(--mut-on-navy); max-width: 64ch; }
.v2-book-cta { margin-top: 40px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.v2-book-cta__btn { font-size: 17px; padding: 18px 34px; }
.v2-book-cta__or { font-size: 15px; color: var(--mut-on-navy); }
.v2-book-cta__or a { color: var(--yellow); font-weight: 600; text-decoration: none; }
.v2-book-cta__note { margin-top: 0; padding-top: 30px; font-size: 13.5px; line-height: 1.6; color: var(--mut-on-navy); max-width: 62ch; }
.v2-book-cta__note b { color: var(--paper); }

/* ============ FAQ ============ */
.v2-faq { border-top: 2px solid var(--black); margin-top: 56px; }
.v2-faq details { border-bottom: 1px solid var(--line-light); }
.v2-faq summary { list-style: none; cursor: pointer; padding: 26px 0; font-family:'Space Grotesk',sans-serif; font-weight: 600; font-size: clamp(19px,2vw,26px); display: flex; gap: 18px; align-items: baseline; color: var(--black); }
.v2-faq summary::-webkit-details-marker { display: none; }
.v2-faq summary::before { content: '+'; color: var(--yellow-deep); font-weight: 700; }
.v2-faq details[open] summary::before { content: '–'; }
.v2-faq__a { padding: 0 0 28px 34px; font-size: 16px; line-height: 1.7; color: var(--ink-soft); max-width: 74ch; }

/* ============ CLOSING statement ============ */
.v2-close { background: var(--navy-deep); color: var(--paper); text-align: left; }
.v2-close h2 { color: var(--paper); font-size: clamp(44px, 7vw, 116px); max-width: 16ch; }
.v2-close__row { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 48px; padding-top: 36px; border-top: 1px solid var(--line-dark); }
.v2-close__item .v2-kicker { color: var(--mut-on-black); display:block; margin-bottom: 6px; }
.v2-close__item a { color: var(--paper); text-decoration: none; font-family:'Space Grotesk',sans-serif; font-weight: 600; font-size: 20px; }
.v2-close__item a:hover { color: var(--yellow); }

/* ============ footer (page-local, quiet) ============ */
.v2-foot { background: var(--navy-deep); color: var(--mut-on-navy); border-top: 1px solid var(--line-dark); padding: 40px 0; }
.v2-foot__inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.v2-foot a { color: var(--mut-on-navy); text-decoration: underline; }

/* ============ motion ============ */
.v2-fade { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.v2-fade.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .v2-fade { opacity: 1; transform: none; transition: none; } .v2-btn:hover { transform: none; } }

/* ============ RESPONSIVE ============ */
@media (max-width: 1000px) {
  .v2-nav__links, .v2-nav__cta { display: none; }
  .v2-burger { display: flex; }
  .v2-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .v2-hero__copy { padding: 56px 32px 56px; }
  .v2-hero__media { height: 62vw; min-height: 340px; }
  .v2-hero__media img { position: absolute; }
  .v2-hero__media::before { display: none; }
  .v2-hero__stamp { left: 32px; }
  .v2-core__grid { grid-template-columns: 1fr; gap: 40px; }
  .v2-core__illo { margin-right: 0; }
  .v2-split { grid-template-columns: 1fr; }
  .v2-split__media { min-height: 300px; order: -1; }
}
@media (max-width: 720px) {
  .v2-nav__logo img { height: 38px; }
  .v2-container { padding: 0 22px; }
  .v2-hero h1 { margin-bottom: 26px; }
  .v2-price-row { grid-template-columns: 1fr; gap: 8px; }
  .v2-price-row__amt { grid-row: auto; grid-column: 1; text-align: left; margin-top: 8px; }
  .v2-price-row__amt small { display: inline; margin-left: 10px; }
  .v2-close__row { gap: 24px; }
}

/* prominent pay button — navy on yellow hero, larger, unmistakable */
.v2 .v2-pay-btn { font-size: 19px; padding: 20px 40px; box-shadow: 0 4px 0 rgba(11,11,11,0.22); font-weight: 700; }
.v2 .v2-pay-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 0 rgba(11,11,11,0.22); }

/* Pay invoice nav link — distinct outlined pill so it's findable */
.v2 .v2-nav__pay { border: 2px solid var(--black); border-radius: 4px; padding: 7px 14px !important; opacity: 1 !important; font-weight: 700 !important; }
.v2 .v2-nav__pay:hover { background: var(--black); color: var(--yellow) !important; border-bottom-color: var(--black) !important; }

/* nav is wide (7 links + Pay pill + CTA); collapse to burger below 1200 to avoid overflow */
@media (max-width: 1200px) and (min-width: 1001px) {
  .v2-nav__links, .v2-nav__cta { display: none; }
  .v2-burger { display: flex; }
}

/* ===== UTILITY BAR (slim navy, above main nav) ===== */
.v2-utility { background: var(--navy); color: var(--paper); font-size: 13px; }
.v2-utility__inner { max-width: 1240px; margin: 0 auto; padding: 8px 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.v2-utility__tag { color: var(--mut-on-navy); letter-spacing: 0.01em; }
.v2-utility__actions { display: flex; align-items: center; gap: 20px; }
.v2-utility__actions a { color: var(--paper); text-decoration: none; font-weight: 500; }
.v2-utility__actions a:hover { color: var(--yellow); }
.v2-utility__pay { border: 1px solid rgba(244,240,230,0.4); border-radius: 3px; padding: 3px 12px; font-weight: 600 !important; }
.v2-utility__pay:hover { background: var(--yellow); color: var(--navy) !important; border-color: var(--yellow); }

/* ===== MAIN NAV: warm-white so it separates from the yellow hero ===== */
.v2-nav { position: relative; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line-light); }
.v2-nav--on-yellow .v2-nav__links a { color: var(--black); }
.v2-nav__links a { color: var(--black); }

/* ===== FOOTER SITEMAP ===== */
.v2-foot { background: var(--navy-deep); color: var(--mut-on-navy); padding: 64px 0 0; border-top: 0; }
.v2-foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 48px; }
.v2-foot__logo { background:#fff; border-radius:6px; padding:8px 12px; display:inline-flex; width:auto; max-width:174px; margin-bottom:18px; align-self:flex-start; }
.v2-foot__logo img { height: 34px; width:auto; max-width:150px; object-fit:contain; display:block; }
.v2-foot__brand { display:flex; flex-direction:column; align-items:flex-start; }
.v2-foot__brand p { font-size: 14px; line-height: 1.6; max-width: 34ch; color: var(--mut-on-navy); }
.v2-foot__head { display:block; font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:13px; letter-spacing:0.04em; text-transform:uppercase; color: var(--paper); margin-bottom:16px; }
.v2-foot__col a { display:block; color: var(--mut-on-navy); text-decoration:none; font-size:14.5px; padding:5px 0; }
.v2-foot__col a:hover { color: var(--yellow); }
.v2-foot__addr { font-size:14px; color: var(--mut-on-navy); margin-top:10px; line-height:1.5; }
.v2-foot__base { border-top: 1px solid var(--line-dark); padding-top:24px; padding-bottom:32px; }
.v2-foot__base p { font-size:12.5px; color: var(--mut-on-navy); }

@media (max-width: 900px) {
  .v2-foot__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .v2-utility__tag { display: none; }
  .v2-utility__inner { justify-content: flex-end; }
}
@media (max-width: 520px) {
  .v2-foot__grid { grid-template-columns: 1fr; }
}

/* testimonials — two equal-weight quotes, stack on mobile */
.v2-quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 24px; }
.v2-quote { margin: 0; background: rgba(11,11,11,0.04); border-left: 4px solid var(--navy); border-radius: 4px; padding: 32px 30px; }
.v2-quote blockquote { margin: 0; font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: clamp(20px,2vw,26px); line-height: 1.25; letter-spacing: -0.01em; color: var(--black); }
.v2-quote figcaption { margin-top: 22px; font-size: 15px; }
.v2-quote figcaption b { display: block; color: var(--black); }
.v2-quote figcaption span { display: block; color: var(--ink-soft); margin-top: 2px; }
@media (max-width: 760px) { .v2-quotes { grid-template-columns: 1fr; gap: 20px; } }

/* legal / long-form copy on warm-white (privacy) */
.v2-legal { font-size: 16px; line-height: 1.8; color: var(--ink-soft); }
.v2-legal h3 { font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:20px; color: var(--black); margin: 36px 0 12px; line-height:1.3; }
.v2-legal p { margin-bottom: 18px; color: var(--ink-soft); }
.v2-legal a { color: var(--navy); font-weight: 600; text-decoration: underline; }
.v2-legal a:hover { color: var(--yellow-deep); }
.v2-legal ul { margin: 0 0 20px; padding-left: 0; list-style: none; }
.v2-legal ul li { position: relative; padding-left: 22px; margin-bottom: 9px; }
.v2-legal ul li::before { content:''; position:absolute; left:0; top:11px; width:12px; height:2px; background: var(--yellow); }

/* downloads page */
.v2-dl-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.v2-dl-card { background: #fff; border: 1px solid var(--line-light); border-radius: 8px; padding: 30px 28px; display: flex; flex-direction: column; }
.v2-dl-card__num { font-family:'JetBrains Mono',monospace; font-size: 12px; color: var(--mut); letter-spacing: 0.08em; margin-bottom: 14px; }
.v2-dl-card h3 { font-family:'Space Grotesk',sans-serif; font-weight:700; font-size: 22px; color: var(--black); margin-bottom: 12px; line-height:1.2; }
.v2-dl-card p { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); margin-bottom: 24px; flex: 1; }
.v2-dl-split { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 48px; align-items: start; }
.v2-spec { width: 100%; border-collapse: collapse; background: rgba(244,240,230,0.06); border-radius: 8px; overflow: hidden; }
.v2-spec th, .v2-spec td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line-dark); font-size: 14.5px; }
.v2-spec th { font-family:'Space Grotesk',sans-serif; font-weight:700; color: var(--paper); font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; }
.v2-spec td { color: var(--mut-on-navy); }
.v2-spec td:last-child { font-family:'JetBrains Mono',monospace; color: var(--yellow); }
@media (max-width: 900px) {
  .v2-dl-grid { grid-template-columns: 1fr; }
  .v2-dl-split { grid-template-columns: 1fr; gap: 32px; }
}
