/* ============================================================
   RA 11 Superyacht — Corporate page styles
   Depends on prive.css (loaded first for :root tokens).
   ============================================================ */

/* ===== Page tokens (scoped so they don't bleed globally) ===== */
.ra11-page {
  --dp:        'Cormorant Upright', serif;
  --sr:        'EB Garamond', Georgia, serif;
  --mn:        'Inconsolata', monospace;

  --r11-fg:        var(--green-dark);
  --r11-fg-muted:  #4A5A52;
  --r11-fg-subtle: #8A9890;
  --r11-bg:        var(--off-white);
  --r11-bg-alt:    #F5EDE0;

  --r11-hair:     rgba(18,53,36,0.12);
  --r11-hair-g:   rgba(201,169,110,0.35);

  --r11-grad-forest: linear-gradient(180deg, var(--green) 0%, var(--green-dark) 100%);
  --r11-grad-gold:   linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 55%, #AA8554 100%);

  background: var(--r11-bg);
  color: var(--r11-fg);
  font-family: var(--mn);
}

/* ===== Reset ===== */
.ra11-page *, .ra11-page *::before, .ra11-page *::after { box-sizing: border-box; }
.ra11-page img { max-width: 100%; display: block; }

/* ===== Utility: hide calc fab on this page ===== */
.ra11-body .mob-calc-btn { display: none !important; }

/* ============================================================
   HERO
   ============================================================ */
.ra11-hero {
  position: relative;
  min-height: 100vh;
  background: #000 url('../images/Yachts/Goa/Ra11/12a-mincopy.webp') center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 0 110px;
}
.ra11-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(5,12,8,0.92) 0%, rgba(5,12,8,0.7) 38%, rgba(5,12,8,0.2) 60%, rgba(5,12,8,0) 75%),
    radial-gradient(ellipse 50% 35% at 12% 18%, rgba(181,144,94,0.12) 0%, rgba(181,144,94,0) 75%);
  pointer-events: none;
}
.ra11-hero-mark {
  position: absolute;
  right: -60px;
  bottom: -40px;
  width: 520px;
  opacity: 0.06;
  transform: rotate(-8deg);
  pointer-events: none;
}
.ra11-page .ra11-hero-photo { display: none; }   /* mobile-only: shown in @media (max-width:768px); specificity beats `.ra11-page img` */
.ra11-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}
.ra11-hero-side {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-family: var(--mn);
  font-size: 9.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light);
  opacity: 0.65;
  writing-mode: vertical-rl;
}
.ra11-hero-eyebrow {
  font-family: var(--mn);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light);
  display: flex;
  gap: 14px;
  align-items: center;
}
.ra11-hero-eyebrow .dot {
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
}
.ra11-hero-h1 {
  font-family: var(--dp);
  font-weight: 400;
  font-size: clamp(3.6rem, 4rem + 2vw, 6.8rem);
  line-height: 0.96;
  letter-spacing: -0.018em;
  color: #fff;
  margin: 28px 0 0;
  max-width: 18ch;
}
.ra11-hero-h1 em {
  font-style: italic;
  font-family: var(--sr);
  font-weight: 300;
  color: var(--gold-light);
  display: block;
  margin-top: 18px;
}
.ra11-hero-sub {
  margin-top: 28px;
  font-family: var(--sr);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.45;
  color: var(--gold-light);
  max-width: 56ch;
}
.ra11-hero-stats {
  display: flex;
  gap: 56px;
  margin-top: 60px;
  border-top: 1px solid rgba(227,195,143,0.18);
  padding-top: 32px;
  max-width: 720px;
}
.ra11-hero-stat-num {
  font-family: var(--dp);
  font-size: 44px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.ra11-hero-stat-num sup {
  font-size: 18px;
  vertical-align: super;
  color: var(--gold-light);
  margin-left: 4px;
  font-style: italic;
  font-family: var(--sr);
}
.ra11-hero-stat-label {
  margin-top: 10px;
  font-family: var(--mn);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  opacity: 0.85;
}
.ra11-hero-cta {
  margin-top: 40px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============================================================
   BUTTONS (page-scoped, no border-radius per design system)
   ============================================================ */
.ra11-btn {
  font-family: var(--mn);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background 240ms ease, color 240ms ease, transform 200ms ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}
.ra11-btn-primary {
  background: var(--r11-grad-gold);
  color: var(--green-dark);
}
.ra11-btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  color: var(--green-dark);
  text-decoration: none;
}
.ra11-btn-outline {
  background: transparent;
  color: var(--gold-light);
  border-color: rgba(227,195,143,0.45);
}
.ra11-btn-outline:hover {
  background: var(--gold);
  color: var(--green-dark);
  border-color: transparent;
  text-decoration: none;
}
.ra11-btn-forest {
  background: var(--green-dark);
  color: #fff;
}
.ra11-btn-forest:hover {
  background: var(--green);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
.ra11-btn-link {
  font-family: var(--mn);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--r11-hair-g);
  text-decoration: none;
  cursor: pointer;
  transition: color 200ms, border-color 200ms;
}
.ra11-btn-link:hover {
  color: var(--green-dark);
  border-bottom-color: var(--green-dark);
  text-decoration: none;
}
.ra11-btn-link.on-dark {
  color: var(--gold-light);
  border-bottom-color: rgba(227,195,143,0.4);
}
.ra11-btn-link.on-dark:hover { color: #fff; border-bottom-color: #fff; }

/* ============================================================
   STICKY TOC
   ============================================================ */
.ra11-toc-sentinel {
  height: 1px;
  width: 1px;
  pointer-events: none;
}
.ra11-toc {
  position: sticky;
  top: 64px;
  background: var(--r11-bg-alt);
  border-bottom: 1px solid var(--r11-hair);
  z-index: 20;
  transition: top 320ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* When toc becomes stuck, slide the global navbar out and dock the toc to top */
.ra11-body .prive-navbar {
  transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ra11-body.toc-stuck .prive-navbar {
  transform: translateY(-100%);
}
.ra11-body.toc-stuck .ra11-toc {
  top: 0;
}
.ra11-toc-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: var(--mn);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--r11-fg-muted);
  overflow-x: auto;
  scrollbar-width: none;
}
.ra11-toc-inner::-webkit-scrollbar { display: none; }
.ra11-toc-name {
  font-family: var(--dp);
  letter-spacing: 0.15em;
  font-size: 12px;
  color: var(--gold);
  text-transform: none;
  white-space: nowrap;
}
.ra11-toc-divider {
  width: 24px;
  height: 1px;
  background: var(--r11-hair-g);
  flex: none;
}
.ra11-toc-inner a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition: color 200ms;
}
.ra11-toc-inner a:hover { color: var(--gold); }
.ra11-toc-inner a.is-active { color: var(--gold); }
/* Replace the dash before the active link with the moniker */
.ra11-toc-divider:has(+ a.is-active) {
  width: 22px;
  height: 14px;
  background: url('../images/Logos/GoldMoniker.png') center / contain no-repeat;
}
/* If the first link is active (no preceding divider), prepend a moniker */
.ra11-toc-inner a:first-of-type.is-active::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 14px;
  margin-right: 10px;
  background: url('../images/Logos/GoldMoniker.png') center / contain no-repeat;
  vertical-align: -2px;
}

/* ============================================================
   PHOTO PLACEHOLDER
   ============================================================ */
.photo-ph {
  position: relative;
  background: linear-gradient(160deg, var(--green) 0%, var(--green-dark) 100%);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: var(--gold-light);
  border: 1px solid rgba(227,195,143,0.12);
}
.photo-ph::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 75% 95%, rgba(227,195,143,0.22), transparent 65%),
    radial-gradient(ellipse 40% 30% at 18% 22%, rgba(181,144,94,0.15), transparent 70%);
  pointer-events: none;
}
.photo-ph-mark {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 180px;
  opacity: 0.1;
  transform: rotate(-6deg);
  pointer-events: none;
}
.photo-ph-cap {
  position: relative;
  z-index: 1;
  font-family: var(--mn);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.5;
  max-width: 80%;
}
.photo-ph-cap em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-family: var(--sr);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 300;
  opacity: 0.8;
}

/* ============================================================
   SECTION PRIMITIVES
   ============================================================ */
.s {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 32px;
}
.s-brief-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: center;
  margin-top: 0;
}
.s-brief-video {
  overflow: hidden;
}
.s-brief-video video {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}
.s-tight { padding: 80px 32px; }
.s-dark {
  background: var(--r11-grad-forest);
  color: #fff;
  max-width: none;
  padding: 120px 0;
}
.s-dark .s-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.s-ivory {
  background: var(--r11-bg-alt);
  max-width: none;
  padding: 120px 0;
}
.s-ivory .s-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

.s-num {
  font-family: var(--mn);
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--gold);
  margin-bottom: 18px;
  text-transform: uppercase;
}
.s-num span { color: var(--r11-fg-subtle); }
.s-eyebrow {
  font-family: var(--mn);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.s-h2 {
  font-family: var(--dp);
  font-weight: 400;
  font-size: clamp(2.6rem, 2rem + 2.5vw, 4.4rem);
  line-height: 1.1;
  letter-spacing: -0.012em;
  margin: 0;
  color: var(--r11-fg);
  max-width: 22ch;
}
.s-dark .s-h2 { color: #fff; }
.s-lead {
  font-family: var(--sr);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.7;
  color: var(--r11-fg-muted);
  max-width: 56ch;
  margin: 40px 0 0;
}
.s-dark .s-lead { color: var(--gold-light); }
.s-punch {
  margin: 32px 0 0;
  font-family: var(--dp);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--green);
}
.s-punch::before {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 22px;
}
.s-dark .s-punch { color: var(--gold); }

/* ============================================================
   CAPABILITY GRID (01)
   ============================================================ */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--r11-hair);
  border: 1px solid var(--r11-hair);
  margin-top: 64px;
}
.cap-tile {
  background: var(--r11-bg);
  padding: 40px 32px 36px;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  position: relative;
  transition: background 240ms;
}
.cap-tile:hover { background: var(--r11-bg-alt); }
.cap-tile-num {
  font-family: var(--mn);
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--gold);
  margin-bottom: 24px;
}
.cap-tile-h {
  font-family: var(--dp);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
  color: var(--r11-fg);
  margin: 0;
}
.cap-tile-p {
  font-family: var(--sr);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--r11-fg-muted);
  margin: 16px 0 0;
}
.cap-tile-eg {
  font-family: var(--sr);
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: var(--r11-fg-subtle);
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--r11-hair);
}



/* ============================================================
   YACHT SECTION (02) — The Voyage
   Pinned scroll-scrubbed WebGL atmosphere shader (golden hour →
   night). 9 photo cards drift in over the shader.
   ============================================================ */
.voyage-stage {
  position: relative;
  min-height: 880vh;
  background: #0b0f1a;
  color: #fff;
}
.voyage-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.voyage-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateZ(0);
}
.voyage-overlay-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(6,9,18,0.6) 100%);
  pointer-events: none;
}
/* Left column = a fixed-height clipping window. Its inner track
   (.voyage-meta-track) is slid up by JS near the end of the scroll
   so the brief text gives way to the portrait video.
   overflow:hidden is on THIS absolute element — never on the sticky
   .voyage-pin — so the pin is not broken. */
.voyage-fixed-meta {
  position: absolute;
  top: 0;
  left: 4.5vw;
  height: 100vh;
  overflow: hidden;
  z-index: 4;            /* above .voyage-progress (z:2) so the video covers the loader */
  width: 34vw;
  max-width: 580px;
  color: #fff;
  pointer-events: none;
}
.voyage-meta-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  will-change: transform;
  transform: translateY(0);
}
.voyage-meta-text {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.voyage-meta-film {
  width: 100%;
  height: min(86vh, calc(100vh - 7vh));
  overflow: hidden;
  background: #0b0f1a;
  margin-bottom: 6vh;
}
.voyage-meta-vid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.voyage-h2 {
  font-family: var(--dp);
  font-size: clamp(2.55rem, 1.95rem + 1.65vw, 3.6rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.012em;
  margin: 12px 0 0;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
}
.voyage-lead {
  font-family: var(--sr);
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255,255,255,0.82);
  margin: 14px 0 0;
  text-shadow: 0 1px 12px rgba(0,0,0,0.5);
}
.voyage-punch {
  margin: 20px 0 0;
  font-family: var(--dp);
  font-style: italic;
  font-size: 28px;
  line-height: 1.15;
  color: var(--gold-light);
  text-shadow: 0 1px 12px rgba(0,0,0,0.55);
}
.voyage-progress {
  position: absolute;
  left: 4.5vw;
  bottom: 6vh;
  width: min(34vw, 580px);   /* match the left column / video width */
  height: 2px;
  background: rgba(255,255,255,0.18);
  z-index: 2;
}
.voyage-progress span {
  display: block;
  height: 100%;
  background: var(--gold);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 80ms linear;
}
.voyage-scroll {
  position: relative;
  z-index: 3;
  margin-top: -100vh;
  padding: 60vh 0 40vh;
  padding-left: 42vw;          /* clear the wider pinned left column */
  pointer-events: none;
}
.voyage-chapter {
  margin: 25vh 0 15vh;
  text-align: center;
  opacity: 1;
  transform: translateY(20px);
  transition: transform 800ms;
}
.voyage-chapter.is-in { transform: none; }
.voyage-chapter-eyebrow {
  display: inline-block;
  padding: 14px 28px;
  font-family: var(--mn);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(11,17,36,0.55);
  backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid rgba(201,169,110,0.35);
  pointer-events: auto;
}
.voyage-card {
  width: clamp(320px, 42vw, 640px);
  margin: 8vh 6% 8vh auto;
  display: grid;
  grid-template-columns: 1fr;
  background: rgba(11,17,36,0.45);
  backdrop-filter: blur(20px) saturate(1.6);
  border: 1px solid rgba(201,169,110,0.28);
  pointer-events: auto;
  opacity: 1;
  transform: translateY(40px);
  transition: opacity 900ms, transform 900ms;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  will-change: transform;
  contain: paint;
}
.voyage-card.voyage-card-l { margin-left: 6%; margin-right: 0; }
.voyage-card.is-in { transform: none; }
.voyage-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
/* Open Floor — zoom image, clipped to its own box so it never bleeds onto the title */
.voyage-card-zoom {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  width: 100%;
}
.voyage-card-zoom img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
  transform: scale(1.3);
  transform-origin: center;
}
/* The Club — crop the bottom 25% of the source, then cover-fill the frame */
.voyage-card[data-num="09"] .voyage-card-zoom img {
  transform: none;
  object-view-box: inset(0 0 25% 0);
  object-fit: cover;
  object-position: center;
}
.voyage-card-meta {
  padding: 20px 24px 24px;
}
.voyage-card-meta span {
  font-family: var(--mn);
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}
.voyage-card-meta h3 {
  font-family: var(--dp);
  font-size: 26px;
  font-weight: 400;
  margin: 8px 0 6px;
  color: #fff;
  line-height: 1.1;
}
.voyage-card-meta p {
  font-family: var(--sr);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.voyage-outro {
  margin: 40vh auto 20vh;
  max-width: 38ch;
  text-align: center;
  font-family: var(--dp);
  font-size: 22px;
  color: var(--gold-light);
  pointer-events: auto;
}
.voyage-outro em { font-style: italic; }


/* ============================================================
   CAPACITY TABLE — dark section (04)
   ============================================================ */
.cap-table {
  margin-top: 56px;
  width: 100%;
  border-top: 1px solid rgba(227,195,143,0.25);
}
.cap-table-row {
  display: grid;
  grid-template-columns: 64px 2fr 1fr 2.5fr;
  gap: 24px;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid rgba(227,195,143,0.15);
}
.cap-table-row.head {
  font-family: var(--mn);
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding: 18px 0;
  color: var(--gold-light);
  opacity: 0.7;
}
.cap-table-num {
  font-family: var(--mn);
  font-size: 12px;
  letter-spacing: 0.32em;
  color: var(--gold);
}
.cap-table-setup {
  font-family: var(--dp);
  font-size: 26px;
  line-height: 1.1;
  color: #fff;
}
.cap-table-cap {
  font-family: var(--dp);
  font-size: 38px;
  line-height: 1;
  color: var(--gold-light);
}
.cap-table-cap small {
  font-family: var(--sr);
  font-size: 13px;
  opacity: 0.6;
  margin-left: 6px;
  font-style: italic;
}
.cap-table-best {
  font-family: var(--sr);
  font-size: 15px;
  line-height: 1.5;
  color: var(--gold-light);
  opacity: 0.85;
}

/* ============================================================
   CASE STUDIES — alternating (05)
   ============================================================ */
.case-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 96px;
}
.case-row:first-of-type { margin-top: 56px; }
.case-row.flip { direction: rtl; }
.case-row.flip > * { direction: ltr; }
.case-photo { height: 440px; }
.case-meta {
  font-family: var(--mn);
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.case-meta .pill {
  background: rgba(201,169,110,0.12);
  padding: 4px 10px;
  letter-spacing: 0.22em;
  font-size: 9.5px;
  color: var(--gold);
}
.case-h {
  font-family: var(--dp);
  font-size: 36px;
  line-height: 1.05;
  font-weight: 400;
  margin: 0;
  color: var(--r11-fg);
}
.case-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 32px;
  margin: 28px 0;
  padding: 18px 0;
  border-top: 1px solid var(--r11-hair);
  border-bottom: 1px solid var(--r11-hair);
}
.case-stat-n {
  font-family: var(--dp);
  font-size: 28px;
  line-height: 1;
  color: var(--r11-fg);
}
.case-stat-l {
  font-family: var(--mn);
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--r11-fg-subtle);
  margin-top: 6px;
}
.case-quote {
  font-family: var(--sr);
  font-style: italic;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  color: var(--r11-fg-muted);
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 1px solid var(--gold);
}
.case-attribution {
  margin-top: 14px;
  font-family: var(--mn);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--r11-fg-subtle);
}

/* ============================================================
   INCLUDED / ADD-ONS (06)
   ============================================================ */
.incl-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 56px;
  margin-top: 64px;
}
.incl-divider { background: var(--r11-hair-g); }
.incl-h {
  font-family: var(--dp);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  color: var(--r11-fg);
}
.incl-list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
.incl-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--r11-hair);
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: baseline;
  font-family: var(--sr);
  font-size: 16px;
  color: var(--r11-fg);
}
.incl-list li::before {
  content: '—';
  color: var(--gold);
  font-family: var(--dp);
}
.incl-list li:last-child { border-bottom: 0; }

/* ============================================================
   HOW IT WORKS (07)
   ============================================================ */
.how-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.how-step {
  padding: 0 36px;
  border-left: 1px solid var(--r11-hair-g);
}
.how-step:first-child { padding-left: 0; border-left: 0; }
.how-step-n {
  font-family: var(--dp);
  font-size: 88px;
  line-height: 1;
  font-weight: 400;
  color: var(--gold);
  opacity: 0.5;
}
.how-step-h {
  font-family: var(--dp);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  margin: 24px 0 0;
  color: var(--r11-fg);
}
.how-step-p {
  margin-top: 16px;
  font-family: var(--sr);
  font-size: 16px;
  line-height: 1.5;
  color: var(--r11-fg-muted);
}

/* ============================================================
   WHY RA 11 — trust grid (08)
   ============================================================ */
.trust-grid {
  position: relative;
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 88% 12%, rgba(201,169,110,0.16), transparent 55%),
    radial-gradient(110% 100% at 0% 100%, rgba(28,81,58,0.55), transparent 60%),
    linear-gradient(150deg, #123524 0%, #0e2a1d 48%, #0b0f1a 100%);
  border: 1px solid rgba(227,195,143,0.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 30px 70px -30px rgba(0,0,0,0.6);
}
/* faint gold hairline crosshair where the four cells meet */
.trust-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(227,195,143,0.10) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(50% - 0.5px), rgba(227,195,143,0.10) 50%, transparent calc(50% + 0.5px));
}
.trust-cell {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 56px 44px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(227,195,143,0.15);
  border-bottom: 1px solid rgba(227,195,143,0.15);
  transition: background 0.45s ease, transform 0.45s ease;
}
.trust-cell:hover {
  background:
    radial-gradient(130% 130% at 50% 0%, rgba(201,169,110,0.10), transparent 60%);
}
.trust-cell:nth-child(2n) { border-right: 0; }
.trust-cell:nth-child(n+3) { border-bottom: 0; }

/* ============================================================
   Parallax breaks — 3 distinct treatments
   #1 Liquid Reveal (WebGL) · #2 Duotone Scroll-Wipe (WebGL)
   #3 Triptych Parallax Collage (CSS/JS)
   Each WebGL canvas pauses its rAF when off-screen (see JS).
   ============================================================ */
.pbreak {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  background: #0b0f1a;
}
.pbreak-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateZ(0);
}

/* #2 — Pinned dissolve: a stationary viewport-sized window the page
   scrolls past; backleft → front cross-dissolves within the pin.
   No overflow:hidden on the stage — that would break position:sticky. */
.pbreak-dissolve {
  position: relative;
  height: 220vh;
  overflow: visible;
  background: #0b0f1a;
}
.pbreak-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  /* Landscape band on mobile (not a 100vh portrait pin) so the
     landscape images aren't cover-cropped to a vertical slice.
     JS auto-crossfades A→B when the band scrolls into view. */
  .pbreak-dissolve { height: auto; }
  .pbreak-pin {
    position: static;
    height: auto;
    aspect-ratio: 16 / 10;
    min-height: 62.5vw;        /* fallback if aspect-ratio unsupported (= width / 1.6) */
    overflow: hidden;
  }
}

/* #3 — Auto-scroll photo marquee (6 visible across the viewport).
   Track duplicated 2× in markup; translateX(-50%) loops seamlessly.
   JS toggles .is-in so the animation halts when off-screen. */
.pbreak-marquee { height: 230px; }
.pbreak-mq-track {
  display: flex;
  height: 100%;
  width: max-content;
  animation: pbreakMQ 64s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}
.pbreak-marquee.is-in .pbreak-mq-track { animation-play-state: running; }
.pbreak-mq-track img {
  flex: 0 0 16.6667vw;          /* exactly 6 across full-bleed width */
  height: 100%;
  object-fit: cover;
  display: block;
  border-right: 1px solid rgba(227,195,143,0.18);
}
@keyframes pbreakMQ {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (max-width: 768px) {
  .pbreak-marquee { height: 340px; }   /* doubled */
  .pbreak-mq-track img { flex-basis: 56vw; }   /* ~1.8 visible on mobile */
}
@media (prefers-reduced-motion: reduce) {
  .pbreak-mq-track { animation: none; }
}

/* #1 — Parallax photo collage (any column count: 3, 4, …) */
.pbreak-collage {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 0;
}
.pbreak-col {
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(227,195,143,0.20);
}
.pbreak-col:last-child { border-right: 0; }
.pbreak-col img {
  position: absolute;
  top: -14%;
  left: 0;
  width: 100%;
  height: 128%;
  object-fit: cover;
  will-change: transform;
}
.pbreak-collage-cap {
  position: absolute;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%) translateY(10px);
  font-family: var(--mn);
  font-size: 12px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold-light);
  padding: 13px 28px;
  background: rgba(11,17,36,0.45);
  backdrop-filter: blur(16px) saturate(1.4);
  border: 1px solid rgba(201,169,110,0.35);
  opacity: 0;
  transition: opacity 700ms ease, transform 700ms ease;
}
.pbreak-collage.is-in .pbreak-collage-cap {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 768px) {
  /* Show all 4 collage photos as a 2×2 grid (caption overlays).
     Scope height:auto to the collage only — `.pbreak` is shared by
     the marquee, which must keep its fixed .pbreak-marquee height. */
  .pbreak-collage { height: auto; }
  .pbreak-collage {
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 42vw;
  }
  .pbreak-collage .pbreak-col,
  .pbreak-collage .pbreak-col:not(:first-child) { display: block; }
  .pbreak-col { border-right: 1px solid rgba(227,195,143,0.20); border-bottom: 1px solid rgba(227,195,143,0.20); }
  .pbreak-col:nth-child(2n) { border-right: 0; }
  .pbreak-col:nth-child(n+3) { border-bottom: 0; }
}
.trust-cell-n {
  font-family: var(--mn);
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--gold);
  margin-bottom: 24px;
}
.trust-cell-h {
  font-family: var(--dp);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.trust-cell-p {
  margin-top: 16px;
  font-family: var(--sr);
  font-size: 16px;
  line-height: 1.5;
  color: var(--gold-light);
  opacity: 0.85;
}

/* ============================================================
   CHANNEL PARTNER (09)
   ============================================================ */
.cp-band {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 56px;
}
.cp-points {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cp-points li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  align-items: baseline;
}
.cp-points strong {
  font-family: var(--dp);
  font-weight: 400;
  font-size: 18px;
  color: var(--r11-fg);
  display: block;
  margin-bottom: 4px;
}
.cp-points p {
  font-family: var(--sr);
  font-size: 15px;
  line-height: 1.5;
  color: var(--r11-fg-muted);
  margin: 0;
}
.cp-num {
  font-family: var(--mn);
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 0.2em;
}

/* ============================================================
   PRICING (10)
   ============================================================ */
.pricing-band {
  border-top: 1px solid var(--r11-hair-g);
  border-bottom: 1px solid var(--r11-hair-g);
  padding: 48px 0;
  margin: 56px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.pricing-num {
  font-family: var(--dp);
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  color: var(--r11-fg);
}
.pricing-num em {
  font-style: italic;
  font-family: var(--sr);
  font-weight: 300;
  color: var(--r11-fg-subtle);
  font-size: 28px;
}
.pricing-label {
  font-family: var(--mn);
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

/* ============================================================
   FAQ (11)
   ============================================================ */
.ra11-faq-list {
  margin-top: 56px;
  border-top: 1px solid var(--r11-hair);
}
.ra11-faq-item {
  border-bottom: 1px solid var(--r11-hair);
}
.ra11-faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 56px 1fr 24px;
  gap: 24px;
  align-items: center;
  cursor: pointer;
}
.ra11-faq-num {
  font-family: var(--mn);
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--gold);
}
.ra11-faq-q-text {
  font-family: var(--dp);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--r11-fg);
  text-align: left;
}
.ra11-faq-icon {
  font-family: var(--mn);
  font-size: 24px;
  color: var(--gold);
  transition: transform 0.25s ease;
  line-height: 1;
}
.ra11-faq-item.open .ra11-faq-icon { transform: rotate(45deg); }
.ra11-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.ra11-faq-item.open .ra11-faq-a { max-height: 400px; }
.ra11-faq-a p {
  padding: 0 0 28px 80px;
  font-family: var(--sr);
  font-size: 17px;
  color: var(--r11-fg-muted);
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   CTA BLOCK (12)
   ============================================================ */
.cta-brochure {
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 30px 44px;
  text-decoration: none;
  background: rgba(18,53,36,0.025);
  border: 1px solid var(--r11-hair);
}
.cta-brochure-eyebrow {
  font-family: 'Inconsolata', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green-dark);
  opacity: 0.6;
  margin-bottom: 9px;
}
.cta-brochure-h {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.15rem);
  line-height: 1.12;
  color: var(--green-dark);
}
.cta-brochure-btn {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cta-brochure {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 26px 26px;
  }
  .cta-brochure-btn { align-self: stretch; text-align: center; }
}
.cta-cards {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1px;
  background: rgba(227,195,143,0.2);
  border: 1px solid rgba(227,195,143,0.25);
}
.cta-card {
  padding: 56px 48px;
  background: var(--green-dark);
  display: flex;
  flex-direction: column;
  min-height: 360px;
}
.cta-card.gold {
  background: var(--r11-grad-gold);
  color: var(--green-dark);
}
.cta-card-eyebrow {
  font-family: var(--mn);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.cta-card.gold .cta-card-eyebrow { color: var(--green-dark); opacity: 0.7; }
.cta-card-h {
  font-family: var(--dp);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.05;
  margin: 18px 0 0;
  color: #fff;
  max-width: 14ch;
}
.cta-card.gold .cta-card-h { color: var(--green-dark); }
.cta-card-p {
  margin-top: 16px;
  font-family: var(--sr);
  font-size: 16px;
  line-height: 1.5;
  color: var(--gold-light);
  opacity: 0.85;
  max-width: 32ch;
}
.cta-card.gold .cta-card-p { color: var(--green-dark); opacity: 0.85; }
.cta-card-form {
  margin-top: auto;
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cta-card-form .cta-field { display: flex; flex-direction: column; gap: 6px; }
.cta-card-form .cta-field label {
  font-family: var(--mn);
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  opacity: 0.7;
}
.cta-card-form .cta-field input,
.cta-card-form .cta-field select {
  font-family: var(--sr);
  font-size: 16px;
  padding: 8px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(227,195,143,0.35);
  color: #fff;
  outline: 0;
}
.cta-card-form .cta-field input::placeholder { color: rgba(227,195,143,0.4); }
.cta-card-form .cta-submit { grid-column: 1/-1; margin-top: 8px; }
.cta-wa-num {
  font-family: var(--dp);
  font-size: 32px;
  color: var(--green-dark);
  margin-top: 24px;
}

/* ============================================================
   SISTER PAGES (13)
   ============================================================ */
.sisters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
.sister-card {
  border: 1px solid var(--r11-hair);
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 24px;
  align-items: center;
  background: var(--r11-bg);
  text-decoration: none;
  color: inherit;
  transition: border-color 200ms, background 200ms;
}
.sister-card:hover {
  border-color: var(--gold);
  background: var(--r11-bg-alt);
  text-decoration: none;
  color: inherit;
}
.sister-card-mark {
  width: 80px;
  height: 80px;
  background: var(--r11-grad-forest);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-family: var(--dp);
  font-size: 28px;
}
.sister-card-eyebrow {
  font-family: var(--mn);
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.sister-card-h {
  font-family: var(--dp);
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
  color: var(--r11-fg);
}
.sister-card-p {
  margin-top: 6px;
  font-family: var(--sr);
  font-size: 14px;
  color: var(--r11-fg-muted);
}
.sister-card-arrow {
  font-family: var(--dp);
  font-size: 28px;
  color: var(--gold);
}

/* ============================================================
   FOOTER
   ============================================================ */
.ra11-footer {
  background: var(--r11-grad-forest);
  color: var(--gold-light);
  padding: 80px 0 32px;
}
.ra11-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.ra11-footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
}
.ra11-footer-cta {
  font-family: var(--dp);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 400;
  color: #fff;
  margin: 24px 0 0;
  max-width: 18ch;
}
.ra11-footer-col h4 {
  font-family: var(--mn);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
  font-weight: 500;
}
.ra11-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ra11-footer-col a {
  color: var(--gold-light);
  text-decoration: none;
  font-family: var(--mn);
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: color 200ms;
}
.ra11-footer-col a:hover { color: #fff; }
.ra11-footer-col li {
  font-family: var(--mn);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.ra11-footer-bot {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid rgba(227,195,143,0.18);
  display: flex;
  justify-content: space-between;
  font-family: var(--mn);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(227,195,143,0.7);
}

/* ============================================================
   OPENING SECTION layout helpers
   ============================================================ */
.s-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .cap-table-row { grid-template-columns: 48px 1.5fr 1fr 2fr; }
  .ra11-footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  /* Global +15% type scale for phones (scales every rem / clamp-rem size). */
  html { font-size: 115%; }

  .ra11-body { overflow-x: hidden; }

  /* No calculator FAB on this page — drop the gold moniker down to sit
     directly above the hamburger (one slot, not two) so it isn't
     floating with an empty gap where the calc button would be. */
  .ra11-body .mob-scroll-top {
    bottom: calc(20px + 68px + 12px + env(safe-area-inset-bottom, 0px));
  }

  /* Hero: black background, the yacht photo full-bleed (top + sides),
     all text BELOW it — no overlap, no eyebrow. */
  .ra11-hero {
    background: #000;
    background-image: none;
    min-height: auto;
    display: block;
    padding: 0 0 64px;
  }
  .ra11-hero::before { display: none; }
  .ra11-page .ra11-hero-mark { display: none; }   /* specificity beats `.ra11-page img` — stops the gold mark bleeding on the right */
  .ra11-hero-eyebrow { display: none; }
  .ra11-page .ra11-hero-photo {
    display: block;
    width: 144%;                /* zoomed ~44%; .ra11-hero overflow:hidden crops the bleed.
                                   height:auto → grows taller with the extra width */
    max-width: none;
    height: auto;
    margin: 0 -22% 32px;        /* negative side margins keep the crop centred */
  }
  .ra11-hero-inner { padding: 0 24px; }
  .ra11-hero-h1 { font-size: clamp(2.4rem, 9vw, 3rem); line-height: 1.12; }
  .ra11-hero-sub { font-size: 17px; max-width: none; line-height: 1.6; }
  .ra11-hero-sub br { display: none; }
  .ra11-hero-stats { gap: 28px; flex-wrap: wrap; }
  .ra11-hero-side { display: none; }
  .ra11-hero-cta { flex-direction: column; align-items: stretch; margin-top: 36px; }
  .ra11-hero-cta .ra11-btn { width: 100%; justify-content: center; padding: 17px 22px; }
  .ra11-btn { white-space: normal; }

  .s-lead { font-size: 18px; max-width: none; line-height: 1.75; }
  .s-h2 { font-size: clamp(1.9rem, 7vw, 2.5rem); }
  .s-punch { font-size: clamp(1.4rem, 5.5vw, 1.9rem); }

  .s { padding: 104px 24px; }
  .s-tight { padding: 72px 24px; }
  .s-dark { padding: 104px 0; }
  .s-dark .s-inner { padding: 0 24px; }
  .s-ivory { padding: 104px 0; }
  .s-ivory .s-inner { padding: 0 24px; }
  .s-num, .s-eyebrow { margin-bottom: 26px; }
  .s-lead { margin-top: 30px; }

  .s-2col { grid-template-columns: 1fr; gap: 32px; }

  .cap-grid { grid-template-columns: 1fr; }

  /* Yacht (Voyage) — clean vertical story on mobile: the whole
     desktop scroll mechanic (880vh stage, sticky pin, -100vh overlap,
     WebGL canvas, progress bar) is neutralised. It reflows as a normal
     vertical sequence: brief text → portrait intro video → single-
     column photo gallery. WebGL is also skipped in initVoyage() JS. */
  .voyage-stage { min-height: auto; }
  .voyage-pin { position: static; height: auto; overflow: visible; }
  .voyage-canvas,
  .voyage-overlay-vignette,
  .voyage-progress { display: none; }
  /* padding (not margin) so the dark .voyage-stage bg fills the
     breathing room — margin here collapses out and shows the page white */
  .voyage-fixed-meta { position: static; left: auto; right: auto; top: 0; width: auto; max-width: none; height: auto; overflow: visible; padding: 52px 24px 44px; }
  .voyage-meta-track { position: static; transform: none !important; }
  .voyage-meta-text { min-height: 0; display: block; margin: 0; }
  .voyage-meta-film { height: auto; aspect-ratio: 9 / 16; max-height: 80vh; margin: 28px 0 0; }
  .voyage-h2 { font-size: 2rem; line-height: 1.16; }
  .voyage-lead { font-size: 24px; line-height: 1.7; margin-top: 22px; }
  .voyage-punch { font-size: 21px; margin-top: 28px; }
  .voyage-scroll { margin-top: 0; padding: 0 24px 8vh; }
  .voyage-card { width: 100%; margin: 0 0 28px !important; transform: none; }
  .voyage-chapter { margin: 40px 0 24px; }
  .voyage-outro { margin: 40px auto; }

  .cap-table-row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .cap-table-row.head .cap-table-num,
  .cap-table-row.head .cap-table-best { display: none; }
  .cap-table-num { display: none; }

  .case-row { grid-template-columns: 1fr; gap: 40px; }
  .case-row.flip { direction: ltr; }
  .case-photo { height: 280px; }

  .incl-grid { grid-template-columns: 1fr; gap: 48px; }
  .incl-divider { display: none; }

  .how-grid { grid-template-columns: 1fr; gap: 40px; }
  .how-step { padding: 0; border-left: 0; border-top: 1px solid var(--r11-hair-g); padding-top: 40px; }
  .how-step:first-child { border-top: 0; padding-top: 0; }
  .how-step-n { font-size: 56px; }

  .trust-grid { grid-template-columns: 1fr; }
  .cp-band { grid-template-columns: 1fr; gap: 48px; }
  .pricing-band { grid-template-columns: 1fr; gap: 32px; }
  .pricing-num { font-size: 48px; }

  .ra11-faq-q { grid-template-columns: 40px 1fr 24px; }
  .ra11-faq-a p { padding-left: 0; }

  .cta-cards { grid-template-columns: 1fr; }
  .cta-card { padding: 40px 32px; }
  .cta-card-form { grid-template-columns: 1fr; }

  .sisters { grid-template-columns: 1fr; }
  .sister-card { grid-template-columns: 56px 1fr auto; gap: 16px; }
  .sister-card-mark { width: 56px; height: 56px; font-size: 20px; }

  .ra11-toc { position: sticky; top: 0; }   /* pin flush to the top on mobile */
  .ra11-toc-inner { padding: 12px 20px; font-size: 9.5px; }

  .ra11-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .ra11-footer-bot { flex-direction: column; gap: 8px; }
}
