:root {
  --black: #070707;
  --charcoal: #111111;
  --ink: #1c1c1c;
  --muted: #646464;
  --line: #e8e2dc;
  --cream: #f8f3ed;
  --white: #ffffff;
  --red: #d51f2a;
  --red-dark: #9f151e;
  --gold: #d9a441;
  --shadow: 0 24px 70px rgba(0,0,0,.14);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 16px;
  background: var(--red);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 1000;
}
.skip-link:focus { left: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7,7,7,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  letter-spacing: .02em;
}
.brand-mark { width: auto; height: 48px; object-fit: contain; }
.brand strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
}
.brand small {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 4px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255,255,255,.82);
  font-weight: 700;
  font-size: .92rem;
}
.nav-links a { transition: color .2s ease, transform .2s ease; }
.nav-links a:hover { color: var(--white); transform: translateY(-1px); }
.nav-cta {
  color: var(--white) !important;
  background: var(--red);
  padding: 11px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(213,31,42,.28);
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section { padding: 96px 0; }
.section-dark {
  background: radial-gradient(circle at top left, rgba(213,31,42,.22), transparent 30%), var(--black);
  color: var(--white);
}
.section-muted { background: var(--cream); }
.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 78px 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.05) 25%, transparent 25%) 0 0 / 80px 80px,
    radial-gradient(circle at 82% 18%, rgba(217,164,65,.22), transparent 25%),
    radial-gradient(circle at 65% 80%, rgba(213,31,42,.14), transparent 32%);
  opacity: .8;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: 48px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
}
.eyebrow.red { color: var(--red); }
h1, h2, h3 { margin: 0; line-height: 1.02; }
h1, h2 {
  font-family: 'Anton', Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
}
h1 { font-size: clamp(3.6rem, 8vw, 7.8rem); max-width: 900px; }
h2 { font-size: clamp(2.35rem, 4.2vw, 4.7rem); }
h3 { font-size: 1.35rem; }
.hero-lead {
  max-width: 720px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  margin: 26px 0 34px;
}
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); box-shadow: 0 16px 36px rgba(213,31,42,.34); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.button-secondary.dark { color: var(--black); border-color: var(--line); background: var(--white); }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.trust-row span, .pill-list span {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  padding: 8px 13px;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 700;
}
.hero-card {
  padding: 32px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
}
.card-topline {
  display: inline-flex;
  background: var(--white);
  color: var(--red);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-card h2 { font-size: clamp(2rem, 3vw, 3.1rem); }
.hero-card p, .hero-card li { color: rgba(255,255,255,.75); }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.check-list li { position: relative; padding-left: 28px; margin: 12px 0; }
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--gold);
  font-weight: 900;
}

.stats-strip { background: var(--red); color: var(--white); padding: 22px 0; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stats-grid div { border-left: 1px solid rgba(255,255,255,.26); padding-left: 18px; }
.stats-grid strong { display: block; font-family: 'Anton', Impact, sans-serif; font-size: 2.2rem; line-height: 1; }
.stats-grid span { color: rgba(255,255,255,.82); font-weight: 700; font-size: .9rem; }

.section-heading { max-width: 800px; text-align: center; margin: 0 auto 42px; }
.section-heading.left { text-align: left; margin: 0; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; margin-top: 18px; }
.section-dark .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.program-card, .staff-card, .faq, .approach-panel, .contact-card, .mission-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 45px rgba(0,0,0,.06);
}
.program-card {
  padding: 28px;
  min-height: 245px;
  position: relative;
  overflow: hidden;
}
.program-card::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border: 18px solid rgba(213,31,42,.08);
  border-radius: 50%;
  right: -30px;
  bottom: -36px;
}
.program-tag {
  display: inline-flex;
  color: var(--white);
  background: var(--black);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 28px;
}
.program-card h3 { margin-bottom: 12px; }
.program-card p { color: var(--muted); margin: 0; }

.split-grid, .process-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.split-grid p { color: var(--muted); font-size: 1.08rem; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pill-list span { color: var(--ink); border-color: var(--line); background: var(--white); }
.approach-panel { padding: 34px; }
.approach-panel h3 { margin-bottom: 24px; }
.skill-meter { margin: 18px 0; }
.skill-meter span { display: flex; justify-content: space-between; font-weight: 800; margin-bottom: 8px; }
.skill-meter b {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red) var(--level), #efebe5 var(--level));
}
.community-section { padding: 76px 0; background: var(--black); }
.mission-card {
  background: linear-gradient(135deg, var(--red), #5c0c11);
  color: var(--white);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  padding: 42px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.mission-figure img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
.mission-body .eyebrow { color: rgba(255,255,255,.72); }
.mission-body h2 { margin: 0 0 18px; }
.mission-statement { color: rgba(255,255,255,.9); margin: 0 0 20px; font-size: 1.05rem; }
.mission-tag {
  margin: 0;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
  color: var(--gold);
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.staff-card { padding: 28px; }
.staff-badge {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 22px;
  border: 1px solid var(--line);
}
.staff-badge.black { background: var(--black); color: var(--white); }
.staff-badge.red-bg { background: var(--red); color: var(--white); }
.staff-badge.white-bg { background: var(--white); color: var(--black); box-shadow: inset 0 0 0 2px var(--black); }
.staff-role { color: var(--red); font-weight: 900; margin: 8px 0 10px; }
.staff-card p:not(.staff-role) { color: var(--muted); }
.staff-card small { color: var(--muted); font-weight: 800; }

.steps { display: grid; gap: 16px; }
.step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 20px;
}
.step strong { font-family: 'Anton', Impact, sans-serif; color: var(--gold); font-size: 2rem; }
.step span { color: rgba(255,255,255,.82); font-weight: 700; }

.faq-list { max-width: 900px; display: grid; gap: 14px; }
.faq { padding: 0; overflow: hidden; }
.faq summary {
  cursor: pointer;
  font-weight: 900;
  padding: 22px 24px;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; float: right; color: var(--red); font-size: 1.4rem; line-height: 1; }
.faq[open] summary::after { content: '–'; }
.faq p { padding: 0 24px 22px; color: var(--muted); margin: 0; }

.contact-section { background: var(--cream); }
.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 40px;
}
.contact-card p { color: var(--muted); max-width: 620px; }
.contact-actions { justify-content: flex-end; max-width: 380px; }
.microcopy { font-size: .8rem; margin: 8px 0 0; }
.microcopy code { background: rgba(0,0,0,.08); padding: 3px 5px; border-radius: 6px; }

.site-footer { background: var(--black); color: var(--white); padding: 48px 0 26px; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.footer-brand { margin-bottom: 16px; }
.site-footer p { color: rgba(255,255,255,.64); max-width: 420px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; color: rgba(255,255,255,.74); font-weight: 800; }
.copyright {
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 22px;
  color: rgba(255,255,255,.5);
  font-size: .86rem;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 86px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--black);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero-grid, .split-grid, .process-grid, .mission-card, .contact-card { grid-template-columns: 1fr; }
  .program-grid, .staff-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-actions { justify-content: flex-start; max-width: none; }
}

@media (max-width: 620px) {
  .section { padding: 70px 0; }
  .hero { min-height: auto; padding: 62px 0; }
  .program-grid, .staff-grid, .stats-grid { grid-template-columns: 1fr; }
  .hero-card, .contact-card, .mission-card { padding: 26px; }
  .button { width: 100%; }
  .trust-row span { flex: 1 1 auto; text-align: center; }
  .footer-grid, .copyright { display: grid; }
}

.staff-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.staff-badge.red-bg {
  background: var(--red);
  color: var(--white);
}
.microcopy a {
  text-decoration: underline;
  font-weight: 800;
}
@media (max-width: 900px) {
  .staff-grid.three { grid-template-columns: 1fr; }
}

/* === Staff Pro Layout === */
.staff-featured-wrap {
  margin-bottom: 26px;
}

.staff-card-pro {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 45px rgba(0,0,0,.06);
  overflow: hidden;
}

.staff-featured {
  display: grid;
  grid-template-columns: 460px 1fr;
  align-items: stretch;
}

.staff-photo-featured {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.staff-photo-featured img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.staff-featured-body {
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.staff-role-pill {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  width: fit-content;
}

.staff-role-pill.pill-black { background: var(--black); color: var(--white); }
.staff-role-pill.pill-outline { border: 2px solid var(--black); color: var(--black); }

.staff-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  background: var(--cream);
  border-radius: 14px;
  padding: 18px;
}

.staff-meta-grid div { display: flex; flex-direction: column; gap: 3px; }
.staff-meta-grid strong {
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
}
.staff-meta-grid span { font-size: .88rem; font-weight: 700; color: var(--ink); }

.staff-achievements-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.staff-achievements-list li {
  position: relative;
  padding-left: 22px;
  font-size: .86rem;
  color: var(--muted);
  font-weight: 600;
}

.staff-achievements-list li::before {
  content: '★';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-size: .68rem;
  line-height: 1.7;
}

.lab-tag {
  display: inline-flex;
  background: var(--red);
  color: var(--white);
  padding: 4px 11px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.staff-featured-wrap {
  margin-bottom: 56px;
}

.staff-subhead {
  margin-bottom: 22px;
}

.staff-subhead .eyebrow { margin: 0; }

.staff-assistants-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.staff-assistants-grid .staff-photo {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--cream);
}

.staff-assistants-grid .staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.staff-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.staff-card-body h3 { font-size: 1.18rem; margin: 0; }

.staff-card-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.staff-exp {
  font-size: .8rem;
  color: var(--muted);
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1100px) {
  .staff-assistants-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .staff-featured {
    grid-template-columns: 1fr;
  }
  .staff-photo-featured {
    aspect-ratio: 1 / 1;
    max-height: 520px;
  }
  .staff-featured-body {
    padding: 28px;
  }
  .staff-meta-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .staff-assistants-grid { grid-template-columns: 1fr; }
  .staff-meta-grid { grid-template-columns: 1fr; }
  .staff-featured-body { padding: 22px; gap: 12px; }
}

/* === Pricing Page === */
.pricing-hero {
  min-height: auto;
  padding: 96px 0 84px;
  text-align: center;
}
.pricing-hero-inner { max-width: 760px; margin: 0 auto; }
.pricing-hero .hero-lead { margin: 26px auto 30px; }
.price-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
}
.price-toggle span {
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .86rem;
  color: rgba(255,255,255,.78);
}
.price-toggle span.alt { background: var(--red); color: var(--white); }

.pricing-plans-section { padding-bottom: 70px; }
.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 860px;
  margin: 0 auto;
}
.price-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 45px rgba(0,0,0,.06);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
}
.price-card-featured {
  background: linear-gradient(160deg, var(--black), #1a1a1a);
  color: var(--white);
  border-color: var(--black);
  box-shadow: 0 26px 60px rgba(0,0,0,.28);
}
.best-value {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: var(--white);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  box-shadow: 0 10px 24px rgba(213,31,42,.34);
}
.price-tag {
  display: inline-flex;
  align-self: flex-start;
  color: var(--white);
  background: var(--black);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 18px;
}
.price-tag.light { background: var(--red); }
.price-amount {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 4.4rem;
  line-height: .9;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.price-amount .currency { font-size: 1.8rem; margin-top: .4rem; }
.price-amount .per {
  align-self: flex-end;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 10px 6px;
}
.price-card-featured .price-amount .per { color: rgba(255,255,255,.6); }
.price-equiv {
  margin: 14px 0 0;
  font-size: .92rem;
  font-weight: 700;
  color: var(--gold);
}
.price-equiv strong { font-weight: 900; }
.price-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: .96rem;
}
.price-card-featured .price-note { color: rgba(255,255,255,.72); }
.price-features {
  list-style: none;
  padding: 22px 0;
  margin: 18px 0 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 11px;
}
.price-card-featured .price-features { border-color: rgba(255,255,255,.14); }
.price-features li {
  position: relative;
  padding-left: 28px;
  font-size: .94rem;
  font-weight: 600;
  color: var(--ink);
}
.price-card-featured .price-features li { color: rgba(255,255,255,.82); }
.price-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--red);
  font-weight: 900;
}
.price-card-featured .price-features li::before { color: var(--gold); }
.price-card .button { margin-top: auto; width: 100%; }
.button-light { background: var(--white); color: var(--black); }
.button-light:hover { background: var(--cream); }
.price-disclaimer {
  text-align: center;
  margin-top: 30px;
  color: var(--muted);
  font-weight: 700;
  font-size: .92rem;
}

.labs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.lab-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 45px rgba(0,0,0,.06);
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr;
}
.lab-flyer {
  background: var(--black);
}
.lab-flyer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.lab-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lab-body h3 { font-size: 1.4rem; }
.lab-sub {
  margin: 0;
  color: var(--red);
  font-weight: 900;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.lab-focus {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.lab-focus li {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 11px;
  font-size: .76rem;
  font-weight: 700;
  color: var(--ink);
}
.lab-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 4px;
  font-size: .84rem;
  font-weight: 800;
  color: var(--muted);
}
.lab-meta span { position: relative; padding-left: 18px; }
.lab-meta span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}
.lab-pricing {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.lab-pricing span {
  flex: 1;
  background: var(--black);
  color: var(--white);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
}
.lab-pricing strong {
  display: block;
  font-family: 'Anton', Impact, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 2px;
}

.includes-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 45px rgba(0,0,0,.06);
  padding: 12px 30px;
}
.includes-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.includes-row.last { border-bottom: 0; }
.includes-row strong {
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
}
.includes-row span { font-weight: 800; color: var(--ink); text-align: right; }
.includes-row span i { font-style: normal; color: var(--muted); font-weight: 700; font-size: .8rem; }

.pricing-cta-card { background: linear-gradient(135deg, var(--red), #5c0c11); border: 0; }
.pricing-cta-card .eyebrow { color: rgba(255,255,255,.78); }
.pricing-cta-card h2, .pricing-cta-card p { color: var(--white); }
.pricing-cta-card p { color: rgba(255,255,255,.85); }
.pricing-cta-card .microcopy a { color: var(--white); }

@media (max-width: 920px) {
  .labs-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .price-grid { grid-template-columns: 1fr; }
  .lab-card { grid-template-columns: 1fr; }
  .lab-flyer img { max-height: 70vh; }
  .price-amount { font-size: 3.6rem; }
}
