body.tusi-education {
  --t2-ink: #18231e;
  --t2-paper: #f5f2eb;
  --t2-paper-deep: #ece8de;
  --t2-green: #315f50;
  --t2-mint: #83b9aa;
  --t2-violet: #826395;
  --t2-pink: #a74560;
  --t2-pink-soft: #d69aaa;
  --t2-gold: #c49b67;
  --t2-night: #111b18;
  --t2-line: rgba(35, 60, 49, .14);
  --t2-display: 'Cormorant Garamond', serif;
  --t2-body: 'Outfit', sans-serif;
  --t2-mono: 'DM Mono', monospace;
  background: var(--t2-paper);
  color: var(--t2-ink);
}

body.tusi-education main {
  overflow: hidden;
}

.t2-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.t2-hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: center;
  padding: clamp(150px, 18vh, 205px) 0 clamp(90px, 12vh, 140px);
  isolation: isolate;
  background:
    radial-gradient(circle at 11% 18%, rgba(131, 185, 170, .28), transparent 34%),
    radial-gradient(circle at 86% 30%, rgba(167, 69, 96, .17), transparent 30%),
    radial-gradient(circle at 70% 91%, rgba(130, 99, 149, .16), transparent 31%),
    linear-gradient(145deg, #f9f7f1 0%, #efede6 100%);
}

.t2-hero-media,
.t2-hero-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.t2-hero-media {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(.94);
}

.t2-hero-veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(249, 247, 241, .96) 0%, rgba(249, 247, 241, .88) 38%, rgba(245, 242, 235, .26) 69%, rgba(17, 27, 24, .08) 100%),
    linear-gradient(180deg, rgba(249, 247, 241, .14), rgba(49, 95, 80, .08));
}

.t2-hero::before,
.t2-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.t2-hero::before {
  width: min(56vw, 760px);
  aspect-ratio: 1;
  top: -22%;
  right: -15%;
  border: 1px solid rgba(167, 69, 96, .13);
  box-shadow: inset 0 0 0 45px rgba(255, 255, 255, .12), inset 0 0 0 46px rgba(49, 95, 80, .06);
}

.t2-hero::after {
  width: 500px;
  height: 500px;
  left: -310px;
  bottom: -300px;
  border: 80px solid rgba(131, 185, 170, .1);
}

.t2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.t2-eyebrow,
.t2-kicker,
.t2-section-label,
.t2-mini-label {
  font-family: var(--t2-mono);
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.t2-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--t2-pink);
}

.t2-eyebrow::before {
  content: '';
  width: 34px;
  height: 1px;
  background: currentColor;
}

.t2-hero h1 {
  max-width: 760px;
  margin: 25px 0 24px;
  color: var(--t2-ink);
  font-family: var(--t2-display);
  font-size: clamp(58px, 8.7vw, 116px);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: .82;
}

.t2-hero h1 span {
  color: var(--t2-pink);
  font-style: italic;
}

.t2-hero-lede {
  max-width: 680px;
  margin: 0;
  color: #4b5b53;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 300;
  line-height: 1.7;
}

.t2-hero-lede strong {
  color: var(--t2-ink);
  font-weight: 500;
}

.t2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.t2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--t2-line);
  border-radius: 999px;
  color: var(--t2-ink);
  background: rgba(255, 255, 255, .58);
  font-family: var(--t2-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-decoration: none;
  transition: transform .3s, border-color .3s, background .3s, color .3s;
}

.t2-button.primary {
  border-color: var(--t2-green);
  color: #fff;
  background: var(--t2-green);
}

.t2-button:hover,
.t2-button:focus-visible {
  transform: translateY(-3px);
  border-color: var(--t2-pink);
  outline: none;
}

.t2-button.primary:hover,
.t2-button.primary:focus-visible {
  border-color: var(--t2-pink);
  background: var(--t2-pink);
}

.t2-nameplate {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(49, 95, 80, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .52);
  box-shadow: 0 34px 90px rgba(24, 35, 30, .11);
  backdrop-filter: blur(14px);
}

.t2-nameplate::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(130, 99, 149, .12);
  border-radius: 22px;
  pointer-events: none;
}

.t2-name-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 13px;
  padding: 24px 5px;
}

.t2-name {
  text-align: center;
}

.t2-name strong {
  display: block;
  font-family: var(--t2-display);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
}

.t2-name.tusi strong { color: var(--t2-pink); }
.t2-name.molecule strong { color: var(--t2-green); }

.t2-name small {
  display: block;
  margin-top: 8px;
  color: #738078;
  font-family: var(--t2-mono);
  font-size: 9px;
  letter-spacing: .16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.t2-not-equal {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(167, 69, 96, .22);
  border-radius: 50%;
  color: var(--t2-pink);
  background: rgba(167, 69, 96, .06);
  font-family: var(--t2-display);
  font-size: 38px;
}

.t2-nameplate-note {
  position: relative;
  margin: 4px 5px 0;
  padding-top: 22px;
  border-top: 1px solid var(--t2-line);
  color: #526159;
  font-size: 14px;
  line-height: 1.65;
}

.t2-nameplate-note strong { color: var(--t2-ink); }

.t2-subnav {
  position: sticky;
  top: 0;
  z-index: 80;
  border-top: 1px solid rgba(49, 95, 80, .08);
  border-bottom: 1px solid rgba(49, 95, 80, .12);
  background: rgba(248, 246, 240, .92);
  backdrop-filter: blur(16px);
}

.t2-subnav-inner {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(17px, 3vw, 38px);
  overflow-x: auto;
  scrollbar-width: none;
}

.t2-subnav-inner::-webkit-scrollbar { display: none; }

.t2-subnav a {
  flex: 0 0 auto;
  color: #5f6f66;
  font-family: var(--t2-mono);
  font-size: 10px;
  letter-spacing: .17em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s;
}

.t2-subnav a:hover,
.t2-subnav a:focus-visible { color: var(--t2-pink); outline: none; }

.t2-section {
  position: relative;
  padding: clamp(88px, 11vw, 150px) 0;
}

.t2-section + .t2-section {
  border-top: 1px solid rgba(49, 95, 80, .09);
}

.t2-section.dark {
  border: 0;
  color: #edf2ef;
  background:
    radial-gradient(circle at 8% 12%, rgba(131, 185, 170, .12), transparent 28%),
    radial-gradient(circle at 92% 85%, rgba(167, 69, 96, .11), transparent 28%),
    var(--t2-night);
}

.t2-section-label {
  margin-bottom: 20px;
  color: var(--t2-pink);
}

.t2-section.dark .t2-section-label { color: var(--t2-pink-soft); }

.t2-section h2 {
  max-width: 850px;
  margin: 0;
  font-family: var(--t2-display);
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: .98;
}

.t2-section-intro {
  max-width: 790px;
  margin: 25px 0 0;
  color: #586860;
  font-size: clamp(16px, 1.55vw, 19px);
  font-weight: 300;
  line-height: 1.75;
}

.t2-section.dark .t2-section-intro { color: rgba(237, 242, 239, .7); }

.t2-answer {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 30px;
  margin: 46px 0 54px;
  padding: 28px 32px;
  border: 1px solid rgba(49, 95, 80, .15);
  border-radius: 22px;
  background: rgba(255, 255, 255, .5);
}

.t2-answer-label {
  color: var(--t2-green);
  font-family: var(--t2-mono);
  font-size: 10px;
  letter-spacing: .19em;
  line-height: 1.5;
  text-transform: uppercase;
}

.t2-answer p {
  margin: 0;
  color: #35473e;
  font-family: var(--t2-display);
  font-size: clamp(23px, 2.8vw, 34px);
  line-height: 1.25;
}

.t2-term-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.t2-term-card,
.t2-risk-card,
.t2-science-card,
.t2-action-card {
  position: relative;
  padding: 31px;
  border: 1px solid var(--t2-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .52);
}

.t2-term-card::before {
  content: attr(data-index);
  display: block;
  margin-bottom: 28px;
  color: var(--t2-pink);
  font-family: var(--t2-mono);
  font-size: 10px;
  letter-spacing: .2em;
}

.t2-term-card h3,
.t2-risk-card h3,
.t2-science-card h3,
.t2-action-card h3 {
  margin: 0 0 13px;
  font-family: var(--t2-display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.t2-term-card p,
.t2-risk-card p,
.t2-science-card p,
.t2-action-card p {
  margin: 0;
  color: #5a6961;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.72;
}

.t2-term-card strong,
.t2-risk-card strong,
.t2-science-card strong,
.t2-action-card strong { color: var(--t2-ink); font-weight: 500; }

.t2-table-wrap {
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .025);
}

.t2-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.t2-table th,
.t2-table td {
  padding: 24px 26px;
  border-right: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  text-align: left;
  vertical-align: top;
}

.t2-table tr:last-child th,
.t2-table tr:last-child td { border-bottom: 0; }
.t2-table th:last-child,
.t2-table td:last-child { border-right: 0; }

.t2-table thead th {
  color: #fff;
  background: rgba(255, 255, 255, .04);
  font-family: var(--t2-display);
  font-size: 30px;
  font-weight: 400;
}

.t2-table thead th:first-child {
  width: 21%;
  color: rgba(255, 255, 255, .44);
  font-family: var(--t2-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.t2-table thead th:nth-child(2) { color: #a7d2c6; }
.t2-table thead th:nth-child(3) { color: #dda4b4; }

.t2-table tbody th {
  color: rgba(255, 255, 255, .52);
  font-family: var(--t2-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.t2-table td {
  color: rgba(245, 248, 246, .78);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.t2-table td strong { color: #fff; font-weight: 500; }

.t2-table-note {
  display: flex;
  gap: 14px;
  margin: 19px 0 0;
  color: rgba(245, 248, 246, .58);
  font-size: 13px;
  line-height: 1.65;
}

.t2-table-note span {
  flex: 0 0 auto;
  color: var(--t2-pink-soft);
  font-family: var(--t2-mono);
}

.t2-history-question {
  margin: 50px 0 0;
  padding: 34px 36px;
  border-left: 3px solid var(--t2-pink);
  background: linear-gradient(90deg, rgba(167, 69, 96, .08), transparent 75%);
}

.t2-history-question h3 {
  margin: 0 0 12px;
  font-family: var(--t2-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
}

.t2-history-question p {
  max-width: 900px;
  margin: 0;
  color: #526159;
  font-size: 15px;
  line-height: 1.75;
}

.t2-timeline {
  --t2-timeline-media: clamp(225px, 23vw, 292px);
  --t2-timeline-gap: 66px;
  position: relative;
  margin-top: 64px;
}

.t2-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--t2-timeline-media) + (var(--t2-timeline-gap) / 2));
  width: 1px;
  background: linear-gradient(var(--t2-green), var(--t2-pink), var(--t2-violet));
}

.t2-time {
  position: relative;
  display: grid;
  grid-template-columns: var(--t2-timeline-media) minmax(0, 1fr);
  gap: var(--t2-timeline-gap);
  align-items: start;
  padding: 0 0 66px;
}

.t2-time:last-child { padding-bottom: 0; }

.t2-time::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 16px;
  left: calc(var(--t2-timeline-media) + (var(--t2-timeline-gap) / 2) - 6px);
  width: 13px;
  height: 13px;
  border: 4px solid var(--t2-paper);
  border-radius: 50%;
  background: var(--t2-pink);
  box-shadow: 0 0 0 1px rgba(167, 69, 96, .32);
}

.t2-timeline-note {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  max-width: 900px;
  margin: 42px 0 0;
  padding: 20px 22px;
  border: 1px solid rgba(49, 95, 80, .13);
  border-radius: 17px;
  color: #66736c;
  background: rgba(255, 255, 255, .42);
  font-size: 12px;
  line-height: 1.65;
}

.t2-timeline-note span {
  color: var(--t2-green);
  font-family: var(--t2-mono);
  font-size: 9px;
  letter-spacing: .16em;
  line-height: 1.75;
}

.t2-time-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(49, 95, 80, .16);
  border-radius: 20px;
  background: #17231f;
  box-shadow: 0 22px 50px rgba(24, 35, 30, .11);
}

.t2-time-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.t2-time--portrait .t2-time-visual img {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.t2-time-visual figcaption {
  padding: 15px 17px 17px;
  color: rgba(237, 242, 239, .67);
  background: linear-gradient(135deg, #17231f, #111b18);
}

.t2-time-visual figcaption span {
  display: block;
  color: var(--t2-pink-soft);
  font-family: var(--t2-mono);
  font-size: 8px;
  letter-spacing: .14em;
  line-height: 1.55;
}

.t2-time-visual figcaption p {
  margin: 7px 0 0;
  font-size: 10px;
  line-height: 1.55;
}

.t2-time-visual figcaption a {
  color: rgba(255, 255, 255, .82);
  text-decoration-color: rgba(255, 255, 255, .28);
  text-underline-offset: 2px;
}

.t2-time-detail {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-top: 9px;
}

.t2-time-year {
  padding-top: 5px;
  color: var(--t2-green);
  font-family: var(--t2-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-align: right;
  text-transform: uppercase;
}

.t2-time-copy h3 {
  margin: 0 0 10px;
  font-family: var(--t2-display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.t2-time-copy p {
  max-width: 770px;
  margin: 0;
  color: #5a6961;
  font-size: 14px;
  line-height: 1.75;
}

.t2-evidence-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 60px;
  overflow: hidden;
  border: 1px solid rgba(49, 95, 80, .12);
  border-radius: 22px;
  background: rgba(49, 95, 80, .12);
}

.t2-transition-figure {
  margin: 64px 0 0;
  overflow: hidden;
  border: 1px solid rgba(49, 95, 80, .16);
  border-radius: 26px;
  background: var(--t2-night);
  box-shadow: 0 32px 75px rgba(24, 35, 30, .13);
}

.t2-transition-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.t2-transition-figure figcaption {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding: 24px 28px 27px;
  color: rgba(237, 242, 239, .7);
  background: linear-gradient(90deg, #17231f, #111b18);
}

.t2-transition-figure figcaption span {
  color: var(--t2-pink-soft);
  font-family: var(--t2-mono);
  font-size: 10px;
  letter-spacing: .18em;
  line-height: 1.55;
}

.t2-transition-figure figcaption p {
  max-width: 720px;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
}

.t2-evidence {
  min-height: 170px;
  padding: 30px;
  background: var(--t2-paper);
}

.t2-evidence strong {
  display: block;
  color: var(--t2-pink);
  font-family: var(--t2-display);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.t2-evidence span {
  display: block;
  margin-top: 12px;
  color: #526159;
  font-size: 13px;
  line-height: 1.6;
}

.t2-science-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 56px;
}

.t2-science-card {
  overflow: hidden;
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
  background: rgba(255, 255, 255, .035);
}

.t2-science-card p { color: rgba(237, 242, 239, .68); }
.t2-science-card strong { color: #fff; }

.t2-card-top {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: -31px -31px 30px;
  padding: 28px 31px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(135deg, rgba(131, 185, 170, .12), rgba(255, 255, 255, .02));
}

.t2-science-card.mix .t2-card-top {
  background: linear-gradient(135deg, rgba(167, 69, 96, .13), rgba(130, 99, 149, .08));
}

.t2-molecule-image {
  width: 150px;
  height: 110px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .78;
}

.t2-formula {
  text-align: right;
}

.t2-formula strong {
  display: block;
  color: #a7d2c6;
  font-family: var(--t2-display);
  font-size: 34px;
  font-weight: 400;
}

.t2-formula span {
  color: rgba(255, 255, 255, .45);
  font-family: var(--t2-mono);
  font-size: 9px;
  letter-spacing: .15em;
}

.t2-mixture-orbit {
  position: relative;
  width: 150px;
  height: 110px;
}

.t2-mixture-orbit i {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: rgba(255, 255, 255, .76);
  background: rgba(167, 69, 96, .14);
  font-family: var(--t2-mono);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .05em;
}

.t2-mixture-orbit i:nth-child(1) { width: 65px; height: 65px; left: 42px; top: 22px; }
.t2-mixture-orbit i:nth-child(2) { width: 49px; height: 49px; left: 5px; top: 4px; }
.t2-mixture-orbit i:nth-child(3) { width: 46px; height: 46px; right: 0; top: 0; }
.t2-mixture-orbit i:nth-child(4) { width: 43px; height: 43px; right: 4px; bottom: 0; }

.t2-science-list {
  display: grid;
  gap: 0;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.t2-science-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.t2-science-list dt {
  color: rgba(255, 255, 255, .42);
  font-family: var(--t2-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.t2-science-list dd {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.55;
}

.t2-risk-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 14px;
  margin-top: 54px;
}

.t2-risk-factor {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid var(--t2-line);
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255, .5);
}

.t2-risk-factor span {
  display: block;
  color: var(--t2-pink);
  font-family: var(--t2-mono);
  font-size: 9px;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.t2-risk-factor strong {
  display: block;
  margin-top: 10px;
  font-family: var(--t2-display);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.1;
}

.t2-risk-symbol {
  align-self: center;
  color: var(--t2-pink);
  font-family: var(--t2-display);
  font-size: 32px;
}

.t2-risk-grid,
.t2-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.t2-risk-card { min-height: 225px; }

.t2-risk-num,
.t2-action-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 23px;
  border: 1px solid rgba(167, 69, 96, .18);
  border-radius: 50%;
  color: var(--t2-pink);
  background: rgba(167, 69, 96, .05);
  font-family: var(--t2-mono);
  font-size: 10px;
}

.t2-emergency-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 23px;
  align-items: center;
  margin-top: 50px;
  padding: 28px 30px;
  border: 1px solid rgba(214, 154, 170, .3);
  border-radius: 22px;
  background: rgba(167, 69, 96, .11);
}

.t2-emergency-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  font-family: var(--t2-mono);
  font-size: 19px;
}

.t2-emergency-banner strong {
  display: block;
  color: #fff;
  font-family: var(--t2-display);
  font-size: 27px;
  font-weight: 400;
}

.t2-emergency-banner p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.6;
}

.t2-emergency-banner a {
  min-width: 112px;
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--t2-night);
  background: #fff;
  font-family: var(--t2-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-align: center;
  text-decoration: none;
}

.t2-action-card {
  border-color: rgba(255, 255, 255, .11);
  color: #fff;
  background: rgba(255, 255, 255, .035);
}

.t2-action-card p { color: rgba(237, 242, 239, .67); }
.t2-action-card strong { color: #fff; }
.t2-action-icon { color: var(--t2-pink-soft); border-color: rgba(214, 154, 170, .2); background: rgba(167, 69, 96, .08); }

.t2-safest-line {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  margin-top: 25px;
  padding: 27px 30px;
  border: 1px solid rgba(131, 185, 170, .2);
  border-radius: 20px;
  background: rgba(131, 185, 170, .07);
}

.t2-safest-line strong {
  color: #a7d2c6;
  font-family: var(--t2-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.t2-safest-line p {
  margin: 0;
  color: rgba(237, 242, 239, .75);
  font-size: 14px;
  line-height: 1.7;
}

.t2-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 50px;
}

.t2-source {
  min-height: 122px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 23px 25px;
  border: 1px solid var(--t2-line);
  border-radius: 18px;
  color: var(--t2-ink);
  background: rgba(255, 255, 255, .47);
  text-decoration: none;
  transition: transform .3s, border-color .3s, background .3s;
}

.t2-source:hover,
.t2-source:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(167, 69, 96, .38);
  background: rgba(255, 255, 255, .72);
  outline: none;
}

.t2-source-index {
  color: var(--t2-pink);
  font-family: var(--t2-mono);
  font-size: 10px;
  letter-spacing: .15em;
}

.t2-source strong {
  display: block;
  font-family: var(--t2-display);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.14;
}

.t2-source small {
  display: block;
  margin-top: 7px;
  color: #728078;
  font-size: 11px;
  line-height: 1.45;
}

.t2-source-arrow {
  color: var(--t2-green);
  font-size: 18px;
}

.t2-editorial-note {
  max-width: 850px;
  margin: 36px 0 0;
  color: #718078;
  font-size: 12px;
  line-height: 1.65;
}

.t2-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 45px;
}

.t2-next {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 23px;
  color: #fff;
  background: linear-gradient(145deg, rgba(131, 185, 170, .1), rgba(255, 255, 255, .025));
  text-decoration: none;
  transition: transform .35s, border-color .35s;
}

.t2-next:nth-child(2) { background: linear-gradient(145deg, rgba(130, 99, 149, .13), rgba(167, 69, 96, .05)); }
.t2-next:hover,
.t2-next:focus-visible { transform: translateY(-5px); border-color: rgba(214, 154, 170, .35); outline: none; }
.t2-next span { color: var(--t2-pink-soft); font-family: var(--t2-mono); font-size: 10px; letter-spacing: .17em; }
.t2-next strong { display: block; margin: 15px 0 10px; font-family: var(--t2-display); font-size: 34px; font-weight: 400; }
.t2-next p { max-width: 460px; margin: 0; color: rgba(255, 255, 255, .65); font-size: 13px; line-height: 1.6; }
.t2-next b { margin-top: 26px; color: #fff; font-family: var(--t2-mono); font-size: 10px; font-weight: 400; letter-spacing: .15em; }

body.tusi-education footer .disc { max-width: 1020px; }

@media (max-width: 960px) {
  .t2-hero-grid { grid-template-columns: 1fr; }
  .t2-nameplate { max-width: 640px; }
  .t2-term-grid,
  .t2-risk-grid,
  .t2-action-grid { grid-template-columns: 1fr 1fr; }
  .t2-term-card:last-child,
  .t2-action-card:last-child { grid-column: 1 / -1; }
  .t2-risk-equation { grid-template-columns: 1fr; }
  .t2-risk-symbol { transform: rotate(90deg); justify-self: center; }
  .t2-table-wrap { overflow-x: auto; }
  .t2-table { min-width: 780px; }
  .t2-evidence-strip { grid-template-columns: 1fr; }
  .t2-evidence { min-height: 0; }
  .t2-hero-media { object-position: 62% center; }
  .t2-timeline {
    --t2-timeline-media: 220px;
    --t2-timeline-gap: 52px;
  }
  .t2-time-detail { grid-template-columns: 96px minmax(0, 1fr); gap: 24px; }
  .t2-time-copy h3 { font-size: 27px; }
}

@media (max-width: 720px) {
  .t2-shell { width: min(100% - 36px, 1180px); }
  .t2-hero { min-height: 0; padding: 128px 0 78px; }
  .t2-hero-media { object-position: 70% center; opacity: .7; }
  .t2-hero-veil {
    background:
      linear-gradient(180deg, rgba(249, 247, 241, .96) 0%, rgba(249, 247, 241, .87) 48%, rgba(245, 242, 235, .56) 100%),
      linear-gradient(90deg, rgba(249, 247, 241, .7), rgba(17, 27, 24, .08));
  }
  .t2-hero h1 { font-size: clamp(55px, 19vw, 82px); }
  .t2-nameplate { padding: 25px 19px; border-radius: 24px; }
  .t2-name-row { grid-template-columns: 1fr; gap: 17px; }
  .t2-not-equal { margin: 0 auto; }
  .t2-subnav-inner { justify-content: flex-start; padding: 0 18px; }
  .t2-section { padding: 82px 0; }
  .t2-answer,
  .t2-safest-line { grid-template-columns: 1fr; gap: 15px; }
  .t2-table-wrap { overflow: hidden; }
  .t2-table { min-width: 0; table-layout: fixed; }
  .t2-table thead,
  .t2-table tbody,
  .t2-table tr { display: block; }
  .t2-table tr { display: grid; grid-template-columns: 1fr 1fr; }
  .t2-table thead th,
  .t2-table tbody th,
  .t2-table td { display: block; width: auto; border-right: 1px solid rgba(255, 255, 255, .08); }
  .t2-table thead th:first-child {
    width: auto;
    grid-column: 1 / -1;
    min-height: 0;
    padding: 12px 18px;
    border-right: 0;
    font-size: 9px;
  }
  .t2-table thead th:nth-child(2),
  .t2-table thead th:nth-child(3) { min-height: 96px; padding: 26px 18px; font-size: 25px; }
  .t2-table thead th:nth-child(3) { border-right: 0; }
  .t2-table tbody th {
    grid-column: 1 / -1;
    padding: 15px 18px;
    border-right: 0;
    background: rgba(255, 255, 255, .035);
  }
  .t2-table td { min-width: 0; padding: 20px 18px; font-size: 13px; overflow-wrap: anywhere; }
  .t2-table td:last-child { border-right: 0; }
  .t2-term-grid,
  .t2-science-grid,
  .t2-risk-grid,
  .t2-action-grid,
  .t2-source-grid,
  .t2-next-grid { grid-template-columns: 1fr; }
  .t2-term-card:last-child,
  .t2-action-card:last-child { grid-column: auto; }
  .t2-history-question { padding: 28px 24px; }
  .t2-transition-figure { margin-top: 48px; border-radius: 20px; }
  .t2-transition-figure img { aspect-ratio: 4 / 3; object-position: 46% center; }
  .t2-transition-figure figcaption { grid-template-columns: 1fr; gap: 12px; padding: 21px; }
  .t2-timeline-note { grid-template-columns: 1fr; gap: 8px; }
  .t2-timeline { --t2-timeline-media: 1fr; --t2-timeline-gap: 0; }
  .t2-timeline::before { left: 8px; }
  .t2-time { grid-template-columns: 1fr; gap: 18px; padding: 0 0 54px 38px; }
  .t2-time::before { left: 2px; }
  .t2-time-detail { grid-template-columns: 1fr; gap: 9px; padding-top: 0; }
  .t2-time-year { text-align: left; }
  .t2-time-visual { border-radius: 18px; }
  .t2-time--portrait .t2-time-visual img { aspect-ratio: 1; object-position: center; }
  .t2-card-top { align-items: flex-start; }
  .t2-molecule-image,
  .t2-mixture-orbit { width: 125px; }
  .t2-science-list div { grid-template-columns: 95px 1fr; }
  .t2-emergency-banner { grid-template-columns: auto 1fr; }
  .t2-emergency-banner a { grid-column: 1 / -1; }
  .t2-source { grid-template-columns: 35px 1fr auto; padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .t2-button,
  .t2-source,
  .t2-next { transition: none; }
}

@media print {
  body.tusi-education .bar,
  .t2-subnav,
  .t2-hero-actions,
  body.tusi-education footer { display: none !important; }
  .t2-hero { min-height: 0; padding: 40px 0; }
  .t2-section { padding: 45px 0; break-inside: avoid; }
  .t2-section.dark { color: var(--t2-ink); background: #fff; }
  .t2-section.dark .t2-section-intro,
  .t2-table td,
  .t2-table tbody th { color: var(--t2-ink); }
  .t2-table-wrap { border-color: var(--t2-line); }
  .t2-table th,
  .t2-table td { border-color: var(--t2-line); }
}
