:root {
  --live-shell: clamp(1180px, 86vw, 1640px);
  --live-rose: #f6e8ef;
  --live-rose-line: #e7c3d3;
  --live-teal: #e8f0ff;
  --live-teal-line: #9bbcf0;
  --live-gold: #fae7e3;
  --live-gold-line: #df8e7e;
}

html { scroll-padding-top: calc(var(--topbar) + 18px); }

body {
  background:
    radial-gradient(circle at 10% 0%, rgba(108,198,208,.18), transparent 28rem),
    radial-gradient(circle at 90% 0%, rgba(145,0,72,.12), transparent 30rem),
    linear-gradient(180deg, #f7fbfc 0%, #fff 34%, #f4f8f9 100%);
}

.live-page {
  overflow: clip;
}

.live-shell {
  max-width: var(--live-shell);
  margin: 0 auto;
  padding: 0 clamp(16px, 2.1vw, 34px);
}

.live-subnav .programme-label strong {
  color: var(--magenta);
}

.live-hero {
  min-height: calc(100svh - var(--topbar));
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.live-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.01);
}

.live-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(108,198,208,.28), transparent 29rem),
    radial-gradient(circle at 86% 10%, rgba(145,0,72,.28), transparent 28rem),
    linear-gradient(90deg, rgba(6,31,42,.91) 0%, rgba(6,31,42,.77) 42%, rgba(6,31,42,.42) 72%, rgba(6,31,42,.78) 100%),
    linear-gradient(180deg, rgba(6,31,42,.14), rgba(6,31,42,.88));
}

.live-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(330px, .50fr);
  gap: clamp(30px, 3.8vw, 64px);
  align-items: center;
  padding-top: clamp(22px, 3vw, 52px);
  padding-bottom: clamp(26px, 3.5vw, 62px);
}

.live-hero-copy {
  max-width: 940px;
  min-width: 0;
}

.live-eyebrow,
.live-kicker,
.live-tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 950;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.live-eyebrow {
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.13);
  color: #fff;
  backdrop-filter: blur(12px);
}

.live-kicker,
.live-tag {
  border-color: rgba(145,0,72,.16);
  background: rgba(145,0,72,.07);
  color: var(--magenta);
  margin-bottom: 10px;
}

.live-hero h1,
.live-section h2,
.live-final h2 {
  margin: 0;
  line-height: .96;
  letter-spacing: -.065em;
}

.live-hero h1 {
  margin-top: 14px;
  font-size: clamp(3.2rem, 5.15vw, 7rem);
  max-width: 1040px;
  text-wrap: balance;
}

.live-hero h1 span,
.live-section h2 span {
  color: var(--teal);
}

.live-lede {
  font-size: clamp(1.02rem, 1.22vw, 1.28rem);
  line-height: 1.34;
  color: rgba(255,255,255,.88);
  max-width: 900px;
  margin: 14px 0 0;
}

.live-hero-actions,
.live-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 17px;
}

.live-hero-actions .btn,
.live-final-actions .btn {
  min-height: 40px;
}

.live-hero-actions .btn-soft,
.live-final-actions .btn-soft {
  background: rgba(255,255,255,.92);
}

.live-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 9px;
  margin-top: 17px;
}

.live-hero-proof span {
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 11px 12px;
  min-height: 76px;
  display: grid;
  align-content: space-between;
}

.live-hero-proof strong {
  color: #fff;
  font-size: .92rem;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.live-hero-proof small {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.76);
  font-weight: 760;
  line-height: 1.20;
  font-size: .75rem;
}

.live-hero-panel {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(22px);
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(0,0,0,.24);
  padding: 12px;
  display: grid;
  gap: 8px;
  align-self: center;
  max-width: 450px;
  justify-self: end;
}

.live-panel-head {
  padding: 8px 10px 4px;
  display: grid;
  gap: 3px;
}

.live-panel-head span {
  color: rgba(255,255,255,.74);
  font-weight: 820;
  font-size: .80rem;
}

.live-panel-head strong {
  color: #fff;
  font-size: clamp(1.18rem, 1.48vw, 1.52rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.live-panel-card {
  display: grid;
  gap: 4px;
  color: var(--ink);
  border-radius: 18px;
  padding: 11px 12px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.22);
}

.live-panel-card.positive {
  background: rgba(232,246,248,.94);
}

.live-panel-card strong {
  font-size: .98rem;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.live-panel-card span {
  color: var(--muted);
  font-size: .77rem;
  font-weight: 720;
  line-height: 1.20;
}

.live-section {
  padding: clamp(42px, 5.2vw, 86px) 0;
  border-top: 1px solid rgba(219,229,232,.88);
}

.live-section-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(280px,.48fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.live-section h2,
.live-final h2 {
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  max-width: 980px;
  color: var(--ink);
}

.live-section h2 span,
.live-final h2 span {
  color: var(--magenta);
}

.live-section-head p,
.live-card p,
.live-dark-card p,
.live-note-card p,
.live-flow p,
.live-final p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: clamp(.98rem, 1.08vw, 1.14rem);
}

.live-meaning-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(2, minmax(0, .95fr));
  gap: 14px;
  align-items: stretch;
}

.live-card,
.live-dark-card,
.live-note-card,
.live-route-card,
.live-media-card,
.live-final-card {
  border: 1px solid rgba(219,229,232,.90);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow, 0 14px 34px rgba(6,31,42,.10));
  padding: clamp(16px, 1.55vw, 24px);
  min-width: 0;
}

.live-card strong,
.live-dark-card h3,
.live-note-card h3,
.live-route-card h3,
.live-flow strong,
.live-setup-grid strong {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.live-card strong,
.live-flow strong,
.live-setup-grid strong {
  font-size: clamp(1.08rem, 1.45vw, 1.38rem);
}

.live-dark-card {
  background: linear-gradient(135deg, var(--ink), #0d4654);
  color: #fff;
  overflow: hidden;
}

.live-dark-card h3 {
  color: #fff;
  font-size: clamp(1.55rem, 2.2vw, 2.45rem);
}

.live-dark-card p {
  color: rgba(255,255,255,.80);
}

.live-dark-card .live-tag {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.20);
  color: #fff;
}

.live-audience-layout,
.live-tech-layout,
.live-setup-layout,
.live-internship-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 14px;
  align-items: stretch;
}

.live-audience-list,
.live-tech-grid,
.live-setup-grid {
  display: grid;
  gap: 14px;
}

.live-audience-list {
  grid-template-columns: 1fr;
}

.live-note-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(108,198,208,.22), transparent 22rem),
    rgba(255,255,255,.94);
  display: grid;
  align-content: center;
}

.live-note-card h3 {
  font-size: clamp(1.45rem, 2.05vw, 2.28rem);
}

.live-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

.live-flow article {
  border: 1px solid rgba(219,229,232,.90);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  padding: clamp(16px, 1.5vw, 22px);
  min-height: 230px;
  display: grid;
  align-content: start;
}

.live-flow span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(145,0,72,.10);
  color: var(--magenta);
  font-weight: 950;
  margin-bottom: 12px;
}

.live-media-card {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  position: relative;
  min-height: 430px;
}

.live-media-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.live-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(6,31,42,.76));
  pointer-events: none;
}

.live-media-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: #fff;
  z-index: 1;
  font-weight: 850;
  line-height: 1.16;
}

.live-tech-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
}

.live-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.live-route-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.live-route-card span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: .70rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.live-route-card h3 {
  font-size: clamp(1.35rem, 1.9vw, 2.0rem);
}

.live-route-card p {
  margin: 0 0 12px;
}

.live-route-card.undergraduate span {
  background: var(--live-rose);
  color: var(--magenta);
  border: 1px solid var(--live-rose-line);
}

.live-route-card.postgraduate span {
  background: var(--live-teal);
  color: #235aa6;
  border: 1px solid var(--live-teal-line);
}

.live-route-card.executive span {
  background: var(--live-gold);
  color: #a8322c;
  border: 1px solid var(--live-gold-line);
}

.live-card-link {
  margin-top: auto;
  display: inline-flex;
  width: fit-content;
  text-decoration: none;
  border-radius: 999px;
  padding: 9px 12px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  font-size: .92rem;
}

.live-internship-layout {
  grid-template-columns: 1.05fr repeat(3, minmax(0,.7fr));
}

.live-setup-layout {
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
}

.live-setup-grid {
  grid-template-columns: repeat(3, minmax(0,1fr));
}

.live-setup-grid article {
  border: 1px solid rgba(219,229,232,.90);
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  padding: 16px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 7px;
  align-content: start;
}

.live-setup-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--magenta);
  background: rgba(145,0,72,.08);
  border: 1px solid rgba(145,0,72,.14);
}

.live-setup-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.live-setup-grid article > span:last-child {
  display: block;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.24;
}

.live-final {
  padding: clamp(48px, 6vw, 94px) 0;
  border-top: 1px solid rgba(219,229,232,.90);
}

.live-final-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(108,198,208,.24), transparent 30rem),
    linear-gradient(135deg, var(--ink), #0d4654);
  color: #fff;
  overflow: hidden;
}

.live-final h2 {
  color: #fff;
}

.live-final p {
  color: rgba(255,255,255,.80);
  max-width: 800px;
}

.live-final .live-kicker {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.20);
  color: #fff;
}

@media (min-width: 1180px) and (min-height: 700px) {
  .live-page .viewport-section {
    min-height: calc(100svh - var(--topbar));
    display: grid;
    align-items: center;
  }

  .live-page .viewport-section > .live-shell {
    width: 100%;
  }
}

@media (min-width: 1600px) and (min-height: 760px) {
  :root {
    --live-shell: min(88vw, 1760px);
  }

  .live-section.viewport-section {
    padding-top: clamp(64px, 6.4vh, 108px);
    padding-bottom: clamp(64px, 6.4vh, 108px);
  }

  .live-final.viewport-section {
    padding-top: clamp(72px, 7.2vh, 122px);
    padding-bottom: clamp(72px, 7.2vh, 122px);
  }

  .live-section h2,
  .live-final h2 {
    font-size: clamp(4.5rem, 3.55vw, 6.8rem);
  }
}

@media (min-width: 1160px) and (max-height: 930px) {
  .live-hero-grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, .48fr);
    gap: clamp(26px, 2.6vw, 38px);
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .live-eyebrow {
    font-size: .68rem;
    padding: 5px 9px;
  }

  .live-hero h1 {
    margin-top: 10px;
    font-size: clamp(2.75rem, 3.9vw, 4.55rem);
    max-width: 850px;
  }

  .live-lede {
    margin-top: 10px;
    font-size: .96rem;
    line-height: 1.26;
    max-width: 800px;
  }

  .live-hero-actions,
  .live-hero-proof {
    margin-top: 11px;
  }

  .live-hero-actions .btn {
    min-height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .live-hero-proof span {
    min-height: 54px;
    padding: 8px 10px;
  }

  .live-hero-proof strong { font-size: .80rem; }
  .live-hero-proof small { font-size: .66rem; }

  .live-hero-panel {
    max-width: 390px;
    padding: 10px;
    gap: 7px;
    border-radius: 22px;
  }

  .live-panel-head {
    padding: 6px 9px 2px;
  }

  .live-panel-head strong {
    font-size: 1.24rem;
  }

  .live-panel-card {
    border-radius: 16px;
    padding: 9px 10px;
  }

  .live-panel-card strong { font-size: .90rem; }
  .live-panel-card span { font-size: .71rem; }
}

@media (max-width: 1100px) {
  .live-hero-grid,
  .live-section-head,
  .live-audience-layout,
  .live-tech-layout,
  .live-setup-layout,
  .live-final-card {
    grid-template-columns: 1fr;
  }

  .live-meaning-grid,
  .live-route-grid,
  .live-internship-layout {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .live-flow,
  .live-tech-grid,
  .live-setup-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .live-hero-panel {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .live-page,
  .live-hero {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .live-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .live-hero {
    min-height: auto;
  }

  .live-hero-overlay {
    background:
      radial-gradient(circle at 12% 12%, rgba(108,198,208,.26), transparent 18rem),
      radial-gradient(circle at 92% 2%, rgba(145,0,72,.22), transparent 18rem),
      linear-gradient(180deg, rgba(6,31,42,.72) 0%, rgba(6,31,42,.84) 56%, rgba(6,31,42,.92) 100%);
  }

  .live-hero-grid {
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .live-eyebrow,
  .live-kicker,
  .live-tag {
    border-radius: 14px;
    white-space: normal;
    line-height: 1.22;
    font-size: .62rem;
    letter-spacing: .055em;
  }

  .live-hero h1 {
    margin-top: 10px;
    font-size: clamp(2.05rem, 8.7vw, 2.9rem);
    line-height: .98;
    letter-spacing: -.058em;
    max-width: 100%;
  }

  .live-lede {
    margin-top: 10px;
    font-size: .94rem;
    line-height: 1.32;
  }

  .live-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .live-hero-actions .btn {
    width: 100%;
    min-height: 38px;
    padding: 9px 11px;
    font-size: .91rem;
  }

  .live-hero-proof {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding-bottom: 2px;
    margin-top: 12px;
    scrollbar-width: none;
    contain: inline-size;
  }

  .live-hero-proof::-webkit-scrollbar { display: none; }

  .live-hero-proof span {
    flex: 0 0 min(150px, 44vw);
    max-width: min(150px, 44vw);
    min-height: 72px;
    scroll-snap-align: start;
  }

  .live-hero-panel {
    margin-top: 14px;
    border-radius: 20px;
    padding: 9px;
    gap: 7px;
  }

  .live-panel-head {
    padding: 5px 7px 2px;
  }

  .live-panel-head strong {
    font-size: 1.05rem;
  }

  .live-panel-card {
    padding: 9px;
    border-radius: 16px;
  }

  .live-panel-card strong { font-size: .88rem; }
  .live-panel-card span { font-size: .70rem; }

  .live-section,
  .live-final {
    padding: 32px 0;
  }

  .live-section-head {
    gap: 14px;
    margin-bottom: 14px;
  }

  .live-section h2,
  .live-final h2 {
    font-size: clamp(2rem, 8vw, 2.85rem);
  }

  .live-meaning-grid,
  .live-route-grid,
  .live-internship-layout,
  .live-flow,
  .live-tech-grid,
  .live-setup-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .live-card,
  .live-dark-card,
  .live-note-card,
  .live-route-card,
  .live-final-card {
    padding: 15px;
    border-radius: 22px;
  }

  .live-media-card {
    min-height: 220px;
    border-radius: 22px;
  }

  .live-media-card img {
    min-height: 220px;
  }

  .live-flow article {
    min-height: 0;
    padding: 15px;
  }

  .live-final-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .live-setup-icon {
    width: 38px;
    height: 38px;
  }

  .live-setup-icon svg {
    width: 18px;
    height: 18px;
  }
}
/* ================================================================
   Live Streamed V3 — surgical mobile hero overflow fix only.
================================================================ */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .live-page,
  .live-hero {
    inline-size: 100%;
    max-inline-size: 100vw;
    overflow-x: hidden;
  }

  .live-hero .live-shell,
  .live-hero-grid,
  .live-hero-copy,
  .live-hero-panel {
    inline-size: 100%;
    max-inline-size: 100%;
    min-inline-size: 0;
  }

  .live-hero .live-shell {
    padding-inline: 12px;
  }

  .live-hero-grid {
    display: block !important;
    overflow-x: hidden;
  }

  .live-eyebrow {
    display: block;
    width: fit-content;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .live-hero h1 {
    max-width: 100%;
    text-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(1.95rem, 8.05vw, 2.62rem);
    letter-spacing: -.055em;
  }

  .live-lede,
  .live-panel-card,
  .live-panel-card strong,
  .live-panel-card span {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }

  .live-hero-proof {
    inline-size: 100%;
    max-inline-size: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    contain: inline-size;
    -webkit-overflow-scrolling: touch;
  }

  .live-hero-proof span {
    flex: 0 0 min(150px, 44vw);
    max-width: min(150px, 44vw);
  }
}

@media (max-width: 420px) {
  .live-hero h1 {
    font-size: clamp(1.9rem, 7.9vw, 2.45rem);
  }
}
/* ================================================================
   V4 Live Streamed refinements: stronger mobile containment and
   globe visual in the audience section.
================================================================ */
.live-note-card.visual-note {
  position: relative;
  overflow: hidden;
  padding-top: clamp(18px, 2vw, 28px);
}

.live-note-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--magenta), var(--ink));
  color: #fff;
  box-shadow: 0 16px 34px rgba(145,0,72,.22);
  margin-bottom: 16px;
}

.live-note-icon svg {
  width: 44px;
  height: 44px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 760px) {
  .live-page,
  .live-hero,
  .live-hero .live-shell,
  .live-hero-grid,
  .live-hero-copy,
  .live-hero-panel,
  .live-hero-actions,
  .live-hero-proof {
    max-width: 100vw;
    min-width: 0;
  }

  .live-hero {
    overflow-x: hidden;
    contain: inline-size;
  }

  .live-hero .live-shell {
    width: 100%;
    max-width: 100%;
    padding-inline: 12px;
  }

  .live-hero-grid {
    width: 100%;
    display: block !important;
  }

  .live-hero h1,
  .live-lede,
  .live-eyebrow,
  .live-panel-head,
  .live-panel-card {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .live-hero-actions .btn {
    max-width: 100%;
  }

  .live-note-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
  }

  .live-note-icon svg {
    width: 34px;
    height: 34px;
  }
}
/* ================================================================
   V5 Live Streamed coherence: mobile containment reinforcement.
================================================================ */
@media (max-width: 760px) {
  .live-page,
  .live-hero {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    contain: inline-size;
  }

  .live-hero .live-shell,
  .live-hero-grid,
  .live-hero-copy,
  .live-hero-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .live-hero-grid {
    display: block !important;
  }

  .live-hero h1,
  .live-lede,
  .live-eyebrow,
  .live-panel-head,
  .live-panel-card {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* V90 — Live Streamed setup-card spacing and hero seam polish.
   Source uses div cards in section 07, so style the actual direct children. */
.live-page .live-hero {
  margin-top: -1px;
}

.live-page .live-hero-video {
  inset: 0;
  object-position: center top;
}

.live-setup-grid > div,
.live-setup-grid > article {
  border: 1px solid rgba(219,229,232,.90);
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  padding: 16px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
}

.live-setup-grid > div > strong,
.live-setup-grid > article > strong {
  display: block;
  margin: 2px 0 4px;
}

.live-setup-grid > div > span:last-child,
.live-setup-grid > article > span:last-child {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.34;
}

@media (max-width: 1020px) {
  .live-setup-grid > div,
  .live-setup-grid > article {
    gap: 11px;
  }
}

/* ================================================================
   V93 Live Streamed hero experiment — keep the existing structure,
   but make the opening read less defensive and more like a clear
   academic access proposition.
================================================================ */
.live-hero-overlay {
  background:
    radial-gradient(circle at 12% 18%, rgba(108,198,208,.30), transparent 29rem),
    radial-gradient(circle at 86% 10%, rgba(145,0,72,.24), transparent 28rem),
    linear-gradient(90deg, rgba(6,31,42,.88) 0%, rgba(6,31,42,.74) 41%, rgba(6,31,42,.40) 72%, rgba(6,31,42,.76) 100%),
    linear-gradient(180deg, rgba(6,31,42,.10), rgba(6,31,42,.86));
}

.live-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .54fr);
  gap: clamp(28px, 4.2vw, 70px);
}

.live-hero h1 {
  font-size: clamp(3.1rem, 5.45vw, 6.9rem);
  max-width: 1020px;
}

.live-lede {
  max-width: 850px;
  font-size: clamp(1.03rem, 1.28vw, 1.30rem);
}

.live-hero-panel {
  max-width: 470px;
}

.live-panel-card {
  min-height: 96px;
}

@media (max-width: 1020px) {
  .live-hero-grid {
    grid-template-columns: 1fr;
  }

  .live-hero-panel {
    justify-self: stretch;
    max-width: none;
  }
}

/* V102: professional experience cards aligned with MSc route pattern */
.live-experience-grid {
  grid-template-columns: 1.05fr repeat(3, minmax(0, .7fr));
}

.live-exp-card {
  display: grid;
  gap: 8px;
  align-content: start;
}

.live-exp-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.live-exp-card strong {
  color: var(--magenta);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.live-exp-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(145,0,72,.08);
  border: 1px solid rgba(145,0,72,.16);
  color: var(--magenta);
  margin-bottom: 4px;
}

.live-exp-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.live-exp-crcc img {
  width: min(170px, 80%);
  height: auto;
  display: block;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(219,229,232,.9);
  padding: 10px;
  margin-bottom: 6px;
}

.live-exp-link {
  margin-top: auto;
  width: fit-content;
  display: inline-flex;
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 11px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  font-size: .86rem;
}

.live-exp-link:hover,
.live-exp-link:focus-visible {
  background: var(--magenta);
  outline: none;
}

@media (max-width: 1180px) {
  .live-experience-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .live-experience-main { grid-column: span 2; }
}

@media (max-width: 760px) {
  .live-experience-grid,
  .live-experience-main { grid-template-columns: 1fr; grid-column: auto; }
  .live-exp-icon { width: 48px; height: 48px; }
  .live-exp-icon svg { width: 28px; height: 28px; }
}

/* ================================================================
   V153 — Live Streamed localisation safeguards.
   Keep the established visual style while preventing FR/ES-MX text
   expansion from colliding in the video hero, cards and final CTA.
================================================================ */
.live-flow > div,
.live-flow > article {
  border: 1px solid rgba(219,229,232,.90);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  padding: clamp(16px, 1.5vw, 22px);
  min-height: 230px;
  display: grid;
  align-content: start;
  min-width: 0;
}

.live-page .live-card,
.live-page .live-dark-card,
.live-page .live-note-card,
.live-page .live-route-card,
.live-page .live-exp-card,
.live-page .live-panel-card,
.live-page .live-final-card,
.live-page .live-setup-grid > div {
  min-width: 0;
}

html[lang="fr"] .live-page .live-card,
html[lang="es-MX"] .live-page .live-card,
html[lang="fr"] .live-page .live-panel-card,
html[lang="es-MX"] .live-page .live-panel-card,
html[lang="fr"] .live-page .live-route-card,
html[lang="es-MX"] .live-page .live-route-card,
html[lang="fr"] .live-page .live-exp-card,
html[lang="es-MX"] .live-page .live-exp-card,
html[lang="fr"] .live-page .live-setup-grid > div,
html[lang="es-MX"] .live-page .live-setup-grid > div {
  overflow-wrap: anywhere;
}

@media (min-width: 1160px) and (max-height: 930px) {
  html[lang="fr"] .live-page .live-hero h1,
  html[lang="es-MX"] .live-page .live-hero h1 {
    font-size: clamp(2.45rem, 3.62vw, 4.2rem);
    max-width: 820px;
  }

  html[lang="fr"] .live-page .live-section h2,
  html[lang="es-MX"] .live-page .live-section h2,
  html[lang="fr"] .live-page .live-final h2,
  html[lang="es-MX"] .live-page .live-final h2 {
    font-size: clamp(2rem, 3.45vw, 4.1rem);
  }
}

@media (max-width: 1240px) {
  html[lang="fr"] .live-page .live-final-card,
  html[lang="es-MX"] .live-page .live-final-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  html[lang="fr"] .live-page .live-final-actions,
  html[lang="es-MX"] .live-page .live-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .live-flow > div,
  .live-flow > article {
    min-height: 0;
    padding: 15px;
  }
}
