/* ===================================================
   VINCIT THERAPEUTICS · HAGEMIA ASSIST
   Polished Pharmaceutical Site — v4
   =================================================== */

/* --- TOKENS --- */
:root {
  --crimson: #C8373E;
  --crimson-deep: #A52A30;
  --crimson-light: #F0D5D7;
  --crimson-faint: #FDF2F2;
  --warm-sand: #F9F4EF;
  --warm-border: #EDE0D8;
  --warm-gold: #D4956A;
  --warm-gold-faint: #FBF5F0;
  --ink: #1A2332;
  --ink-80: #2C3E50;
  --ink-60: #4A5568;
  --ink-40: #718096;
  --ink-20: #A0AEC0;
  --ink-10: #E8ECF0;
  --surface: #FDFAF8;
  --surface-warm: #FFF8F5;
  --white: #FFFFFF;
  --shadow-sm: 0 2px 10px rgba(26,35,50,0.06);
  --shadow-md: 0 8px 28px rgba(26,35,50,0.08), 0 2px 8px rgba(26,35,50,0.04);
  --shadow-lg: 0 20px 50px rgba(26,35,50,0.10), 0 4px 16px rgba(26,35,50,0.05);
  --shadow-xl: 0 32px 70px rgba(26,35,50,0.11), 0 8px 24px rgba(26,35,50,0.07);
  --shadow-warm: 0 12px 40px rgba(200,100,80,0.10);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;
}

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--surface);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  background-image:
    radial-gradient(ellipse at 85% 0%, rgba(200,85,62,0.05) 0%, transparent 55%),
    radial-gradient(ellipse at 5% 70%, rgba(212,149,106,0.05) 0%, transparent 45%);
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', Georgia, serif; line-height: 1.1; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; margin-bottom: 10px; }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 600; margin-bottom: 8px; }
h4 { font-size: 1rem; font-weight: 600; margin-bottom: 5px; }
h1 em, h2 em, .display-headline em { font-style: italic; color: var(--crimson); }
p { color: var(--ink-60); line-height: 1.72; }
a { color: var(--crimson); text-decoration: none; transition: opacity 0.2s; }
a:hover { opacity: 0.75; text-decoration: none; }

.eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-40);
  display: block;
  margin-bottom: 10px;
}
.eyebrow.crimson { color: var(--crimson); }
.muted-p { color: var(--ink-60); }

/* --- LAYOUT --- */
.shell {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}
.section-pad { padding: 56px 0; }

.two-up {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 48px 0;
}
.two-up.asymmetric { grid-template-columns: 340px 1fr; }

.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 14px;
}

/* --- CARD PANEL --- */
.card-panel {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(26,35,50,0.055);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}
.card-panel::before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(212,149,106,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.card-panel:hover { box-shadow: var(--shadow-lg); }

/* --- HEADER --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253,250,248,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(26,35,50,0.07);
  transition: box-shadow 0.3s;
}
.header-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 74px;
}
.brand-group {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}
.brand-logo-wrap { display: flex; align-items: center; flex-shrink: 0; }
.brand-logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(200,55,62,0.18));
}
.brand-text { display: flex; flex-direction: column; gap: 1px; }
.brand-name {
  font-family: 'DM Mono', monospace;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--ink);
}
.brand-tagline {
  font-family: 'DM Mono', monospace;
  font-size: 0.57rem;
  letter-spacing: 0.14em;
  color: var(--ink-40);
  text-transform: uppercase;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-link {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--ink-60);
  text-decoration: none;
  transition: color 0.2s;
  letter-spacing: 0.01em;
}
.nav-link:hover { color: var(--crimson); opacity: 1; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}
.sub-nav {
  border-top: 1px solid rgba(26,35,50,0.06);
  background: var(--white);
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
  gap: 0;
}
.sub-link {
  font-size: 0.83rem;
  font-weight: 500;
  color: var(--ink-60);
  text-decoration: none;
  padding: 11px 18px;
  border-bottom: 2.5px solid transparent;
  transition: all 0.2s;
  display: inline-block;
  white-space: nowrap;
}
.sub-link:hover, .sub-link.active {
  color: var(--crimson);
  text-decoration: none;
  border-bottom-color: var(--crimson);
  opacity: 1;
}
#assistSubLink {
  color: var(--crimson);
  border-bottom-color: var(--crimson);
  font-weight: 600;
}

/* --- PAGE SWITCHING --- */
.page { display: none; padding-bottom: 80px; }
.active-page { display: block; }

/* --- HERO ORBS --- */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-orb-1 {
  width: 580px; height: 580px;
  top: -180px; right: -140px;
  background: radial-gradient(circle, rgba(200,55,62,0.07) 0%, transparent 65%);
}
.hero-orb-2 {
  width: 380px; height: 380px;
  bottom: -80px; left: -80px;
  background: radial-gradient(circle, rgba(212,149,106,0.07) 0%, transparent 65%);
}
.hero-orb-3 {
  width: 480px; height: 480px;
  top: 0; left: 45%;
  background: radial-gradient(circle, rgba(200,55,62,0.05) 0%, transparent 65%);
}

/* --- HOME HERO --- */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 54px;
}
.home-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 52px;
}
.display-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 5.2vw, 5.2rem);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin: 12px 0 18px;
}
.hero-body {
  font-size: 1.02rem;
  max-width: 460px;
  color: var(--ink-60);
}
.hero-photo-frame { position: relative; }
.hero-photo {
  width: 100%;
  display: block;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}
.photo-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(200,55,62,0.10) 0%, transparent 60%);
  pointer-events: none;
  border-radius: var(--radius-xl);
}

/* --- ACCESS BANNER --- */
.access-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  background: linear-gradient(130deg, #fff 0%, var(--warm-sand) 50%, #FFF5F5 100%);
  border-radius: var(--radius-xl);
  padding: 36px 40px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--warm-border);
  margin: 32px 0 0;
}
.access-banner h2 { max-width: 600px; margin-bottom: 8px; }
.access-banner p { max-width: 560px; font-size: 0.96rem; }
.access-banner-photo {
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  flex-shrink: 0;
}

/* --- PATIENT JOURNEY TIMELINE --- */
.journey-section {
  padding: 60px 0 52px;
}
.journey-header {
  text-align: center;
  margin-bottom: 40px;
}
.journey-kicker {
  display: inline-block;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  background: var(--crimson-faint);
  border: 1px solid var(--crimson-light);
  color: var(--crimson);
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.journey-header h2 { font-size: clamp(1.6rem, 2.5vw, 2rem); margin-bottom: 8px; }
.journey-header p { max-width: 540px; margin: 0 auto; font-size: 0.94rem; }

.journey-timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
  margin-bottom: 28px;
}
.jt-connector {
  position: absolute;
  top: 22px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 2px;
  background: linear-gradient(90deg, var(--crimson-light), var(--crimson), var(--crimson-light));
  z-index: 0;
}
.jt-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  padding: 0 6px;
}
.jt-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--crimson), var(--crimson-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(200,55,62,0.28);
  border: 3px solid var(--white);
}
.jt-dot span {
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.04em;
}
.jt-label strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
  line-height: 1.3;
}
.jt-label small {
  display: block;
  font-size: 0.74rem;
  color: var(--ink-40);
  line-height: 1.4;
}
.journey-note {
  text-align: center;
  font-size: 0.8rem;
  color: var(--ink-40);
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--ink-10);
}
.journey-note strong { color: var(--crimson); font-weight: 600; }

/* --- PIPELINE --- */
.pipeline-list {
  list-style: none;
  margin-top: 16px;
  display: grid;
  gap: 10px;
}
.pipeline-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  background: var(--surface-warm);
  border: 1px solid var(--warm-border);
  border-radius: var(--radius-sm);
}
.pipeline-list li strong {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--ink);
}
.pipeline-list li span { font-size: 0.82rem; color: var(--ink-60); }
.pip-active-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--crimson);
  box-shadow: 0 0 0 4px rgba(200,55,62,0.14);
  flex-shrink: 0;
  margin-top: 5px;
}
.pip-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--ink-20);
  flex-shrink: 0;
  margin-top: 5px;
}
.pipeline-img-wrap {
  margin-top: 20px;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.pipeline-img {
  width: 100%;
  display: block;
  border-radius: var(--radius-md);
  max-height: 160px;
  object-fit: cover;
}

/* --- CARD IMAGE --- */
.card-img-wrap { margin-top: 20px; border-radius: var(--radius-md); overflow: hidden; }
.card-img { width: 100%; display: block; border-radius: var(--radius-md); max-height: 200px; object-fit: cover; }

/* --- SUPPORT TEASER --- */
.support-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 48px 0 60px;
}
.teaser-photos { position: relative; }
.teaser-photo-main {
  width: 100%;
  border-radius: var(--radius-xl);
  display: block;
  box-shadow: var(--shadow-lg);
  max-height: 380px;
  object-fit: cover;
}
.italic-tag { font-style: italic; color: var(--ink-60); font-size: 1rem; margin-top: 8px; }
.legal-note { font-size: 0.78rem; color: var(--ink-40); margin-top: 16px; }
.legal-note a { color: var(--ink-40); }
.legal-note a:hover { color: var(--crimson); opacity: 1; }

/* --- CTA ROWS --- */
.cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
  align-items: center;
}

/* --- BUTTONS --- */
.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 24px;
  border-radius: var(--radius-pill);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s ease;
  border: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.btn-pill.primary {
  background: linear-gradient(135deg, var(--crimson), var(--crimson-deep));
  color: white;
  box-shadow: 0 6px 18px rgba(200,55,62,0.26);
}
.btn-pill.primary:hover {
  box-shadow: 0 10px 26px rgba(200,55,62,0.36);
  transform: translateY(-1px);
}
.btn-pill.outline {
  background: transparent;
  color: var(--ink-60);
  border: 1.5px solid rgba(26,35,50,0.16);
}
.btn-pill.outline:hover {
  border-color: var(--crimson);
  color: var(--crimson);
  background: var(--crimson-faint);
}
.btn-pill.subtle {
  background: var(--warm-sand);
  color: var(--ink-60);
  border: 1px solid var(--warm-border);
}
.btn-pill.subtle:hover { background: var(--crimson-light); color: var(--crimson-deep); border-color: var(--crimson-light); }
.btn-pill.small { padding: 8px 16px; font-size: 0.8rem; }
.btn-pill.disabled, .btn-pill:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none !important;
  transform: none !important;
}

/* --- ASSIST HERO --- */
.assist-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 48px;
  background: linear-gradient(165deg, #FFF8F5 0%, var(--surface) 55%);
}
.assist-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 48px;
}
.assist-h1 { font-size: clamp(2.4rem, 4.2vw, 4rem); }
.hero-note-sm { font-size: 0.8rem; color: var(--ink-40); margin-top: 14px; font-style: italic; }
.assist-visual { position: relative; }
.assist-photo-wrap { position: relative; }
.assist-photo {
  width: 100%;
  border-radius: 50%;
  display: block;
  box-shadow: var(--shadow-xl);
  border: 5px solid var(--white);
}
.assist-glow {
  position: absolute;
  inset: -24px;
  background: radial-gradient(circle, rgba(200,55,62,0.10) 0%, transparent 65%);
  pointer-events: none;
  z-index: -1;
}

/* --- DRUG FLOATING CARD --- */
.drug-floating-card {
  background: rgba(255,255,255,0.96);
  border-radius: var(--radius-lg);
  padding: 18px 22px;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--warm-border);
  margin-top: 18px;
  backdrop-filter: blur(12px);
}
.dfc-badge {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  background: var(--crimson-light);
  color: var(--crimson-deep);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
}
.dfc-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.dfc-logo-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 4px rgba(200,55,62,0.15));
}
.dfc-name {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--ink);
  line-height: 1;
}
.dfc-name.sm { font-size: 0.95rem; letter-spacing: 0.1em; }
.dfc-sub {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: var(--ink-40);
  text-transform: uppercase;
  margin-top: 3px;
}
.dfc-desc { font-size: 0.83rem; color: var(--ink-60); line-height: 1.5; margin-bottom: 12px; }

/* --- LOGO USES IN CARDS --- */
.contact-logo-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 4px rgba(200,55,62,0.15));
}
.isi-logo-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}
.portal-logo-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}

/* --- SPARK --- */
.spark-row { display: flex; align-items: center; gap: 10px; }
.spark-dot {
  width: 13px; height: 13px;
  border-radius: 50%;
  background: var(--crimson);
  box-shadow: 0 0 0 5px rgba(200,55,62,0.14), 0 0 12px rgba(200,55,62,0.22);
  flex-shrink: 0;
  animation: sparkPulse 2.2s ease-in-out infinite;
}
@keyframes sparkPulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(200,55,62,0.14), 0 0 12px rgba(200,55,62,0.22); }
  50% { box-shadow: 0 0 0 8px rgba(200,55,62,0.07), 0 0 20px rgba(200,55,62,0.32); }
}
.spark-bars { display: flex; gap: 5px; align-items: center; }
.spark-bar { height: 5px; border-radius: 3px; background: linear-gradient(90deg, var(--crimson-light), var(--crimson)); width: 56px; }
.spark-bar.b2 { width: 42px; opacity: 0.55; }
.spark-bar.b3 { width: 30px; opacity: 0.32; }

/* --- SECTION INTRO --- */
.section-intro { margin-bottom: 30px; }
.section-intro h2 { max-width: 560px; }
.section-intro p { max-width: 600px; color: var(--ink-60); margin-top: 8px; font-size: 0.96rem; }

/* --- FEATURES TRIO --- */
.features-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-panel {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(26,35,50,0.055);
  transition: box-shadow 0.3s, transform 0.3s;
}
.feature-panel:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.fp-img-ring {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 18px;
  border: 3px solid var(--crimson-light);
  box-shadow: 0 0 0 4px rgba(212,149,106,0.10);
  flex-shrink: 0;
}
.fp-img-ring img { width: 100%; height: 100%; object-fit: cover; display: block; }
.feature-quote {
  font-style: italic;
  color: var(--ink-60);
  font-size: 0.9rem;
  line-height: 1.65;
  border-left: 3px solid var(--crimson-light);
  padding-left: 14px;
  margin: 10px 0;
}
.feature-panel cite { font-size: 0.8rem; color: var(--ink-40); display: block; margin-top: 8px; }

/* --- NEED LIST --- */
.need-list { display: grid; gap: 12px; margin-top: 18px; }
.need-item {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 13px 15px;
  background: var(--warm-sand);
  border-radius: var(--radius-sm);
  border: 1px solid var(--warm-border);
}
.need-icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--crimson-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--crimson);
}
.need-item strong { display: block; font-weight: 600; font-size: 0.87rem; color: var(--ink); margin-bottom: 2px; }
.need-item span { font-size: 0.82rem; color: var(--ink-60); }

/* --- STEPS GRID --- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.step-card {
  background: var(--warm-sand);
  border: 1px solid var(--warm-border);
  border-radius: var(--radius-md);
  padding: 16px;
  transition: box-shadow 0.2s;
}
.step-card:hover { box-shadow: var(--shadow-sm); }
.step-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--crimson-light);
  line-height: 1;
  margin-bottom: 6px;
}
.step-card h4 { font-size: 0.9rem; margin-bottom: 5px; color: var(--ink); }
.step-card p { font-size: 0.82rem; color: var(--ink-60); }

/* --- RESOURCES ROW --- */
.resources-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.resource-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 18px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--ink-10);
  transition: all 0.22s;
}
.resource-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.resource-highlight {
  background: linear-gradient(135deg, #FFF8F5, #FFF2F0);
  border-color: var(--crimson-light);
}
.rc-icon {
  width: 40px; height: 40px;
  border-radius: var(--radius-sm);
  background: var(--warm-sand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--ink-60);
}
.rc-icon.crimson { background: var(--crimson-light); color: var(--crimson); }
.resource-card h4 { font-family: 'DM Sans', sans-serif; font-size: 0.84rem; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.resource-card p { font-size: 0.78rem; color: var(--ink-60); line-height: 1.5; }
.rc-link { display: inline-block; margin-top: 10px; font-size: 0.78rem; font-weight: 600; color: var(--ink-40); transition: color 0.2s; }
.rc-link.crimson { color: var(--crimson); }
.rc-link:hover { color: var(--crimson); opacity: 1; }

/* --- QUOTE BAND --- */
.quote-band {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 44px;
  align-items: center;
  background: linear-gradient(130deg, var(--white) 0%, var(--warm-sand) 100%);
  border-radius: var(--radius-xl);
  padding: 44px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--warm-border);
}
.quote-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.quote-img img { width: 100%; display: block; max-height: 300px; object-fit: cover; }
.large-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.55;
  padding-left: 22px;
  border-left: 3px solid var(--crimson);
  margin: 12px 0;
}
.quote-content cite { font-size: 0.85rem; color: var(--ink-40); }
.quote-content { display: flex; flex-direction: column; }

/* --- CONTACT PANEL --- */
.contact-panel { position: relative; }
.contact-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ink-10);
}
.contact-phone-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--ink);
  margin: 10px 0;
}
.contact-links { display: flex; gap: 16px; margin-top: 12px; }
.contact-links a { font-size: 0.8rem; color: var(--ink-40); }
.contact-links a:hover { color: var(--crimson); opacity: 1; }

/* --- ISI BAND --- */
.isi-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 32px;
  background: var(--warm-sand);
  border-radius: var(--radius-md);
  border: 1px solid var(--warm-border);
}
.isi-text p { font-size: 0.76rem; color: var(--ink-40); line-height: 1.65; max-width: 680px; }
.isi-links { display: flex; gap: 14px; margin-top: 7px; }
.isi-links a { font-size: 0.76rem; color: var(--ink-40); }
.isi-links a:hover { color: var(--crimson); opacity: 1; }
.isi-brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

/* --- PORTAL --- */
.portal-top-bar { display: flex; align-items: center; padding: 18px 0 10px; }
.portal-brand { display: flex; align-items: center; gap: 12px; }
.portal-tab-row {
  display: flex;
  gap: 9px;
  padding: 14px 0;
  border-bottom: 1px solid var(--ink-10);
  margin-bottom: 6px;
}
.ptab {
  padding: 9px 20px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--ink-10);
  background: var(--white);
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--ink-60);
}
.ptab:hover { border-color: var(--crimson); color: var(--crimson); }
.ptab.active {
  background: linear-gradient(135deg, var(--crimson), var(--crimson-deep));
  color: white;
  border-color: var(--crimson);
  box-shadow: 0 5px 14px rgba(200,55,62,0.24);
}
.portal-panel { display: none; padding: 14px 0 36px; }
.portal-panel.active-panel { display: block; }
.portal-welcome { margin-bottom: 14px; }

/* --- STATUS --- */
.status-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  flex-wrap: wrap;
}
.status-badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
}
.status-badge.pending { background: #FFF8E1; color: #D84C00; border: 1px solid #FFD580; }
.status-badge.success { background: #EEF8EF; color: #2E7D32; border: 1px solid #A5D6A7; }
.status-badge.info { background: #EEF4FF; color: #2454A6; border: 1px solid #BDD0FF; }
.status-tile {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 16px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--ink-10);
}
.status-tile span { font-size: 0.8rem; color: var(--ink-60); display: block; margin-top: 5px; }
.st-icon { font-size: 1.1rem; }
.status-tile.done { border-color: #A5D6A7; background: #F2FAF2; }
.status-tile.done .st-icon { color: #2E7D32; }
.status-tile.warn { border-color: #FFD580; background: #FFFCE6; }
.status-tile.warn .st-icon { color: #D84C00; }
.status-tile.off { opacity: 0.45; }
.action-card { display: flex; flex-direction: column; }

/* --- FORMS --- */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.modal-fields { display: grid; gap: 12px; margin-top: 14px; }
.field { display: grid; gap: 5px; }
.field label {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--ink-60);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.field input, .field select, input, select {
  height: 44px;
  border: 1.5px solid var(--ink-10);
  border-radius: var(--radius-sm);
  padding: 0 13px;
  background: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  color: var(--ink);
  transition: border-color 0.2s;
  width: 100%;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--crimson); }
.field.readonly {
  background: var(--warm-sand);
  border: 1px solid var(--warm-border);
  border-radius: var(--radius-sm);
  padding: 11px 13px;
}
.field.readonly span { font-weight: 600; font-size: 0.88rem; color: var(--ink); }
.wide-field { grid-column: 1 / -1; }
.consent-row {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-top: 14px;
  background: var(--warm-sand);
  border: 1px solid var(--warm-border);
  border-radius: var(--radius-sm);
  padding: 13px 15px;
  font-size: 0.84rem;
  color: var(--ink-60);
  cursor: pointer;
}
.consent-row input[type="checkbox"] { width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; }

/* --- MODALS --- */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(18,25,40,0.58);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 200;
}
.modal.show { display: flex; }
.modal-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 34px;
  max-width: 540px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: var(--shadow-xl);
  animation: modalIn 0.28s cubic-bezier(0.34,1.56,0.64,1);
}
.modal-box.wide { max-width: 840px; }
@keyframes modalIn {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: var(--warm-sand);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-60);
  transition: all 0.2s;
}
.modal-close:hover { background: var(--crimson-light); color: var(--crimson); }
.redirect-banner {
  background: var(--crimson-faint);
  border: 1px solid var(--crimson-light);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-top: 14px;
}
.redirect-banner p { color: var(--ink-60); font-size: 0.88rem; }

/* --- ELIGIBILITY PAGE --- */
.eligibility-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 42px;
  background: linear-gradient(135deg, #fffafa 0%, #fff 64%, #fdf2f2 100%);
}
.eligibility-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 340px;
  gap: 28px;
  align-items: center;
}
.eligibility-side-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid var(--warm-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-lg);
}
.requirements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.requirement-card {
  background: var(--white);
  border: 1px solid rgba(26,35,50,0.07);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}
.requirement-card span {
  display: inline-flex;
  width: 32px; height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--crimson-faint);
  color: var(--crimson);
  font-family: 'DM Mono', monospace;
  font-size: .72rem;
  margin-bottom: 14px;
}
.eligibility-callout {
  margin-top: 26px;
  background: linear-gradient(135deg, var(--ink), #2c3e50);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow-lg);
}
.eligibility-callout h2, .eligibility-callout p { color: white; }
.eligibility-callout p { opacity: .78; }

/* --- ASSESSMENT MODAL --- */
.assessment-progress {
  margin: 16px 0 20px;
  display: grid;
  gap: 7px;
  color: var(--ink-60);
  font-size: .8rem;
  font-weight: 700;
}
.assessment-progress div {
  height: 7px;
  border-radius: 999px;
  background: var(--ink-10);
  overflow: hidden;
}
.assessment-progress i {
  display: block;
  width: 16.66%;
  height: 100%;
  background: linear-gradient(135deg, var(--crimson), var(--crimson-deep));
  border-radius: 999px;
  transition: width .25s ease;
}
.assessment-step { display: none; }
.assessment-step.active { display: block; animation: modalIn .22s ease; }
.choice-list { display: grid; gap: 9px; margin-top: 16px; }
.choice-list button {
  text-align: left;
  border: 1.5px solid var(--ink-10);
  border-radius: var(--radius-sm);
  background: var(--white);
  padding: 13px 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--ink-60);
  transition: all .2s ease;
}
.choice-list button:hover, .choice-list button.selected {
  border-color: var(--crimson);
  background: var(--crimson-faint);
  color: var(--crimson-deep);
}
.assessment-nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
}

/* --- PROVIDER PORTAL --- */
.section-divider {
  margin: 24px 0 6px;
  padding-top: 8px;
  border-top: 1px solid var(--ink-10);
  font-family: 'DM Mono', monospace;
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--crimson);
}
.prescriber-confirm-block {
  margin-top: 24px;
  background: var(--warm-sand);
  border: 1px solid var(--warm-border);
  border-radius: var(--radius-md);
  padding: 20px;
}
.provider-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 16px 0;
}
.provider-metric {
  background: var(--white);
  border: 1px solid var(--ink-10);
  border-radius: var(--radius-md);
  padding: 18px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 3px;
}
.provider-metric span { color: var(--crimson); font-size: 1.6rem; font-weight: 800; line-height: 1; }
.provider-metric small { color: var(--ink-40); font-size: 0.78rem; }
.case-card {
  background: var(--white);
  border: 1px solid rgba(26,35,50,.07);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 24px;
  margin-top: 16px;
}
.case-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.case-actions { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.case-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 20px;
}
.tl-step {
  border-top: 3px solid var(--ink-10);
  padding-top: 9px;
  font-size: .74rem;
  color: var(--ink-40);
  font-weight: 700;
}
.tl-step.active { border-color: var(--crimson); color: var(--crimson-deep); }

/* --- ENROLLMENT FORM --- */
.enrollment-pdf-style .enrollment-sheet {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sheet-section {
  border: 1px solid rgba(26,35,50,.07);
  border-radius: var(--radius-md);
  padding: 20px;
  background: linear-gradient(180deg,#fff,#faf8f6);
}
.sheet-section h3 { margin: 0 0 14px; font-size: 1.1rem; }
.sheet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 13px;
}
.sheet-grid label {
  display: block;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9a7b67;
  margin-bottom: 5px;
  font-weight: 700;
}
.sheet-grid span {
  display: block;
  padding: 10px 13px;
  border-radius: 12px;
  background: white;
  border: 1px solid rgba(26,35,50,.06);
  line-height: 1.45;
  font-size: 0.88rem;
}
.sheet-note {
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: white;
  border: 1px solid rgba(26,35,50,.06);
  line-height: 1.7;
  font-size: 0.86rem;
  color: var(--ink-60);
}

/* --- TOAST + REDIRECT --- */
.portal-redirect-toast {
  position: fixed;
  top: 26px;
  right: 26px;
  background: rgba(18,26,39,.96);
  color: white;
  padding: 15px 17px;
  border-radius: 16px;
  display: flex;
  gap: 13px;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
  transition: all .35s ease;
}
.portal-redirect-toast.show { opacity: 1; transform: translateY(0); }
.portal-redirect-toast strong { display: block; font-size: 13px; margin-bottom: 2px; }
.portal-redirect-toast span { font-size: 11px; opacity: .8; }
.redirect-dot {
  width: 11px; height: 11px;
  border-radius: 999px;
  background: #d84c52;
  box-shadow: 0 0 0 5px rgba(216,76,82,.16);
  animation: pulseDot 1.8s infinite;
}
@keyframes pulseDot { 0%{transform:scale(1);} 50%{transform:scale(1.15);} 100%{transform:scale(1);} }
.full-redirect-screen {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: linear-gradient(135deg,#ffffff,#fff8f5);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 24px;
}
.full-redirect-screen.show { display: flex; }
.redirect-loader {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 4px solid var(--crimson-light);
  border-top-color: var(--crimson);
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* --- ANIMATIONS --- */
.anim-in {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.65s ease forwards;
}
.anim-in-delay {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.65s ease 0.18s forwards;
}
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.hidden { display: none !important; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .home-hero-inner, .assist-hero-inner { grid-template-columns: 1fr; }
  .assist-visual { display: none; }
  .two-up, .two-up.asymmetric { grid-template-columns: 1fr; }
  .three-grid { grid-template-columns: 1fr 1fr; }
  .four-grid { grid-template-columns: repeat(2, 1fr); }
  .features-trio { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .resources-row { grid-template-columns: repeat(3, 1fr); }
  .support-teaser { grid-template-columns: 1fr; }
  .quote-band { grid-template-columns: 1fr; }
  .isi-band { flex-direction: column; align-items: flex-start; }
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .sub-nav { overflow-x: auto; white-space: nowrap; }
  .access-banner { grid-template-columns: 1fr; }
  .access-banner-img { display: none; }
  .journey-timeline { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .jt-connector { display: none; }
  .eligibility-hero-inner, .requirements-grid, .provider-dashboard-grid { grid-template-columns: 1fr; }
  .eligibility-callout, .case-card-head { flex-direction: column; align-items: flex-start; }
  .case-actions { align-items: flex-start; }
  .case-timeline { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .header-inner { height: 62px; }
  .brand-tagline { display: none; }
  .three-grid { grid-template-columns: 1fr; }
  .four-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .resources-row { grid-template-columns: repeat(2, 1fr); }
  .features-trio { grid-template-columns: 1fr; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .btn-pill { text-align: center; justify-content: center; }
  .modal-box { padding: 22px 18px; }
  .portal-tab-row { flex-wrap: wrap; }
  .journey-timeline { grid-template-columns: repeat(2, 1fr); }
  .quote-band { padding: 28px; }
  .access-banner { padding: 24px 22px; }
}

/* ===================================================
   PIPELINE SECTION — FULL WIDTH
   =================================================== */

/* --- ABOUT ROW --- */
.about-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  padding: 56px 0 44px;
}
.about-copy { display: flex; flex-direction: column; }
.about-photo {
  width: 100%;
  border-radius: var(--radius-xl);
  display: block;
  box-shadow: var(--shadow-lg);
  max-height: 340px;
  object-fit: cover;
}

/* --- PIPELINE FULL SECTION --- */
.pipeline-section {
  background: linear-gradient(180deg, #FDF8F5 0%, #FAF4F0 100%);
  padding: 72px 0 80px;
  margin: 0;
}
.pipeline-header {
  text-align: center;
  margin-bottom: 52px;
}
.pipeline-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.08;
  margin-bottom: 16px;
}
.pipeline-spark-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
}
.pipeline-subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-style: italic;
  color: var(--crimson);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.55;
}

/* --- PIPELINE CARDS GRID --- */
.pipeline-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.pip-card {
  background: var(--white);
  border: 1px solid rgba(200,80,62,0.10);
  border-radius: var(--radius-lg);
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 20px rgba(200,80,62,0.06), 0 1px 4px rgba(26,35,50,0.04);
  transition: box-shadow 0.28s ease, transform 0.28s ease;
  position: relative;
}
.pip-card:hover {
  box-shadow: 0 12px 36px rgba(200,80,62,0.12), 0 2px 8px rgba(26,35,50,0.06);
  transform: translateY(-3px);
}
.pip-card.featured {
  border: 1.5px solid rgba(200,55,62,0.22);
  box-shadow: 0 6px 28px rgba(200,55,62,0.10), 0 0 0 1px rgba(200,55,62,0.06);
  background: linear-gradient(180deg, #FFFBFB 0%, var(--white) 100%);
}

/* --- CARD TOP ROW --- */
.pip-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 18px;
}
.pip-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.pip-name sup { font-size: 0.6em; }
.pip-badge {
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  flex-shrink: 0;
}
.pip-badge.launched { background: #FDE9C8; color: #9A6200; border: 1px solid #F5C97A; }
.pip-badge.phase3   { background: var(--crimson-light); color: var(--crimson-deep); border: 1px solid rgba(200,55,62,0.2); }
.pip-badge.phase2   { background: #FDEAE8; color: #B84040; border: 1px solid rgba(200,80,62,0.2); }
.pip-badge.review   { background: var(--ink-10); color: var(--ink-60); border: 1px solid var(--ink-20); }

/* --- VIAL ILLUSTRATION --- */
.pip-vial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.pip-vial-wrap::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,80,62,0.12) 0%, transparent 70%);
}
.pip-vial {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.pip-vial-cap {
  width: 36px;
  height: 13px;
  background: linear-gradient(180deg, #D97060 0%, #C8574A 100%);
  border-radius: 5px 5px 2px 2px;
  box-shadow: 0 2px 6px rgba(200,80,62,0.22);
  margin-bottom: 2px;
}
.pip-vial-body {
  width: 62px;
  height: 88px;
  border: 1.8px solid rgba(180,80,60,0.35);
  border-radius: 6px 6px 10px 10px;
  background: rgba(255,255,255,0.85);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(255,255,255,0.8), 0 3px 10px rgba(200,80,62,0.10);
}
.pip-vial-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 8px 8px;
}
.hagemia-fill {
  height: 65%;
  background: linear-gradient(180deg, rgba(220,110,90,0.5) 0%, rgba(200,60,50,0.75) 100%);
}
.velsera-fill {
  height: 35%;
  background: linear-gradient(180deg, rgba(220,130,110,0.3) 0%, rgba(200,80,62,0.45) 100%);
}
.aveniq-fill {
  height: 50%;
  background: linear-gradient(180deg, rgba(215,100,80,0.4) 0%, rgba(195,70,55,0.62) 100%);
}
.norvixa-fill {
  height: 60%;
  background: linear-gradient(180deg, rgba(218,120,100,0.45) 0%, rgba(200,75,60,0.68) 100%);
}
.pip-spark-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- CARD TEXT --- */
.pip-therapy {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 12px;
}
.pip-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  line-height: 1.65;
  color: var(--ink-60);
  text-transform: uppercase;
  margin-bottom: 20px;
  flex: 1;
}
.pip-spark-word {
  color: var(--crimson);
  font-weight: 700;
}

/* --- CARD BUTTON --- */
.pip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 28px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--crimson), var(--crimson-deep));
  color: white;
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  border: none;
  box-shadow: 0 6px 16px rgba(200,55,62,0.28);
  transition: all 0.22s ease;
  width: 100%;
  margin-top: auto;
}
.pip-btn:hover {
  box-shadow: 0 10px 24px rgba(200,55,62,0.38);
  transform: translateY(-1px);
}

/* --- PIPELINE RESPONSIVE --- */
@media (max-width: 1024px) {
  .pipeline-cards { grid-template-columns: repeat(2, 1fr); }
  .about-row { grid-template-columns: 1fr; }
  .about-img { display: none; }
}
@media (max-width: 640px) {
  .pipeline-cards { grid-template-columns: 1fr; max-width: 340px; margin: 0 auto; }
  .pipeline-section { padding: 48px 0 56px; }
}
