:root {
  --tub-ink: #071c2c;
  --tub-ink-soft: #153245;
  --tub-teal: #12afa6;
  --tub-teal-text: #087c76;
  --tub-teal-pale: #dff5f2;
  --tub-yellow: #f4b942;
  --tub-yellow-pale: #fff2ca;
  --tub-coral: #ff6b5e;
  --tub-coral-pale: #ffe1dd;
  --tub-paper: #f7f7f2;
  --tub-paper-deep: #eef2ed;
  --tub-slate: #425466;
  --tub-muted: #6d7d88;
  --tub-white: #fff;
  --tub-border: #dbe3e2;
  --tub-focus: #0b63ce;
  --tub-card: #fff;
  --tub-shadow: 0 18px 48px rgba(7, 28, 44, 0.1);
  --tub-radius-sm: 10px;
  --tub-radius: 18px;
  --tub-radius-lg: 28px;
  --tub-shell: min(1240px, calc(100% - 40px));
  --tub-serif: Georgia, "Times New Roman", serif;
  --tub-sans: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

:root[data-tub-theme="dark"] {
  --tub-ink: #f7f7f2;
  --tub-ink-soft: #d8e4e7;
  --tub-teal: #45c8bf;
  --tub-teal-text: #6ed8d0;
  --tub-teal-pale: #123a3e;
  --tub-yellow: #f6c85f;
  --tub-yellow-pale: #3a311c;
  --tub-coral: #ff867d;
  --tub-coral-pale: #432a2b;
  --tub-paper: #061722;
  --tub-paper-deep: #091d29;
  --tub-slate: #b8c7ce;
  --tub-muted: #9fb0b8;
  --tub-white: #0c2533;
  --tub-border: #28404d;
  --tub-card: #0c2533;
  --tub-shadow: 0 18px 52px rgba(0, 0, 0, 0.3);
}

html {
  scroll-behavior: smooth;
  background: var(--tub-paper);
}

body.tub-brand-active {
  margin: 0;
  background: var(--tub-paper) !important;
  color: var(--tub-ink);
  font-family: var(--tub-sans) !important;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.tub-brand-active * {
  box-sizing: border-box;
}

body.tub-brand-active img {
  max-width: 100%;
  height: auto;
}

body.tub-brand-active a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

body.tub-brand-active :focus-visible {
  outline: 3px solid var(--tub-focus) !important;
  outline-offset: 4px;
}

.screen-reader-text {
  width: 1px;
  height: 1px;
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  border: 0;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
}

.screen-reader-text:focus {
  width: auto;
  height: auto;
  clip: auto !important;
  clip-path: none;
  white-space: normal;
}

.tub-shell {
  width: var(--tub-shell);
  margin-inline: auto;
}

body.tub-brand-active .td-header-template-wrap,
body.tub-brand-active .td-footer-template-wrap,
body.tub-brand-active .td-header-mobile-wrap,
body.tub-brand-active .td-header-desktop-wrap,
body.tub-brand-active .td-header-mobile-sticky-wrap,
body.tub-brand-active .td-header-desktop-sticky-wrap {
  display: none !important;
}

body.tub-brand-active .td-menu-background,
body.tub-brand-active #td-mobile-nav,
body.tub-brand-active .td-search-background,
body.tub-brand-active .td-search-wrap-mob {
  display: none !important;
}

.tub-skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 100000;
  padding: 11px 16px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--tub-white);
  color: var(--tub-ink);
  font-weight: 800;
  box-shadow: var(--tub-shadow);
}

.tub-skip-link:focus {
  transform: translateY(0);
}

.tub-site-header {
  position: relative;
  z-index: 900;
  border-bottom: 1px solid var(--tub-border);
  background: var(--tub-paper);
}

.tub-utility {
  background: #071c2c;
  color: #f7f7f2;
  font-size: 13px;
}

.tub-utility__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tub-utility p {
  margin: 0;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.tub-utility__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #d5e3e6;
}

.tub-theme-toggle {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  font: 700 13px/1 var(--tub-sans);
  cursor: pointer;
}

.tub-theme-toggle:hover {
  color: #45c8bf;
}

.tub-masthead {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(250px, 380px) 1fr;
  align-items: center;
  gap: 28px;
}

.tub-logo-link {
  width: min(360px, 100%);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.tub-brand-logo {
  width: 100%;
  height: auto;
  display: block;
}

.tub-logo-mobile {
  display: none;
}

.tub-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.tub-search {
  width: min(340px, 100%);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--tub-border);
  border-radius: 999px;
  background: var(--tub-card);
}

.tub-search input {
  min-width: 0;
  width: 100%;
  min-height: 44px;
  padding: 0 6px 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--tub-ink);
  font: 500 15px/1 var(--tub-sans);
}

.tub-search input::placeholder {
  color: var(--tub-muted);
}

.tub-search button {
  min-width: 74px;
  border: 0;
  background: transparent;
  color: var(--tub-teal-text);
  font: 800 13px/1 var(--tub-sans);
  cursor: pointer;
}

.tub-search:focus-within {
  border-color: var(--tub-focus);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--tub-focus) 18%, transparent);
}

.tub-brief-cta,
.tub-read-more {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: var(--tub-coral);
  color: #071c2c !important;
  padding: 0 20px;
  font-weight: 850;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.tub-brief-cta:hover,
.tub-read-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 107, 94, 0.22);
}

.tub-primary-nav {
  border-top: 1px solid var(--tub-border);
  background: var(--tub-card);
}

.tub-primary-nav__inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tub-primary-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--tub-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.tub-primary-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--tub-teal);
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.tub-primary-nav a:hover,
.tub-primary-nav a:focus-visible {
  color: var(--tub-teal-text);
}

.tub-primary-nav a:hover::after,
.tub-primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.tub-menu-toggle {
  display: none;
}

.tub-main {
  min-height: 60vh;
  overflow: clip;
}

.tub-hero {
  padding-block: clamp(46px, 6vw, 84px);
}

.tub-section-kicker,
.tub-eyebrow {
  margin: 0 0 10px;
  color: var(--tub-teal-text);
  font: 850 12px/1.2 var(--tub-sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tub-hero > .tub-section-kicker {
  margin-bottom: 20px;
}

.tub-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(270px, 0.82fr);
  gap: 24px;
}

.tub-lead-story {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  overflow: hidden;
  border: 1px solid var(--tub-border);
  border-radius: var(--tub-radius-lg);
  background: var(--tub-card);
  box-shadow: var(--tub-shadow);
}

.tub-lead-story__copy {
  padding: clamp(28px, 4vw, 52px);
  align-self: center;
}

.tub-category-label {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--tub-teal-pale);
  color: var(--tub-ink) !important;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.tub-lead-story h1,
.tub-launch-hero h1,
.tub-section-heading h2,
.tub-weekly-brief h2,
body.tub-brand-active .entry-title,
body.tub-brand-active .tdb-title-text {
  color: var(--tub-ink) !important;
  font-family: var(--tub-serif) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em;
}

.tub-lead-story h1,
.tub-launch-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(40px, 4.4vw, 66px);
  line-height: 1.02;
}

.tub-lead-story h1 a {
  text-decoration: none;
}

.tub-lead-story__copy > p,
.tub-launch-hero > div > p:not(.tub-eyebrow) {
  max-width: 62ch;
  margin: 0 0 28px;
  color: var(--tub-slate);
  font-size: 18px;
  line-height: 1.65;
}

.tub-lead-story__image,
.tub-story-card__image {
  display: block;
  overflow: hidden;
  background: var(--tub-ink-soft);
}

.tub-lead-story__image img,
.tub-story-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 400ms ease;
}

.tub-lead-story:hover .tub-lead-story__image img,
.tub-story-card:hover .tub-story-card__image img {
  transform: scale(1.025);
}

.tub-image-placeholder {
  min-height: 210px;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, var(--tub-yellow) 0 8%, transparent 8.5%),
    linear-gradient(135deg, var(--tub-teal) 0 48%, var(--tub-ink-soft) 48% 100%);
  color: #f7f7f2;
}

.tub-image-placeholder::before {
  content: "";
  position: absolute;
  width: 56%;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 40% 60% 55% 45%;
  transform: rotate(20deg);
}

.tub-image-placeholder span {
  position: relative;
  z-index: 1;
  max-width: 14ch;
  font: 800 16px/1.3 var(--tub-sans);
  text-align: center;
}

.tub-image-placeholder--lead {
  min-height: 500px;
}

.tub-image-placeholder--lead span {
  font: 700 clamp(28px, 3vw, 42px)/1.1 var(--tub-serif);
}

.tub-hero__support {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tub-story-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tub-border);
  border-radius: var(--tub-radius);
  background: var(--tub-card);
}

.tub-story-card__image {
  aspect-ratio: 16 / 9;
}

.tub-story-card__body {
  padding: 22px;
}

.tub-story-card h3 {
  margin: 0 0 10px;
  color: var(--tub-ink);
  font: 700 23px/1.18 var(--tub-serif);
  letter-spacing: -0.025em;
}

.tub-story-card h3 a {
  text-decoration: none;
}

.tub-story-card p {
  margin: 0 0 16px;
  color: var(--tub-slate);
  font-size: 15px;
  line-height: 1.55;
}

.tub-story-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--tub-muted);
  font-size: 12px;
  font-weight: 650;
}

.tub-story-card--compact {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
}

.tub-story-card--compact .tub-story-card__image {
  min-height: 100%;
  aspect-ratio: auto;
}

.tub-story-card--compact .tub-story-card__body {
  padding: 18px;
}

.tub-story-card--compact h3 {
  font-size: 19px;
}

.tub-story-card--compact p {
  display: none;
}

.tub-launch-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(40px, 8vw, 120px);
  overflow: hidden;
  border-radius: var(--tub-radius-lg);
  background: var(--tub-card);
  padding: clamp(34px, 6vw, 84px);
  box-shadow: var(--tub-shadow);
}

.tub-launch-visual {
  width: min(410px, 100%);
  aspect-ratio: 0.94;
  position: relative;
  justify-self: end;
  border-radius: 46% 54% 48% 52%;
  background: var(--tub-teal-pale);
}

.tub-launch-visual__page {
  position: absolute;
  inset: 14% 17% 12% 20%;
  border-radius: 22px;
  background: var(--tub-teal);
  box-shadow: 32px 32px 0 var(--tub-ink-soft);
  transform: rotate(-5deg);
}

.tub-launch-visual__page::after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 26%;
  aspect-ratio: 1;
  background: var(--tub-paper);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.tub-launch-visual__line {
  position: absolute;
  inset-inline-start: 35%;
  z-index: 2;
  height: 12px;
  border-radius: 999px;
  background: #071c2c;
  transform: rotate(-5deg);
}

.tub-launch-visual__line--one {
  inset-block-start: 42%;
  width: 35%;
}

.tub-launch-visual__line--two {
  inset-block-start: 51%;
  width: 27%;
}

.tub-launch-visual__line--three {
  inset-block-start: 60%;
  width: 31%;
}

.tub-launch-visual__dot {
  position: absolute;
  inset-inline-start: 18%;
  inset-block-end: 13%;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--tub-yellow);
  box-shadow: 0 0 0 13px var(--tub-paper);
}

.tub-section {
  padding-block: clamp(64px, 8vw, 104px);
}

.tub-section--paper-deep {
  background: var(--tub-paper-deep);
}

.tub-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 36px;
}

.tub-section-heading--line {
  grid-template-columns: 1fr;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tub-border);
}

.tub-section-heading h2,
.tub-weekly-brief h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
}

.tub-section-heading > p {
  margin: 0;
  color: var(--tub-slate);
  font-size: 17px;
}

.tub-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tub-topic-card {
  min-height: 224px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--tub-border);
  border-radius: var(--tub-radius);
  background: var(--tub-card);
  padding: 24px;
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tub-topic-card:hover {
  transform: translateY(-5px);
  border-color: var(--tub-teal);
  box-shadow: var(--tub-shadow);
}

.tub-topic-card__mark {
  width: 44px;
  height: 10px;
  display: block;
  margin-bottom: 32px;
  border-radius: 999px;
  background: var(--tub-teal);
}

.tub-topic-card--scholarships .tub-topic-card__mark {
  background: var(--tub-yellow);
}

.tub-topic-card--admissions .tub-topic-card__mark {
  background: var(--tub-coral);
}

.tub-topic-card h3 {
  margin: 0 0 10px;
  color: var(--tub-ink);
  font: 700 25px/1.1 var(--tub-serif);
  letter-spacing: -0.02em;
}

.tub-topic-card p {
  margin: 0;
  color: var(--tub-slate);
  font-size: 14px;
  line-height: 1.5;
}

.tub-topic-card__arrow {
  margin-top: auto;
  align-self: flex-end;
  color: var(--tub-teal-text);
  font-size: 24px;
  line-height: 1;
}

.tub-story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.tub-weekly-brief {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-block: clamp(64px, 9vw, 120px);
  border-radius: var(--tub-radius-lg);
  background: #071c2c;
  color: #f7f7f2;
  padding: clamp(30px, 5vw, 56px);
}

.tub-weekly-brief__mark {
  width: 76px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #12afa6;
  color: #071c2c;
  font: 900 24px/1 var(--tub-sans);
}

.tub-weekly-brief h2 {
  color: #f7f7f2 !important;
  font-size: clamp(30px, 3.5vw, 45px);
}

.tub-weekly-brief p:not(.tub-section-kicker) {
  max-width: 66ch;
  margin: 10px 0 0;
  color: #c4d3d8;
}

.tub-weekly-brief .tub-section-kicker {
  color: #45c8bf;
}

.tub-coming-soon {
  border: 1px solid rgba(247, 247, 242, 0.34);
  border-radius: 999px;
  padding: 11px 16px;
  color: #f7f7f2;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.tub-site-footer {
  background: #071c2c;
  color: #f7f7f2;
  padding-block: 70px 24px;
}

.tub-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) minmax(160px, 0.6fr) minmax(240px, 0.8fr);
  gap: clamp(40px, 8vw, 110px);
}

.tub-site-footer__brand .tub-brand-logo {
  width: min(350px, 100%);
}

.tub-site-footer p {
  color: #b8c7ce;
}

.tub-site-footer__brand p {
  max-width: 54ch;
  margin: 24px 0 0;
}

.tub-site-footer h2 {
  margin: 0 0 18px;
  color: #f7f7f2;
  font: 800 15px/1.2 var(--tub-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tub-site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tub-site-footer li + li {
  margin-top: 8px;
}

.tub-site-footer a {
  color: #f7f7f2;
}

.tub-site-footer__trust p {
  margin: 0 0 12px;
}

.tub-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid #28404d;
  font-size: 13px;
}

.tub-site-footer__bottom p {
  margin: 0;
}

/* Newspaper article, archive and search harmonisation. */
body.tub-brand-active:not(.tub-front-page) #td-outer-wrap {
  background: var(--tub-paper);
}

body.tub-brand-active:not(.tub-front-page) .td-main-content-wrap,
body.tub-brand-active:not(.tub-front-page) .tdc-content-wrap {
  padding-block-start: 48px;
}

body.tub-brand-active .td-post-content,
body.tub-brand-active .tdb_single_content {
  color: var(--tub-ink);
  font-family: var(--tub-sans);
  font-size: 18px;
  line-height: 1.75;
}

body.tub-brand-active .td-post-content a,
body.tub-brand-active .tdb_single_content a {
  color: var(--tub-teal-text);
}

body.tub-brand-active .td-post-content h2,
body.tub-brand-active .td-post-content h3,
body.tub-brand-active .tdb_single_content h2,
body.tub-brand-active .tdb_single_content h3 {
  color: var(--tub-ink);
  font-family: var(--tub-serif);
  letter-spacing: -0.025em;
}

body.tub-brand-active .makenews-sources {
  margin-block: 36px;
  border-inline-start: 5px solid var(--tub-teal);
  border-radius: var(--tub-radius-sm);
  background: var(--tub-teal-pale);
  padding: 22px 26px;
}

@media (max-width: 1080px) {
  .tub-masthead {
    grid-template-columns: minmax(230px, 300px) 1fr;
  }

  .tub-search {
    max-width: 270px;
  }

  .tub-primary-nav__inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tub-primary-nav a {
    flex: 0 0 auto;
    padding-inline: 4px 16px;
  }

  .tub-hero__grid {
    grid-template-columns: 1fr;
  }

  .tub-hero__support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .tub-topic-grid,
  .tub-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :root {
    --tub-shell: min(100% - 28px, 1240px);
  }

  body.tub-brand-active {
    font-size: 16px;
  }

  body.tub-menu-open {
    overflow: hidden;
  }

  .tub-utility__inner {
    min-height: 32px;
  }

  .tub-utility p,
  .tub-utility__actions > span,
  .tub-theme-toggle--utility [data-tub-theme-label] {
    display: none;
  }

  .tub-utility__inner {
    justify-content: flex-end;
  }

  .tub-masthead {
    min-height: 68px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .tub-logo-link {
    width: 48px;
  }

  .tub-logo-desktop,
  .tub-header-actions {
    display: none;
  }

  .tub-logo-mobile {
    display: block;
  }

  .tub-menu-toggle {
    min-height: 44px;
    display: inline-flex;
    grid-column: 3;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--tub-border);
    border-radius: 999px;
    background: var(--tub-card);
    color: var(--tub-ink);
    padding: 0 14px;
    font: 800 13px/1 var(--tub-sans);
  }

  .tub-menu-toggle__bars,
  .tub-menu-toggle__bars::before,
  .tub-menu-toggle__bars::after {
    width: 16px;
    height: 2px;
    display: block;
    position: relative;
    border-radius: 999px;
    background: currentColor;
  }

  .tub-menu-toggle__bars::before,
  .tub-menu-toggle__bars::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
  }

  .tub-menu-toggle__bars::before {
    inset-block-start: -5px;
  }

  .tub-menu-toggle__bars::after {
    inset-block-start: 5px;
  }

  .tub-primary-nav {
    display: none;
    position: absolute;
    inset-inline: 0;
    inset-block-start: 100%;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    border-bottom: 1px solid var(--tub-border);
    box-shadow: var(--tub-shadow);
  }

  .tub-primary-nav.is-open {
    display: block;
  }

  .tub-primary-nav__inner {
    display: grid;
    padding-block: 14px;
  }

  .tub-primary-nav a {
    min-height: 48px;
    padding-inline: 10px;
    border-bottom: 1px solid var(--tub-border);
    font-size: 16px;
  }

  .tub-primary-nav a:last-child {
    border-bottom: 0;
  }

  .tub-hero {
    padding-block: 34px 54px;
  }

  .tub-lead-story,
  .tub-launch-hero {
    grid-template-columns: 1fr;
  }

  .tub-lead-story__copy {
    order: 2;
    padding: 26px;
  }

  .tub-lead-story__image {
    min-height: 280px;
  }

  .tub-lead-story h1,
  .tub-launch-hero h1 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .tub-hero__support,
  .tub-topic-grid,
  .tub-story-grid {
    grid-template-columns: 1fr;
  }

  .tub-story-card--compact {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .tub-launch-hero {
    min-height: 0;
    padding: 30px 24px 42px;
  }

  .tub-launch-visual {
    width: min(290px, 90%);
    justify-self: center;
    order: -1;
  }

  .tub-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tub-topic-card {
    min-height: 190px;
  }

  .tub-weekly-brief {
    grid-template-columns: 1fr;
    text-align: start;
  }

  .tub-weekly-brief__mark {
    width: 60px;
  }

  .tub-coming-soon {
    justify-self: start;
  }

  .tub-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .tub-site-footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .tub-story-card--compact {
    grid-template-columns: 1fr;
  }

  .tub-story-card--compact .tub-story-card__image {
    min-height: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
