/* ============================================================
   PREVIEW REFINE
   Loaded only by *-preview.html pages. Editorial refinement
   layer over the existing Ventureship design system.
   No live page references this file.
   ============================================================ */

/* Top preview banner */
.preview-banner {
  background: #fff7ec;
  border-bottom: 1px solid #f0d8b0;
  color: #7a5410;
  padding: 0.5rem var(--gutter);
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.preview-banner a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* ---- Ornaments (mint dash + label) ----------------------- */
.section-ornament,
.hero-ornament {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: var(--sp-5);
  font-size: 0.6875rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--mint);
}
.section-ornament::before,
.hero-ornament::before {
  content: "";
  width: 1.75rem; height: 1px;
  background: var(--mint);
}
.section-ornament--on-ink,
.hero-ornament--on-ink { color: var(--mint); }

/* On dark navy sections, force the ornament dash + label to white for contrast. */
.section--ink .section-ornament,
.section--ink .hero-ornament { color: var(--paper); }
.section--ink .section-ornament::before,
.section--ink .hero-ornament::before { background: var(--paper); }

/* ---- Page-wide refinements when .preview-refine on <main> ---- */
.preview-refine .h1 {
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink-body);
}
.preview-refine .h2 {
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--ink-body);
}

/* ---- Refined page hero (single column or grid) ---------- */
.page-head--refined {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}
.page-head--refined .h1 {
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  max-width: 22ch;
}
.page-head--refined .lead {
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
  max-width: 56ch;
  color: var(--ink-soft);
}
.page-head--refined .hero__ctas {
  margin-top: clamp(2rem, 3.5vw, 2.5rem) !important;
}

/* Two-column hero grid (For Companies, For Students) */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
}

/* ---- Brief preview card (used in hero right column) ----- */
.brief-card {
  background: var(--paper-soft);
  border: 1px solid var(--paper-mute);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  box-shadow: 0 1px 2px rgba(11,31,42,0.04), 0 8px 24px rgba(11,31,42,0.06);
}
.brief-card__head {
  display: flex; align-items: center;
  gap: var(--sp-3); flex-wrap: wrap;
}
.brief-card__badge {
  background: var(--mint-bg);
  color: var(--mint);
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.35rem 0.7rem;
  border-radius: var(--radius);
}
.brief-card__sector {
  font-size: 0.75rem;
  color: var(--ink-muted);
  letter-spacing: 0.05em;
}
.brief-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink-body);
  margin: 0;
}
.brief-card__lede {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
}
.brief-card__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
  margin: 0;
  padding-top: var(--sp-3);
  border-top: 1px solid var(--paper-mute);
}
.brief-card__meta dt {
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-muted);
  margin-bottom: 0.3rem;
}
.brief-card__meta dd {
  font-size: 0.875rem;
  color: var(--ink-body);
  font-weight: 500;
  margin: 0;
}
.brief-card__status {
  display: flex; align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: var(--mint);
  font-weight: 500;
}
.brief-card__dot {
  width: 8px; height: 8px;
  background: var(--mint);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.brief-card__dot::before {
  content: ""; position: absolute; inset: 0;
  border-radius: 50%; background: var(--mint);
  animation: dotPing 1.9s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* ---- Hero stat shelf ------------------------------------ */
.hero-stat-shelf {
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--paper-mute);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
}
@media (max-width: 700px) {
  .hero-stat-shelf { grid-template-columns: 1fr; }
}
.hero-stat { display: flex; flex-direction: column; gap: 0.55rem; }
.hero-stat__label {
  font-size: 0.625rem;
  color: var(--ink-muted);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}
.hero-stat__num {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 1.85rem);
  font-weight: 300;
  color: var(--ink-body);
  letter-spacing: -0.015em;
  line-height: 1;
}
.section--ink .hero-stat__label { color: var(--cream-on-ink-soft); }
.section--ink .hero-stat__num { color: var(--paper); }
.section--ink .hero-stat-shelf { border-top-color: rgba(255,255,255,0.12); }

/* ---- Refined step cards (3 pillars, value rows) --------- */
.preview-refine .step {
  background: var(--paper-soft);
  border: 1px solid var(--paper-mute);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 2.5vw, 2.25rem);
  box-shadow: 0 1px 2px rgba(11,31,42,0.04), 0 8px 24px rgba(11,31,42,0.04);
  transition: border-color 250ms var(--ease), transform 250ms var(--ease), box-shadow 250ms var(--ease);
}
.preview-refine .step:hover {
  border-color: var(--mint);
  transform: translateY(-4px);
  box-shadow: 0 1px 2px rgba(11,31,42,0.04), 0 14px 32px rgba(11,31,42,0.08);
}
.preview-refine .step__number {
  font-weight: 200;
  color: var(--ink-muted);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  margin-bottom: var(--sp-5);
}
.preview-refine .step:hover .step__number { color: var(--mint); }
.preview-refine .section--ink .step:hover { border-color: var(--mint); }
.preview-refine .section--ink .step:hover .step__number { color: var(--mint); }

/* ---- Case study completed pill -------------------------- */
.case-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--mint-bg);
  color: var(--mint);
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius);
  margin-bottom: var(--sp-4);
}
.case-status::before { content: "✓"; font-size: 0.7rem; line-height: 1; }

.case-brand { margin-bottom: 1.25rem; display: flex; align-items: center; min-height: 2.5rem; }
.case-brand .tedx-logo { font-size: clamp(1.25rem, 2vw, 1.6rem); margin: 0; }
.case-brand__img { max-height: 2.5rem; width: auto; display: block; }

/* Centred-content variant of the .steps card grid */
.steps--center .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: clamp(180px, 18vw, 240px);
}

/* Contact page routes — 3-card horizontal row */
.contact-routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}
@media (max-width: 820px) { .contact-routes { grid-template-columns: 1fr; } }

/* Section-heading logo (replaces an h2 when a case study brand should appear instead of a written name) */
.tedx-logo-img {
  display: block;
  width: auto;
  max-width: min(360px, 70%);
  height: auto;
}
.featured-case .tedx-logo-img { margin: var(--sp-3) auto var(--sp-5); }
.section-head .tedx-logo-img { margin: 0; max-width: 320px; }

/* ---- Refined FAQ ---------------------------------------- */
.preview-refine .faq summary {
  font-weight: 400;
  font-size: clamp(1.1rem, 1.35vw, 1.4rem);
  letter-spacing: -0.01em;
}
.preview-refine .faq summary::after { font-weight: 200; font-size: 1.75rem; }
.preview-refine .faq details {
  border-top-color: var(--paper-mute);
  padding-block: var(--sp-6);
}
.preview-refine .faq details:last-of-type { border-bottom-color: var(--paper-mute); }
.preview-refine .faq summary:hover { color: var(--mint); }
.preview-refine .faq details[open] summary::after { color: var(--mint); }

/* ---- Expect list (booking section) ---------------------- */
.expect-list {
  list-style: none;
  margin: 0 0 var(--sp-6) 0;
  padding: 0;
  display: grid;
  gap: var(--sp-3);
}
.expect-list li {
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--paper-mute);
}
.expect-list li:last-child { border-bottom: 0; }
.expect-list__body {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.expect-list__body strong {
  color: var(--ink-body);
  font-weight: 500;
  margin-right: 0.4em;
}

/* ---- Refined value rows (For Students dark section) ---- */
.preview-refine .value-row__title { font-weight: 500; }
.preview-refine .value-row { border-top-color: rgba(227,234,239,0.18); }

/* =================================================================
   SECTION SEPARATION + SCROLL REVEALS (Extern-style)
   Things pop up from the bottom with stagger as the user scrolls.
   ================================================================= */

/* Default reveal pattern (more dramatic than the base .reveal) */
.preview-refine .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
}
.preview-refine .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children inside reveal groups */
.preview-refine .upcoming-grid {
  opacity: 1; /* the grid itself doesn't fade; children do */
  transform: none;
}
.preview-refine .upcoming-grid .upcoming-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.preview-refine .upcoming-grid.is-visible .upcoming-card { opacity: 1; transform: translateY(0); }
.preview-refine .upcoming-grid.is-visible .upcoming-card:nth-child(1) { transition-delay: 0ms; }
.preview-refine .upcoming-grid.is-visible .upcoming-card:nth-child(2) { transition-delay: 120ms; }
.preview-refine .upcoming-grid.is-visible .upcoming-card:nth-child(3) { transition-delay: 240ms; }
.preview-refine .upcoming-grid.is-visible .upcoming-card:nth-child(4) { transition-delay: 360ms; }

/* Stagger on step cards */
.preview-refine .steps.reveal { transform: none; opacity: 1; }
.preview-refine .steps.reveal .step {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.preview-refine .steps.reveal.is-visible .step { opacity: 1; transform: translateY(0); }
.preview-refine .steps.reveal.is-visible .step:nth-child(1) { transition-delay: 0ms; }
.preview-refine .steps.reveal.is-visible .step:nth-child(2) { transition-delay: 120ms; }
.preview-refine .steps.reveal.is-visible .step:nth-child(3) { transition-delay: 240ms; }

/* Stagger on value rows (For Candidates section) */
.preview-refine .value-grid.reveal { transform: none; opacity: 1; }
.preview-refine .value-grid.reveal .value-row {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.preview-refine .value-grid.reveal.is-visible .value-row { opacity: 1; transform: translateY(0); }
.preview-refine .value-grid.reveal.is-visible .value-row:nth-child(1) { transition-delay: 0ms; }
.preview-refine .value-grid.reveal.is-visible .value-row:nth-child(2) { transition-delay: 130ms; }
.preview-refine .value-grid.reveal.is-visible .value-row:nth-child(3) { transition-delay: 260ms; }

/* Stagger compare cards */
.preview-refine .compare-grid.reveal { transform: none; opacity: 1; }
.preview-refine .compare-grid.reveal .compare-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.preview-refine .compare-grid.reveal.is-visible .compare-card { opacity: 1; transform: translateY(0); }
.preview-refine .compare-grid.reveal.is-visible .compare-card:nth-child(1) { transition-delay: 0ms; }
.preview-refine .compare-grid.reveal.is-visible .compare-card:nth-child(2) { transition-delay: 140ms; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .preview-refine .reveal,
  .preview-refine .upcoming-grid .upcoming-card,
  .preview-refine .steps .step,
  .preview-refine .value-grid .value-row,
  .preview-refine .compare-grid .compare-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ---- Section separators between dark sections ---------- */
.preview-refine .section--ink + .section--ink {
  position: relative;
  padding-top: clamp(5rem, 8vw, 8rem);
}
/* Solid mint line + centred dot, so the break is unmistakable */
.preview-refine .section--ink + .section--ink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 60%;
  max-width: 720px;
  transform: translateX(-50%);
  height: 2px;
  background: var(--mint);
}
.preview-refine .section--ink + .section--ink::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--mint);
  transform: translateX(-50%);
  box-shadow: 0 0 0 4px var(--ink);
}

/* ============================================================
   STINT-INSPIRED ADDITIONS — only on preview
   1. Soft horizon gradient behind hero
   2. Universities strip (marquee)
   3. TEDxManchester featured case
   4. Aspirational "what we believe" section before final CTA
   ============================================================ */

/* 1. Soft mint horizon glow at the bottom of the hero */
.preview-refine .hero--watermark::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(15, 108, 91, 0.10) 0%, transparent 65%),
    linear-gradient(to bottom, transparent 50%, rgba(15, 108, 91, 0.04) 100%);
  pointer-events: none;
  z-index: 0;
}
/* Keep the hero content above the glow */
.preview-refine .hero--watermark > .container { position: relative; z-index: 1; }

/* 2. Universities credibility strip with marquee */
.uni-strip {
  background: #FFFFFF;
  border-block: 1px solid var(--paper-mute);
  padding-block: clamp(2.75rem, 4.5vw, 4rem);
  text-align: center;
  position: relative;
}
.uni-strip__label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.6875rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mint);
  font-weight: 500;
  margin-bottom: var(--sp-5);
}
.uni-strip__label::before {
  content: "";
  width: 1.75rem; height: 1px;
  background: var(--mint);
}
.uni-marquee {
  overflow: hidden;
  width: 100%;
  margin-inline: calc(-1 * var(--gutter));
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.uni-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  padding-inline: var(--gutter);
  animation: marquee-uni 70s linear infinite;
}
.uni-marquee:hover .uni-marquee__track { animation-play-state: paused; }
.uni-logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  height: clamp(2.75rem, 4.5vw, 3.75rem);
}
.uni-logo img {
  height: 100%;
  width: auto;
  max-width: 14rem;
  object-fit: contain;
}
.uni-logo::after {
  content: "";
  width: 6px; height: 6px;
  background: var(--mint);
  border-radius: 50%;
  margin-left: clamp(2rem, 4vw, 3.5rem);
  margin-right: clamp(2rem, 4vw, 3.5rem);
  flex-shrink: 0;
  opacity: 0.85;
}
.uni-logo:hover::after { opacity: 1; transform: scale(1.4); }
@keyframes marquee-uni {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .uni-marquee__track { animation: none; }
}

/* 3. Featured TEDxManchester case study section */
.featured-case {
  background: var(--paper);
  padding-block: clamp(6rem, 11vw, 11rem);
  text-align: center;
}
.featured-case .section-ornament {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  margin-bottom: var(--sp-6);
}
.featured-case .tedx-logo-img {
  max-width: min(560px, 82%);
  margin: var(--sp-5) auto var(--sp-7);
}
.featured-case .btn {
  padding: 1.1rem 2rem;
  font-size: 1.05rem;
}
/* Neutral, IP-safe typography for the partner name.
   No borrowed brand red — until the partner provides a usage-licensed logo. */
.tedx-logo {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  display: inline-block;
  margin-block: var(--sp-5) var(--sp-6);
  color: var(--ink-body);
}
.tedx-logo__ted,
.tedx-logo__x { color: var(--ink-body); font-weight: 600; }
.tedx-logo__city { color: var(--ink-body); font-weight: 400; margin-left: 0.18em; }
.featured-case .h2 { max-width: 24ch; margin-inline: auto; }
.featured-case .lead { max-width: 56ch; margin-inline: auto; color: var(--ink-soft); }
.featured-case .btn { margin-top: var(--sp-5); }

/* 4. Aspirational "what we believe" closing section */
.aspirational {
  padding-block: clamp(5rem, 9vw, 9rem);
  background: var(--paper);
  text-align: center;
}
.aspirational__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.6875rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mint);
  font-weight: 500;
  margin-bottom: var(--sp-6);
}
.aspirational__eyebrow::before {
  content: "";
  width: 1.75rem; height: 1px;
  background: var(--mint);
}
.aspirational__statement {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: var(--ink-body);
  max-width: 38ch;
  margin-inline: auto;
}
.aspirational__statement em {
  color: var(--mint);
  font-style: normal;
}

/* =================================================================
   HOW IT WORKS — reduced typography, cleaner step labelling
   Scoped to .dual-process which only exists on the how-it-works page
   ================================================================= */

/* Column heading sizes — smaller, balanced */
.preview-refine .dual-process__col .h2 {
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin-bottom: 0;
}

/* Step indicator: medium mint numeral with dash mark — confident but not loud */
.preview-refine .dual-process .step__number {
  font-family: var(--font-display) !important;
  font-size: clamp(1.25rem, 1.7vw, 1.55rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-transform: none;
  color: var(--mint) !important;
  margin-bottom: var(--sp-3) !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.65rem;
  -webkit-text-stroke: 0;
  transition: gap 250ms var(--ease), color 250ms var(--ease);
}
.preview-refine .dual-process .step__number::before {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: var(--mint);
  transition: width 250ms var(--ease);
}

/* Step title — bigger than the minimalist version, still controlled */
.preview-refine .dual-process .step h3 {
  font-size: clamp(1.05rem, 1.3vw, 1.2rem) !important;
  font-weight: 600;
  letter-spacing: -0.005em;
  margin-bottom: 0.5em;
  color: var(--ink-body);
  line-height: 1.25;
  transition: color 250ms var(--ease);
}

/* Step body */
.preview-refine .dual-process .step p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* Step cards — mint left accent, more padding, richer hover */
.preview-refine .dual-process .step {
  padding: clamp(1.5rem, 2.2vw, 2rem);
  padding-left: clamp(1.75rem, 2.4vw, 2.25rem);
  border-left: 3px solid var(--mint);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition:
    transform 320ms var(--ease),
    border-color 320ms var(--ease),
    box-shadow 320ms var(--ease),
    background 320ms var(--ease);
}
.preview-refine .dual-process .step:hover {
  transform: translateY(-6px);
  border-color: var(--mint);
  box-shadow:
    0 2px 4px rgba(11, 31, 42, 0.04),
    0 18px 36px -8px rgba(15, 108, 91, 0.18);
}
.preview-refine .dual-process .step:hover .step__number {
  color: var(--mint-deep, var(--mint));
  gap: 0.85rem;
}
.preview-refine .dual-process .step:hover .step__number::before {
  width: 2.25rem;
}
.preview-refine .dual-process .step:hover h3 { color: var(--mint); }

/* Subtle gradient sweep on each card on hover — like the CTA sweep but quieter */
.preview-refine .dual-process .step::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(15, 108, 91, 0.04) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 700ms var(--ease);
  pointer-events: none;
}
.preview-refine .dual-process .step:hover::after { transform: translateX(100%); }

/* Staggered reveal for the steps as they enter view */
.preview-refine .dual-process__steps {
  display: grid;
  gap: var(--sp-3);
}
.preview-refine .dual-process__col.reveal .dual-process__steps .step {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease),
    border-color 320ms var(--ease),
    box-shadow 320ms var(--ease);
}
.preview-refine .dual-process__col.reveal.is-visible .dual-process__steps .step { opacity: 1; transform: translateY(0); }
.preview-refine .dual-process__col.reveal.is-visible .dual-process__steps .step:nth-child(1) { transition-delay: 0ms; }
.preview-refine .dual-process__col.reveal.is-visible .dual-process__steps .step:nth-child(2) { transition-delay: 150ms; }
.preview-refine .dual-process__col.reveal.is-visible .dual-process__steps .step:nth-child(3) { transition-delay: 300ms; }

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce) {
  .preview-refine .dual-process__col.reveal .dual-process__steps .step {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Equal columns — same gap rhythm */
.preview-refine .dual-process__col {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}
.preview-refine .dual-process__steps { gap: var(--sp-3); }

/* Tighter hero on how-it-works specifically (overrides default H1 if .page-head--refined isn't on it) */
.preview-refine .how-it-works-hero .h1 {
  font-size: clamp(1.65rem, 2.8vw, 2.4rem);
  font-weight: 300;
  max-width: 26ch;
}
.preview-refine .how-it-works-hero .lead {
  max-width: 52ch;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}

/* Shift the Venn upward to sit roughly aligned with the H1 */
.preview-refine .hero--split .hero__venn {
  align-self: center;
  margin-top: -1.5rem;
}

/* ---- Venn diagram: saturated lens, white title, fits the intersection ---- */
.preview-refine .venn__circle {
  fill: rgba(15, 108, 91, 0.04);
  stroke: var(--mint);
  stroke-width: 1.75;
}
.preview-refine .venn__lens {
  fill: var(--mint);
  opacity: 0.95;
  filter: drop-shadow(0 8px 22px rgba(15, 108, 91, 0.25));
}
.preview-refine .venn__lens-title {
  font-size: 19px;
  font-weight: 500;
  fill: var(--paper);
  letter-spacing: -0.01em;
}
.preview-refine .venn__lens-sub {
  font-size: 8.5px;
  fill: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.2em;
}
.preview-refine .venn__label {
  fill: var(--ink-body);
  font-weight: 500;
}
.preview-refine .venn[data-active] .venn__lens { opacity: 0.55; }
.preview-refine .venn[data-active="lens"] .venn__lens {
  opacity: 1;
  filter: drop-shadow(0 0 18px rgba(15, 108, 91, 0.5));
}

/* ---- Dark section readability fixes ---------------------- */
.preview-refine .section--ink .h2 {
  font-weight: 400;                /* lighter than current, heavier than 300 — readable on dark */
  color: var(--paper);
}
.preview-refine .section--ink .lead {
  color: var(--cream-on-ink);      /* brighter than --cream-on-ink-soft */
}
.preview-refine .section--ink p { color: var(--cream-on-ink); }
.preview-refine .section--ink .value-row__body { color: var(--cream-on-ink); }
.preview-refine .section--ink .step p { color: var(--cream-on-ink); }
.preview-refine .section--ink .step h3 { color: var(--paper); }
.preview-refine .section--ink .step__number { color: var(--cream-on-ink-soft); }
.preview-refine .section--ink .step:hover .step__number { color: var(--mint); }

/* Brighter text on the upcoming cards too */
.preview-refine .upcoming-card__title { color: var(--paper); }
.preview-refine .upcoming-card__category { color: var(--cream-on-ink); }
.preview-refine .upcoming-card__meta { color: var(--cream-on-ink); }

/* ---- FIX: step cards on dark sections — keep dark styling ----- */
.preview-refine .section--ink .step,
.preview-refine .section--ink .step--on-ink {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(227, 234, 239, 0.14) !important;
  box-shadow: none !important;
}
.preview-refine .section--ink .step h3 { color: var(--paper); }
.preview-refine .section--ink .step p { color: var(--cream-on-ink); }
.preview-refine .section--ink .step__number {
  color: var(--cream-on-ink-soft) !important;
  opacity: 0.7;
}
.preview-refine .section--ink .step:hover {
  border-color: var(--mint) !important;
  transform: translateY(-4px);
}
.preview-refine .section--ink .step:hover .step__number {
  color: var(--mint) !important;
  opacity: 1;
}

/* ---- UPCOMING VENTURESHIPS marquee (right-to-left, seamless) ---- */
.upcoming-marquee {
  --card-width: clamp(280px, 24vw, 340px);
  --card-gap: 1.5rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-inline: calc(-1 * var(--gutter));
  padding-block: var(--sp-3);
  /* Soft fade edges so cards seem to emerge from the void */
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.upcoming-marquee__track {
  display: flex;
  gap: var(--card-gap);
  width: max-content;
  padding-inline: var(--gutter);
  animation: marquee-rtl 50s linear infinite;
}
.upcoming-marquee:hover .upcoming-marquee__track {
  animation-play-state: paused;
}
.upcoming-marquee .upcoming-card {
  flex-shrink: 0;
  width: var(--card-width);
  min-height: 200px;
  /* Override stagger transition that the .upcoming-card had */
  opacity: 1 !important;
  transform: none !important;
  transition: border-color 250ms var(--ease), background 250ms var(--ease) !important;
}

@keyframes marquee-rtl {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-1 * (4 * var(--card-width) + 4 * var(--card-gap)))); }
}

/* Reduced motion: pause the marquee */
@media (prefers-reduced-motion: reduce) {
  .upcoming-marquee__track {
    animation: none;
    transform: translateX(0);
  }
}

/* ---- Refined upcoming cards (home page dark section) ----- */
.preview-refine .upcoming-card { position: relative; }
.preview-refine .upcoming-card__head {
  display: flex; align-items: center; gap: var(--sp-3);
  flex-wrap: wrap;
  margin-bottom: 0;
}
.upcoming-card__badge {
  background: var(--mint-bg);
  color: var(--mint);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius);
}
.upcoming-card__status {
  display: flex; align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  color: var(--mint);
  font-weight: 500;
  margin-top: var(--sp-3);
}
.upcoming-card__status-dot {
  width: 7px; height: 7px;
  background: var(--mint);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.upcoming-card__status-dot::before {
  content: ""; position: absolute; inset: 0;
  border-radius: 50%; background: var(--mint);
  animation: dotPing 1.9s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* ---- Route cards (contact page) ------------------------- */
.preview-refine .route-card {
  border: 1px solid var(--paper-mute);
  box-shadow: 0 1px 2px rgba(11,31,42,0.04), 0 6px 18px rgba(11,31,42,0.04);
}
.preview-refine .route-card:hover {
  border-color: var(--mint);
  transform: translateY(-3px);
}
.preview-refine .route-card:hover .route-card__action { color: var(--mint); }
