/* ============================================================
   JAUNT — V2 design system
   ------------------------------------------------------------
   This file holds the new design language: scroll-scale moments,
   masonry galleries, carousels, lightbox, Apple-style page subnav,
   pullquotes, callout bands, vehicle-page hero, gold/award stage,
   build callouts, full specs grid, gallery groups, closing band.

   Scoped via the .j2-* class prefix and `body.j2` body class.
   Pages opt in by setting bodyClass="j2" on SiteLayout. Pages still
   on the legacy system are unaffected — none of these selectors
   apply unless body.j2 is set or a .j2-* class is used.

   Built from the Claude Design tool's reynolds.html prototype as
   the new direction for the whole site (vehicle pages, featured
   builds, journal, about). First page: /featured/series-reynolds.

   Token additions (scroll-scale, carousel, callout-band, img-medium)
   live in tokens.css — not duplicated here.
   ============================================================ */

/* ---------- Layout containers ---------- */

.j2-page .container {
  width: 100%;
  max-width: var(--max-content);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.j2-page .container-wide {
  width: 100%;
  max-width: var(--max-wide);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
/* Container helpers — also work outside body.j2-page if reused on legacy pages.
   Specific enough to coexist with anything else in the cascade. */
body.j2 .container,
body.j2 .container-wide {
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--gutter);
}
body.j2 .container { max-width: var(--max-content); }
body.j2 .container-wide { max-width: var(--max-wide); }

/* ============================================================
   REYNOLDS — page-specific extensions
   Builds on jaunt.css. Adds: scroll-scale, carousel,
   callout-band, masonry, build callouts, gold-stage.
   ============================================================ */

/* Page surface — always cream */
body.j2 { background: var(--bg-cream, #f2ede4); }

/* ---------- HERO ---------- */
.j2-hero {
  position: relative;
  min-height: 100vh;
  background: var(--bg-deep, #0f1612);
  color: var(--text-on-dark);
  overflow: hidden;
  display: flex; align-items: flex-end;
  padding: 0 0 clamp(60px, 10vh, 120px);
}
.j2-hero-bg { position: absolute; inset: 0; }
.j2-hero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%;
  opacity: 0.78;
}
.j2-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,22,18,0.55) 0%, rgba(15,22,18,0) 30%, rgba(15,22,18,0) 50%, rgba(15,22,18,0.85) 100%),
    linear-gradient(90deg, rgba(15,22,18,0.55) 0%, rgba(15,22,18,0) 50%);
}
.j2-hero-inner { position: relative; width: 100%; }
.j2-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
}
.j2-hero-eyebrow .gold-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 11px;
  border: 1px solid rgba(196, 165, 114, 0.5);
  color: #e6cb95;
  border-radius: 999px;
  letter-spacing: 0.14em;
}
.j2-hero-eyebrow .gold-chip::before {
  content: 'Au'; font-family: var(--font-serif); font-style: italic;
  font-size: 13px; letter-spacing: 0;
}
.j2-hero h1 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(46px, 8.5vw, 132px);
  line-height: 0.98;
  color: #fff;
  max-width: 14ch;
  margin-bottom: 56px;
}
.j2-hero h1 em { color: #c4a572; font-style: italic; }
.j2-hero-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 32px;
  max-width: 980px;
}
.j2-hero-meta-item { padding: 0 28px; border-right: 1px solid rgba(255,255,255,0.14); }
.j2-hero-meta-item:first-child { padding-left: 0; }
.j2-hero-meta-item:last-child { border-right: none; padding-right: 0; }
.j2-hero-meta-item .k {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
}
.j2-hero-meta-item .v {
  font-family: var(--font-serif); font-size: clamp(20px, 2vw, 26px);
  color: #fff; line-height: 1.1; margin-bottom: 6px;
}
.j2-hero-meta-item .n {
  font-size: 13px; color: rgba(255,255,255,0.62); line-height: 1.5;
}

@media (max-width: 900px) {
  .j2-hero-meta { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .j2-hero-meta-item:nth-child(2) { border-right: none; }
}

/* ---------- GOLD STAGE ---------- */
.j2-gold {
  background: var(--bg-deep, #0f1612);
  color: var(--text-on-dark);
  padding: clamp(120px, 16vw, 200px) 0 clamp(80px, 10vw, 120px);
  position: relative;
  overflow: hidden;
}
.j2-gold::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 30%, rgba(196,165,114,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.j2-gold-inner { position: relative; }
.j2-gold-eyebrow {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #c4a572;
  margin-bottom: 24px;
}
.j2-gold h2 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 1.02;
  color: #fff;
  max-width: 18ch;
  margin-bottom: 64px;
}
.j2-gold h2 em { color: #e6cb95; font-style: italic; }

.j2-gold-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: start;
}
.j2-gold-prose p {
  font-size: 17px; line-height: 1.75;
  color: rgba(255,255,255,0.82);
  margin-bottom: 24px;
  max-width: 60ch;
}
.j2-gold-prose p:last-child { margin-bottom: 0; }
.j2-gold-prose p strong { color: #fff; font-weight: 500; }

.j2-gold-badge {
  border: 1px solid rgba(196,165,114,0.35);
  padding: 40px 32px;
  text-align: center;
  background: linear-gradient(180deg, rgba(196,165,114,0.08), rgba(196,165,114,0));
}
.j2-gold-badge-au {
  font-family: var(--font-serif); font-style: italic;
  font-size: 56px; color: #e6cb95; line-height: 1;
  margin-bottom: 18px;
}
.j2-gold-badge-line {
  width: 60px; height: 1px; background: #c4a572;
  margin: 0 auto 18px;
}
.j2-gold-badge-org {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
}
.j2-gold-badge-name {
  font-family: var(--font-serif); font-size: 24px;
  color: #fff; margin-bottom: 12px;
}
.j2-gold-badge-year {
  font-family: var(--font-mono); font-size: 13px;
  color: #c4a572;
  letter-spacing: 0.18em;
}

.j2-gold-images {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  margin-top: 80px;
  align-items: stretch;
}
.j2-gold-images figure { margin: 0; display: flex; flex-direction: column; }
.j2-gold-images img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border: 1px solid rgba(255,255,255,0.10);
}
.j2-gold-images figcaption {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 14px;
}

@media (max-width: 900px) {
  .j2-gold-grid { grid-template-columns: 1fr; gap: 56px; }
  .j2-gold-images { grid-template-columns: 1fr; }
}

/* ---------- GALLERY SECTION (Bridge / Beach / Bush) ---------- */
.j2-gallery { padding: clamp(100px, 14vw, 180px) 0; position: relative; }
.j2-gallery.warm { background: var(--bg-warm, #f2f0eb); }
.j2-gallery.cream { background: var(--bg-cream, #f2ede4); }

.j2-gallery-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 80px;
  align-items: end;
}
.j2-gallery-eyebrow {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
}
.j2-gallery-head h2 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(40px, 5.5vw, 76px);
  line-height: 1.02;
}
.j2-gallery-head h2 em { color: var(--accent-deep); font-style: italic; }
.j2-gallery-intro {
  font-size: 17px; line-height: 1.7; color: var(--text-mid);
  max-width: 48ch;
}

@media (max-width: 900px) {
  .j2-gallery-head { grid-template-columns: 1fr; gap: 32px; }
}

/* Masonry — strict aligned grid. Each row has a single height, set
   by an inline custom property on the row element so portrait and
   landscape tiles in the same row share top/bottom edges. */
.j2-masonry {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.j2-masonry img { width: 100%; height: 100%; object-fit: cover; display: block; }
.j2-masonry figure { margin: 0; overflow: hidden; }

/* Row-aware tiles. Both row1 tiles share the same row height, so do row2. */
.j2-masonry .row-1, .j2-masonry .row-2 { height: var(--row-h, 460px); }
.j2-masonry .span-7 { grid-column: span 7; }
.j2-masonry .span-5 { grid-column: span 5; }
.j2-masonry .span-6 { grid-column: span 6; }
.j2-masonry .span-8 { grid-column: span 8; }
.j2-masonry .span-4 { grid-column: span 4; }
.j2-masonry .span-12 { grid-column: span 12; }
.j2-masonry .row-wide { height: clamp(360px, 48vw, 620px); }

@media (max-width: 1100px) {
  .j2-masonry .row-1, .j2-masonry .row-2 { height: 380px; }
}
@media (max-width: 900px) {
  .j2-masonry { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .j2-masonry .row-1, .j2-masonry .row-2,
  .j2-masonry .span-7, .j2-masonry .span-5,
  .j2-masonry .span-6, .j2-masonry .span-8, .j2-masonry .span-4,
  .j2-masonry .span-12, .j2-masonry .row-wide {
    grid-column: span 2; height: 280px;
  }
}

/* Pull quote — sits on its own band, neutral cream-soft so it differentiates */
.j2-pullquote {
  margin: clamp(80px, 12vw, 140px) auto 0;
  max-width: 920px;
  padding: 0 0 0 32px;
  border-left: 2px solid var(--accent);
}
.j2-pullquote-text {
  font-family: var(--font-serif); font-style: italic;
  font-weight: 400;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.22;
  color: var(--text);
  margin-bottom: 20px;
}
.j2-pullquote-attr {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-dim);
}

/* Reel placeholders */
.j2-reels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 64px;
}
.j2-reel {
  position: relative;
  aspect-ratio: 9/16;
  background: var(--bg-dark);
  border: 1px solid var(--hairline);
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 18px;
  color: rgba(255,255,255,0.92);
}
.j2-reel-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.55;
}
.j2-reel::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
}
.j2-reel-meta, .j2-reel-title { position: relative; z-index: 1; }
.j2-reel-meta {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 6px;
}
.j2-reel-title {
  font-family: var(--font-serif); font-size: 18px;
  line-height: 1.2;
}
.j2-reel-play {
  position: absolute; top: 18px; right: 18px;
  width: 32px; height: 32px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 1; font-size: 11px;
}

/* ---------- SCROLL-SCALE moment (DJI-style) ----------
   Phased timeline over a tall track. The sticky frame holds while
   the page scrolls past, so the user gets dwell time at each phase:
     0.00–0.30  scale up from 0.78 → 1.0 (image fills frame)
     0.30–0.55  HOLD — image at full bleed, no movement
     0.55–0.72  caption fades in
     0.72–0.85  HOLD — caption fully visible, dwell to read
     0.85–1.00  cream/dark overlay rises from bottom, hands off to next section
   ---------------------------------------------------- */
.j2-scroll-scale {
  position: relative;
  /* Tall track gives generous dwell time at each phase.
     Cadence:
       [0.00–0.22]  scale up 0.78 → 1.0
       [0.22–0.40]  caption fades in (no dead air after scale)
       [0.40–0.78]  HOLD — image full bleed, caption visible (long dwell)
       [0.78–1.00]  cream overlay rises, hands off
  */
  height: 520vh;
  background: var(--bg-warm, #f2f0eb);
  /* Subpixel-safe — overlap the next section by 1px so vh rounding
     can't leave a hairline at the boundary. */
  margin-bottom: -1px;
}
.j2-scroll-scale-track {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.j2-scroll-scale-img {
  position: absolute;
  /* Slight inset so 'scale 1' fills exactly; we drive scale via transform only */
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 55%;
  transform: translate3d(0,0,0) scale(0.78);
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* No CSS transition — driven directly from scroll, vsync-throttled */
}
.j2-scroll-scale-overlay {
  position: absolute;
  /* extend 2px beyond the track on top and bottom so the solid bg-warm
     fully covers any subpixel hairline at the section boundary */
  top: -2px; right: 0; bottom: -2px; left: 0;
  background: linear-gradient(180deg, transparent 25%, var(--bg-warm, #f2f0eb) 88%);
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}
/* Caption position variants — set on the .j2-scroll-scale section.
   Defaults to top; .caption-mid centres vertically; .caption-bottom drops it. */
.j2-scroll-scale-caption {
  position: absolute;
  top: 14vh;
  left: 50%;
  --cap-y: 16px;
  transform: translate(-50%, var(--cap-y));
  text-align: center;
  color: #fff;
  z-index: 2;
  max-width: 720px;
  padding: 0 32px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.55);
  opacity: 0;
  will-change: opacity, transform;
}
/* Caption position modifiers — applied to the parent .j2-scroll-scale section */
.j2-scroll-scale.caption-top    .j2-scroll-scale-caption { top: 14vh; bottom: auto; }
.j2-scroll-scale.caption-mid    .j2-scroll-scale-caption {
  top: 50%; bottom: auto;
  transform: translate(-50%, calc(-50% + var(--cap-y)));
}
.j2-scroll-scale.caption-bottom .j2-scroll-scale-caption { top: auto; bottom: 14vh; }
.j2-scroll-scale-caption .e {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 14px;
}
.j2-scroll-scale-caption .t {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  color: #fff;
}

/* Subtle progress dots — 4 phases (intro, hold, caption, exit) */
.j2-scroll-scale-progress {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  transform: translateX(-50%);
  display: flex; gap: 8px;
  z-index: 3;
  pointer-events: none;
}
.j2-scroll-scale-progress span {
  width: 22px; height: 2px;
  background: rgba(255,255,255,0.25);
  transition: background 280ms ease;
}
.j2-scroll-scale-progress span.is-on { background: rgba(255,255,255,0.85); }

@media (prefers-reduced-motion: reduce) {
  .j2-scroll-scale { height: 100vh; }
  .j2-scroll-scale-img { transform: scale(1) !important; }
  .j2-scroll-scale-caption { opacity: 1 !important; transform: translate(-50%, 0) !important; }
}

/* ---------- MEDIUM IMAGE rhythm break ---------- */
.j2-img-medium {
  padding: clamp(60px, 9vw, 120px) 0;
  background: var(--bg-cream, #f2ede4);
}
.j2-img-medium figure {
  max-width: 1100px; margin: 0 auto; padding: 0 var(--gutter);
}
.j2-img-medium img {
  width: 100%; aspect-ratio: 5/3; object-fit: cover;
}
.j2-img-medium figcaption {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 18px;
  text-align: center;
}

/* ---------- CAROUSEL ---------- */
.j2-carousel-section {
  padding: clamp(80px, 12vw, 140px) 0 clamp(100px, 14vw, 160px);
  background: var(--bg-warm, #f2f0eb);
}
.j2-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 var(--gutter) 24px;
  scrollbar-width: none;
}
.j2-carousel-track::-webkit-scrollbar { display: none; }
.j2-carousel-slide {
  flex: 0 0 calc(100% - var(--gutter) * 2);
  max-width: 1240px;
  position: relative;
  aspect-ratio: 16/9;
  scroll-snap-align: center;
  overflow: hidden;
  background: var(--bg-dark);
}
.j2-carousel-slide:first-child { margin-left: max(calc((100vw - 1240px) / 2), 0px); }
.j2-carousel-slide img {
  width: 100%; height: 100%; object-fit: cover;
}
.j2-carousel-slide-overlay {
  position: absolute;
  bottom: 0; left: 0;
  padding: 48px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 100%);
  width: 100%;
}
.j2-carousel-slide-eyebrow {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  margin-bottom: 18px;
}
.j2-carousel-slide-title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.05;
  color: #fff;
  margin-bottom: 16px;
  max-width: 22ch;
}
.j2-carousel-slide-title em { color: #c8d8ce; font-style: italic; }
.j2-carousel-slide-sub {
  font-size: 15px; line-height: 1.55;
  color: rgba(255,255,255,0.78);
  max-width: 60ch;
}

.j2-carousel-controls {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1240px;
  margin: 32px auto 0;
  padding: 0 var(--gutter);
}
.j2-carousel-count {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.18em; color: var(--text-mid);
}
.j2-carousel-buttons { display: flex; gap: 10px; }
.j2-carousel-btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.j2-carousel-btn:hover { background: var(--accent); color: #fff; }

@media (max-width: 900px) {
  .j2-carousel-slide { flex: 0 0 90%; aspect-ratio: 4/5; }
  .j2-carousel-slide:first-child { margin-left: 5%; }
  .j2-carousel-slide-overlay { padding: 24px; }
}

/* ---------- CALLOUT BAND ---------- */
.j2-callout-band {
  background: var(--bg-dark);
  color: #fff;
  padding: clamp(120px, 18vw, 220px) 0;
  text-align: center;
}
.j2-callout-band-text {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(32px, 4.5vw, 60px);
  line-height: 1.18;
  max-width: 22ch;
  margin: 0 auto;
}
.j2-callout-band-text em { color: var(--accent-glow); font-style: italic; }

/* ---------- BUILD STORY ---------- */
.j2-build {
  background: var(--bg-cream, #f2ede4);
  padding: clamp(120px, 16vw, 200px) 0;
}
.j2-build-head {
  margin-bottom: 80px;
}
.j2-build-head .e {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
}
.j2-build-head h2 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(40px, 5.5vw, 76px);
  line-height: 1.02;
  max-width: 20ch;
  margin-bottom: 48px;
}
.j2-build-head h2 em { color: var(--accent-deep); font-style: italic; }

.j2-build-prose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1100px;
}
.j2-build-prose p {
  font-size: 16px; line-height: 1.75;
  color: var(--text-mid);
}
.j2-build-prose .lede {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
  color: var(--text);
  font-weight: 400;
}

@media (max-width: 900px) {
  .j2-build-prose { grid-template-columns: 1fr; gap: 24px; }
}

/* Stat strip */
.j2-build-stats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin: 96px 0 80px;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.j2-build-stat {
  padding: 36px 24px;
  border-right: 1px solid var(--hairline);
}
.j2-build-stat:last-child { border-right: none; }
.j2-build-stat .v {
  font-family: var(--font-mono); font-weight: 400;
  font-size: clamp(22px, 2.4vw, 32px);
  color: var(--accent-deep);
  line-height: 1.1;
  margin-bottom: 14px;
}
.j2-build-stat .l {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-dim);
}
.j2-build-stat .l-hidden { display: none;
  color: var(--text-dim);
}

@media (max-width: 900px) {
  .j2-build-stats { grid-template-columns: repeat(2, 1fr); }
  .j2-build-stat { border-bottom: 1px solid var(--hairline); }
  .j2-build-stat:nth-child(even) { border-right: none; }
}

/* Stat strip inside the gold-award (dark) section — white + gold treatment */
.j2-gold .j2-build-stats,
.j2-build-stats--inline {
  margin: 64px 0 0;
  border-top: 1px solid rgba(196,165,114,0.28);
  border-bottom: 1px solid rgba(196,165,114,0.28);
}
/* Stat-count modifiers — default base rule is 6 cols; opt into 7 here.
   Mobile (≤900px) collapses to the 2-col rule defined on .j2-build-stats. */
@media (min-width: 901px) {
  .j2-build-stats.j2-build-stats--7-cols { grid-template-columns: repeat(7, 1fr); }
}
.j2-gold .j2-build-stat,
.j2-build-stats--inline .j2-build-stat {
  padding: 56px 24px;
  border-right: 1px solid rgba(196,165,114,0.22);
}
.j2-gold .j2-build-stat:last-child,
.j2-build-stats--inline .j2-build-stat:last-child { border-right: none; }
.j2-gold .j2-build-stat .v,
.j2-build-stats--inline .j2-build-stat .v {
  color: #e6cb95;
}
.j2-gold .j2-build-stat .l,
.j2-build-stats--inline .j2-build-stat .l {
  color: rgba(255,255,255,0.55);
}
@media (max-width: 900px) {
  .j2-gold .j2-build-stat,
  .j2-build-stats--inline .j2-build-stat { border-bottom: 1px solid rgba(196,165,114,0.22); }
}

/* Build callouts — alternating image-led blocks with mixed scale + big numerals. */
.j2-build-callouts {
  display: flex; flex-direction: column;
  gap: clamp(80px, 12vw, 140px);
  margin-top: 80px;
  position: relative;
}
.j2-build-callout {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.j2-build-callout.flip { grid-template-columns: 6fr 5fr; }
.j2-build-callout-text { padding: 0 8px; max-width: 44ch; position: relative; }
.j2-build-callout-text::before {
  content: attr(data-num);
  display: block;
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(72px, 9vw, 128px);
  line-height: 0.9;
  color: var(--accent); opacity: 0.22;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.j2-build-callout-imgs img { aspect-ratio: 4/5; }
.j2-build-callout-num {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; color: var(--accent);
  margin-bottom: 18px;
  text-transform: uppercase;
}
.j2-build-callout h3 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  margin-bottom: 16px;
}
.j2-build-callout p {
  font-size: 14px; line-height: 1.7; color: var(--text-mid);
}
.j2-build-callout-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.j2-build-callout-imgs img {
  width: 100%; aspect-ratio: 1/1; object-fit: cover; height: 100%;
}
.j2-build-callout-imgs.single { grid-template-columns: 1fr; }
.j2-build-callout-imgs.single img { aspect-ratio: 1/1; }
.j2-build-callout-imgs.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.j2-build-callout-imgs.pair img { aspect-ratio: 1/1; height: 100%; }

@media (max-width: 900px) {
  .j2-build-callout, .j2-build-callout.flip {
    grid-template-columns: 1fr; gap: 24px;
  }
  .j2-build-callout-text { padding: 0; max-width: none; }
}

/* ---------- HIDDEN DETAILS ---------- */
.j2-details {
  background: var(--bg-warm, #f2f0eb);
  padding: clamp(120px, 16vw, 200px) 0;
}
.j2-details-head { margin-bottom: 64px; max-width: 1100px; }
.j2-details-head .e {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.j2-details-head h2 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.05;
  max-width: 18ch;
  margin-bottom: 48px;
}
.j2-details-head h2 em { color: var(--accent-deep); font-style: italic; }
.j2-details-prose {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  max-width: 1100px;
}
.j2-details-prose p {
  font-size: 16px; line-height: 1.75; color: var(--text-mid);
}

/* ---------- DETAILS carousel — same pattern as bush carousel, smaller images ---------- */
.j2-details-carousel {
  margin-top: 80px;
}
.j2-details-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 var(--gutter) 12px;
  scrollbar-width: none;
}
.j2-details-carousel-track::-webkit-scrollbar { display: none; }
.j2-details-carousel-track figure {
  flex: 0 0 clamp(280px, 30vw, 420px);
  margin: 0;
  scroll-snap-align: start;
}
.j2-details-carousel-track img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  background: var(--bg-dark, #0f1612);
}
.j2-details-carousel-track figcaption {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-top: 14px;
}
.j2-details-carousel-controls {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1240px;
  margin: 32px auto 0;
  padding: 0 var(--gutter);
}
.j2-details-carousel-count {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.18em; color: var(--text-mid);
}
.j2-details-carousel-buttons { display: flex; gap: 10px; }
.j2-details-carousel-btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.18);
  background: transparent;
  color: var(--text);
  font-size: 18px;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast);
}
.j2-details-carousel-btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

@media (max-width: 900px) {
  .j2-details-prose { grid-template-columns: 1fr; gap: 24px; }
  .j2-details-carousel-track figure { flex: 0 0 70vw; }
}

/* ---------- FULL SPECS — editorial table ---------- */
.j2-specs {
  background: var(--bg, #f8f7f4);
  padding: clamp(100px, 14vw, 160px) 0 clamp(80px, 12vw, 140px);
  border-top: 1px solid var(--hairline);
}
.j2-specs-head {
  max-width: 880px;
  margin: 0 auto 80px;
  text-align: center;
}
.j2-specs-head .e {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.j2-specs-head h2 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.02;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}
.j2-specs-head h2 em { color: var(--accent-deep); font-style: italic; }
.j2-specs-lede {
  font-size: 16px; line-height: 1.7;
  color: var(--text-mid);
  max-width: 56ch;
  margin: 0 auto;
}

.j2-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
}
.j2-specs-block {
  padding: 48px clamp(24px, 3vw, 48px) 56px;
  border-bottom: 1px solid var(--hairline);
}
.j2-specs-block:nth-child(odd) { border-right: 1px solid var(--hairline); }
.j2-specs-block-title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  margin: 0 0 24px;
  display: flex; align-items: baseline; gap: 18px;
}
.j2-specs-block-title .n {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--accent);
  font-weight: 400;
}
.j2-specs-list {
  margin: 0;
  display: flex; flex-direction: column;
}
.j2-specs-list > div {
  display: grid;
  grid-template-columns: 12em 1fr;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid var(--hairline-soft, rgba(0,0,0,0.06));
  font-size: 13.5px;
  line-height: 1.55;
}
.j2-specs-list > div:last-child { border-bottom: none; }
.j2-specs-list dt {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin: 0;
  padding-top: 2px;
}
.j2-specs-list dd {
  margin: 0;
  color: var(--text);
  font-family: var(--font-sans);
}

.j2-specs-foot {
  margin: 80px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 13px; line-height: 1.6;
  color: var(--text-mid);
}
.j2-specs-foot a { color: var(--accent-deep); text-decoration: none; border-bottom: 1px solid currentColor; }

@media (max-width: 900px) {
  .j2-specs-grid { grid-template-columns: 1fr; }
  .j2-specs-block:nth-child(odd) { border-right: none; }
  .j2-specs-list > div { grid-template-columns: 1fr; gap: 4px; }
}

/* ---------- GALLERY ---------- */
.j2-gallery {
  background: var(--bg, #f8f7f4);
  padding: clamp(80px, 10vw, 120px) 0 clamp(100px, 12vw, 140px);
  border-top: 1px solid var(--hairline);
}
.j2-gallery-head { max-width: 880px; margin: 0 auto 80px; text-align: center; }
.j2-gallery-head .e {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 24px;
}
.j2-gallery-head h2 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(40px, 6vw, 84px); line-height: 1.02;
  letter-spacing: -0.01em;
}
.j2-gallery-head h2 em { color: var(--accent-deep); font-style: italic; }

.j2-gallery-group { margin-top: 64px; }
.j2-gallery-group:first-of-type { margin-top: 0; }
.j2-gallery-grouphead {
  display: flex; align-items: baseline; gap: 18px;
  padding-bottom: 20px; margin-bottom: 24px;
  border-bottom: 1px solid var(--hairline);
}
.j2-gallery-grouphead .n {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; color: var(--accent);
}
.j2-gallery-grouphead h3 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(24px, 2.4vw, 32px); margin: 0; flex: 1;
}
.j2-gallery-count {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.18em; color: var(--text-dim);
  text-transform: uppercase;
}

.j2-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
}
.j2-gallery-tile {
  position: relative; overflow: hidden;
  background: #1a1a1a; border: none; padding: 0; cursor: pointer;
  border-radius: 2px;
}
.j2-gallery-tile img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.j2-gallery-tile:hover img { transform: scale(1.04); }
.j2-gallery-tile--wide { grid-column: span 2; }
.j2-gallery-tile--tall { grid-row: span 2; }
.j2-gallery-cap { display: none; }

@media (max-width: 900px) {
  .j2-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .j2-gallery-tile--wide { grid-column: span 2; }
  .j2-gallery-tile--tall { grid-row: span 1; }
}

/* ---------- LIGHTBOX ---------- */
.j2-lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8, 12, 10, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 240ms;
}
.j2-lightbox.is-open { opacity: 1; pointer-events: auto; }
.j2-lightbox-frame {
  margin: 0; max-width: 90vw; max-height: 82vh;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.j2-lightbox-frame img {
  max-width: 90vw; max-height: 78vh;
  object-fit: contain; display: block;
  box-shadow: 0 20px 80px rgba(0,0,0,0.6);
}
.j2-lightbox-frame figcaption {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.j2-lightbox-close {
  position: absolute; top: 24px; right: 28px;
  width: 44px; height: 44px;
  background: transparent; border: none; cursor: pointer;
  color: #fff; font-size: 32px; line-height: 1;
  font-weight: 200;
  opacity: 0.7; transition: opacity 200ms;
}
.j2-lightbox-close:hover { opacity: 1; }
.j2-lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px;
  background: transparent; border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: #fff; font-family: var(--font-mono); font-size: 16px;
  cursor: pointer; opacity: 0.7;
  transition: opacity 200ms, background 200ms;
}
.j2-lightbox-nav:hover { opacity: 1; background: rgba(255,255,255,0.08); }
.j2-lightbox-nav--prev { left: 32px; }
.j2-lightbox-nav--next { right: 32px; }
.j2-lightbox-counter {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.22em; color: rgba(255,255,255,0.45);
}
@media (max-width: 600px) {
  .j2-lightbox-nav { width: 44px; height: 44px; }
  .j2-lightbox-nav--prev { left: 12px; }
  .j2-lightbox-nav--next { right: 12px; }
}

/* ---------- VIDEO BAND — full-bleed cinematic ---------- */
.j2-video-band {
  position: relative;
  width: 100%;
  background: var(--bg-deep, #0f1612);
  overflow: hidden;
}
.j2-video-band-media {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  background: var(--bg-deep, #0f1612);
}
.j2-video-band video,
.j2-video-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.j2-video-band-caption {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(20px, 3vw, 40px);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  z-index: 1;
}
@media (max-width: 900px) {
  .j2-video-band-media { aspect-ratio: 4 / 5; }
}

/* ---------- VIDEO FEATURE — bounded, with caption strip below ---------- */
.j2-video-feature {
  padding: clamp(60px, 9vw, 120px) 0;
  background: var(--bg-cream, #f2ede4);
}
.j2-video-feature figure {
  max-width: var(--img-medium-max, 1100px);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.j2-video-feature-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bg-dark, #1a1f1c);
}
.j2-video-feature-frame video,
.j2-video-feature-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.j2-video-feature figcaption {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 18px;
  text-align: center;
}

/* ---------- REELS — self-hosted vertical-video strip with click-to-play ----------
   Horizontal scroll-snap strip of 9:16 cards. Each card is a button that opens
   the video lightbox below. No third-party embeds — videos are self-hosted at
   /images/library/featured/<build>/video/reels/. */
.j2-reels-section {
  padding: clamp(60px, 9vw, 100px) 0 clamp(80px, 12vw, 140px);
  background: var(--bg-cream, #f2ede4);
}
.j2-reels-head {
  max-width: 880px;
  margin: 0 auto clamp(40px, 5vw, 64px);
  padding: 0 var(--gutter);
  text-align: center;
}
.j2-reels-head .e {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.j2-reels-head h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.j2-reels-head h2 em { color: var(--accent-deep); font-style: italic; }
.j2-reels-strip {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 var(--gutter) 16px;
  scrollbar-width: none;
}
.j2-reels-strip::-webkit-scrollbar { display: none; }
.j2-reel-card {
  flex: 0 0 clamp(220px, 24vw, 320px);
  scroll-snap-align: start;
  position: relative;
  aspect-ratio: 9 / 16;
  background: var(--bg-dark, #1a1f1c);
  overflow: hidden;
  display: block;
  cursor: pointer;
  border: none;
  padding: 0;
  border-radius: 4px;
}
.j2-reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.j2-reel-card:hover img { transform: scale(1.04); }
.j2-reel-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.78) 100%);
  pointer-events: none;
}
.j2-reel-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 16px;
  color: #fff;
  z-index: 1;
  text-align: left;
}
.j2-reel-card-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 6px;
}
.j2-reel-card-title {
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.2;
  color: #fff;
}
.j2-reel-card-play {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
}
.j2-reel-card-play::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
}
.j2-reels-controls {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1240px;
  margin: 24px auto 0;
  padding: 0 var(--gutter);
}
.j2-reels-count {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.18em; color: var(--text-mid);
}
.j2-reels-buttons { display: flex; gap: 10px; }
.j2-reels-btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  font-size: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.j2-reels-btn:hover { background: var(--accent); color: #fff; }

/* ---------- VIDEO LIGHTBOX — same pattern as photo lightbox, for self-hosted reels ---------- */
.j2-video-lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8, 12, 10, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 240ms;
}
.j2-video-lightbox.is-open { opacity: 1; pointer-events: auto; }
.j2-video-lightbox-frame {
  position: relative;
  width: min(420px, 90vw);
  aspect-ratio: 9 / 16;
  max-height: 86vh;
  background: #000;
  box-shadow: 0 20px 80px rgba(0,0,0,0.6);
  border-radius: 4px;
  overflow: hidden;
}
.j2-video-lightbox-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}
.j2-video-lightbox-meta {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}
.j2-video-lightbox-close {
  position: absolute; top: 24px; right: 28px;
  width: 44px; height: 44px;
  background: transparent; border: none; cursor: pointer;
  color: #fff; font-size: 32px; line-height: 1;
  font-weight: 200;
  opacity: 0.7; transition: opacity 200ms;
  z-index: 1;
}
.j2-video-lightbox-close:hover { opacity: 1; }
.j2-video-lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px;
  background: transparent; border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: #fff; font-family: var(--font-mono); font-size: 16px;
  cursor: pointer; opacity: 0.7;
  transition: opacity 200ms, background 200ms;
}
.j2-video-lightbox-nav:hover { opacity: 1; background: rgba(255,255,255,0.08); }
.j2-video-lightbox-nav--prev { left: 32px; }
.j2-video-lightbox-nav--next { right: 32px; }
.j2-video-lightbox-counter {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.22em; color: rgba(255,255,255,0.45);
  z-index: 1;
}
@media (max-width: 600px) {
  .j2-video-lightbox-nav { width: 44px; height: 44px; }
  .j2-video-lightbox-nav--prev { left: 12px; }
  .j2-video-lightbox-nav--next { right: 12px; }
}

/* ---------- CLOSING ---------- */
.j2-closing {
  background: var(--bg-deep, #0f1612);
  color: #fff;
  padding: clamp(100px, 14vw, 160px) 0;
  text-align: center;
}
.j2-closing-text {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.25;
  color: #f2ede4;
  max-width: 22ch;
  margin: 0 auto;
}
.j2-closing-text em { color: #e6cb95; }

/* ---------- Page subnav (Apple-style, slides in past hero) ---------- */
.j2-subnav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  background: rgba(248, 247, 244, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transform: translateY(-100%);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.j2-subnav.is-visible { transform: translateY(0); pointer-events: auto; }
.j2-subnav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 56px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
  gap: 24px;
}
.j2-subnav-brand {
  font-family: var(--font-serif);
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  color: var(--text);
  text-decoration: none;
  flex: 0 0 auto;
  letter-spacing: -0.01em;
}
.j2-subnav-links {
  display: flex; gap: 28px;
}
.j2-subnav-links a {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--text);
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  opacity: 0.72;
  transition: opacity 200ms, color 200ms;
}
.j2-subnav-links a:hover { opacity: 1; }
.j2-subnav-links a.is-active { opacity: 1; color: var(--accent-deep); }
.j2-subnav-links a.is-active::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -2px;
  height: 1.5px;
  background: var(--accent);
}
.j2-subnav-cta {
  display: inline-flex; align-items: center;
  height: 32px;
  padding: 0 16px;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.01em;
  flex: 0 0 auto;
  transition: background 200ms;
}
.j2-subnav-cta:hover { background: var(--accent-deep); }

@media (max-width: 860px) {
  .j2-subnav-links { display: none; }
  .j2-subnav-inner { height: 52px; }
}

/* When subnav is showing, slide the main top nav out of the way */
body.j2 .jaunt-header { position: absolute; }
body.j2 .jaunt-header.is-scrolled { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
body.j2-subnav-showing .jaunt-header { opacity: 0; pointer-events: none; transition: opacity 200ms; }

/* ---------- Section nav (legacy floating dot rail — disabled) ---------- */
.j2-tocnav {
  display: none;
  position: fixed;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: flex; flex-direction: column; gap: 14px;
}
.j2-tocnav a {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-dim);
}
.j2-tocnav a::before {
  content: ''; width: 22px; height: 1px;
  background: var(--text-dim); opacity: 0.4;
  transition: width var(--dur-base), opacity var(--dur-base);
}
.j2-tocnav a span { opacity: 0; transition: opacity var(--dur-base); }
.j2-tocnav a:hover span, .j2-tocnav a.is-active span { opacity: 1; }
.j2-tocnav a.is-active::before { width: 36px; opacity: 1; background: var(--accent); }
.j2-tocnav a.is-active { color: var(--accent-deep); }

@media (max-width: 1100px) {
  .j2-tocnav { display: none; }
}

/* on-dark variants for tocnav */
.j2-tocnav.on-dark a { color: rgba(255,255,255,0.5); }
.j2-tocnav.on-dark a::before { background: rgba(255,255,255,0.5); }
.j2-tocnav.on-dark a.is-active { color: #fff; }
.j2-tocnav.on-dark a.is-active::before { background: #c4a572; }
