:root {
  --tl-navy: #0a1930;
  --tl-navy-deep: #060f1e;
  --tl-accent: #10bfad;
  --tl-accent-bright: #2ce0cd;
  --tl-indigo: #4c5df5;
  --tl-surface: #f7fafb;
  --tl-blue-surface: #eaf2f6;
  --tl-ink: #14222f;
  --tl-muted: #5a6b7a;
  --tl-muted-light: #b7c7d6;
  --tl-line: #e3ebf0;
  --tl-line-dark: #2a4568;
  --tl-white: #ffffff;
  --tl-radius: 8px;
  --tl-shadow: 0 18px 48px rgba(10, 25, 48, 0.09);
  --tl-container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--tl-surface);
  color: var(--tl-ink);
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: #0a7f74; text-decoration: none; }
a:hover { color: var(--tl-accent); }
button, input, textarea, select { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
}
h1 { font-size: 3.6rem; }
h2 { font-size: 2.4rem; }
h3 { font-size: 1.3rem; }
p { margin-top: 0; }
::selection { background: var(--tl-accent-bright); color: var(--tl-navy); }
:focus-visible { outline: 3px solid var(--tl-accent-bright); outline-offset: 3px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.tl-skip-link {
  left: 16px;
  position: fixed;
  top: -100px;
  z-index: 9999;
}
.tl-skip-link:focus { top: 16px; background: #fff; color: var(--tl-navy); padding: 10px 16px; }
.tl-container { width: min(var(--tl-container), calc(100% - 80px)); margin-inline: auto; }
.tl-site-main { min-height: 55vh; }
.tl-section { padding: 88px 0; background: #fff; }
.tl-section--surface { background: var(--tl-surface); }
.tl-section--blue { background: var(--tl-blue-surface); }
.tl-archive-section { min-height: 50vh; }
.tl-standard-content { padding-top: 72px; padding-bottom: 88px; }

.tl-eyebrow {
  margin: 0 0 12px;
  color: #087f74;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.tl-eyebrow--light { color: var(--tl-accent-bright); }
.tl-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.tl-section-heading h2 { max-width: 780px; margin: 0; }
.tl-section-heading .tl-text-link { flex: 0 0 auto; }
.tl-text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 0.94rem; font-weight: 800; }
.tl-text-link span { font-size: 1.15em; }
.tl-text-link--light { color: #9fe8df; }
.tl-text-link--light:hover { color: var(--tl-accent-bright); }

.tl-button {
  align-items: center;
  appearance: none;
  background: var(--tl-accent);
  border: 1px solid var(--tl-accent);
  border-radius: var(--tl-radius);
  color: #06231f;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.tl-button:hover { background: var(--tl-accent-bright); border-color: var(--tl-accent-bright); color: #06231f; transform: translateY(-1px); }
.tl-button--small { min-height: 40px; padding: 8px 18px; font-size: 0.875rem; }
.tl-button--block { width: 100%; }
.tl-button--outline-light { background: transparent; border-color: #3a567a; color: #f4f8fa; }
.tl-button--outline-light:hover { background: transparent; border-color: var(--tl-accent-bright); color: var(--tl-accent-bright); }
.tl-button--outline-dark { background: transparent; border-color: var(--tl-navy); color: var(--tl-navy); }
.tl-button--outline-dark:hover { background: var(--tl-navy); border-color: var(--tl-navy); color: #fff; }
.tl-button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

/* Header */
.tl-site-header { background: var(--tl-navy); box-shadow: 0 8px 22px rgba(4, 15, 30, 0.16); color: #f4f8fa; position: sticky; top: 0; width: 100%; z-index: 100; }
.tl-site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; }
.tl-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; flex: 0 0 auto; }
.tl-brand:hover { color: #fff; }
.tl-brand__image { width: auto; max-width: 184px; max-height: 42px; }
.tl-site-header .tl-brand__image { max-height: 42px; max-width: 184px; }
.tl-site-header .tl-brand__mark { height: 27px; width: 27px; }
.tl-site-header .tl-brand__text { font-size: 0.84rem; }
.tl-brand__mark { flex: 0 0 auto; }
.tl-brand__text { font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; font-weight: 700; white-space: nowrap; }
.tl-brand__text span { color: var(--tl-accent-bright); }
.tl-primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 24px; min-width: 0; }
.tl-menu, .tl-primary-nav .menu { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.tl-menu li { position: relative; }
.tl-menu a { display: block; color: #c7d6e2; font-size: 0.82rem; font-weight: 600; padding: 29px 0; white-space: nowrap; }
.tl-menu a:hover, .tl-menu .current-menu-item > a, .tl-menu .current_page_item > a { color: #fff; }
.tl-menu .sub-menu { background: var(--tl-navy-deep); border: 1px solid #14263e; border-radius: var(--tl-radius); display: none; left: -18px; list-style: none; margin: 0; min-width: 210px; padding: 8px; position: absolute; top: 66px; }
.tl-menu li:hover > .sub-menu, .tl-menu li:focus-within > .sub-menu { display: block; }
.tl-menu .sub-menu a { padding: 9px 12px; }
.tl-header-actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.tl-menu-toggle { background: transparent; border: 0; color: #fff; display: none; height: 44px; padding: 10px; width: 44px; }
.tl-menu-toggle__lines { display: grid; gap: 5px; }
.tl-menu-toggle__lines i { background: currentColor; display: block; height: 2px; transition: transform 160ms ease, opacity 160ms ease; width: 22px; }

/* Footer */
.tl-site-footer { background: var(--tl-navy-deep); color: #8fa5b8; }
.tl-site-footer__grid { border-bottom: 1px solid #14263e; display: grid; gap: 48px; grid-template-columns: 1.4fr 1fr 1fr 1fr; padding: 64px 0 46px; }
.tl-brand--footer .tl-brand__text { font-size: 1rem; }
.tl-site-footer__brand p { font-size: 0.875rem; line-height: 1.7; margin: 16px 0 0; max-width: 320px; }
.tl-footer-title { color: #fff; font-family: inherit; font-size: 0.75rem; letter-spacing: 0.08em; margin: 0 0 14px; text-transform: uppercase; }
.tl-footer-menu, .tl-legal-menu { list-style: none; margin: 0; padding: 0; }
.tl-footer-menu { display: grid; gap: 9px; font-size: 0.86rem; }
.tl-footer-menu a { color: #8fa5b8; }
.tl-footer-menu a:hover { color: var(--tl-accent-bright); }
.tl-social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.tl-social-links a { color: #8fa5b8; font-size: 0.82rem; font-weight: 700; }
.tl-site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0 28px; font-size: 0.75rem; }
.tl-newsletter { align-items: center; border-bottom: 1px solid #14263e; display: grid; gap: 48px; grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr); padding: 42px 0; }
.tl-newsletter h2 { color: #fff; font-size: 1.45rem; margin: 6px 0 8px; }
.tl-newsletter > div > p:last-child { color: #8fa5b8; font-size: 0.84rem; margin: 0; max-width: 520px; }
.tl-newsletter__form { align-items: center; display: grid; gap: 10px; grid-template-columns: minmax(0, 1fr) auto; }
.tl-newsletter__form > input[type="email"] { background: #fff; border: 1px solid #315175; border-radius: var(--tl-radius); min-height: 48px; padding: 11px 14px; width: 100%; }
.tl-newsletter__form .tl-consent { color: #8fa5b8; grid-column: 1 / -1; }
.tl-newsletter__form .tl-consent a { color: var(--tl-accent-bright); }
.tl-site-footer__bottom p { margin: 0; }
.tl-legal-menu { display: flex; gap: 20px; }
.tl-legal-menu a { color: #8fa5b8; }

/* Hero */
.tl-announcement { background: var(--tl-accent); color: #06231f; font-size: 0.86rem; font-weight: 700; }
.tl-announcement__inner { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 40px; padding-block: 8px; text-align: center; }
.tl-announcement a { color: #06231f; font-weight: 800; text-decoration: underline; }
.tl-network-art { color: #1e3a5c; height: 100%; inset: 0; opacity: 0.9; pointer-events: none; position: absolute; width: 100%; }
.tl-network-art circle { animation: tl-pulse 5s ease-in-out infinite; }
.tl-network-art circle:nth-child(2n) { animation-delay: 1.4s; }
.tl-network-art--muted { opacity: 0.6; }
@keyframes tl-pulse { 0%, 100% { opacity: 0.35; } 50% { opacity: 1; } }
.tl-home-hero { background: var(--tl-navy); color: #f4f8fa; overflow: hidden; position: relative; }
.tl-home-hero__grid { align-items: center; display: grid; gap: 64px; grid-template-columns: 1.05fr 0.95fr; min-height: 670px; padding-bottom: 64px; padding-top: 58px; position: relative; z-index: 1; }
.tl-home-hero__content h1 { font-size: 3.45rem; margin: 0 0 20px; max-width: 760px; }
.tl-home-hero__intro { color: var(--tl-muted-light); font-size: 1.06rem; line-height: 1.72; margin-bottom: 28px; max-width: 650px; }
.tl-hero-badge { align-items: center; border: 1px solid #2a4568; border-radius: 999px; color: #9fe8df; display: inline-flex; font-size: 0.78rem; font-weight: 700; gap: 8px; margin: 0 0 22px; padding: 6px 12px; }
.tl-hero-badge span { background: var(--tl-accent-bright); border-radius: 50%; height: 7px; width: 7px; }
.tl-home-hero__content .tl-text-link { margin-top: 14px; }
.tl-hero-stats { border-top: 1px solid #1e3a5c; display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); margin-top: 38px; padding-top: 24px; }
.tl-hero-stats strong { color: #fff; display: block; font-family: "Space Grotesk", sans-serif; font-size: 1.65rem; line-height: 1.2; }
.tl-hero-stats span { color: #8fa5b8; display: block; font-size: 0.72rem; margin-top: 4px; }
.tl-home-hero__media { min-width: 0; position: relative; }
.tl-home-hero__image { aspect-ratio: 4 / 5; background: #142b47; border-radius: var(--tl-radius); box-shadow: 0 32px 80px rgba(2, 10, 24, 0.48); overflow: hidden; }
.tl-home-hero__image > img, .tl-home-hero__image > .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-floating-note { align-items: center; backdrop-filter: blur(7px); background: rgba(10, 25, 48, 0.94); border: 1px solid #2a4568; border-radius: var(--tl-radius); bottom: 30px; display: flex; gap: 12px; left: -28px; padding: 14px 16px; position: absolute; }
.tl-floating-note strong, .tl-floating-note span { display: block; }
.tl-floating-note strong { color: #fff; font-size: 0.8rem; }
.tl-floating-note > div > span { color: #8fa5b8; font-size: 0.7rem; }
.tl-avatar-stack { display: flex; }
.tl-avatar-stack span { align-items: center; background: var(--tl-accent); border: 2px solid var(--tl-navy); border-radius: 50%; color: #06231f; display: flex; font-size: 0.63rem; font-weight: 800; height: 34px; justify-content: center; width: 34px; }
.tl-avatar-stack span + span { background: var(--tl-indigo); color: #fff; margin-left: -9px; }
.tl-avatar-stack span:last-child { background: #eaf2f6; color: var(--tl-navy); }
.tl-page-hero { background: var(--tl-navy); color: #f4f8fa; overflow: hidden; position: relative; }
.tl-page-hero__inner { padding-bottom: 76px; padding-top: 68px; position: relative; z-index: 1; }
.tl-page-hero h1 { font-size: 3rem; margin: 0 0 18px; max-width: 850px; }
.tl-page-hero__intro { color: var(--tl-muted-light); font-size: 1.02rem; line-height: 1.72; margin: 0; max-width: 680px; }
.tl-page-hero .tl-button { margin-top: 24px; }

/* Repeated media and cards */
.tl-media-placeholder { align-items: center; background: #dce9ef; color: #486478; display: flex; flex-direction: column; gap: 12px; justify-content: center; min-height: 180px; overflow: hidden; position: relative; }
.tl-media-placeholder::after { border: 1px solid rgba(10, 25, 48, 0.12); content: ""; height: 150%; position: absolute; transform: rotate(35deg); width: 35%; }
.tl-media-placeholder__mark { align-items: center; background: var(--tl-navy); border-radius: 50%; display: flex; height: 54px; justify-content: center; position: relative; width: 54px; z-index: 1; }
.tl-media-placeholder .tl-brand__text { display: none; }
.tl-media-placeholder > span:last-child { font-size: 0.72rem; font-weight: 700; position: relative; z-index: 1; }
.tl-card-grid { display: grid; gap: 22px; }
.tl-card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-content-card { background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: box-shadow 180ms ease, transform 180ms ease; }
.tl-content-card:hover { box-shadow: var(--tl-shadow); transform: translateY(-3px); }
.tl-content-card__media { aspect-ratio: 16 / 9; background: var(--tl-blue-surface); display: block; overflow: hidden; }
.tl-content-card__media > img, .tl-content-card__media > .tl-media-placeholder { height: 100%; object-fit: cover; transition: transform 220ms ease; width: 100%; }
.tl-content-card:hover .tl-content-card__media > img { transform: scale(1.025); }
.tl-content-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.tl-content-card__meta, .tl-card-meta { color: #0a7f74; font-size: 0.74rem; font-weight: 800; margin: 0 0 9px; }
.tl-content-card__title { font-size: 1.16rem; margin: 0 0 10px; }
.tl-content-card__title a, .tl-program-card h3 a, .tl-leader-card h3 a, .tl-leader-card h2 a { color: var(--tl-ink); }
.tl-content-card__excerpt { color: var(--tl-muted); font-size: 0.88rem; line-height: 1.7; }
.tl-content-card .tl-text-link { margin-top: auto; }
.tl-partner-strip { background: #fff; border-bottom: 1px solid var(--tl-line); }
.tl-partner-strip__inner { align-items: center; display: flex; gap: 42px; min-height: 112px; }
.tl-partner-strip__inner > p { color: var(--tl-muted); flex: 0 0 auto; font-size: 0.72rem; font-weight: 800; margin: 0; text-transform: uppercase; letter-spacing: 0.08em; }
.tl-partner-logos { align-items: center; display: flex; flex: 1; gap: 34px; justify-content: space-between; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.tl-partner-logos::-webkit-scrollbar { display: none; }
.tl-partner-logos a, .tl-partner-logos > span { align-items: center; color: #738897; display: flex; flex: 0 0 auto; justify-content: center; }
.tl-partner-logos img { filter: grayscale(1); max-height: 44px; max-width: 140px; opacity: 0.72; width: auto; }
.tl-partner-logos b { font-family: "Space Grotesk", sans-serif; font-size: 1rem; letter-spacing: 0.03em; }
.tl-audience-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-audience-card { background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); display: flex; flex-direction: column; padding: 30px; }
.tl-audience-card__icon { align-items: center; background: var(--tl-blue-surface); color: var(--tl-navy); display: flex; font-family: "Space Grotesk", sans-serif; font-size: 0.78rem; font-weight: 800; height: 44px; justify-content: center; margin-bottom: 18px; width: 44px; }
.tl-audience-card h3 { margin: 0 0 12px; }
.tl-audience-card > p { color: var(--tl-muted); font-size: 0.9rem; line-height: 1.7; }
.tl-audience-card .tl-text-link { margin-top: auto; }
.tl-check-list { display: grid; gap: 8px; list-style: none; margin: 2px 0 24px; padding: 0; }
.tl-check-list li { font-size: 0.83rem; padding-left: 17px; position: relative; }
.tl-check-list li::before { background: var(--tl-accent); border-radius: 50%; content: ""; height: 6px; left: 0; position: absolute; top: 0.68em; width: 6px; }
.tl-check-list--large { gap: 13px; }
.tl-check-list--large li { font-size: 0.96rem; padding-left: 24px; }
.tl-check-list--large li::before { height: 8px; width: 8px; }
.tl-check-list--columns { grid-template-columns: 1fr 1fr; }
.tl-program-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tl-program-grid--archive { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-program-card { background: #fff; border: 1px solid var(--tl-line); border-top: 3px solid var(--card-accent, var(--tl-accent)); border-radius: var(--tl-radius); display: flex; flex-direction: column; min-height: 250px; padding: 24px; }
.tl-program-card h3 { margin: 0 0 10px; }
.tl-program-card > p:not(.tl-card-kicker) { color: var(--tl-muted); font-size: 0.86rem; line-height: 1.65; }
.tl-program-card .tl-text-link { margin-top: auto; }
.tl-card-kicker { color: #0a7f74; font-size: 0.72rem; font-weight: 800; margin: 0 0 10px; text-transform: uppercase; letter-spacing: 0.06em; }
.tl-leader-grid { display: grid; gap: 18px; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.tl-leader-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tl-leader-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-leader-card { min-width: 0; }
.tl-leader-card__media { aspect-ratio: 4 / 5; background: var(--tl-blue-surface); border-radius: var(--tl-radius); display: block; margin-bottom: 12px; overflow: hidden; }
.tl-leader-card__media img, .tl-leader-card__media .tl-media-placeholder { height: 100%; object-fit: cover; transition: transform 180ms ease; width: 100%; }
.tl-leader-card:hover .tl-leader-card__media img { transform: scale(1.025); }
.tl-leader-card h3, .tl-leader-card h2 { font-size: 0.93rem; margin: 0 0 3px; }
.tl-leader-card p { color: var(--tl-muted); font-size: 0.76rem; line-height: 1.5; margin: 0; }
.tl-corporate-band { background: var(--tl-navy); color: #f4f8fa; overflow: hidden; padding: 80px 0; position: relative; }
.tl-corporate-band__grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; position: relative; z-index: 1; }
.tl-corporate-band h2 { margin: 0 0 18px; max-width: 620px; }
.tl-corporate-band p:not(.tl-eyebrow) { color: var(--tl-muted-light); line-height: 1.72; max-width: 610px; }
.tl-corporate-values { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; list-style: none; margin: 0; padding: 0; }
.tl-corporate-values li { background: rgba(255,255,255,0.06); border: 1px solid #2a4568; border-radius: var(--tl-radius); font-size: 0.9rem; font-weight: 700; padding: 16px; }
.tl-impact-strip { background: #fff; border-bottom: 1px solid var(--tl-line); border-top: 1px solid var(--tl-line); padding: 48px 0; }
.tl-impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tl-impact-grid > div { border-left: 1px solid var(--tl-line); padding: 0 28px; }
.tl-impact-grid > div:first-child { border-left: 0; padding-left: 0; }
.tl-impact-grid strong { color: var(--tl-navy); display: block; font-family: "Space Grotesk", sans-serif; font-size: 2rem; }
.tl-impact-grid span { color: var(--tl-muted); font-size: 0.82rem; }
.tl-story-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-story { background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); margin: 0; padding: 28px; }
.tl-story blockquote { color: #3d4e5c; font-size: 0.92rem; line-height: 1.75; margin: 0 0 22px; }
.tl-story blockquote p { margin: 0; }
.tl-story figcaption { align-items: center; display: flex; gap: 12px; }
.tl-story__avatar, .tl-story figcaption > .tl-media-placeholder { border-radius: 50%; height: 44px; min-height: 44px; object-fit: cover; width: 44px; }
.tl-story figcaption strong, .tl-story figcaption small { display: block; }
.tl-story figcaption strong { font-size: 0.82rem; }
.tl-story figcaption small { color: var(--tl-muted); font-size: 0.7rem; }
.tl-final-cta { background: #fff; padding: 72px 0; }
.tl-final-cta__inner { align-items: center; background: var(--tl-navy); border-radius: var(--tl-radius); color: #fff; display: flex; gap: 48px; justify-content: space-between; min-height: 300px; overflow: hidden; padding: 54px; position: relative; }
.tl-final-cta__inner > *:not(.tl-network-art) { position: relative; z-index: 1; }
.tl-final-cta h2 { margin: 0 0 12px; }
.tl-final-cta p { color: var(--tl-muted-light); margin: 0; max-width: 600px; }

/* General page layouts */
.tl-feature-grid, .tl-corp-value-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-feature, .tl-info-box { background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); padding: 28px; }
.tl-feature > span { color: #0a7f74; display: block; font-family: "Space Grotesk", sans-serif; font-size: 0.78rem; font-weight: 800; margin-bottom: 12px; }
.tl-feature h3 { margin: 0 0 10px; }
.tl-feature p { color: var(--tl-muted); font-size: 0.9rem; line-height: 1.7; margin: 0; }
.tl-corp-value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-split { align-items: center; display: grid; gap: 64px; grid-template-columns: 1fr 1fr; }
.tl-split__media { aspect-ratio: 4 / 3; border-radius: var(--tl-radius); overflow: hidden; }
.tl-split__media img, .tl-split__media .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-split h2 { margin: 0 0 26px; }
.tl-value-list { display: grid; gap: 20px; }
.tl-value-list > div { display: flex; gap: 14px; }
.tl-value-list > div > span { background: var(--tl-accent); border-radius: 50%; flex: 0 0 auto; height: 10px; margin-top: 8px; width: 10px; }
.tl-value-list > div:nth-child(2) > span { background: var(--tl-indigo); }
.tl-value-list > div:nth-child(3) > span { background: var(--tl-navy); }
.tl-value-list h3 { font-family: inherit; font-size: 0.98rem; margin: 0 0 3px; }
.tl-value-list p { color: var(--tl-muted); font-size: 0.88rem; margin: 0; }
.tl-wide-cta { background: var(--tl-blue-surface); padding: 64px 0; }
.tl-wide-cta__inner { align-items: center; display: flex; gap: 42px; justify-content: space-between; }
.tl-wide-cta h2 { margin: 0; max-width: 620px; }
.tl-featured-band { background: #fff; border-bottom: 1px solid var(--tl-line); }
.tl-featured-band__grid { align-items: center; display: grid; gap: 54px; grid-template-columns: 1.1fr 0.9fr; padding-bottom: 68px; padding-top: 68px; }
.tl-featured-band__media { aspect-ratio: 16 / 10; border-radius: var(--tl-radius); overflow: hidden; }
.tl-featured-band__media img, .tl-featured-band__media .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-featured-band h2 { font-size: 1.9rem; margin: 0 0 14px; }
.tl-featured-band h2 a { color: var(--tl-ink); }
.tl-featured-band p:not(.tl-eyebrow) { color: var(--tl-muted); }
.tl-inline-facts { display: flex; flex-wrap: wrap; gap: 24px; margin: 22px 0; }
.tl-inline-facts div { border-left: 2px solid var(--tl-accent); padding-left: 12px; }
.tl-inline-facts dt { color: var(--tl-muted); font-size: 0.68rem; font-weight: 800; text-transform: uppercase; }
.tl-inline-facts dd { font-size: 0.85rem; font-weight: 700; margin: 2px 0 0; }
.tl-featured-band__grid--report { grid-template-columns: 340px 1fr; }
.tl-report-cover { aspect-ratio: 3 / 4; border-radius: var(--tl-radius); box-shadow: var(--tl-shadow); overflow: hidden; }
.tl-report-cover img, .tl-report-cover .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-archive-title { font-size: 1.65rem; margin: 0 0 30px; }
.tl-program-group + .tl-program-group { border-top: 1px solid var(--tl-line); margin-top: 58px; padding-top: 58px; }
.tl-program-group h2 { border-left: 3px solid var(--tl-accent); font-size: 1.75rem; margin: 0 0 8px; padding-left: 15px; }
.tl-program-group__intro { color: var(--tl-muted); margin-bottom: 26px; max-width: 680px; }
.page-numbers { display: flex; gap: 8px; justify-content: center; list-style: none; margin: 42px 0 0; padding: 0; }
.page-numbers a, .page-numbers span { align-items: center; background: #fff; border: 1px solid var(--tl-line); color: var(--tl-ink); display: flex; height: 40px; justify-content: center; min-width: 40px; padding: 0 10px; }
.page-numbers .current { background: var(--tl-navy); border-color: var(--tl-navy); color: #fff; }
.tl-empty-state { background: #fff; border: 1px dashed #a9bbc7; color: var(--tl-muted); grid-column: 1 / -1; padding: 22px; text-align: center; }

/* Single content */
.tl-single-hero { background: var(--tl-navy); color: #f4f8fa; overflow: hidden; position: relative; }
.tl-single-hero__grid { align-items: center; display: grid; gap: 64px; grid-template-columns: 1fr 360px; min-height: 460px; padding-bottom: 68px; padding-top: 68px; position: relative; z-index: 1; }
.tl-single-hero h1 { margin: 0 0 16px; max-width: 850px; }
.tl-single-hero__intro { color: var(--tl-muted-light); font-size: 1.05rem; line-height: 1.7; max-width: 700px; }
.tl-single-hero .tl-button { margin-top: 12px; }
.tl-fact-panel { background: rgba(255,255,255,0.06); border: 1px solid #2a4568; border-radius: var(--tl-radius); display: grid; gap: 0; margin: 0; padding: 8px 24px; }
.tl-fact-panel div { border-bottom: 1px solid #2a4568; display: flex; gap: 18px; justify-content: space-between; padding: 14px 0; }
.tl-fact-panel div:last-child { border-bottom: 0; }
.tl-fact-panel dt { color: #8fa5b8; font-size: 0.75rem; }
.tl-fact-panel dd { color: #fff; font-size: 0.82rem; font-weight: 700; margin: 0; text-align: right; }
.tl-single-hero--event .tl-container:not(.tl-single-hero__grid) { min-height: 440px; padding-bottom: 64px; padding-top: 64px; position: relative; z-index: 1; }
.tl-single-hero--event h1 { max-width: 900px; }
.tl-event-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.tl-event-facts span { border: 1px solid #3a567a; border-radius: 999px; color: #c7d6e2; font-size: 0.8rem; font-weight: 700; padding: 7px 13px; }
.tl-single-layout { align-items: start; display: grid; gap: 64px; grid-template-columns: minmax(0, 1fr) 340px; padding-bottom: 92px; padding-top: 72px; }
.tl-entry-content { color: #344553; font-size: 1rem; line-height: 1.82; }
.tl-entry-content > * { max-width: 780px; }
.tl-entry-content h2 { color: var(--tl-ink); font-size: 1.75rem; margin: 54px 0 20px; }
.tl-entry-content h2:first-child { margin-top: 0; }
.tl-entry-content h3 { color: var(--tl-ink); font-size: 1.1rem; }
.tl-entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.tl-entry-content ul, .tl-entry-content ol { padding-left: 1.3em; }
.tl-entry-content blockquote { border-left: 3px solid var(--tl-accent); color: var(--tl-ink); font-family: "Space Grotesk", sans-serif; font-size: 1.2rem; margin: 32px 0; padding: 4px 0 4px 22px; }
.tl-entry-content img { border-radius: var(--tl-radius); }
.tl-sticky-card { background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); box-shadow: var(--tl-shadow); padding: 28px; position: sticky; top: 24px; }
.tl-sticky-card h2 { font-size: 1.3rem; margin: 0 0 10px; }
.tl-sticky-card > p:not(.tl-card-kicker) { color: var(--tl-muted); font-size: 0.86rem; }
.tl-timeline { counter-reset: tl-step; display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.tl-timeline li { display: grid; gap: 16px; grid-template-columns: 40px 1fr; padding-bottom: 26px; position: relative; }
.tl-timeline li::before { background: var(--tl-line); bottom: 0; content: ""; left: 19px; position: absolute; top: 40px; width: 1px; }
.tl-timeline li:last-child::before { display: none; }
.tl-timeline li > span { align-items: center; background: var(--tl-navy); border-radius: 50%; color: #fff; display: flex; font-family: "Space Grotesk", sans-serif; font-size: 0.78rem; font-weight: 800; height: 40px; justify-content: center; position: relative; width: 40px; z-index: 1; }
.tl-timeline h3 { margin: 4px 0 4px; }
.tl-timeline p { color: var(--tl-muted); font-size: 0.9rem; margin: 0; }
.tl-testimonial { background: var(--tl-blue-surface); border-radius: var(--tl-radius); margin: 48px 0 0; padding: 28px; }
.tl-testimonial blockquote { border: 0; font-size: 1.1rem; margin: 0 0 12px; padding: 0; }
.tl-testimonial figcaption { color: var(--tl-muted); font-size: 0.8rem; font-weight: 700; }
.tl-single-featured-media { aspect-ratio: 16 / 8; border-radius: var(--tl-radius); margin-bottom: 38px; overflow: hidden; }
.tl-single-featured-media img, .tl-single-featured-media .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-agenda { list-style: none; margin: 0; padding: 0; }
.tl-agenda li { border-bottom: 1px solid var(--tl-line); display: grid; gap: 22px; grid-template-columns: 72px 1fr; padding: 18px 0; }
.tl-agenda time { color: #0a7f74; font-size: 0.83rem; font-weight: 800; }
.tl-agenda h3 { margin: 0 0 3px; }
.tl-agenda p { color: var(--tl-muted); font-size: 0.86rem; margin: 0; }
.tl-report-hero-cover { aspect-ratio: 3 / 4; border: 6px solid #fff; box-shadow: 0 26px 58px rgba(2, 10, 24, 0.42); justify-self: end; max-height: 340px; overflow: hidden; width: 250px; }
.tl-report-hero-cover img, .tl-report-hero-cover .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-findings-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.tl-findings-grid > div { background: var(--tl-blue-surface); border-radius: var(--tl-radius); padding: 22px; }
.tl-findings-grid strong { color: var(--tl-navy); display: block; font-family: "Space Grotesk", sans-serif; font-size: 2rem; }
.tl-findings-grid p { color: var(--tl-muted); font-size: 0.8rem; line-height: 1.6; margin: 6px 0 0; }
.tl-contents-list { counter-reset: contents; list-style: none; margin: 0; padding: 0; }
.tl-contents-list li { border-bottom: 1px solid var(--tl-line); counter-increment: contents; padding: 12px 0 12px 42px; position: relative; }
.tl-contents-list li::before { color: #0a7f74; content: counter(contents, decimal-leading-zero); font-size: 0.75rem; font-weight: 800; left: 0; position: absolute; }
.tl-profile-hero { background: var(--tl-navy); color: #fff; }
.tl-profile-hero__grid { align-items: center; display: grid; gap: 52px; grid-template-columns: 190px 1fr; min-height: 360px; padding-bottom: 56px; padding-top: 56px; }
.tl-profile-hero__image { border: 4px solid #fff; border-radius: 50%; height: 180px; overflow: hidden; width: 180px; }
.tl-profile-hero__image img, .tl-profile-hero__image .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-profile-hero h1 { font-size: 2.6rem; margin: 0 0 6px; }
.tl-profile-hero__role { color: var(--tl-muted-light); margin-bottom: 20px; }
.tl-profile-content { padding-bottom: 88px; padding-top: 72px; }
.tl-profile-content .tl-entry-content { max-width: 820px; }
.tl-tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tl-tag-list span { background: var(--tl-blue-surface); border-radius: 999px; color: #264052; font-size: 0.82rem; font-weight: 700; padding: 7px 12px; }
.tl-contribution-list { display: grid; gap: 14px; }
.tl-contribution-list > div { border: 1px solid var(--tl-line); border-radius: var(--tl-radius); padding: 20px; }
.tl-contribution-list h3 { margin: 0 0 4px; }
.tl-contribution-list p { color: var(--tl-muted); margin: 0; }

/* Forms */
.tl-form-layout { align-items: start; display: grid; gap: 64px; grid-template-columns: minmax(0, 1fr) 480px; }
.tl-form-layout > div > h2 { font-size: 1.75rem; margin: 0 0 24px; }
.tl-form-card { background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); box-shadow: var(--tl-shadow); padding: 32px; }
.tl-form-card > h2 { font-size: 1.35rem; margin: 0 0 4px; }
.tl-form-card > p { color: var(--tl-muted); font-size: 0.84rem; margin-bottom: 20px; }
.tl-form { display: grid; gap: 16px; }
.tl-form label:not(.tl-choice):not(.tl-chip):not(.tl-consent) { color: #3d4e5c; display: grid; font-size: 0.78rem; font-weight: 800; gap: 6px; }
.tl-form label small { color: #93a5b3; font-weight: 500; }
.tl-form input[type="text"], .tl-form input[type="email"], .tl-form input[type="url"], .tl-form input[type="tel"], .tl-form input[type="password"], .tl-form textarea, .tl-form select, .login-username input, .login-password input, .search-form input {
  background: #fff;
  border: 1px solid #c2cfd9;
  border-radius: var(--tl-radius);
  color: var(--tl-ink);
  min-height: 46px;
  outline: 0;
  padding: 11px 12px;
  width: 100%;
}
.tl-form textarea { resize: vertical; }
.tl-form input:focus, .tl-form textarea:focus, .tl-form select:focus, .login-username input:focus, .login-password input:focus, .search-form input:focus { border-color: var(--tl-accent); box-shadow: 0 0 0 3px rgba(16, 191, 173, 0.13); }
.tl-form fieldset { border: 0; margin: 0; padding: 0; }
.tl-form legend { color: #3d4e5c; font-size: 0.78rem; font-weight: 800; margin-bottom: 8px; }
.tl-form-row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.tl-choice-grid { display: grid; gap: 9px; grid-template-columns: 1fr 1fr; }
.tl-choice, .tl-chip { align-items: center; border: 1px solid #c2cfd9; border-radius: var(--tl-radius); color: #3d4e5c; cursor: pointer; display: flex; font-size: 0.8rem; font-weight: 700; gap: 8px; min-height: 44px; padding: 9px 11px; }
.tl-choice:has(input:checked), .tl-chip:has(input:checked), .tl-choice.is-selected, .tl-chip.is-selected { background: #e4f7f4; border-color: var(--tl-accent); color: #087f74; }
.tl-choice input, .tl-chip input { accent-color: var(--tl-accent); }
.tl-chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.tl-chip { border-radius: 999px; min-height: 38px; padding: 7px 12px; }
.tl-consent { align-items: flex-start; color: var(--tl-muted); display: flex; font-size: 0.73rem; font-weight: 500; gap: 9px; line-height: 1.5; }
.tl-consent input { accent-color: var(--tl-accent); margin-top: 3px; }
.tl-consent a, .tl-form-footnote a { color: #087f74; font-weight: 700; }
.tl-form-footnote { color: #93a5b3; font-size: 0.74rem; margin: 0; text-align: center; }
.tl-honeypot { left: -9999px !important; position: absolute !important; }
.tl-form--compact { gap: 13px; }
.tl-plan-list { display: grid; gap: 18px; }
.tl-plan { background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); padding: 28px; position: relative; }
.tl-plan--featured { border: 2px solid var(--tl-accent); }
.tl-plan > span { background: var(--tl-navy); border-radius: 999px; color: #fff; font-size: 0.67rem; font-weight: 800; left: 24px; padding: 4px 11px; position: absolute; top: -12px; }
.tl-plan--featured > span { background: var(--tl-accent); color: #06231f; }
.tl-plan h3 { margin: 0 0 8px; }
.tl-plan > p { color: var(--tl-muted); font-size: 0.86rem; }
.tl-plan .tl-check-list { margin-bottom: 0; }
.tl-community-note { align-items: center; background: var(--tl-blue-surface); border-radius: var(--tl-radius); display: flex; gap: 20px; margin-top: 32px; padding: 22px 26px; }
.tl-community-note strong { color: var(--tl-navy); font-family: "Space Grotesk", sans-serif; font-size: 1.7rem; }
.tl-community-note p { color: #3d4e5c; font-size: 0.82rem; margin: 0; }
.tl-large-copy { color: var(--tl-muted); font-size: 1rem; max-width: 600px; }
.tl-case-band { background: var(--tl-blue-surface); padding: 64px 0; }
.tl-case-band figure { margin: 0 auto; max-width: 920px; text-align: center; }
.tl-case-band blockquote { color: var(--tl-navy); font-family: "Space Grotesk", sans-serif; font-size: 2rem; font-weight: 600; line-height: 1.45; margin: 0 0 18px; }
.tl-case-band figcaption strong, .tl-case-band figcaption span { display: block; }
.tl-case-band figcaption span { color: var(--tl-muted); font-size: 0.8rem; }
.tl-contact-layout { align-items: start; display: grid; gap: 54px; grid-template-columns: minmax(0, 1fr) 390px; }
.tl-contact-aside { display: grid; gap: 14px; }
.tl-info-box h2 { font-family: inherit; font-size: 0.9rem; margin: 0 0 10px; }
.tl-info-box p { color: #3d4e5c; font-size: 0.83rem; margin: 0 0 7px; }
.tl-info-box--blue { background: var(--tl-blue-surface); display: grid; gap: 7px; }
.tl-info-box--blue a { font-size: 0.83rem; font-weight: 700; }

/* Articles, status, login, dashboard */
.tl-article-hero { background: var(--tl-navy); color: #fff; }
.tl-article-hero__inner { padding-bottom: 72px; padding-top: 72px; }
.tl-article-hero h1 { margin: 12px 0 16px; max-width: 960px; }
.tl-article-hero p { color: var(--tl-muted-light); font-size: 1.05rem; max-width: 760px; }
.tl-article-hero__meta { color: var(--tl-accent-bright); display: flex; gap: 16px; font-size: 0.76rem; font-weight: 700; }
.tl-article-image { margin-top: -34px; position: relative; }
.tl-article-image img { aspect-ratio: 16 / 7; border: 6px solid #fff; border-radius: var(--tl-radius); object-fit: cover; width: 100%; }
.tl-article-layout { display: grid; gap: 54px; grid-template-columns: minmax(0, 820px) 120px; justify-content: center; padding-bottom: 88px; padding-top: 64px; }
.tl-article-aside { display: grid; gap: 8px; position: sticky; top: 24px; }
.tl-article-aside span { color: var(--tl-muted); font-size: 0.68rem; font-weight: 800; text-transform: uppercase; }
.tl-article-aside a { font-size: 0.78rem; font-weight: 700; }
.tl-status-page, .tl-login-page { align-items: center; background: var(--tl-surface); display: flex; justify-content: center; min-height: 640px; padding: 70px 20px; }
.tl-status-card, .tl-login-card { background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); box-shadow: var(--tl-shadow); max-width: 560px; padding: 42px; text-align: center; width: 100%; }
.tl-status-card h1, .tl-login-card h1 { font-size: 1.8rem; margin: 16px 0 10px; }
.tl-status-card p, .tl-login-card > p { color: var(--tl-muted); }
.tl-status-icon { align-items: center; background: var(--tl-blue-surface); border-radius: 50%; color: #087f74; display: inline-flex; font-size: 1.4rem; font-weight: 800; height: 64px; justify-content: center; width: 64px; }
.tl-status-icon.is-error { background: #f9ece6; color: #a34d29; }
.tl-status-code { color: var(--tl-accent); display: block; font-family: "Space Grotesk", sans-serif; font-size: 4rem; font-weight: 700; line-height: 1; }
.tl-login-card { max-width: 460px; text-align: left; }
.tl-login-card .login-username, .tl-login-card .login-password { display: grid; font-size: 0.78rem; font-weight: 800; gap: 5px; }
.tl-login-card .login-submit input { background: var(--tl-accent); border: 1px solid var(--tl-accent); border-radius: var(--tl-radius); cursor: pointer; font-weight: 800; min-height: 46px; width: 100%; }
.tl-dashboard { background: var(--tl-surface); display: grid; grid-template-columns: 230px 1fr; min-height: 760px; }
.tl-dashboard-nav { background: var(--tl-navy-deep); color: #fff; display: flex; flex-direction: column; min-width: 0; padding: 28px 22px; }
.tl-dashboard-nav nav { display: grid; gap: 5px; margin-top: 48px; }
.tl-dashboard-nav nav a, .tl-dashboard-nav > a:last-child { border-radius: var(--tl-radius); color: #9fb1c1; font-size: 0.82rem; font-weight: 700; padding: 9px 11px; }
.tl-dashboard-nav nav a.is-active { background: rgba(255,255,255,0.08); color: #fff; }
.tl-dashboard-nav > a:last-child { margin-top: auto; }
.tl-dashboard-main { min-width: 0; padding: 48px; }
.tl-dashboard-main > header { align-items: center; display: flex; justify-content: space-between; }
.tl-dashboard-main h1 { font-size: 2rem; margin: 0 0 6px; }
.tl-dashboard-main header p:not(.tl-eyebrow) { color: var(--tl-muted); margin: 0; }
.tl-dashboard-avatar { align-items: center; background: var(--tl-indigo); border-radius: 50%; color: #fff; display: flex; font-weight: 800; height: 48px; justify-content: center; width: 48px; }
.tl-dashboard-notice { background: var(--tl-blue-surface); border-left: 3px solid var(--tl-accent); margin: 28px 0 42px; padding: 16px 18px; }
.tl-dashboard-demo { align-items: center; background: #fff; border: 1px solid var(--tl-line); display: flex; font-size: 0.78rem; font-weight: 800; justify-content: space-between; margin-top: 24px; padding: 12px 16px; }
.tl-dashboard-demo span { color: var(--tl-muted); text-transform: uppercase; }
.tl-dashboard-demo a { color: var(--tl-indigo); }
.tl-dashboard-main > section + section { margin-top: 48px; }
.tl-dashboard-main section > h2 { font-size: 1.4rem; margin-bottom: 22px; }
.tl-hero-search { margin-top: 24px; max-width: 560px; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-form .search-submit { background: var(--tl-accent); border: 1px solid var(--tl-accent); border-radius: var(--tl-radius); cursor: pointer; font-weight: 800; padding: 0 18px; }
.tl-empty-search { grid-column: 1 / -1; text-align: center; }
.tl-news-tools { background: #fff; border-bottom: 1px solid var(--tl-line); padding: 28px 0; }
.tl-news-filter { align-items: end; display: grid; gap: 12px; grid-template-columns: minmax(260px, 1.4fr) minmax(190px, 0.8fr) auto auto; }
.tl-news-filter label { color: #3d4e5c; display: grid; font-size: 0.76rem; font-weight: 800; gap: 6px; }
.tl-news-filter input, .tl-news-filter select { background: #fff; border: 1px solid #c2cfd9; border-radius: var(--tl-radius); color: var(--tl-ink); min-height: 46px; padding: 10px 12px; width: 100%; }
.tl-news-filter input:focus, .tl-news-filter select:focus { border-color: var(--tl-accent); box-shadow: 0 0 0 3px rgba(16, 191, 173, 0.13); outline: 0; }
.tl-news-categories { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tl-news-categories a { background: var(--tl-surface); border: 1px solid var(--tl-line); border-radius: 999px; color: #526777; font-size: 0.76rem; font-weight: 800; padding: 7px 13px; }
.tl-news-categories a:hover, .tl-news-categories a.is-active { background: var(--tl-navy); border-color: var(--tl-navy); color: #fff; }
.tl-news-results-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 30px; }
.tl-news-results-heading .tl-archive-title { margin: 0; }
.tl-news-results-heading p { color: var(--tl-muted); font-size: 0.84rem; margin: 0; }
.tl-comments-wrap { padding-bottom: 88px; }
.tl-comments { border-top: 1px solid var(--tl-line); max-width: 820px; padding-top: 48px; }
.tl-comments > h2 { font-size: 1.5rem; }
.tl-comment-list { display: grid; gap: 18px; list-style: none; margin: 0 0 42px; padding: 0; }
.tl-comment-list .comment-body { background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); padding: 20px; }
.tl-comment-list .comment-meta { font-size: 0.78rem; }
.tl-comment-list .comment-content { color: var(--tl-muted); }
.tl-comments .comment-form { display: grid; gap: 14px; }
.tl-comments .comment-form label { display: block; font-size: 0.78rem; font-weight: 800; }
.tl-comments .comment-form input:not([type="checkbox"]), .tl-comments .comment-form textarea { border: 1px solid #c2cfd9; border-radius: var(--tl-radius); min-height: 46px; padding: 11px 12px; width: 100%; }
.tl-comments .submit { background: var(--tl-accent); border: 1px solid var(--tl-accent); border-radius: var(--tl-radius); cursor: pointer; font-weight: 800; min-height: 46px; padding: 10px 20px; }

@media (max-width: 1180px) {
  .tl-container { width: min(var(--tl-container), calc(100% - 48px)); }
  .tl-site-header__inner { min-height: 72px; }
  .tl-menu-toggle { display: block; }
  .tl-primary-nav { background: var(--tl-navy); border-top: 1px solid #1e3a5c; display: none; height: calc(100vh - 72px); inset: 72px 0 auto; overflow-y: auto; padding: 18px 24px 28px; position: absolute; }
  .tl-primary-nav.is-open { display: block; }
  .tl-menu, .tl-primary-nav .menu { align-items: stretch; display: grid; gap: 0; }
  .tl-menu a { border-bottom: 1px solid #1e3a5c; font-size: 0.95rem; padding: 13px 4px; }
  .tl-menu .sub-menu { background: transparent; border: 0; display: block; padding: 0 0 0 16px; position: static; }
  .tl-menu .sub-menu a { font-size: 0.83rem; }
  .tl-header-actions { justify-content: space-between; margin-top: 18px; }
  .tl-menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .tl-menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .tl-menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .tl-home-hero__grid { gap: 42px; grid-template-columns: 1fr 0.8fr; }
  .tl-home-hero__content h1 { font-size: 2.8rem; }
  .tl-program-grid { grid-template-columns: repeat(2, 1fr); }
  .tl-leader-grid { grid-template-columns: repeat(3, 1fr); }
  .tl-site-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .tl-site-footer__grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2.1rem; }
  .tl-section { padding: 68px 0; }
  .tl-home-hero__grid, .tl-corporate-band__grid, .tl-split, .tl-form-layout, .tl-contact-layout, .tl-single-hero__grid, .tl-single-layout, .tl-featured-band__grid { grid-template-columns: 1fr; }
  .tl-home-hero__grid { padding-top: 52px; }
  .tl-home-hero__media { max-width: 620px; width: 100%; }
  .tl-home-hero__image { aspect-ratio: 16 / 10; }
  .tl-floating-note { left: 20px; }
  .tl-audience-grid, .tl-card-grid--3, .tl-feature-grid, .tl-corp-value-grid, .tl-story-grid { grid-template-columns: repeat(2, 1fr); }
  .tl-program-grid--archive { grid-template-columns: repeat(2, 1fr); }
  .tl-leader-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .tl-corporate-band__grid { gap: 38px; }
  .tl-final-cta__inner, .tl-wide-cta__inner { align-items: flex-start; flex-direction: column; }
  .tl-form-layout { gap: 44px; }
  .tl-form-card { max-width: 640px; width: 100%; }
  .tl-single-hero__grid { min-height: 0; }
  .tl-fact-panel { max-width: 520px; }
  .tl-single-layout { gap: 36px; }
  .tl-sticky-card { position: static; }
  .tl-featured-band__grid--report { grid-template-columns: 260px 1fr; }
  .tl-article-layout { grid-template-columns: 1fr; }
  .tl-article-aside { display: flex; position: static; }
  .tl-dashboard { grid-template-columns: 1fr; }
  .tl-dashboard-nav { display: none; }
  .tl-dashboard-main { padding: 32px 24px; }
}

@media (max-width: 680px) {
  h1 { font-size: 2.35rem; }
  h2 { font-size: 1.8rem; }
  .tl-container { width: min(var(--tl-container), calc(100% - 32px)); }
  .tl-section { padding: 54px 0; }
  .tl-announcement__inner { align-items: flex-start; flex-direction: column; gap: 2px; padding-block: 8px; text-align: left; }
  .tl-home-hero__grid { gap: 34px; min-height: 0; padding-bottom: 48px; padding-top: 42px; }
  .tl-home-hero__content h1 { font-size: 2.35rem; }
  .tl-home-hero__intro { font-size: 0.96rem; }
  .tl-button-row { align-items: stretch; flex-direction: column; width: 100%; }
  .tl-button-row .tl-button { width: 100%; }
  .tl-hero-stats { grid-template-columns: 1fr 1fr; }
  .tl-home-hero__image { aspect-ratio: 4 / 3; }
  .tl-floating-note { bottom: 14px; left: 14px; max-width: calc(100% - 28px); }
  .tl-partner-strip__inner { align-items: flex-start; flex-direction: column; gap: 18px; padding-block: 26px; }
  .tl-partner-logos { justify-content: flex-start; max-width: 100%; width: 100%; }
  .tl-section-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 30px; }
  .tl-audience-grid, .tl-card-grid--3, .tl-feature-grid, .tl-corp-value-grid, .tl-story-grid, .tl-program-grid, .tl-program-grid--archive, .tl-leader-grid, .tl-leader-grid--4, .tl-leader-grid--3 { grid-template-columns: 1fr; }
  .tl-leader-grid { grid-template-columns: repeat(2, 1fr); }
  .tl-corporate-values, .tl-check-list--columns { grid-template-columns: 1fr; }
  .tl-impact-grid { gap: 28px 0; grid-template-columns: 1fr 1fr; }
  .tl-impact-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .tl-final-cta { padding: 42px 0; }
  .tl-final-cta__inner { min-height: 0; padding: 32px 24px; }
  .tl-site-footer__grid { gap: 34px; grid-template-columns: 1fr 1fr; padding-top: 48px; }
  .tl-site-footer__brand { grid-column: 1 / -1; }
  .tl-site-footer__grid > div:last-child { grid-column: 1 / -1; }
  .tl-site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .tl-page-hero__inner { padding-bottom: 54px; padding-top: 50px; }
  .tl-page-hero h1 { font-size: 2.25rem; }
  .tl-case-band blockquote { font-size: 1.35rem; }
  .tl-featured-band__grid--report { grid-template-columns: 1fr; }
  .tl-report-cover { max-width: 260px; }
  .tl-single-hero h1 { font-size: 2.35rem; }
  .tl-single-hero__grid { padding-bottom: 52px; padding-top: 52px; }
  .tl-single-layout { padding-bottom: 64px; padding-top: 52px; }
  .tl-findings-grid { grid-template-columns: 1fr; }
  .tl-profile-hero__grid { gap: 24px; grid-template-columns: 1fr; text-align: center; }
  .tl-profile-hero__image { justify-self: center; }
  .tl-profile-hero .tl-eyebrow { text-align: center; }
  .tl-form-row, .tl-choice-grid { grid-template-columns: 1fr; }
  .tl-form-card { padding: 24px; }
  .tl-contact-layout { gap: 32px; }
  .tl-article-hero__inner { padding-bottom: 58px; padding-top: 54px; }
  .tl-article-hero h1 { font-size: 2.2rem; }
  .tl-article-image { margin-top: -22px; }
  .tl-article-layout { padding-top: 42px; }
  .tl-status-card, .tl-login-card { padding: 30px 22px; }
  .tl-dashboard-main { padding: 28px 16px; }
  .tl-dashboard-main > header { align-items: flex-start; }
  .tl-dashboard-main .tl-card-grid--3 { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

/* Reference-screen alignment, v1.1 */
.tl-container { width: min(1240px, calc(100% - 80px)); }
.tl-button--navy { background: var(--tl-navy); border-color: var(--tl-navy); color: #fff; }
.tl-button--navy:hover { background: #102744; border-color: #102744; color: #fff; }
.tl-badge { background: #e4f7f4; border-radius: 999px; color: #087f74; display: inline-flex; font-size: 0.72rem; font-weight: 800; line-height: 1.2; padding: 6px 11px; }
.tl-badge--dark { background: var(--tl-navy); color: #fff; }
.tl-badge--on-dark { background: #16375d; color: #a9ede5; }
.tl-badge-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tl-breadcrumb { align-items: center; color: #91a7bb; display: flex; flex-wrap: wrap; font-size: 0.78rem; gap: 10px; margin-bottom: 28px; }
.tl-breadcrumb a { color: #91a7bb; }
.tl-filter-bar { background: var(--tl-navy); border-top: 1px solid #203b5c; color: #a8bac9; }
.tl-filter-bar__inner { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; min-height: 68px; }
.tl-filter-bar__inner > span { font-size: 0.78rem; font-weight: 800; margin-right: 4px; }
.tl-filter-bar__inner > a { border: 1px solid #315175; border-radius: 999px; color: #b9c8d5; font-size: 0.82rem; font-weight: 700; padding: 8px 18px; }
.tl-filter-bar__inner > a:hover, .tl-filter-bar__inner > a.is-active { background: var(--tl-accent); border-color: var(--tl-accent); color: #06231f; }
.tl-filter-bar__inner > i { background: #315175; height: 28px; margin: 0 4px; width: 1px; }

.tl-home-hero__grid { grid-template-columns: minmax(0, 760px) 1fr; min-height: 620px; padding-bottom: 56px; padding-top: 52px; }
.tl-home-hero__content h1 { font-size: 3.35rem; line-height: 1.08; }
.tl-home-hero__visual { min-height: 430px; position: relative; }
.tl-home-hero__visual .tl-floating-note { bottom: 70px; left: 10%; }
.tl-home-hero__visual::before, .tl-home-hero__visual::after { background: var(--tl-accent-bright); border-radius: 50%; content: ""; height: 7px; position: absolute; right: 16%; top: 20%; width: 7px; }
.tl-home-hero__visual::after { background: var(--tl-indigo); bottom: 20%; height: 6px; left: 28%; right: auto; top: auto; width: 6px; }

.tl-program-archive { padding-top: 62px; }
.tl-program-group { scroll-margin-top: 24px; }
.tl-program-group + .tl-program-group { margin-top: 62px; }
.tl-program-group__heading { align-items: center; display: flex; gap: 22px; margin-bottom: 26px; }
.tl-program-group__heading h2 { border-left: 3px solid var(--tl-accent); font-size: 1.65rem; margin: 0; padding-left: 16px; }
.tl-program-group__heading p { color: #748696; font-size: 0.86rem; margin: 0; }
.tl-program-group__heading--indigo h2 { border-color: var(--tl-indigo); }
.tl-program-group__heading--navy h2 { border-color: var(--tl-navy); }
.tl-program-archive-grid { display: grid; gap: 20px; }
.tl-program-archive-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tl-program-archive-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-program-archive-card { align-items: flex-start; background: #fff; border: 1px solid #dce6ec; border-radius: 8px; display: flex; flex-direction: column; min-height: 250px; padding: 28px; }
.tl-program-archive-card__top { align-items: flex-start; display: flex; gap: 16px; justify-content: space-between; width: 100%; }
.tl-program-archive-card h3 { font-size: 1.35rem; margin: 0 0 12px; }
.tl-program-archive-card h3 a { color: var(--tl-ink); }
.tl-program-archive-card__top > span { background: var(--tl-blue-surface); border-radius: 999px; color: #30485a; flex: 0 0 auto; font-size: 0.69rem; font-weight: 800; padding: 5px 10px; }
.tl-program-archive-card > p { color: #6f8291; font-size: 0.9rem; line-height: 1.65; }
.tl-program-archive-card__meta { border-top: 1px dashed #dce6ec; color: #748696; display: flex; flex-wrap: wrap; font-size: 0.78rem; gap: 22px; margin: auto 0 18px; padding-top: 14px; width: 100%; }
.tl-program-archive-grid--three .tl-program-archive-card { min-height: 215px; }
.tl-program-archive-grid--three .tl-program-archive-card .tl-button { background: transparent; border: 0; color: #0a8f82; min-height: 0; padding: 0; }

.tl-event-feature { background: #fff; padding: 64px 0; }
.tl-event-feature__card { border: 1px solid #dce6ec; border-radius: 8px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.tl-event-feature__media { background: #eaf2f6; min-height: 340px; overflow: hidden; position: relative; }
.tl-event-feature__media > img, .tl-event-feature__media > .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-event-feature__media .tl-badge { left: 18px; position: absolute; top: 18px; z-index: 2; }
.tl-event-feature__body { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: 40px; }
.tl-event-feature__body h2 { font-size: 1.85rem; margin: 0 0 14px; }
.tl-event-feature__body h2 a { color: var(--tl-ink); }
.tl-event-feature__body > p:not(.tl-card-kicker) { color: #667987; }
.tl-speaker-line { align-items: center; color: #748696; display: flex; font-size: 0.78rem; gap: 10px; margin: 8px 0 18px; }
.tl-speaker-line .tl-avatar-stack b { align-items: center; background: var(--tl-navy); border: 2px solid #fff; border-radius: 50%; color: #fff; display: flex; font-size: 0.6rem; height: 32px; justify-content: center; width: 32px; }
.tl-speaker-line .tl-avatar-stack b + b { background: var(--tl-accent); color: #06231f; margin-left: -7px; }
.tl-spots-left { align-self: center; color: #ba5c32; font-size: 0.76rem; }
.tl-event-list-section { padding-top: 62px; }
.tl-event-list { display: grid; gap: 14px; }
.tl-event-row { align-items: center; background: #fff; border: 1px solid #dce6ec; border-radius: 8px; display: grid; gap: 26px; grid-template-columns: 110px 1fr auto; padding: 22px 26px; }
.tl-event-row time { align-items: center; border-right: 1px solid #dce6ec; display: flex; flex-direction: column; line-height: 1.05; }
.tl-event-row time strong { color: var(--tl-navy); font-family: "Space Grotesk", sans-serif; font-size: 2rem; }
.tl-event-row time span { color: #0a8f82; font-size: 0.73rem; font-weight: 800; margin-top: 5px; }
.tl-event-row time small { color: #7c8e9b; font-size: 0.68rem; margin-top: 3px; }
.tl-event-row h3 { align-items: center; display: flex; flex-wrap: wrap; font-size: 1.08rem; gap: 10px; margin: 0 0 4px; }
.tl-event-row h3 a { color: var(--tl-ink); }
.tl-event-row p { color: #748696; font-size: 0.78rem; margin: 0; }

.tl-course-archive { background: #fff; }
.tl-course-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-course-card { border: 1px solid #dce6ec; border-radius: 8px; display: flex; flex-direction: column; padding: 28px; }
.tl-course-card__top { align-items: center; display: flex; justify-content: space-between; }
.tl-course-card__top > strong { color: #b35a2e; font-size: 0.72rem; }
.tl-course-card h2 { font-size: 1.3rem; margin: 18px 0 10px; }
.tl-course-card h2 a { color: var(--tl-ink); }
.tl-course-card > p { color: #6f8291; font-size: 0.88rem; min-height: 88px; }
.tl-course-card dl { border-top: 1px dashed #dce6ec; margin: auto 0 18px; padding-top: 12px; }
.tl-course-card dl div { display: flex; font-size: 0.78rem; justify-content: space-between; padding: 4px 0; }
.tl-course-card dt { color: #748696; }
.tl-course-card dd { font-weight: 800; margin: 0; text-align: right; }
.tl-open-class { align-items: center; background: var(--tl-blue-surface); border-radius: 8px; display: flex; justify-content: space-between; margin: 46px 0 58px; padding: 28px 34px; }
.tl-open-class h2 { font-size: 1.2rem; margin: 0 0 4px; }
.tl-open-class h2 a { color: var(--tl-ink); }
.tl-open-class p:not(.tl-eyebrow) { color: #748696; font-size: 0.8rem; margin: 0; }
.tl-instructors > header h2 { font-size: 1.55rem; margin: 0 0 5px; }
.tl-instructors > header p { color: #748696; font-size: 0.85rem; max-width: 560px; }
.tl-instructor-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 28px; }
.tl-instructor-grid article { border: 1px solid #dce6ec; border-radius: 8px; min-width: 0; padding: 14px; }
.tl-instructor-grid a { align-items: center; color: var(--tl-ink); display: flex; gap: 12px; }
.tl-instructor-grid img, .tl-instructor-grid .tl-media-placeholder { border-radius: 50%; flex: 0 0 auto; height: 52px; min-height: 52px; object-fit: cover; width: 52px; }
.tl-instructor-grid strong, .tl-instructor-grid small { display: block; }
.tl-instructor-grid small { color: #748696; font-size: 0.67rem; line-height: 1.35; }

.tl-report-feature { background: #fff; padding: 62px 0; }
.tl-report-feature__grid { align-items: center; display: grid; gap: 56px; grid-template-columns: 300px 1fr; }
.tl-report-feature__cover { display: block; filter: drop-shadow(0 24px 28px rgba(10,25,48,0.2)); }
.tl-report-feature h2 { font-size: 2rem; margin: 16px 0 8px; }
.tl-report-feature h2 a { color: var(--tl-ink); }
.tl-report-feature__grid > div > p { color: #637684; max-width: 700px; }
.tl-report-feature__meta { font-size: 0.77rem; }
.tl-report-cover-art { aspect-ratio: 3 / 4; background: var(--tl-navy); color: #fff; display: flex; flex-direction: column; min-height: 0; overflow: hidden; padding: 30px; position: relative; }
.tl-report-cover-art > span { color: var(--tl-accent-bright); font-size: 0.66rem; font-weight: 800; text-transform: uppercase; }
.tl-report-cover-art > strong { font-family: "Space Grotesk", sans-serif; font-size: 1.45rem; line-height: 1.25; margin-top: 18px; }
.tl-report-cover-art > small { color: #91a7bb; margin-top: auto; }
.tl-report-cover-art > i { bottom: 70px; height: 100px; left: 40px; position: absolute; width: 160px; }
.tl-report-cover-art > i::before, .tl-report-cover-art > i::after { background: #23486f; content: ""; height: 1px; left: 0; position: absolute; transform: rotate(-34deg); transform-origin: left; width: 130px; }
.tl-report-cover-art > i::after { left: 55px; top: 32px; transform: rotate(28deg); }
.tl-report-cover-art > i b { background: var(--tl-accent-bright); border-radius: 50%; height: 8px; left: 50px; position: absolute; top: 28px; width: 8px; }
.tl-report-cover-art > i b:nth-child(2) { background: #fff; left: 126px; top: 63px; }
.tl-report-cover-art > i b:nth-child(3) { background: var(--tl-indigo); left: 92px; top: 85px; }
.tl-report-cover-art--compact { padding: 16px; }
.tl-report-cover-art--compact > strong { font-size: 0.82rem; margin-top: 9px; }
.tl-report-cover-art--compact > span { font-size: 0.48rem; }
.tl-report-cover-art--compact > small { font-size: 0.58rem; }
.tl-report-cover-art--compact > i { bottom: 38px; left: 14px; transform: scale(0.55); transform-origin: left bottom; }
.tl-inline-list { display: flex; flex-wrap: wrap; gap: 12px 30px; list-style: none; margin: 18px 0 24px; padding: 0; }
.tl-inline-list li { color: #748696; font-size: 0.76rem; padding-left: 12px; position: relative; }
.tl-inline-list li::before { background: #748696; border-radius: 50%; content: ""; height: 4px; left: 0; position: absolute; top: 0.65em; width: 4px; }
.tl-report-list-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-report-list-card { background: #fff; border: 1px solid #dce6ec; border-radius: 8px; display: grid; gap: 18px; grid-template-columns: 118px 1fr; overflow: hidden; padding: 20px; }
.tl-report-list-card__cover { align-self: stretch; min-height: 180px; }
.tl-report-list-card h3 { font-size: 1rem; margin: 9px 0 4px; }
.tl-report-list-card h3 a { color: var(--tl-ink); }
.tl-report-list-card p:not(.tl-card-meta) { color: #748696; font-size: 0.76rem; line-height: 1.55; }
.tl-research-cta { align-items: center; background: var(--tl-blue-surface); border-radius: 8px; display: flex; justify-content: space-between; margin-top: 42px; padding: 26px 32px; }
.tl-research-cta h2 { font-size: 1.2rem; margin: 0 0 3px; }
.tl-research-cta p { color: #748696; font-size: 0.8rem; margin: 0; }

.tl-program-detail__hero, .tl-event-detail__hero, .tl-course-detail__hero, .tl-report-detail__hero, .tl-leader-detail__hero { background: var(--tl-navy); color: #fff; overflow: hidden; position: relative; }
.tl-program-detail__hero > .tl-network-art { opacity: 0.75; }
.tl-program-detail__hero > .tl-container { padding-bottom: 62px; padding-top: 48px; position: relative; z-index: 1; }
.tl-program-detail__hero-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.15fr 0.85fr; }
.tl-program-detail__hero h1, .tl-event-detail__hero h1, .tl-course-detail__hero h1, .tl-report-detail__hero h1, .tl-leader-detail__hero h1 { font-size: 2.8rem; margin: 16px 0; }
.tl-program-detail__hero-grid > div > p, .tl-course-detail__hero > .tl-container > p, .tl-report-detail__hero-grid > div > p { color: #b7c7d6; font-size: 1rem; line-height: 1.7; max-width: 720px; }
.tl-program-detail__hero .tl-button-row > span { align-self: center; color: #9fb1c1; font-size: 0.78rem; }
.tl-program-stats { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin: 0; }
.tl-program-stats > div { border: 1px solid #315175; border-radius: 8px; padding: 18px; }
.tl-program-stats dt { color: #fff; font-family: "Space Grotesk", sans-serif; font-size: 1.45rem; font-weight: 700; }
.tl-program-stats dd { color: #91a7bb; font-size: 0.7rem; margin: 2px 0 0; }
.tl-detail-layout { align-items: start; display: grid; gap: 60px; grid-template-columns: minmax(0, 1fr) 330px; padding-bottom: 82px; padding-top: 72px; }
.tl-home-hero__grid > *, .tl-corporate-band__grid > *, .tl-split > *, .tl-form-layout > *, .tl-contact-layout > *, .tl-single-hero__grid > *, .tl-single-layout > *, .tl-featured-band__grid > *, .tl-detail-layout > *, .tl-event-detail__layout > *, .tl-leader-detail__layout > * { min-width: 0; }
.tl-detail-content section + section { margin-top: 48px; }
.tl-detail-content h2 { font-size: 1.75rem; margin: 0 0 24px; }
.tl-detail-sidebar { display: grid; gap: 14px; position: sticky; top: 24px; }
.tl-period-card { background: var(--tl-navy); border-radius: 8px; color: #fff; padding: 28px; }
.tl-period-card h2 { font-size: 1.2rem; margin: 0 0 16px; }
.tl-period-card dl { margin: 0 0 20px; }
.tl-period-card dl div { border-bottom: 1px solid #315175; display: flex; font-size: 0.76rem; justify-content: space-between; padding: 10px 0; }
.tl-period-card dt { color: #91a7bb; }
.tl-period-card dd { font-weight: 800; margin: 0; text-align: right; }
.tl-side-note { background: #fff; border: 1px solid #dce6ec; border-radius: 8px; padding: 22px; }
.tl-side-note--blue { background: var(--tl-blue-surface); border: 0; }
.tl-side-note h3 { font-size: 0.9rem; margin: 0 0 8px; }
.tl-side-note h4 { font-size: 0.9rem; margin: 8px 0; }
.tl-side-note h4 a { color: var(--tl-ink); }
.tl-side-note p { color: #6f8291; font-size: 0.78rem; line-height: 1.55; }
.tl-eligibility-grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; list-style: none; margin: 0; padding: 0; }
.tl-eligibility-grid li { border: 1px solid #dce6ec; border-radius: 8px; font-size: 0.82rem; font-weight: 700; padding: 13px 16px 13px 34px; position: relative; }
.tl-eligibility-grid li::before { background: var(--tl-indigo); border-radius: 50%; content: ""; height: 6px; left: 17px; position: absolute; top: 1.05em; width: 6px; }
.tl-related-programs { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.tl-related-programs article { background: #fff; border-radius: 8px; padding: 22px; }
.tl-related-programs h3 { font-size: 1rem; margin: 0 0 5px; }
.tl-related-programs h3 a { color: var(--tl-ink); }
.tl-related-programs p { color: #748696; font-size: 0.77rem; margin: 0; }

.tl-event-detail__hero > .tl-container, .tl-course-detail__hero > .tl-container { padding-bottom: 58px; padding-top: 42px; }
.tl-event-detail__hero h1 { max-width: 900px; }
.tl-event-detail__facts { display: flex; flex-wrap: wrap; gap: 20px 42px; margin-top: 18px; }
.tl-event-detail__facts span { color: #b7c7d6; font-size: 0.82rem; padding-left: 14px; position: relative; }
.tl-event-detail__facts span::before { background: var(--tl-accent-bright); border-radius: 50%; content: ""; height: 6px; left: 0; position: absolute; top: 0.55em; width: 6px; }
.tl-event-detail__layout { align-items: start; display: grid; gap: 62px; grid-template-columns: minmax(0, 1fr) 340px; padding-bottom: 82px; padding-top: 64px; }
.tl-event-detail__content section { margin-top: 38px; }
.tl-event-detail__content h2 { font-size: 1.55rem; margin: 0 0 16px; }
.tl-event-detail__content p { color: #586b79; }
.tl-event-detail__image { aspect-ratio: 16 / 8; border-radius: 8px; overflow: hidden; }
.tl-event-detail__image img, .tl-event-detail__image .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-event-detail__sidebar { display: grid; gap: 14px; position: sticky; top: 24px; }
.tl-registration-head, .tl-registration-progress { display: flex; flex-wrap: wrap; justify-content: space-between; }
.tl-registration-head h2 { margin: 0 0 14px; }
.tl-registration-progress { color: #748696; font-size: 0.72rem; margin-bottom: 16px; }
.tl-registration-progress i { background: #dce6ec; border-radius: 99px; display: block; height: 5px; margin-top: 6px; overflow: hidden; width: 100%; }
.tl-registration-progress i b { background: var(--tl-accent); display: block; height: 100%; }
.tl-event-speakers { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.tl-event-speakers article { min-width: 0; }
.tl-event-speakers article > a { aspect-ratio: 4 / 5; border-radius: 8px; display: block; overflow: hidden; }
.tl-event-speakers img, .tl-event-speakers .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-event-speakers h3 { font-size: 0.82rem; margin: 8px 0 2px; }
.tl-event-speakers h3 a { color: var(--tl-ink); }
.tl-event-speakers p { font-size: 0.67rem; line-height: 1.35; margin: 0; }
.tl-curriculum li { grid-template-columns: 110px 1fr; }

.tl-report-detail__hero-grid { align-items: center; display: grid; gap: 54px; grid-template-columns: 270px 1fr; padding-bottom: 58px; padding-top: 44px; }
.tl-report-detail__cover { filter: drop-shadow(0 22px 30px rgba(0,0,0,0.28)); }
.tl-report-detail .tl-findings-grid { grid-template-columns: repeat(2, 1fr); }

.tl-leader-detail__hero > .tl-container { padding-bottom: 54px; padding-top: 40px; }
.tl-leader-detail__hero-grid { align-items: center; display: grid; gap: 44px; grid-template-columns: 190px 1fr auto; }
.tl-leader-detail__portrait { border: 3px solid var(--tl-accent-bright); border-radius: 50%; height: 190px; overflow: hidden; width: 190px; }
.tl-leader-detail__portrait img, .tl-leader-detail__portrait .tl-media-placeholder { height: 100%; object-fit: cover; width: 100%; }
.tl-leader-detail__hero-grid > div:nth-child(2) > p { color: #b7c7d6; }
.tl-leader-stats { display: grid; gap: 30px; grid-template-columns: repeat(3, auto); margin: 0; }
.tl-leader-stats div { text-align: center; }
.tl-leader-stats dt { font-family: "Space Grotesk", sans-serif; font-size: 1.75rem; font-weight: 700; }
.tl-leader-stats dd { color: #91a7bb; font-size: 0.72rem; margin: 2px 0 0; }
.tl-leader-detail__layout { align-items: start; display: grid; gap: 62px; grid-template-columns: minmax(0, 1fr) 360px; padding-bottom: 82px; padding-top: 68px; }
.tl-leader-detail__layout main section + section { margin-top: 42px; }
.tl-leader-detail__layout h2 { font-size: 1.55rem; margin: 0 0 16px; }
.tl-leader-detail__layout main p { color: #4f6372; }
.tl-leader-detail__aside { display: grid; gap: 14px; }
.tl-contribution-table { border: 1px solid #dce6ec; border-radius: 8px; overflow: hidden; }
.tl-contribution-table > div { align-items: start; display: grid; gap: 18px; grid-template-columns: 130px 1fr; padding: 17px 22px; }
.tl-contribution-table > div:nth-child(even) { background: #f3f7f9; }
.tl-contribution-table > div > strong { color: #0a8f82; font-size: 0.8rem; }
.tl-contribution-table p { font-size: 0.82rem; margin: 0; }
.tl-other-leaders { display: grid; gap: 12px; }
.tl-other-leaders > a { align-items: center; color: var(--tl-ink); display: flex; gap: 10px; }
.tl-other-leaders img, .tl-other-leaders .tl-media-placeholder { border-radius: 50%; height: 44px; min-height: 44px; object-fit: cover; width: 44px; }
.tl-other-leaders strong, .tl-other-leaders small { display: block; }
.tl-other-leaders small { color: #748696; font-size: 0.65rem; }

/* Static visual polish: depth and hierarchy without motion. */
.tl-page-hero,
.tl-program-detail__hero,
.tl-event-detail__hero,
.tl-course-detail__hero,
.tl-report-detail__hero,
.tl-leader-detail__hero {
  background-color: var(--tl-navy);
  background-image: radial-gradient(circle at 84% 18%, rgba(76, 93, 245, 0.15), transparent 32%);
}
.tl-section-heading h2::after {
  background: linear-gradient(90deg, var(--tl-accent), var(--tl-indigo));
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 14px;
  width: 56px;
}
.tl-text-link > span:last-child {
  align-items: center;
  background: var(--tl-blue-surface);
  border-radius: 50%;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.tl-text-link--light > span:last-child { background: rgba(255, 255, 255, 0.1); }
.tl-audience-card {
  border-top: 3px solid var(--tl-accent);
  box-shadow: 0 12px 30px rgba(10, 25, 48, 0.05);
}
.tl-audience-card:nth-child(3n + 2) { border-top-color: var(--tl-indigo); }
.tl-audience-card:nth-child(3n) { border-top-color: var(--tl-navy); }
.tl-audience-card:nth-child(3n + 2) .tl-audience-card__icon { background: #eef0ff; color: var(--tl-indigo); }
.tl-audience-card:nth-child(3n) .tl-audience-card__icon { background: #eef3f8; color: var(--tl-navy); }
.tl-feature {
  box-shadow: 0 10px 28px rgba(10, 25, 48, 0.045);
  overflow: hidden;
  padding-left: 31px;
  position: relative;
}
.tl-feature::before {
  background: var(--tl-accent);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 3px;
}
.tl-feature:nth-child(3n + 2)::before { background: var(--tl-indigo); }
.tl-feature:nth-child(3n)::before { background: var(--tl-navy); }
.tl-feature > span {
  background: var(--tl-blue-surface);
  border-radius: 999px;
  display: inline-flex;
  padding: 5px 9px;
}
.tl-program-group__heading--indigo + .tl-program-archive-grid .tl-button--navy {
  background: var(--tl-indigo);
  border-color: var(--tl-indigo);
}
.tl-program-group__heading--navy + .tl-program-archive-grid .tl-button--navy {
  background: transparent;
  border-color: var(--tl-navy);
  color: var(--tl-navy);
}
.tl-course-grid .tl-course-card:nth-child(2) .tl-button {
  background: var(--tl-indigo);
  border-color: var(--tl-indigo);
  color: #fff;
}
.tl-course-grid .tl-course-card:nth-child(3) .tl-button {
  background: transparent;
  border-color: var(--tl-navy);
  color: var(--tl-navy);
}
.tl-event-list .tl-event-row > .tl-button {
  background: transparent;
  border-color: var(--tl-navy);
  color: var(--tl-navy);
}
.tl-program-archive-card,
.tl-course-card,
.tl-event-row {
  box-shadow: 0 9px 24px rgba(10, 25, 48, 0.04);
}

/* Committees page */
.tl-committee-hero__stats {
  border-top: 1px solid #2a4568;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  max-width: 780px;
  padding-top: 24px;
}
.tl-committee-hero__stats strong {
  color: #fff;
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  line-height: 1.15;
}
.tl-committee-hero__stats span { color: var(--tl-muted-light); display: block; font-size: 0.75rem; margin-top: 5px; }
.tl-committee-principles { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-committee-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.tl-committee-jump a {
  background: var(--tl-blue-surface);
  border: 1px solid #cfe0e8;
  border-radius: 999px;
  color: var(--tl-navy);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 9px 14px;
}
.tl-committee-jump a:nth-child(3n + 2) { background: #eef0ff; border-color: #d8dcff; color: var(--tl-indigo); }
.tl-committee-jump a:hover, .tl-committee-jump a:focus-visible { background: var(--tl-navy); border-color: var(--tl-navy); color: #fff; }
.tl-committee-group { scroll-margin-top: 92px; }
.tl-committee-group__heading {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  margin-bottom: 36px;
}
.tl-committee-group__heading h2 { font-size: 2rem; margin: 0; max-width: 720px; }
.tl-committee-group__heading > p { color: var(--tl-muted); line-height: 1.75; margin: 0; }
.tl-committee-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-committee-card {
  background: #fff;
  border: 1px solid var(--tl-line);
  border-radius: var(--tl-radius);
  box-shadow: 0 12px 30px rgba(10, 25, 48, 0.05);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 28px;
  position: relative;
}
.tl-committee-card::before { background: var(--tl-accent); content: ""; height: 4px; inset: 0 0 auto; position: absolute; }
.tl-committee-card:nth-child(3n + 2)::before { background: var(--tl-indigo); }
.tl-committee-card:nth-child(3n)::before { background: var(--tl-navy); }
.tl-committee-card__top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; }
.tl-committee-card__top > span {
  align-items: center;
  background: var(--tl-navy);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.tl-committee-card__top small { color: #0a7f74; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.tl-committee-card h3 { font-size: 1.18rem; line-height: 1.35; margin: 0 0 12px; }
.tl-committee-card > p { color: var(--tl-muted); font-size: 0.88rem; line-height: 1.7; margin: 0 0 20px; }
.tl-committee-card__tags { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 0 0 24px; padding: 0; }
.tl-committee-card__tags li { background: var(--tl-blue-surface); border-radius: 999px; color: #345064; font-size: 0.68rem; font-weight: 700; padding: 6px 9px; }
.tl-committee-card__output { border-top: 1px solid var(--tl-line); margin-top: auto; padding-top: 17px; }
.tl-committee-card__output span { color: var(--tl-muted); display: block; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.06em; margin-bottom: 5px; text-transform: uppercase; }
.tl-committee-card__output strong { color: var(--tl-navy); display: block; font-size: 0.83rem; line-height: 1.5; }
.tl-committee-roles { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tl-committee-roles article { background: #fff; border: 1px solid #cfe0e8; border-radius: var(--tl-radius); padding: 24px; }
.tl-committee-roles article > span { color: var(--tl-indigo); font-family: "Space Grotesk", sans-serif; font-size: 0.73rem; font-weight: 800; }
.tl-committee-roles h3 { font-size: 1rem; margin: 12px 0 8px; }
.tl-committee-roles p { color: var(--tl-muted); font-size: 0.82rem; line-height: 1.65; margin: 0; }
.tl-committee-cta__text { color: var(--tl-muted); line-height: 1.7; margin: 12px 0 0; max-width: 650px; }

@media (max-width: 1000px) {
	.tl-newsletter { gap: 28px; grid-template-columns: 1fr; }
	.tl-news-filter { grid-template-columns: minmax(0, 1fr) minmax(180px, 0.75fr) auto; }
	.tl-news-filter .tl-button--outline-dark { grid-column: 1 / -1; justify-self: start; }
  .tl-program-archive-grid--three, .tl-course-grid, .tl-report-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tl-report-list-card:last-child { grid-column: 1 / -1; }
  .tl-instructor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tl-program-detail__hero-grid, .tl-leader-detail__hero-grid { grid-template-columns: 1fr; }
  .tl-program-stats { max-width: 620px; }
  .tl-leader-stats { justify-content: start; }
  .tl-committee-grid, .tl-committee-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tl-committee-group__heading { align-items: start; grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 760px) {
	.tl-newsletter__form, .tl-news-filter { grid-template-columns: 1fr; }
	.tl-newsletter__form .tl-button, .tl-news-filter .tl-button { width: 100%; }
	.tl-newsletter__form .tl-consent, .tl-news-filter .tl-button--outline-dark { grid-column: auto; }
	.tl-news-results-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .tl-home-hero__content h1 { font-size: clamp(2.15rem, 10.5vw, 2.55rem); line-height: 1.12; }
  .tl-container { width: min(100% - 32px, 1240px); }
  .tl-filter-bar__inner { flex-wrap: nowrap; overflow-x: auto; padding: 14px 0; }
  .tl-filter-bar__inner > a, .tl-filter-bar__inner > span { flex: 0 0 auto; }
  .tl-home-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .tl-home-hero__visual { min-height: 160px; }
  .tl-home-hero__visual .tl-floating-note { bottom: 20px; left: 0; }
  .tl-program-group__heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .tl-program-archive-grid--two, .tl-program-archive-grid--three, .tl-course-grid, .tl-report-list-grid { grid-template-columns: 1fr; }
  .tl-program-archive-card__top { align-items: flex-start; flex-direction: column-reverse; }
  .tl-event-feature__card, .tl-report-feature__grid, .tl-detail-layout, .tl-event-detail__layout, .tl-report-detail__hero-grid, .tl-leader-detail__layout { grid-template-columns: 1fr; }
  .tl-event-feature__media { min-height: 230px; }
  .tl-event-feature__body { padding: 26px; }
  .tl-event-row { align-items: start; grid-template-columns: 74px 1fr; }
  .tl-event-row > .tl-button { grid-column: 2; justify-self: start; }
  .tl-event-row time { min-height: 78px; }
  .tl-open-class, .tl-research-cta { align-items: flex-start; flex-direction: column; gap: 18px; }
  .tl-instructor-grid { grid-template-columns: 1fr; }
  .tl-report-feature__cover, .tl-report-detail__cover { max-width: 260px; }
  .tl-report-list-card { grid-template-columns: 100px 1fr; }
  .tl-detail-sidebar, .tl-event-detail__sidebar { position: static; }
  .tl-eligibility-grid, .tl-related-programs, .tl-event-speakers, .tl-report-detail .tl-findings-grid { grid-template-columns: 1fr; }
  .tl-event-speakers { grid-template-columns: repeat(2, 1fr); }
  .tl-curriculum li { grid-template-columns: 84px 1fr; }
  .tl-leader-detail__portrait { height: 160px; width: 160px; }
  .tl-leader-stats { gap: 18px; }
  .tl-contribution-table > div { grid-template-columns: 1fr; }
  .tl-committee-hero__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tl-committee-group__heading h2 { font-size: 1.65rem; }
  .tl-committee-jump { flex-wrap: nowrap; margin-right: -16px; overflow-x: auto; padding-bottom: 12px; padding-right: 16px; }
  .tl-committee-jump a { flex: 0 0 auto; }
  .tl-committee-card { padding: 24px; }
}

/* Mobile swipe sliders for repeated card groups. */
@media (max-width: 760px) {
  .tl-mobile-slider {
    display: grid !important;
    gap: 16px !important;
    grid-auto-columns: min(82vw, 320px) !important;
    grid-auto-flow: column !important;
    grid-template-columns: none !important;
    justify-content: start !important;
    margin-inline: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    padding: 4px 2px 16px !important;
    scroll-padding-inline: 2px;
    scroll-snap-type: inline mandatory;
    scrollbar-color: var(--tl-accent) var(--tl-blue-surface);
    scrollbar-width: thin;
    touch-action: pan-x;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
  }
  .tl-mobile-slider > * {
    grid-column: auto !important;
    min-width: 0 !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .tl-leader-grid.tl-mobile-slider, .tl-impact-grid.tl-mobile-slider {
    grid-auto-columns: min(70vw, 270px) !important;
  }
  .tl-contact-aside.tl-mobile-slider {
    align-items: stretch;
  }
  .tl-contact-aside.tl-mobile-slider > *, .tl-plan-list.tl-mobile-slider > * {
    height: 100%;
  }
}
