/* =====================================================================
   subrosa OmicsAI — brand page + sub-landing pages
   Scoped visuals built on the shared design tokens (var(--brand) #C947E1,
   var(--brand-2) navy). Dark cinematic theme. No inline styles (strict CSP).
   All custom classes are namespaced .oa-*.
   ===================================================================== */

/* ---- HERO (extends .hero--sub) ------------------------------------- */
.oa-hero .hero__content { max-width: 1100px; padding: 0 1.5rem; }
/* main brand page: the OmicsAI lockup is the hero (no headline text).
   Sized by HEIGHT to match the axxessive/leavenoone wordmark hero exactly:
   those logos render width min(88vw,640px) at ratio 200/680 => height
   min(25.9vw, 188px). We match that height so the hero section is the same
   size, regardless of this lockup's taller (stacked) aspect ratio. */
.oa-hero__logo-wrap { margin: 0; line-height: 0; text-align: center; }
.oa-hero__logo { height: min(25.9vw, 188px); width: auto; max-width: 92vw;
  display: inline-block; filter: drop-shadow(0 10px 40px rgba(201,71,225,0.35)); }
.oa-hero__title { font-family: var(--font-hero); font-weight: 400; letter-spacing: 0.01em;
  font-size: clamp(2.4rem, 6vw, 5rem); line-height: 1; color: #fff; margin: 0; }
.oa-hero__title .oa-accent { color: var(--brand); }
.oa-hero__subline { margin: 1.1rem 0 0; font-size: clamp(1.05rem, 2.2vw, 1.5rem);
  font-weight: 600; color: #fff; }
.oa-hero__tagline { margin: 0.6rem 0 0; font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  color: var(--brand); font-weight: 600; letter-spacing: 0.01em; }
.oa-hero__attr { margin: 1.4rem 0 0; font-size: 0.95rem; color: rgba(255,255,255,0.7);
  letter-spacing: 0.02em; }
.oa-hero__attr strong { color: #fff; font-weight: 700; }

/* sub-page hero label (SECTION A/B/C) */
.oa-label { display: inline-block; padding: 0.4rem 1.1rem; border-radius: 999px;
  background: rgba(201,71,225,0.16); border: 1px solid rgba(201,71,225,0.45);
  color: var(--brand); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; margin-bottom: 1.1rem; }

/* breadcrumb on sub-pages */
.oa-crumb { display: flex; flex-wrap: wrap; gap: 0.45rem; align-items: center;
  font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; }
.oa-crumb a { color: rgba(255,255,255,0.8); text-decoration: none; }
.oa-crumb a:hover { color: var(--brand); }
.oa-crumb__sep { color: rgba(255,255,255,0.35); }

/* ---- STAT GRID ----------------------------------------------------- */
.oa-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem;
  margin-top: 2rem; }
.oa-stat { padding: 1.5rem 1.4rem; border-radius: 16px;
  background: linear-gradient(150deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.025) 100%);
  border: 1px solid rgba(255,255,255,0.12); border-top: 3px solid var(--brand);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.12), 0 14px 30px -16px rgba(201,71,225,0.4); }
.oa-stat__num { display: block; font-family: var(--font-hero); font-weight: 400;
  font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1;
  background: linear-gradient(120deg, #fff 0%, #fff 45%, var(--brand) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; }
.oa-stat__label { display: block; margin-top: 0.7rem; font-size: 0.98rem; line-height: 1.55;
  font-weight: 500; color: rgba(255,255,255,0.92); }
.s-light .oa-stat { background: rgba(255,255,255,0.6); border-color: rgba(201,71,225,0.2);
  border-top-color: var(--brand); }
.s-light .oa-stat__label { color: rgba(30,30,42,0.78); }
/* number gradient is white->magenta (built for dark); make it navy->magenta on light */
.s-light .oa-stat__num { background: linear-gradient(120deg, #1e1e2a 0%, #1e1e2a 35%, var(--brand) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.oa-foot { margin-top: 1.6rem; font-size: 0.9rem; line-height: 1.65;
  color: rgba(255,255,255,0.78); }
.s-light .oa-foot { color: rgba(30,30,42,0.72); }
@media (max-width: 860px) { .oa-stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .oa-stat-grid { grid-template-columns: 1fr; } }

/* ---- STATEMENT / PULL-QUOTE BLOCK ---------------------------------- */
.oa-statement { position: relative; max-width: 920px; margin: 1.5rem auto 0;
  padding: 2rem 2.2rem; border-radius: 18px; border-left: 4px solid var(--brand);
  background: linear-gradient(135deg, rgba(201,71,225,0.1), rgba(255,255,255,0.02));
  box-shadow: 0 0 40px rgba(201,71,225,0.18); }
.oa-statement p { color: rgba(255,255,255,0.9); font-size: 1.06rem; line-height: 1.8;
  margin: 0 0 1.1rem; }
.oa-statement p:last-child { margin-bottom: 0; }
.oa-statement .oa-hash { color: var(--brand); font-weight: 600; }
.oa-statement .oa-welcome { color: #fff; font-weight: 700; font-size: 1.2rem; }

/* CEO statement with portrait (Arndt Rolfs) */
.oa-ceo { display: grid; grid-template-columns: 300px 1fr; gap: 2.2rem; align-items: start;
  margin-top: 1.8rem; }
.oa-ceo__portrait { margin: 0; }
.oa-ceo__portrait img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 18px;
  display: block; border: 1px solid rgba(201,71,225,0.4);
  box-shadow: 0 18px 44px -18px rgba(201,71,225,0.55); }
.oa-ceo__portrait figcaption { margin-top: 1rem; }
.oa-ceo__name { display: block; font-weight: 800; color: #fff; font-size: 1.15rem; line-height: 1.2; }
.oa-ceo__title { display: block; margin-top: 0.35rem; color: var(--brand); font-weight: 600; font-size: 0.92rem; }
.oa-ceo .oa-statement { margin: 0; max-width: none; }
@media (max-width: 820px) {
  .oa-ceo { grid-template-columns: 1fr; gap: 1.6rem; }
  .oa-ceo__portrait { max-width: 260px; }
}

/* ---- DIAGNOSTIC TIMELINE (DNA double-helix infographic) ------------
   Closing visual inside the CEO section: no own background panel/border, so
   the whole CEO section reads as one continuous band. */
.oa-helix { margin-top: 2.6rem; padding: 0; }
.oa-helix__title { font-family: Georgia, 'Times New Roman', serif; font-weight: 600;
  font-size: clamp(1.9rem, 4vw, 2.5rem); line-height: 1.15; color: #fff; margin: 0; }
.oa-helix__title em { font-style: italic; color: #e89bc4; }
.oa-helix__sub { margin: 0.7rem 0 0; font-size: 0.9rem; line-height: 1.55; color: #c79bb0; }
/* lead subline replacing the (removed) duplicate helix headline —
   same typeface as .s-heading (body font, weight 300), just smaller */
.oa-helix__sub--lead { margin: 0; font-family: var(--font-body); font-style: normal;
  font-weight: 300; letter-spacing: -0.01em; line-height: 1.2;
  font-size: clamp(1.2rem, 2.6vw, 1.85rem); color: #fff; }
.oa-helix__viz { margin: 1.4rem 0 0; }
.oa-helix__viz svg { width: 100%; height: auto; display: block; }
.oa-helix__stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 1.6rem;
  border-top: 1px solid rgba(201,71,225,0.18); }
.oa-helix__stat { padding: 1.4rem 1rem; text-align: center;
  border-left: 1px solid rgba(201,71,225,0.18); }
.oa-helix__stat:first-child { border-left: none; }
.oa-helix__num { display: block; font-family: var(--font-body); font-weight: 700;
  font-size: 1.9rem; line-height: 1; color: #c947e1; }
.oa-helix__lbl { display: block; margin-top: 0.35rem; font-size: 0.81rem; color: #c79bb0; }
@media (max-width: 560px) {
  .oa-helix__stats { grid-template-columns: 1fr; }
  .oa-helix__stat { border-left: none; border-top: 1px solid rgba(201,71,225,0.18); }
  .oa-helix__stat:first-child { border-top: none; }
}

/* Proprietary-database heading: one single row, scaled up to fill the width.
   vw-based so it grows as large as fits; wraps only below the tablet breakpoint
   where a 58-char single line would be unreadable. (id beats inline-extracted.) */
#database .s-heading { white-space: nowrap; max-width: none; line-height: 1.15;
  font-size: clamp(1rem, 3.05vw, 2.55rem); }
@media (max-width: 760px) {
  #database .s-heading { white-space: normal; font-size: clamp(1.4rem, 6vw, 2rem); }
}
/* Hidden-opportunity heading: single row, scaled up to fill the width */
#hidden-opportunity .s-heading { white-space: nowrap; max-width: none; line-height: 1.15;
  font-size: clamp(1rem, 3.05vw, 2.55rem); }
@media (max-width: 760px) {
  #hidden-opportunity .s-heading { white-space: normal; font-size: clamp(1.4rem, 6vw, 2rem); }
}

/* magenta pull-quote line used across sections */
.oa-pull { max-width: 880px; margin: 1.8rem auto 0; text-align: center;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem); font-weight: 600; line-height: 1.5;
  color: var(--brand); }
.s-light .oa-pull { color: var(--brand); }

/* small confidential / note tag */
.oa-conf { display: inline-block; margin-top: 1.5rem; font-size: 0.78rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.32); padding: 0.3rem 0.8rem; border-radius: 999px; }
.s-light .oa-conf { color: rgba(30,30,42,0.72); border-color: rgba(30,30,42,0.28); }

/* ---- NARRATIVE WITH IMAGE ------------------------------------------ */
.oa-narrative { display: grid; grid-template-columns: 1fr; gap: 1.2rem; margin-top: 1.5rem; }
.oa-narrative p { color: rgba(255,255,255,0.85); font-size: 1.02rem; line-height: 1.8; margin: 0; }
.s-light .oa-narrative p { color: rgba(30,30,42,0.85); }
.oa-narrative .oa-em { color: var(--brand); font-weight: 700; }
.s-sub .oa-em { color: var(--brand); font-weight: 700; }
.oa-byline { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.14);
  font-size: 0.95rem; color: rgba(255,255,255,0.7); }
.oa-byline strong { color: #fff; }

/* ---- 3-COL CARD GRID (About us, etc.) ------------------------------ */
.oa-cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2rem; }
.oa-card { padding: 1.6rem 1.5rem; border-radius: 16px;
  background: linear-gradient(150deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.12); border-top: 3px solid var(--brand); }
.oa-card__eyebrow { display: block; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 0.9rem; }
.oa-card p { color: rgba(255,255,255,0.82); font-size: 0.98rem; line-height: 1.7; margin: 0 0 0.7rem; }
.oa-card ul { margin: 0.4rem 0 0; padding-left: 1.15rem; }
.oa-card li { color: rgba(255,255,255,0.82); font-size: 0.96rem; line-height: 1.6; margin-bottom: 0.4rem; }
.oa-card li::marker { color: var(--brand); }
.s-light .oa-card { background: rgba(255,255,255,0.6); border-color: rgba(201,71,225,0.18); }
.s-light .oa-card p, .s-light .oa-card li { color: rgba(30,30,42,0.85); }
@media (max-width: 880px) { .oa-cards3 { grid-template-columns: 1fr; } }

/* ---- ABOUT: the 3 main pillars, more prominent ---------------------- */
#about .oa-cards3 { counter-reset: oa-pillar; gap: 1.5rem; margin-top: 2.6rem; align-items: stretch; }
#about .oa-card { position: relative; display: flex; flex-direction: column;
  padding: 2.2rem 1.8rem 1.9rem; border-radius: 20px;
  background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(250,244,252,0.9) 100%);
  border: 1px solid rgba(201,71,225,0.16); border-top: 4px solid var(--brand);
  box-shadow: 0 10px 30px rgba(20,20,28,0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
#about .oa-card:hover { transform: translateY(-6px);
  border-color: rgba(201,71,225,0.4); box-shadow: 0 20px 46px rgba(201,71,225,0.18); }
#about .oa-card::before { counter-increment: oa-pillar;
  content: counter(oa-pillar, decimal-leading-zero);
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), #8a4a78); color: #fff;
  font-weight: 800; font-size: 1.05rem; letter-spacing: 0.02em;
  margin-bottom: 1.05rem; box-shadow: 0 6px 18px rgba(201,71,225,0.32); }
#about .oa-card__eyebrow { font-size: 1.3rem; font-weight: 800; letter-spacing: -0.01em;
  text-transform: none; color: #14141C; margin-bottom: 0.8rem; line-height: 1.2; }
#about .oa-card__eyebrow::after { content: ""; display: block; width: 38px; height: 3px;
  margin-top: 0.7rem; border-radius: 2px; background: var(--brand); }
#about .oa-card p { color: rgba(30,30,42,0.82); font-size: 1rem; }
#about .oa-card li { color: rgba(30,30,42,0.85); }
@media (max-width: 880px) { #about .oa-card { padding: 1.9rem 1.5rem; } }

/* ---- BANNER STRIP -------------------------------------------------- */
.oa-banner { margin: 1.8rem auto 0; padding: 1.2rem 1.6rem; border-radius: 14px;
  text-align: center; background: linear-gradient(90deg, rgba(201,71,225,0.18), rgba(32,66,124,0.18));
  border: 1px solid rgba(201,71,225,0.35); color: #fff; font-weight: 600;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem); line-height: 1.5; }
.oa-banner strong { color: var(--brand); font-weight: 800; letter-spacing: 0.03em; }
.oa-banner__hl { color: var(--brand); font-weight: 800; letter-spacing: 0.03em; }

/* ---- SERVICE x REGION TABLE ---------------------------------------- */
.oa-table-wrap { overflow-x: auto; margin-top: 1.8rem; }
.oa-table { width: 100%; min-width: 720px; border-collapse: separate; border-spacing: 0;
  border-radius: 14px; overflow: hidden; }
.oa-table th, .oa-table td { padding: 0.85rem 1rem; text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.1); }
.oa-table thead th { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.04em;
  text-transform: uppercase; background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.75); }
.oa-table th:first-child, .oa-table td:first-child { text-align: left; width: 30%;
  color: #fff; font-weight: 600; background: rgba(201,71,225,0.06); }
.oa-table tbody tr:last-child td { border-bottom: none; }
.oa-table .oa-yes { color: var(--brand); font-weight: 800; letter-spacing: 0.04em; }
.oa-table .oa-no { color: rgba(255,255,255,0.3); }

/* grouped stat-header band integrated into the regional table */
.oa-table__statband th,
.oa-table--statband .oa-table__statband th:first-child {
  background: linear-gradient(135deg, var(--brand) 0%, #8a3a78 100%);
  color: #fff; text-align: center; text-transform: none; letter-spacing: 0.02em;
  font-weight: 800; font-size: 0.95rem; width: auto; padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.2); }
.oa-table__statband th:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.2); }
.oa-statband__num { font-size: 1.45rem; font-weight: 900; vertical-align: -0.06em; }

/* light-section variant — dark legible text, visible magenta borders, striping */
.s-light .oa-table { border: 1px solid rgba(201,71,225,0.2); }
.s-light .oa-table th, .s-light .oa-table td { border-bottom-color: rgba(201,71,225,0.16); }
.s-light .oa-table td { color: rgba(30,30,42,0.9); }
.s-light .oa-table thead th { background: rgba(201,71,225,0.14); color: #2a1320; }
.s-light .oa-table th:first-child, .s-light .oa-table td:first-child {
  color: #2a1320; font-weight: 700; background: rgba(201,71,225,0.07); }
.s-light .oa-table tbody tr:nth-child(even) td { background: rgba(201,71,225,0.04); }
.s-light .oa-table tbody tr:nth-child(even) td:first-child { background: rgba(201,71,225,0.1); }
/* keep the magenta stat-band (don't let the light thead override flatten it),
   darken the banner text and the ✗ marks so they read on the light band */
.s-light .oa-table .oa-table__statband th { background: linear-gradient(135deg, var(--brand) 0%, #8a3a78 100%); color: #fff; }
.s-light .oa-table .oa-no { color: rgba(30,30,42,0.4); }
.s-light .oa-banner { color: #2a1320; border-color: rgba(201,71,225,0.4); }

/* ---- PROPRIETARY DATABASE SOURCE NODES ----------------------------- */
.oa-source { margin-top: 2rem; }
/* 600K+ hero box — visual centerpiece on the light section */
.oa-source__center { max-width: 620px; margin: 0 auto 1.6rem; padding: 2rem 1.8rem;
  text-align: center; border-radius: 18px; border: 2px solid rgba(201,71,225,0.55);
  background: radial-gradient(circle at 50% 35%, rgba(201,71,225,0.16), rgba(255,255,255,0.85));
  box-shadow: 0 12px 40px rgba(201,71,225,0.22), inset 0 0 28px rgba(201,71,225,0.06); }
.oa-source__num { display: block; font-family: var(--font-hero); font-size: clamp(2.6rem, 6vw, 4rem);
  line-height: 1; color: var(--brand); }
.oa-source__cap { display: block; margin-top: 0.7rem; font-size: 1rem; line-height: 1.6;
  color: rgba(30,30,42,0.85); }
/* 9 source boxes — balanced equal-cell grid, dark legible text on light bg */
.oa-nodes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; align-items: stretch; }
/* premium branded source boxes — soft lavender-white glass with a magenta spine */
.oa-node { position: relative; display: flex; flex-direction: column; justify-content: center;
  overflow: hidden; padding: 1.3rem 1.4rem 1.3rem 1.6rem; border-radius: 14px;
  background: linear-gradient(145deg, #ffffff 0%, #f6eef9 100%);
  border: 1px solid rgba(201,71,225,0.14);
  box-shadow: 0 8px 24px rgba(140,60,140,0.10), inset 0 1px 0 rgba(255,255,255,0.7);
  font-size: 0.95rem; line-height: 1.65; color: #3a2030;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease); }
/* branded magenta→pink spine on the left edge */
.oa-node::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
  border-radius: 4px; background: linear-gradient(180deg, #c947e1 0%, #e89bc4 100%); }
.oa-node:hover { transform: translateY(-3px); border-color: rgba(201,71,225,0.32);
  box-shadow: 0 14px 32px rgba(140,60,140,0.16), inset 0 1px 0 rgba(255,255,255,0.8); }
.oa-node:hover::before { background: linear-gradient(180deg, #d96be8 0%, #f0a8d8 100%); }
@media (max-width: 900px) { .oa-nodes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .oa-nodes { grid-template-columns: 1fr; } }

/* ---- LIFECYCLE PHASES + BENEFIT PILLARS ---------------------------- */
.oa-phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2rem; }
.oa-phase { padding: 1.4rem; border-radius: 16px; text-align: center;
  background: linear-gradient(150deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12); }
.oa-phase__name { display: block; font-weight: 800; font-size: 1.05rem; color: #fff;
  margin-bottom: 0.4rem; }
.oa-phase__tag { display: block; font-size: 0.8rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--brand); }
.oa-pillars { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; margin-top: 1.6rem; }
.oa-pill { padding: 0.7rem 1.2rem; border-radius: 999px;
  background: rgba(201,71,225,0.12); border: 1px solid rgba(201,71,225,0.35);
  color: #fff; font-size: 0.92rem; font-weight: 600; }
@media (max-width: 760px) { .oa-phases { grid-template-columns: 1fr; } }

/* ---- ADVANTAGE CARDS (01/02/03 + proof) ---------------------------- */
.oa-adv { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2rem; }
/* "Ice-cube" dark-glass cards — deep plum/navy jewel glass, translucent,
   backlit, beveled. Rich saturated tint so the magenta numbers/labels and the
   near-white body read brilliant. Solid fill is the fallback; glass on support. */
.oa-adv__card { position: relative; display: flex; flex-direction: column; overflow: hidden;
  padding: 1.95rem 1.8rem; border-radius: 18px;
  background: linear-gradient(180deg, #2a1426 0%, #150a16 100%);
  border: 1px solid rgba(240,168,216,0.22);
  box-shadow:
    0 26px 52px rgba(8,3,10,0.55),             /* deep soft outer depth — floats */
    inset 0 1px 0 rgba(255,255,255,0.24),      /* bright top sheen — polished edge */
    inset 1px 0 0 rgba(255,255,255,0.14),      /* left bevel highlight */
    inset -1px -1px 0 rgba(0,0,0,0.42),        /* bottom/right edge falls into shadow */
    inset 0 1px 40px rgba(201,71,225,0.12);    /* inner magenta glow */
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease); }
/* glassmorphism: deep plum translucent fill + contained diagonal specular streak */
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .oa-adv__card {
    background:
      linear-gradient(122deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 30%),
      linear-gradient(180deg, rgba(40,18,40,0.72) 0%, rgba(22,10,22,0.80) 100%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
    backdrop-filter: blur(14px) saturate(130%); }
}
/* slim magenta top accent — vivid, aligned inside the rounded top corner */
.oa-adv__card::before { content: ""; position: absolute; top: 0; left: 1.8rem; width: 44px; height: 3px;
  border-radius: 0 0 3px 3px; background: linear-gradient(90deg, #c947e1, #f0a8d8);
  box-shadow: 0 0 10px rgba(201,71,225,0.6); z-index: 2; }
.oa-adv__card:hover { transform: translateY(-4px); border-color: rgba(240,168,216,0.5);
  box-shadow:
    0 34px 64px rgba(8,3,10,0.6),
    inset 0 1px 0 rgba(255,255,255,0.30),
    inset 1px 0 0 rgba(255,255,255,0.16),
    inset -1px -1px 0 rgba(0,0,0,0.44),
    inset 0 1px 54px rgba(201,71,225,0.22); }
.oa-adv__num { font-family: var(--font-hero); font-size: 3rem; line-height: 1;
  letter-spacing: 0.01em; margin: 0.5rem 0 0.8rem;
  background: linear-gradient(180deg, #f0a8d8 0%, #d96be8 45%, #c947e1 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  color: transparent; }
.oa-adv__layer { font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: #e08bef; margin: 0 0 0.7rem; }
.oa-adv__title { font-size: 1.1rem; font-weight: 700; color: #fff; margin: 0 0 0.7rem; }
.oa-adv__body { font-size: 0.96rem; line-height: 1.7; color: #f3e6ee; margin: 0 0 1.2rem; }
.oa-adv__proof { margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(201,71,225,0.22);
  font-size: 0.9rem; line-height: 1.5; color: #e08bef; font-weight: 600; }
@media (max-width: 880px) { .oa-adv { grid-template-columns: 1fr; } }

/* ---- PROBLEM <-> SOLUTION ------------------------------------------ */
.oa-ps { display: grid; grid-template-columns: 1fr 1.4fr; gap: 1.5rem; margin-top: 2rem; align-items: start; }
.oa-ps__problem { padding: 1.6rem; border-radius: 16px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12); border-left: 4px solid #b13b6b; }
.oa-ps__solution { padding: 1.6rem; border-radius: 16px;
  background: linear-gradient(150deg, rgba(201,71,225,0.12), rgba(255,255,255,0.02));
  border: 1px solid rgba(201,71,225,0.35); border-left: 4px solid var(--brand); }
.oa-ps h3 { font-size: 0.8rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  margin: 0 0 1rem; color: var(--brand); }
.oa-ps ul { margin: 0; padding-left: 1.15rem; }
.oa-ps li { color: rgba(255,255,255,0.85); font-size: 0.96rem; line-height: 1.6; margin-bottom: 0.6rem; }
.oa-ps li::marker { color: var(--brand); }
.oa-ps p { color: rgba(255,255,255,0.85); font-size: 0.98rem; line-height: 1.7; margin: 0 0 0.9rem; }
.oa-ps__vision { font-weight: 700; color: #fff !important; }
@media (max-width: 860px) { .oa-ps { grid-template-columns: 1fr; } }

/* ---- NUMBERED PROCESS STEPS (vertical) ----------------------------- */
.oa-steps { display: grid; gap: 1rem; margin-top: 2rem; }
.oa-step { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: start;
  padding: 1.4rem 1.5rem; border-radius: 16px;
  background: linear-gradient(150deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12); border-left: 4px solid var(--brand); }
.oa-step__n { display: inline-flex; width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff;
  font-family: var(--font-hero); font-size: 1.2rem; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px rgba(201,71,225,0.45); }
.oa-step__title { font-size: 1.05rem; font-weight: 700; color: #fff; margin: 0 0 0.4rem; }
.oa-step p { font-size: 0.96rem; line-height: 1.7; color: rgba(255,255,255,0.82); margin: 0; }
.s-light .oa-step { background: rgba(255,255,255,0.6); }
.s-light .oa-step__title { color: #1e1e2a; }
.s-light .oa-step p { color: rgba(30,30,42,0.85); }

/* ---- PROCESS FLOW (two-column action -> result rows w/ dividers) --- */
/* Adherence heading: one single row, scaled up to fill the width (vw-based);
   wraps only below the tablet breakpoint where the long line is unreadable. */
#adherence .s-heading { white-space: nowrap; max-width: none; line-height: 1.15;
  font-size: clamp(1rem, 3.15vw, 2.6rem); }
@media (max-width: 760px) {
  #adherence .s-heading { white-space: normal; font-size: clamp(1.4rem, 6vw, 2rem); }
}

.oa-flow { margin-top: 2.2rem; }
/* strict fixed columns so number / title / arrow / description line up on the
   same x-positions down all five rows (PowerPoint-style grid) */
.oa-flow__row { display: grid; grid-template-columns: 70px 38% 80px 1fr; gap: 1.6rem;
  align-items: center; padding: 1.5rem 0; border-top: 1px solid rgba(201,71,225,0.18); }
.oa-flow__row:first-child { border-top: none; }
.oa-flow__num { font-family: var(--font-hero); font-weight: 400; line-height: 1; text-align: left;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  background: linear-gradient(150deg, var(--brand) 0%, #f0a8e0 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; }
.oa-flow__title { margin: 0; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.35;
  font-weight: 400; color: rgba(255,255,255,0.9); }
.oa-flow__verb { font-weight: 800; color: var(--brand); }
.oa-flow__arrow { width: 44px; height: 24px; justify-self: center; }
.oa-flow__desc { margin: 0; font-size: 0.98rem; line-height: 1.7; color: rgba(255,255,255,0.88); }
@media (max-width: 820px) {
  /* stacked block: number + title row, description below, arrow hidden */
  .oa-flow__row { grid-template-columns: auto 1fr; gap: 0.5rem 1rem;
    align-items: baseline; justify-items: start; }
  .oa-flow__desc { grid-column: 1 / -1; margin-top: 0.3rem; }
  .oa-flow__arrow { display: none; }
}

/* ---- PIPELINE (horizontal flow) + FLOW MARKER ---------------------- */
.oa-pipeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.9rem; margin-top: 2rem; }
.oa-pipe { position: relative; padding: 1.3rem 1.1rem; border-radius: 14px;
  background: linear-gradient(150deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12); border-top: 3px solid var(--brand); }
.oa-pipe__n { display: inline-flex; width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff;
  font-weight: 800; font-size: 0.9rem; align-items: center; justify-content: center; margin-bottom: 0.7rem; }
.oa-pipe__title { display: block; font-weight: 700; color: #fff; font-size: 0.98rem; margin-bottom: 0.5rem; }
.oa-pipe p { font-size: 0.86rem; line-height: 1.55; color: rgba(255,255,255,0.78); margin: 0; }
@media (max-width: 980px) { .oa-pipeline { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .oa-pipeline { grid-template-columns: 1fr; } }
.oa-flow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0.5rem 0.7rem; margin: 1.8rem auto 0; }
.oa-flow__node { padding: 0.6rem 1.1rem; border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-2), var(--brand)); color: #fff;
  font-weight: 700; font-size: clamp(0.82rem, 1.4vw, 1rem); box-shadow: 0 6px 20px -6px rgba(201,71,225,0.55); }
.oa-flow__arrow { color: var(--brand); font-weight: 800; }

/* ---- OMICS CASCADE (directed sequence-flow visualization) ---------- */
.oa-casc { margin-top: 2.4rem; }
.oa-casc-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.oa-casc__h { display: block; width: 100%; height: auto;
  filter: drop-shadow(0 20px 44px rgba(201,71,225,0.4)); }
.oa-casc__v { display: none; width: 100%; height: auto; max-width: 380px; margin: 0 auto;
  filter: drop-shadow(0 14px 32px rgba(201,71,225,0.4)); }
.oa-casc__label { font-family: var(--font-hero); font-weight: 700; fill: #fff;
  font-size: 15px; letter-spacing: 0.01em; transition: fill .25s ease; }
.oa-casc__label--end { fill: #e89bc4; }
.oa-casc__tick { stroke: rgba(201,71,225,0.55); stroke-width: 1.4; }
.oa-casc__div line, .oa-casc__div { stroke: rgba(255,255,255,0.28); stroke-width: 1.2; }
.oa-casc__icon { color: #c947e1; transition: color .25s ease; }
.oa-casc__icon--end { color: #e89bc4; }
.oa-casc__seg { fill: transparent; transition: fill .25s ease; }
.oa-casc__stage:hover .oa-casc__seg { fill: rgba(255,255,255,0.16); }
.oa-casc__stage:hover .oa-casc__icon { color: #f4b8e6; }
.oa-casc__stage:hover .oa-casc__label { fill: #f4b8e6; }
@media (max-width: 760px) {
  .oa-casc__h { display: none; }
  .oa-casc__v { display: block; }
}

/* ---- MULTI-OMICS: overlap diagrams + 3D layer stack ---------------- */
/* one fixed colour per discipline, reused across pills, legend dots & layers */
.oa-mo { --oa-genomics: #c947e1; --oa-transcriptomics: #e89bc4;
  --oa-proteomics: #8a6bd1; --oa-epigenetics: #6a3a6a;
  display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 2.4rem;
  align-items: center; margin: 2.4rem 0; }
/* compact 3-up / 2-down grid, no heavy card chrome */
.oa-mo__diagrams { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem 1.4rem; }

/* overlap capsule diagram — ONE long translucent base (group B) with a smaller
   translucent left capsule (group A) sitting ON TOP. The overlap (= width of A,
   which is the stat %) reads as the blended-colour zone; the % label spans that
   same width, centred over the overlap. Both capsules translucent so the
   overlap shows a darker blended colour over the dark section. */
.oa-ov { padding: 0; }
.oa-ov__viz { position: relative; height: 42px; }
.oa-ov__pill { position: absolute; left: 0; top: 50%; height: 38px; border-radius: 999px;
  transform: translateY(-50%); border: 1px solid rgba(255,255,255,0.16); }
.oa-ov__pill--b { width: 100%; opacity: 0.42; z-index: 1; }   /* longer base = group B */
.oa-ov__pill--a { opacity: 0.9; z-index: 2; }                 /* smaller top = group A (width = stat) */
/* overlap length = the stat; the % label spans the same width, centred over it */
.oa-ov--p74 .oa-ov__pill--a, .oa-ov--p74 .oa-ov__pct { width: 74%; }
.oa-ov--p77 .oa-ov__pill--a, .oa-ov--p77 .oa-ov__pct { width: 77%; }
.oa-ov--p66 .oa-ov__pill--a, .oa-ov--p66 .oa-ov__pct { width: 66%; }
.oa-ov--p63 .oa-ov__pill--a, .oa-ov--p63 .oa-ov__pct { width: 63%; }
.oa-ov--p53 .oa-ov__pill--a, .oa-ov--p53 .oa-ov__pct { width: 53%; }
/* fixed discipline colours, reused identically in pills + legend dots */
.oa-ov__pill--genomics { background: var(--oa-genomics); }
.oa-ov__pill--transcriptomics { background: var(--oa-transcriptomics); }
.oa-ov__pill--proteomics { background: var(--oa-proteomics); }
.oa-ov__pill--epigenetics { background: var(--oa-epigenetics); }
.oa-ov__pct { position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  z-index: 3; text-align: center; font-family: var(--font-hero); font-weight: 400; color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.55rem); text-shadow: 0 2px 12px rgba(0,0,0,0.92); }
.oa-ov__cap { margin: 0.55rem 0 0; font-size: 0.84rem; line-height: 1.45; color: rgba(255,255,255,0.9); }
.oa-ov__legend { list-style: none; margin: 0.5rem 0 0; padding: 0; display: flex;
  flex-direction: column; gap: 0.25rem; }
.oa-ov__leg { display: flex; align-items: center; gap: 0.42rem; font-size: 0.72rem;
  line-height: 1.3; color: rgba(255,255,255,0.74); }
.oa-ov__dot { flex: none; width: 0.6rem; height: 0.6rem; border-radius: 50%; }
.oa-ov__dot--genomics { background: var(--oa-genomics); }
.oa-ov__dot--transcriptomics { background: var(--oa-transcriptomics); }
.oa-ov__dot--proteomics { background: var(--oa-proteomics); }
.oa-ov__dot--epigenetics { background: var(--oa-epigenetics); }

/* 3D stacked omics layers */
.oa-mo__stack { display: flex; justify-content: center; }
.oa-layers { position: relative; width: 280px; height: 420px; perspective: 950px; }
.oa-layer { position: absolute; left: 0; right: 0; height: 96px; border-radius: 22px;
  display: flex; align-items: center; justify-content: center;
  transform: rotateX(52deg); transform-style: preserve-3d;
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 30px 50px -20px rgba(201,71,225,0.55), inset 0 1px 1px rgba(255,255,255,0.3);
  transition: top 0.45s cubic-bezier(0.22, 0.9, 0.3, 1); }
.oa-layer span { transform: rotateX(-52deg); font-family: var(--font-hero); font-weight: 400;
  letter-spacing: 0.06em; font-size: 0.92rem; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
/* layer tints share the discipline colour language: proteomics violet (top)
   -> epigenetics plum -> transcriptomics pink -> genomics magenta (bottom) */
.oa-layer--1 { top: 0; background: linear-gradient(150deg, rgba(138,107,209,0.5), rgba(138,107,209,0.18)); }
.oa-layer--2 { top: 96px; background: linear-gradient(150deg, rgba(232,155,196,0.5), rgba(232,155,196,0.2)); }
.oa-layer--3 { top: 192px; background: linear-gradient(150deg, rgba(106,58,106,0.6), rgba(106,58,106,0.26)); }
.oa-layer--4 { top: 288px; background: linear-gradient(150deg, rgba(201,71,225,0.52), rgba(201,71,225,0.24));
  box-shadow: 0 34px 56px -18px rgba(201,71,225,0.7), inset 0 1px 1px rgba(255,255,255,0.35); }
/* hover: spread the stack apart to emphasize the multi-layer idea */
.oa-layers:hover .oa-layer--1 { top: -34px; }
.oa-layers:hover .oa-layer--2 { top: 78px; }
.oa-layers:hover .oa-layer--3 { top: 210px; }
.oa-layers:hover .oa-layer--4 { top: 342px; }
/* continuous levitation — guarded behind reduced-motion */
@media (prefers-reduced-motion: no-preference) {
  .oa-layer { animation: oaLayerFloat 5s ease-in-out infinite; }
  .oa-layer--2 { animation-delay: 0.5s; }
  .oa-layer--3 { animation-delay: 1s; }
  .oa-layer--4 { animation-delay: 1.5s; }
}
@keyframes oaLayerFloat {
  0%, 100% { transform: rotateX(52deg) translateZ(0); }
  50% { transform: rotateX(52deg) translateZ(20px); }
}
@media (max-width: 900px) {
  .oa-mo { grid-template-columns: 1fr; gap: 2rem; }
  .oa-mo__diagrams { grid-template-columns: repeat(3, 1fr); }
  .oa-layers { transform: scale(0.85); }
}
@media (max-width: 560px) {
  .oa-mo__diagrams { grid-template-columns: repeat(2, 1fr); }
}

/* ---- MULTI-OMICS 4-cell stats bar (purple stat band) --------------- */
.oa-mostats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.4rem; }
.oa-mostat { display: flex; flex-direction: column; padding: 1.5rem 1.3rem; border-radius: 16px;
  background: linear-gradient(150deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.025) 100%);
  border: 1px solid rgba(255,255,255,0.12); border-top: 3px solid var(--brand);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.12), 0 14px 30px -16px rgba(201,71,225,0.4); }
.oa-mostat__num { display: block; font-family: var(--font-hero); font-weight: 400; line-height: 1;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  background: linear-gradient(120deg, #fff 0%, #fff 45%, var(--brand) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; }
.oa-mostat__icon { display: flex; align-items: center; height: clamp(2rem, 3.4vw, 2.8rem); }
.oa-mostat__icon svg { height: 100%; width: auto; max-width: 100%; display: block; }
.oa-mostat__cap { display: block; margin-top: 0.85rem; font-size: 0.9rem; line-height: 1.5;
  color: rgba(255,255,255,0.9); }
@media (max-width: 860px) { .oa-mostats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .oa-mostats { grid-template-columns: 1fr; } }

/* ---- "WHY?" REASON COLUMNS (market-underestimation) ---------------- */
.oa-why { margin: 2.2rem 0 1.6rem; padding: 0.85rem 1.4rem; border-radius: 12px;
  background: linear-gradient(135deg, rgba(201,71,225,0.95), rgba(138,53,192,0.9));
  color: #fff; font-family: var(--font-hero); font-weight: 400; letter-spacing: 0.02em;
  font-size: clamp(1.05rem, 2vw, 1.4rem); text-align: center;
  box-shadow: 0 14px 30px -14px rgba(201,71,225,0.6); }
.oa-reasons { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; margin-top: 1.4rem; }
/* dark glass cards (read clean on either light or dark sections) */
.oa-reason { padding: 1.4rem 1.2rem; border-radius: 14px;
  background: linear-gradient(155deg, rgba(42,18,48,0.94), rgba(28,14,34,0.9));
  border: 1px solid rgba(201,71,225,0.28);
  box-shadow: 0 18px 36px -22px rgba(201,71,225,0.55);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
.oa-reason:hover { transform: translateY(-5px); box-shadow: 0 26px 48px -22px rgba(201,71,225,0.7); }
.oa-reason__icon { display: block; width: 38px; height: 38px; color: #c947e1; margin-bottom: 0.9rem; }
.oa-reason__title { font-size: 0.98rem; font-weight: 800; color: #fff; margin: 0 0 0.6rem; line-height: 1.25; }
.oa-reason__body p { font-size: 0.86rem; line-height: 1.55; color: #eadfe8; margin: 0 0 0.6rem; }
.oa-reason__body p:last-child { margin-bottom: 0; }
@media (max-width: 1080px) { .oa-reasons { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .oa-reasons { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .oa-reasons { grid-template-columns: 1fr; } }

/* ---- STUDY ELEMENTS: staggered arrow cascade + registry track ------ */
.oa-se { display: grid; grid-template-columns: 1.85fr 1fr; gap: 1.8rem;
  align-items: start; margin-top: 2rem; }
/* left: descending overlapping arrow banners */
.oa-se__cascade { display: flex; flex-direction: column; gap: 0.7rem; }
.oa-se__stage:nth-child(2) { margin-left: 40px; }
.oa-se__stage:nth-child(3) { margin-left: 80px; }
.oa-se__stage:nth-child(4) { margin-left: 120px; }
.oa-se__stage:nth-child(5) { margin-left: 160px; }
.oa-se__arrow { padding: 0.7rem 2.6rem 0.7rem 1.3rem;
  background: linear-gradient(100deg, #c947e1, #e89bc4);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%);
  box-shadow: 0 14px 28px -16px rgba(201,71,225,0.75);
  transition: transform 0.3s ease; }
.oa-se__stage:hover .oa-se__arrow { transform: translateX(4px); }
.oa-se__arrow-title { font-family: var(--font-hero); font-weight: 400; color: #fff;
  font-size: 1rem; letter-spacing: 0.01em; text-shadow: 0 1px 6px rgba(0,0,0,0.35); }
.oa-se__desc { margin: 0.5rem 0 0; padding: 0.7rem 0.95rem; border-radius: 10px;
  max-width: 540px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,71,225,0.35); font-size: 0.84rem; line-height: 1.5; color: #eadfe8; }
/* light-section contrast: dark text on a subtle white box */
.s-light .oa-se__desc { background: rgba(255,255,255,0.65);
  border-color: rgba(201,71,225,0.3); color: rgba(30,30,42,0.85); }
/* right: parallel patient-registry track */
.oa-se__registry { display: flex; flex-direction: column; gap: 0.55rem; }
.oa-se__reg-head { padding: 0.85rem 1.1rem; border-radius: 10px;
  background: linear-gradient(135deg, rgba(118,74,190,0.96), rgba(74,44,128,0.92));
  border: 1px solid rgba(150,120,225,0.55); color: #fff;
  font-family: var(--font-hero); font-weight: 400; text-align: center;
  box-shadow: 0 14px 28px -16px rgba(120,80,205,0.75); }
.oa-se__reg-item { padding: 0.72rem 1rem; border-radius: 999px;
  background: linear-gradient(100deg, rgba(201,71,225,0.92), rgba(232,155,196,0.92));
  color: #fff; font-weight: 700; font-size: 0.86rem; line-height: 1.35; text-align: center;
  box-shadow: 0 10px 22px -15px rgba(201,71,225,0.7); transition: transform 0.3s ease; }
.oa-se__reg-item:hover { transform: translateY(-3px); }
@media (max-width: 860px) {
  .oa-se { grid-template-columns: 1fr; gap: 1.6rem; }
  .oa-se__stage { margin-left: 0 !important; }
  .oa-se__desc { max-width: none; }
}

/* ---- STAIRCASE BENEFIT LIST (descending offset bars + spine) ------- */
.oa-stair { position: relative; list-style: none; margin: 2.2rem 0 0; padding: 0; }
/* connecting spine running down through the markers */
.oa-stair::before { content: ''; position: absolute; left: 16px; top: 22px; bottom: 22px;
  width: 2px; background: linear-gradient(180deg, rgba(201,71,225,0.65), rgba(232,155,196,0.4)); }
.oa-stair__item { --x: 0px; position: relative; min-height: 40px; margin-bottom: 0.9rem; }
.oa-stair__item:nth-child(2) { --x: 34px; }
.oa-stair__item:nth-child(3) { --x: 68px; }
.oa-stair__item:nth-child(4) { --x: 102px; }
.oa-stair__item:nth-child(5) { --x: 136px; }
.oa-stair__item:nth-child(6) { --x: 170px; }
.oa-stair__item:nth-child(7) { --x: 204px; }
.oa-stair__marker { position: absolute; left: 8px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; border-radius: 50%; border: 2px solid #c947e1;
  background: #1b1320; box-shadow: 0 0 10px rgba(201,71,225,0.6); z-index: 2; }
.oa-stair__bar { display: block; position: relative; margin-left: calc(46px + var(--x));
  padding: 0.85rem 1.35rem; border-radius: 999px;
  background: linear-gradient(100deg, rgba(201,71,225,0.92), rgba(232,155,196,0.86));
  color: #fff; font-family: var(--font-hero); font-weight: 400; font-size: 0.92rem; line-height: 1.35;
  box-shadow: 0 12px 26px -14px rgba(201,71,225,0.7); }
/* thin branch from the spine/marker to each stepped bar */
.oa-stair__bar::before { content: ''; position: absolute; top: 50%; right: 100%;
  transform: translateY(-50%); width: calc(29px + var(--x)); height: 2px;
  background: rgba(201,71,225,0.4); }
/* sequential entrance, guarded behind reduced-motion */
@media (prefers-reduced-motion: no-preference) {
  .reveal-s .oa-stair__item { opacity: 0; transform: translateX(-14px);
    transition: opacity 0.5s ease, transform 0.5s ease; }
  .reveal-s.in-view .oa-stair__item { opacity: 1; transform: none; }
  .reveal-s.in-view .oa-stair__item:nth-child(1) { transition-delay: 0.05s; }
  .reveal-s.in-view .oa-stair__item:nth-child(2) { transition-delay: 0.13s; }
  .reveal-s.in-view .oa-stair__item:nth-child(3) { transition-delay: 0.21s; }
  .reveal-s.in-view .oa-stair__item:nth-child(4) { transition-delay: 0.29s; }
  .reveal-s.in-view .oa-stair__item:nth-child(5) { transition-delay: 0.37s; }
  .reveal-s.in-view .oa-stair__item:nth-child(6) { transition-delay: 0.45s; }
  .reveal-s.in-view .oa-stair__item:nth-child(7) { transition-delay: 0.53s; }
}
@media (max-width: 640px) {
  .oa-stair__item { --x: 0px; }
  .oa-stair__bar { margin-left: 40px; }
}

/* ---- DELIVERABLES (grouped list) ----------------------------------- */
.oa-deliverables { columns: 2; column-gap: 1.6rem; margin-top: 2rem; }
.oa-deliv { break-inside: avoid; margin: 0 0 1.3rem; padding: 1.2rem 1.3rem; border-radius: 14px;
  background: linear-gradient(150deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12); border-left: 3px solid var(--brand); }
.oa-deliv h3 { font-size: 0.95rem; font-weight: 800; color: var(--brand); margin: 0 0 0.6rem;
  letter-spacing: 0.01em; }
.oa-deliv ul { margin: 0; padding-left: 1.1rem; }
.oa-deliv li { font-size: 0.9rem; line-height: 1.6; color: rgba(255,255,255,0.82); margin-bottom: 0.35rem; }
.oa-deliv li::marker { color: var(--brand); }
@media (max-width: 760px) { .oa-deliverables { columns: 1; } }

/* ---- PROTOCOL TWO-COL DEFINITION TABLE ----------------------------- */
.oa-deflist { margin-top: 2rem; display: grid; gap: 0.7rem; }
.oa-def { display: grid; grid-template-columns: 220px 1fr; gap: 1.2rem; padding: 1.1rem 1.3rem;
  border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); }
.oa-def__term { font-weight: 700; color: var(--brand); font-size: 0.98rem; }
.oa-def__desc { color: rgba(255,255,255,0.82); font-size: 0.95rem; line-height: 1.6; }
.oa-def__desc strong { color: #fff; }
@media (max-width: 700px) { .oa-def { grid-template-columns: 1fr; gap: 0.4rem; } }

/* ---- 3 STAT BLOCKS (big number + heading + body) ------------------- */
.oa-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2rem; }
.oa-block { padding: 1.7rem 1.5rem; border-radius: 16px;
  background: linear-gradient(150deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12); border-top: 3px solid var(--brand); }
.oa-block__num { display: block; font-family: var(--font-hero); font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1; background: linear-gradient(120deg, #fff 0%, #fff 45%, var(--brand) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.oa-block__head { display: block; font-weight: 800; color: var(--brand); font-size: 0.78rem;
  letter-spacing: 0.06em; text-transform: uppercase; margin: 0.7rem 0; }
.oa-block p { font-size: 0.95rem; line-height: 1.7; color: rgba(255,255,255,0.82); margin: 0; }
/* light-section variant — white card, dark legible body, navy->magenta number */
.s-light .oa-block { background: rgba(255,255,255,0.6); border-color: rgba(201,71,225,0.2);
  border-top-color: var(--brand); }
.s-light .oa-block__num { background: linear-gradient(120deg, #1e1e2a 0%, #1e1e2a 35%, var(--brand) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.s-light .oa-block p { color: rgba(30,30,42,0.85); }
@media (max-width: 880px) { .oa-blocks { grid-template-columns: 1fr; } }

/* ---- VALUE COMPARISON — STACKED-BAR COLUMN CHART ------------------- */
/* Two bars drawn to scale: the right is ~4x taller than the left; the
   height difference is the message. Bars "wipe up" from the baseline when
   the section scrolls into view (driven by the ancestor .reveal-s.in-view). */
/* --hmax = tallest bar; every stage is this tall so all bars share a baseline
   regardless of caption length. --h = each bar's own final height. */
.oa-bc { --hmax: 510px; --lift: 150px; margin-top: 2.4rem; }
.oa-bc__plot { display: flex; justify-content: center; align-items: flex-start;
  gap: clamp(0.6rem, 4vw, 2.6rem); }
.oa-bc__group { display: flex; flex-direction: column; align-items: center;
  flex: 0 1 auto; max-width: 240px; }
/* fixed-height stage, content bottom-anchored -> bar baselines line up */
.oa-bc__stage { height: var(--hmax); display: flex; flex-direction: column;
  justify-content: flex-end; align-items: center; }

/* label above each bar */
.oa-bc__caplabel { font-size: 0.74rem; font-weight: 800; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 0.55rem; }

/* the bar: fixed final height (--h) revealed by animating height 0 -> --h */
.oa-bc__group--sm { --h: 118px; }
.oa-bc__group--lg { --h: 510px; }
.oa-bc__bar { position: relative; width: clamp(74px, 12vw, 122px); height: 0; overflow: hidden;
  border-radius: 12px 12px 0 0;
  transition: height 1.15s cubic-bezier(0.22,1,0.36,1); }
.oa-bc__fill { position: absolute; left: 0; right: 0; bottom: 0; height: var(--h);
  display: flex; flex-direction: column; gap: 4px; }
.oa-bc__seg { display: block; border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.18); }
/* market-cap segments: pink, stacked on top */
.oa-bc__seg--cap { flex: 1 1 0; min-height: 8px;
  background: linear-gradient(180deg, rgba(232,155,196,0.92), rgba(232,155,196,0.62));
  border: 1px solid rgba(232,155,196,0.5); }
/* implied-value block: vivid magenta/plum, larger, at the bottom */
.oa-bc__seg--value { flex: 0 0 50%; border-radius: 4px 4px 9px 9px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: linear-gradient(180deg, #d957ee 0%, #c947e1 45%, #9a2fb6 100%);
  border: 1px solid rgba(201,71,225,0.55);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.25), 0 0 26px rgba(201,71,225,0.35); }
.oa-bc__segtxt { font-size: 0.66rem; font-weight: 700; line-height: 1.2; color: #fff;
  padding: 0 0.3rem; text-shadow: 0 1px 3px rgba(0,0,0,0.45); }
.oa-bc__group--sm .oa-bc__segtxt { font-size: 0.56rem; }

/* caption + side note under each bar */
.oa-bc__caption { margin-top: 0.85rem; font-size: 0.84rem; font-weight: 700; color: #fff;
  text-align: center; max-width: 16ch; }
.oa-bc__note { margin-top: 0.4rem; font-size: 0.78rem; line-height: 1.45;
  color: rgba(255,255,255,0.7); text-align: center; max-width: 20ch; }

/* middle: delta badge sits in the incremental zone, with dashed connectors.
   Same height as the stages so it shares the baseline; badge lifted into the
   gap between the small bar's top and the tall bar. */
.oa-bc__mid { position: relative; height: var(--hmax); align-self: flex-start;
  display: flex; flex-direction: column; justify-content: flex-end; align-items: center;
  padding-bottom: var(--lift); opacity: 0; transition: opacity 0.6s ease 0.55s; }
.oa-bc__badge { font-family: var(--font-hero); font-weight: 700;
  font-size: clamp(1.3rem, 3.2vw, 2.1rem); line-height: 1; color: #fff;
  padding: 0.5rem 0.9rem; border-radius: 12px;
  background: linear-gradient(150deg, rgba(201,71,225,0.28), rgba(201,71,225,0.1));
  border: 1px solid rgba(201,71,225,0.6); box-shadow: 0 0 30px rgba(201,71,225,0.4); }
.oa-bc__badgecap { margin-top: 0.5rem; font-size: 0.74rem; font-weight: 600;
  color: rgba(255,255,255,0.78); text-align: center; }
/* thin dashed connectors hinting the incremental jump toward each bar */
.oa-bc__link { position: absolute; bottom: calc(var(--lift) + 1.05rem); height: 0;
  border-top: 1px dashed rgba(232,155,196,0.6); width: clamp(0.6rem, 4vw, 2.6rem); }
.oa-bc__link--l { right: 100%; }
.oa-bc__link--r { left: 100%; }

/* legend */
.oa-bc__legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.4rem;
  margin-top: 1.6rem; }
.oa-bc__key { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.82rem;
  font-weight: 600; color: rgba(255,255,255,0.85); }
.oa-bc__swatch { width: 14px; height: 14px; border-radius: 4px; flex: none; }
.oa-bc__swatch--value { background: linear-gradient(180deg, #d957ee, #9a2fb6);
  border: 1px solid rgba(201,71,225,0.55); }
.oa-bc__swatch--cap { background: linear-gradient(180deg, rgba(232,155,196,0.92), rgba(232,155,196,0.62));
  border: 1px solid rgba(232,155,196,0.5); }

/* reveal: grow bars + fade badge when the section enters the viewport */
.reveal-s.in-view .oa-bc__bar { height: var(--h); }
.reveal-s.in-view .oa-bc__mid { opacity: 1; }

/* fallback: no JS -> show bars + badge at full state immediately */
@media (scripting: none) {
  .oa-bc__bar { height: var(--h); }
  .oa-bc__mid { opacity: 1; }
}
/* accessibility: no growth animation, render final state */
@media (prefers-reduced-motion: reduce) {
  .oa-bc__bar { height: var(--h); transition: none; }
  .oa-bc__mid { opacity: 1; transition: none; }
}

@media (max-width: 760px) {
  .oa-bc { --hmax: 380px; --lift: 110px; }
  .oa-bc__group--sm { --h: 88px; }
  .oa-bc__group--lg { --h: 380px; }
  .oa-bc__caption { font-size: 0.76rem; }
  .oa-bc__note { font-size: 0.7rem; }
}

/* ---- CASE STUDY LAYOUT (premium glass) ----------------------------- */
.oa-case { position: relative; overflow: hidden; margin-top: 1.8rem; padding: 2rem 1.9rem;
  border-radius: 18px; background: rgba(22,10,22,0.7);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid rgba(201,71,225,0.2);
  box-shadow: 0 26px 60px -28px rgba(201,71,225,0.4);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease); }
/* slim brightened magenta top accent */
.oa-case::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #c947e1 0%, #e89bc4 55%, rgba(201,71,225,0) 100%); }
.oa-case:hover { transform: translateY(-4px); border-color: rgba(201,71,225,0.42);
  box-shadow: 0 32px 72px -26px rgba(201,71,225,0.55); }

/* collapsible: the header is the <summary>, the grid is the disclosed body */
.oa-case > summary { list-style: none; cursor: pointer; display: block; position: relative;
  padding-right: 2.8rem; }
.oa-case > summary::-webkit-details-marker { display: none; }
.oa-case > summary:focus-visible { outline: 2px solid rgba(201,71,225,0.6); outline-offset: 4px; border-radius: 12px; }
.oa-case__summary .oa-case__client { margin-bottom: 0.2rem; }
/* round chevron toggle, top-right of the card */
.oa-case__chev { position: absolute; top: 2px; right: 0; width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid rgba(201,71,225,0.4); display: flex; align-items: center; justify-content: center;
  flex: none; transition: transform .3s var(--ease), background .2s var(--ease), border-color .2s var(--ease); }
.oa-case__chev::before { content: ""; width: 9px; height: 9px;
  border-right: 2px solid var(--brand); border-bottom: 2px solid var(--brand);
  transform: translateY(-2px) rotate(45deg); }
.oa-case[open] .oa-case__chev { transform: rotate(180deg); }
.oa-case:hover .oa-case__chev { background: rgba(201,71,225,0.14); border-color: rgba(201,71,225,0.6); }
/* divider between the summary header and the disclosed grid */
.oa-case[open] .oa-case__grid { margin-top: 1.3rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(201,71,225,0.18); }

/* metadata pill row — CASE STUDY n filled, name/region as lighter outline pills */
.oa-case__meta { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.1rem; }
.oa-case__tag { padding: 0.32rem 0.9rem; border-radius: 999px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  background: transparent; border: 1px solid rgba(201,71,225,0.4); color: #e89bc4; }
.oa-case__tag:first-child { background: linear-gradient(135deg, var(--brand), #8a3a78);
  border-color: transparent; color: #fff; }

.oa-case__title { font-size: clamp(1.3rem, 2.4vw, 1.75rem); font-weight: 700; color: #fff;
  margin: 0 0 0.55rem; line-height: 1.2; }
.oa-case__sub { font-size: clamp(1.02rem, 1.6vw, 1.18rem); line-height: 1.5; color: var(--brand);
  font-weight: 600; margin: 0 0 0.5rem; }
.oa-case__client { font-size: 0.92rem; color: rgba(234,223,232,0.7); margin: 0 0 1.5rem; }
.oa-case__client strong { color: #fff; font-weight: 700; }

/* 2x2 quadrant grid with a clear gutter + thin dividers */
.oa-case__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 2.2rem; }
.oa-case__block { min-width: 0; }
.oa-case__block:nth-of-type(odd) { border-right: 1px solid rgba(201,71,225,0.16); padding-right: 2.2rem; }
.oa-case__block:nth-of-type(n+3) { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; }
.oa-case__block h4 { display: inline-block; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--brand); margin: 0 0 0.75rem; padding-bottom: 0.32rem;
  border-bottom: 2px solid rgba(201,71,225,0.5); }
.oa-case__block p { font-size: 0.95rem; line-height: 1.7; color: #eadfe8; margin: 0 0 0.6rem; }
.oa-case__block p strong { color: #fff; font-weight: 700; }
.oa-case__block ul { margin: 0.2rem 0 0; padding-left: 1.2rem; }
.oa-case__block li { font-size: 0.93rem; line-height: 1.65; color: #eadfe8; margin-bottom: 0.4rem; padding-left: 0.15rem; }
.oa-case__block li::marker { color: var(--brand); font-size: 1.05em; }

.oa-case__ref { grid-column: 1 / -1; padding-top: 1.1rem; margin-top: 0.4rem;
  border-top: 1px solid rgba(201,71,225,0.18); font-size: 0.86rem; color: rgba(234,223,232,0.78); }
.oa-case__ref a { color: var(--brand); word-break: break-all; text-decoration: underline; text-underline-offset: 2px; }
.oa-case__ref strong { color: #fff; }

@media (max-width: 760px) {
  .oa-case__grid { grid-template-columns: 1fr; gap: 0; }
  .oa-case__grid .oa-case__block { padding: 1.4rem 0 0; border-right: none;
    border-top: 1px solid rgba(255,255,255,0.1); }
  .oa-case__grid .oa-case__block:first-of-type { padding-top: 0; border-top: none; }
}

/* ---- EXPLORE FURTHER CARDS ----------------------------------------- */
.oa-explore { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2rem;
  align-items: stretch; }
/* light section: white card surface, dark legible text, magenta accents.
   Whole card is the link; equal heights via grid stretch + flex column. */
.oa-explore__card { position: relative; display: flex; flex-direction: column; cursor: pointer;
  padding: 28px; border-radius: 14px; overflow: hidden; text-decoration: none;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(201,71,225,0.18); box-shadow: 0 8px 24px rgba(20,20,28,0.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
/* slim magenta top-accent — rounded by the card's overflow clip, consistent on all three */
.oa-explore__card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #C947E1, #7A4FB8); }
.oa-explore__card:hover { transform: translateY(-4px); border-color: rgba(201,71,225,0.4);
  box-shadow: 0 18px 40px -14px rgba(201,71,225,0.4); }
.oa-explore__title { font-size: 1.1rem; font-weight: 700; line-height: 1.25; color: #2a1320;
  margin: 0 0 0.7rem; }
.oa-explore__teaser { font-size: 0.94rem; line-height: 1.65; color: rgba(42,19,32,0.78);
  margin: 0 0 1.25rem; }
/* link pinned to the card bottom so all three baselines align even when titles wrap */
.oa-explore__go { margin-top: auto; color: #c947e1; font-weight: 600; font-size: 0.9rem; }
.oa-explore__go::after { content: " →"; display: inline-block; transition: transform .2s ease; }
.oa-explore__card:hover .oa-explore__go::after { transform: translateX(4px); }
@media (max-width: 880px) { .oa-explore { grid-template-columns: 1fr; } }

/* ---- CTA BUTTON ROW ------------------------------------------------ */
.oa-cta-row { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 1.8rem; }
.oa-btn { display: inline-block; padding: 0.95rem 2rem; border-radius: 999px; font-weight: 700;
  font-size: 1rem; text-decoration: none; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.oa-btn--primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff;
  box-shadow: 0 10px 28px -8px rgba(201,71,225,0.6); }
.oa-btn--ghost { background: transparent; color: #fff; border: 1px solid rgba(201,71,225,0.5); }
.oa-btn:hover { transform: translateY(-2px); }

/* ---- SECTION SWITCHER (A / B / C / home) --------------------------- */
.oa-secnav { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center;
  margin-bottom: 1.8rem; padding: 0.55rem; border-radius: 14px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); }
.oa-secnav__home, .oa-secnav__item { text-decoration: none; border-radius: 999px;
  font-weight: 700; font-size: 0.85rem; line-height: 1.2; padding: 0.55rem 1.05rem;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.oa-secnav__home { display: inline-flex; align-items: center; gap: 0.4rem; color: #fff;
  background: linear-gradient(135deg, rgba(201,71,225,0.25), rgba(32,66,124,0.25));
  border: 1px solid rgba(201,71,225,0.5); }
.oa-secnav__home:hover { transform: translateY(-1px); border-color: var(--brand); }
.oa-secnav__group { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
.oa-secnav__item { color: rgba(255,255,255,0.78); background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14); }
.oa-secnav__item:hover { color: #fff; border-color: rgba(201,71,225,0.5); transform: translateY(-1px); }
.oa-secnav__item[aria-current="page"] { color: #fff; border-color: transparent;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 6px 16px -6px rgba(201,71,225,0.55); }
.oa-secnav__tag { font-weight: 800; color: var(--brand); margin-right: 0.35rem; }
.oa-secnav__item[aria-current="page"] .oa-secnav__tag { color: #fff; }
/* light-section variant */
.s-light .oa-secnav { background: rgba(255,255,255,0.5); border-color: rgba(201,71,225,0.2); }
.s-light .oa-secnav__home { color: #1e1e2a; }
.s-light .oa-secnav__item { color: rgba(30,30,42,0.75); background: rgba(255,255,255,0.6);
  border-color: rgba(30,30,42,0.14); }
.s-light .oa-secnav__item:hover { color: #1e1e2a; }
.s-light .oa-secnav__item[aria-current="page"] { color: #fff; }
@media (max-width: 600px) { .oa-secnav, .oa-secnav__group { width: 100%; }
  .oa-secnav__item, .oa-secnav__home { flex: 1 1 auto; text-align: center; } }

/* ---- CONTEXTUAL JUMP LINKS (topic block -> sub-section) ------------ */
.oa-jumps { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.5rem; }
.oa-jump { display: inline-flex; align-items: center; gap: 0.4rem; text-decoration: none;
  padding: 0.6rem 1.15rem; border-radius: 999px; font-weight: 700; font-size: 0.88rem;
  color: var(--brand); background: rgba(201,71,225,0.1); border: 1px solid rgba(201,71,225,0.4);
  transition: background .2s var(--ease), transform .2s var(--ease), border-color .2s var(--ease); }
.oa-jump:hover { background: rgba(201,71,225,0.2); border-color: var(--brand); transform: translateY(-2px); }
.oa-jump::after { content: "\2192"; font-weight: 800; }
.oa-jump__tag { font-weight: 800; letter-spacing: 0.04em; }

/* intro band: center the brand subline heading over the tagline/lead */
#intro .s-heading { text-align: center; margin-left: auto; margin-right: auto; }
#intro .oa-tagline,
#statement .oa-tagline { font-size: clamp(1.35rem, 2.8vw, 2.1rem); font-weight: 700;
  line-height: 1.25; margin-top: 0.9rem; }
/* one-line tagline, scaled as large as it fits the wide container */
#intro .oa-tagline--1line { white-space: nowrap; font-size: clamp(1.1rem, 2.42vw, 2rem); }
@media (max-width: 760px) { #intro .oa-tagline--1line { white-space: normal; font-size: clamp(1.1rem, 5vw, 1.6rem); } }

/* ---- shared heading spacing helpers -------------------------------- */
.oa-lead { max-width: 880px; margin: 1.2rem auto 0; text-align: center;
  font-size: clamp(1rem, 1.9vw, 1.2rem); line-height: 1.7; color: rgba(255,255,255,0.8); }
.s-light .oa-lead { color: rgba(30,30,42,0.78); }
.oa-tagline { text-align: center; color: var(--brand); font-weight: 600; margin-top: 0.5rem; }

/* ---- VISION heading: as large as possible, kept on a single line ---- */
#vision .s-heading { white-space: nowrap; font-size: clamp(1.3rem, 2.9vw, 2.4rem); }
@media (max-width: 760px) { #vision .s-heading { white-space: normal; font-size: clamp(1.5rem, 6vw, 2rem); } }

/* ---- CTA band (#contact): whole section centered, headline as large as
   possible on a single line; re-wraps + shrinks on narrow screens ------- */
#contact .s-inner { text-align: center; }
#contact .s-sub { white-space: nowrap; margin-left: auto; margin-right: auto;
  font-size: clamp(0.9rem, 1.9vw, 1.3rem); }
#contact .s-heading { white-space: nowrap; font-size: clamp(1.5rem, 3.5vw, 3rem); }
@media (max-width: 820px) {
  #contact .s-heading { white-space: normal; font-size: clamp(1.6rem, 6.5vw, 2.4rem); }
  #contact .s-sub { white-space: normal; }
}

/* =====================================================================
   subrosa OmicsAI Services — gray section (PowerPoint slide recreation)
   ===================================================================== */
.s-dark.oa-svc-gray { background:
  radial-gradient(120% 90% at 50% -10%, rgba(201,71,225,0.10) 0%, rgba(201,71,225,0) 55%),
  linear-gradient(160deg, #3a3d44 0%, #2c2e34 55%, #232529 100%); }
#omicsai-services .s-sub { text-align: center; }

/* 1. phase headers */
.oa-svc-phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.4rem; }
.oa-svc-phase { display: flex; flex-direction: column; align-items: center; gap: 0.7rem;
  text-align: center; padding: 1.1rem 1rem; border-radius: 14px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(201,71,225,0.18);
  border-top: 3px solid var(--brand); }
.oa-svc-phase__icon { width: 40px; height: 40px; color: var(--brand);
  filter: drop-shadow(0 0 10px rgba(201,71,225,0.4)); }
.oa-svc-phase__label { font-weight: 800; font-size: 0.98rem; letter-spacing: 0.02em; color: #fff; }

/* 2. staggered service labels — step down-and-right across the phases */
.oa-svc-labels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
  margin-top: 1.6rem; align-items: start; }
.oa-svc-label { display: block; font-weight: 800; font-size: 1.02rem; line-height: 1.35;
  color: #f3e6ee; text-align: center; padding: 0.9rem 1rem; border-radius: 12px;
  background: linear-gradient(150deg, rgba(201,71,225,0.14), rgba(232,155,196,0.06));
  border-left: 3px solid var(--brand); }
.oa-svc-label--2 { margin-top: 1.6rem; }
.oa-svc-label--3 { margin-top: 3.2rem; }

/* 3. metric circles — magenta glowing orbs */
.oa-svc-circles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem;
  margin-top: 3rem; justify-items: center; }
.oa-svc-circle { position: relative; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  width: clamp(200px, 22vw, 260px); aspect-ratio: 1; border-radius: 50%;
  padding: 1.4rem; box-sizing: border-box;
  background: radial-gradient(circle at 50% 38%, rgba(232,155,196,0.55) 0%, rgba(201,71,225,0.5) 42%, rgba(138,58,120,0.55) 100%);
  border: 1px solid rgba(240,168,216,0.45);
  box-shadow: 0 0 50px rgba(201,71,225,0.4), inset 0 1px 18px rgba(255,255,255,0.18); }
.oa-svc-circle__num { font-family: var(--font-hero); font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1; color: #fff; }
.oa-svc-circle__cap { margin-top: 0.5rem; font-size: 0.92rem; font-weight: 700; color: #fff; }
.oa-svc-circle__note { margin-top: 0.6rem; font-size: 0.82rem; font-style: italic;
  line-height: 1.4; color: rgba(255,255,255,0.88); }

/* 4. arrow banner — full-width right-pointing arrow */
.oa-svc-arrow { margin-top: 3rem; padding: 1.2rem 2.6rem 1.2rem 1.8rem;
  clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 50%, calc(100% - 38px) 100%, 0 100%);
  background: linear-gradient(90deg, rgba(201,71,225,0.32) 0%, rgba(232,155,196,0.22) 100%);
  border: 1px solid rgba(240,168,216,0.4); text-align: center; }
.oa-svc-arrow__text { font-weight: 800; font-size: clamp(0.95rem, 1.9vw, 1.15rem);
  letter-spacing: 0.01em; color: #fff; }

/* 5. footnote */
#omicsai-services .oa-foot { text-align: center; }

/* gentle glow pulse on the circles */
@media (prefers-reduced-motion: no-preference) {
  .oa-svc-circle { animation: oaSvcPulse 4.5s ease-in-out infinite; }
  .oa-svc-circle:nth-child(2) { animation-delay: 1.5s; }
  .oa-svc-circle:nth-child(3) { animation-delay: 3s; }
  @keyframes oaSvcPulse {
    0%, 100% { box-shadow: 0 0 40px rgba(201,71,225,0.35), inset 0 1px 18px rgba(255,255,255,0.18); }
    50% { box-shadow: 0 0 78px rgba(201,71,225,0.6), inset 0 1px 18px rgba(255,255,255,0.22); }
  }
}

/* responsive */
@media (max-width: 880px) {
  .oa-svc-phases { grid-template-columns: 1fr; }
  .oa-svc-labels { grid-template-columns: 1fr; }
  .oa-svc-label--2, .oa-svc-label--3 { margin-top: 0; }
  .oa-svc-circles { grid-template-columns: 1fr; }
  .oa-svc-arrow { clip-path: none; border-radius: 14px; padding: 1.2rem 1.4rem; }
}

/* center the Intelligence Partner heading */
#partner .s-heading { text-align: center; margin-left: auto; margin-right: auto; }

/* larger tagline in the Intelligence Partner section */
#partner .oa-tagline { font-size: clamp(1.35rem, 2.8vw, 2.1rem); font-weight: 700; line-height: 1.25; margin-top: 0.9rem; }

/* =====================================================================
   Case-study bar chart — COMPACT override (not to scale; modest ratio)
   ===================================================================== */
.oa-bc { --hmax: 250px; --lift: 105px; margin-top: 1.6rem; }
.oa-bc__group--sm { --h: 140px; }   /* modest difference, ~1.8x not 4-5x */
.oa-bc__group--lg { --h: 250px; }
.oa-bc__bar { width: clamp(96px, 14vw, 150px); }  /* wider, shorter blocks */
.oa-bc__caplabel { margin-bottom: 0.35rem; }
.oa-bc__caption { margin-top: 0.5rem; }
.oa-bc__note { margin-top: 0.28rem; }
.oa-bc__legend { margin-top: 1.1rem; }
@media (max-width: 760px) {
  .oa-bc { --hmax: 210px; --lift: 90px; }
  .oa-bc__group--sm { --h: 120px; }
  .oa-bc__group--lg { --h: 210px; }
}
