/* About page — only what Tailwind cannot express cleanly */

.page-about .site-main {
  position: relative;
  z-index: 1;
  margin-top: 0;
  min-height: auto;
  background: transparent;
}

/* Frosted nav while over banner / half-half transition */
.page-about .site-header.is-immersive .site-header__clip--dark,
.page-about .site-header.is-transitioning .site-header__clip--dark {
  background: rgba(0, 0, 50, 0.58);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  backdrop-filter: blur(14px) saturate(1.1);
}

.page-about .site-header.is-solid .site-header__clip--dark {
  visibility: hidden;
  pointer-events: none;
}

.page-about .site-header.is-solid .site-header__clip--light {
  visibility: visible;
  pointer-events: auto;
  background: var(--bg-base);
}

/* Banner */
.about-stage {
  --about-banner-h: clamp(32rem, 75vh, 42rem);
  position: relative;
  z-index: 0;
}

.about-banner__viewport {
  position: relative;
  min-height: var(--about-banner-h);
  overflow: hidden;
}

.about-banner__panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: var(--about-banner-h);
  padding-bottom: var(--quick-bar-h);
}

@media (max-width: 520px) {
  .about-stage {
    --about-banner-h: clamp(28rem, 68vh, 36rem);
  }
}

/* Banner content — tabs, subtitle, support line (ported from Tailwind utilities
   in html/pages/about.html; the Ghost partial emits bare BEM classes). */
.about-banner__tabs {
  margin: 0 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  row-gap: 0.375rem;
}

.about-banner__tabs a {
  border-radius: var(--radius-brand, 4px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 50, 0.2);
  padding: 0.45rem 0.75rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: border-color 0.2s, background 0.2s;
}

.about-banner__tabs a:hover {
  border-color: var(--color-accent, silver);
  background: rgba(0, 0, 50, 0.45);
}

.about-banner__tabs-sep {
  user-select: none;
  font-size: 0.75rem;
  color: color-mix(in srgb, var(--color-accent, silver) 60%, transparent);
}

#about-hero-title {
  max-width: 1000px;
  margin-inline: auto;
}

.about-hero__sub {
  margin: 0.5rem 0 0;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 500;
  color: #fff;
}

.about-hero__support {
  margin: 0.25rem auto 1.25rem;
  max-width: 42rem;
  font-size: clamp(0.85rem, 1.8vw, 1.05rem);
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 640px) {
  .about-banner__tabs-sep {
    display: none;
  }

  .about-banner__tabs a {
    padding: 0.25rem 0.55rem;
    font-size: 0.55rem;
  }
}

/* Section band backgrounds (homepage gradient language) */
.about-band {
  scroll-margin-top: var(--header-h);
}

/* Shared About section vertical rhythm — 64px × 2 = 128px between sections */
.about-band__body {
  padding-block: var(--spacing-section-y);
}

.page-about .about-band.about-band--bridge > .about-band__body {
  padding-block: 8rem var(--spacing-section-y) !important;
}

.about-band--bridge {
  background:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(210, 218, 235, 0.55), transparent 68%),
    linear-gradient(
      180deg,
      #d8e0ef 0%,
      #e2e8f4 10%,
      #eaedf6 22%,
      #f1f4fa 38%,
      #f7f9fc 55%,
      #fcfdfe 72%,
      #ffffff 88%
    );
}

.about-band--history {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 18%,
    #f8fafc 28%,
    #f0f3f8 42%,
    #e8edf5 58%,
    #f2f5f9 78%,
    #fafbfd 92%,
    #ffffff 100%
  );
}

.about-band--instructors {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 18%,
    #f9fafc 28%,
    #f1f4f9 42%,
    #e9edf5 58%,
    #f3f6fa 78%,
    #fbfcfd 92%,
    #ffffff 100%
  );
}

.about-band--news {
  background:
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(210, 218, 235, 0.4), transparent 70%),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fafc 25%,
      #f0f3f8 45%,
      #e8edf5 65%,
      #f4f6fa 85%,
      #ffffff 100%
    );
}

/* Trust callout surface */
.about-trust {
  background: linear-gradient(135deg, rgba(0, 0, 80, 0.04) 0%, rgba(255, 255, 255, 0.85) 100%);
}

/* Trust callout title → 20px (content is 18px via the --text-body token). */
.about-trust [data-about-trust-title] {
  font-size: clamp(1.05rem, 1.9vw, 1.25rem);
  line-height: 1.25;
}

/* Benefits grid + cards (ported from Tailwind utilities in html/pages/about.html;
   the Ghost template emits bare BEM classes). */
.about-benefits__grid {
  display: grid;
  gap: var(--spacing-card-sm, 1.2rem);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .about-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .about-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-benefit-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-card-sm, 1.2rem);
  padding: var(--spacing-card, 1.35rem);
  border-radius: var(--radius-brand, 4px);
  border: 1px solid color-mix(in srgb, var(--color-accent, silver) 60%, transparent);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.98), transparent 50%),
    linear-gradient(160deg, #ffffff 0%, #f4f6fb 55%, #e9edf6 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 80, 0.08);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.about-benefit-card:hover {
  transform: translateY(-0.125rem);
  border-color: var(--color-accent, silver);
  box-shadow: 0 16px 36px rgba(0, 0, 80, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .about-benefit-card:hover {
    transform: none;
  }
}

.about-benefit-card__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.1rem;
  border-radius: var(--radius-brand, 4px);
  border: 1px solid color-mix(in srgb, var(--color-accent, silver) 70%, transparent);
  color: var(--color-brand, #000050);
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), transparent 58%),
    linear-gradient(155deg, #ffffff 0%, #f4f6fb 52%, #e9edf6 100%);
}

.about-benefit-card__icon .material-symbols-outlined {
  font-size: 1.4rem;
  line-height: 1;
}

.about-benefit-card__title {
  margin: 0;
  font-family: var(--font-oswald, "Oswald", sans-serif);
  font-size: clamp(1.05rem, 1.9vw, 1.25rem); /* 20px, fluid */
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-brand, #000050);
}

.about-benefit-card__text {
  margin: 0;
  font-family: var(--font-roboto, "Roboto", sans-serif);
  font-size: 1.125rem; /* 18px */
  line-height: 1.6;
  color: var(--color-text-meta, #757575);
}

.about-benefit-card .ui-body-sm {
  margin-top: 0.15rem;
}

/* ── Instructors: divider rows (no cards), photo left / copy right ── */
.instructors-vob {
  display: grid;
  gap: var(--spacing-card);
  align-items: center;
  padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1.1rem, 2.5vw, 1.75rem);
  background:
    linear-gradient(135deg, rgba(0, 0, 80, 0.06) 0%, rgba(0, 0, 80, 0.02) 48%, transparent 100%),
    linear-gradient(180deg, #f3f5fa 0%, #eef1f7 100%);
  border-left: 3px solid #000050;
}

.instructors-vob__eyebrow {
  margin: 0 0 0.4rem;
  font-family: var(--font-oswald, "Oswald", sans-serif);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 80, 0.68);
}

.instructors-vob__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-oswald, "Oswald", sans-serif);
  font-size: clamp(1.45rem, 3.4vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
  text-wrap: balance;
  color: #000050;
}

.instructors-vob__text {
  margin: 0;
  max-width: 40rem;
  font-family: var(--font-roboto, "Roboto", sans-serif);
  font-size: clamp(0.92rem, 1.5vw, 1.02rem);
  line-height: 1.65;
  color: #2a2a2a;
  text-wrap: pretty;
}

.instructors-vob__seal {
  margin: 0;
  justify-self: center;
  width: clamp(7rem, 20vw, 10rem);
  aspect-ratio: 1;
}

.instructors-vob__seal img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 80, 0.14));
}

.instructors-roster {
  display: block;
  width: 100%;
  max-width: none;
}

.instructors-team {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.instructor {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: var(--spacing-card);
  row-gap: var(--spacing-card-sm);
  align-items: center;
  text-align: left;
  padding: var(--spacing-section-gap) 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 80, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.instructor:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.instructor__photo {
  margin: 0;
  position: relative;
  width: clamp(5.75rem, 16vw, 7.5rem);
  aspect-ratio: 1;
  border-radius: 0.75rem;
  overflow: hidden;
  align-self: start;
}

.instructor__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  background: #e8edf5;
  border: 2px solid rgba(0, 0, 80, 0.12);
}

.instructor__body {
  width: 100%;
  min-width: 0;
  align-self: center;
}

.instructor__role {
  margin: 0 0 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-roboto, "Roboto", sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000050;
}

.instructor__role::before {
  content: "";
  display: block;
  width: 1.15rem;
  height: 1px;
  background: #000050;
}

.instructor__name {
  margin: 0 0 0.55rem;
  font-family: var(--font-oswald, "Oswald", sans-serif);
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #000050;
  text-wrap: balance;
}

.instructor__creds {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.15rem;
  margin: 0 0 0.85rem;
  padding: 0;
}

.instructor__creds li {
  font-family: var(--font-oswald, "Oswald", sans-serif);
  font-size: clamp(0.78rem, 1.35vw, 0.88rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000050;
  line-height: 1.35;
}

.instructor__creds li:not(:last-child)::after {
  content: "·";
  margin-left: 0.4rem;
  margin-right: 0.2rem;
  color: rgba(0, 0, 80, 0.45);
  font-weight: 400;
}

.instructor__bio {
  margin: 0;
  max-width: none;
  width: 100%;
  font-family: var(--font-roboto, "Roboto", sans-serif);
  font-size: clamp(0.92rem, 1.4vw, 1.02rem);
  line-height: 1.65;
  color: #2a2a2a;
  text-wrap: pretty;
}

/* Dynamic roster: credentials + bio arrive from the Ghost editor as a plain
   <ul>/<p> inside .instructor__cms — map them to the reference creds/bio look. */
.instructor__cms {
  width: 100%;
}

.instructor__cms ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.15rem;
  margin: 0 0 0.85rem;
  padding: 0;
}

.instructor__cms ul li {
  font-family: var(--font-oswald, "Oswald", sans-serif);
  font-size: clamp(0.78rem, 1.35vw, 0.88rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000050;
  line-height: 1.35;
}

.instructor__cms ul li:not(:last-child)::after {
  content: "·";
  margin-left: 0.4rem;
  margin-right: 0.2rem;
  color: rgba(0, 0, 80, 0.45);
  font-weight: 400;
}

.instructor__cms p {
  margin: 0 0 0.85rem;
  max-width: none;
  width: 100%;
  font-family: var(--font-roboto, "Roboto", sans-serif);
  font-size: clamp(0.92rem, 1.4vw, 1.02rem);
  line-height: 1.65;
  color: #2a2a2a;
  text-wrap: pretty;
}

.instructor__cms > :last-child {
  margin-bottom: 0;
}

@media (min-width: 720px) {
  .instructors-vob {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: var(--spacing-section-gap);
  }

  .instructors-vob__seal {
    justify-self: end;
  }

  .instructor {
    column-gap: var(--spacing-section-gap);
    align-items: center;
  }

  .instructor__photo {
    width: clamp(6.75rem, 12vw, 8.75rem);
    align-self: center;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .instructor__photo img {
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .instructor:hover .instructor__photo img,
  .instructor:focus-within .instructor__photo img {
    transform: scale(1.035);
  }

  .instructors-vob__seal img {
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
      filter 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .instructors-vob:hover .instructors-vob__seal img {
    transform: scale(1.03);
    filter: drop-shadow(0 14px 28px rgba(0, 0, 80, 0.16));
  }
}

/* ── News: card grid with circular thumbs (live assets) ── */
.news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-card-sm);
}

@media (min-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.news-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: var(--spacing-card);
  align-items: start;
  padding: var(--spacing-card);
  border: 1px solid color-mix(in srgb, var(--secondary-accent, #c0c0c0) 60%, transparent);
  border-radius: var(--radius, 4px);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.98), transparent 50%),
    linear-gradient(160deg, #ffffff 0%, #f4f6fb 55%, #e9edf6 100%);
  box-shadow: var(--shadow-card);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.news-item:hover,
.news-item:focus-visible {
  border-color: var(--secondary-accent, #c0c0c0);
  box-shadow: var(--shadow-card-hover);
}

.news-item:focus-visible {
  outline: 2px solid #000050;
  outline-offset: 3px;
}

.news-item__media {
  margin: 0;
  width: clamp(4.75rem, 14vw, 6.25rem);
  aspect-ratio: 1;
  height: auto;
  align-self: start;
  border-radius: 0.75rem;
  overflow: hidden;
  flex-shrink: 0;
}

.news-item__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #e8edf5;
  border: 2px solid rgba(0, 0, 80, 0.12);
  border-radius: 0.75rem;
}

.news-item__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}

.news-item__cat {
  margin: 0;
  font-family: var(--font-roboto, "Roboto", sans-serif);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000050;
}

.news-item__title {
  margin: 0;
  font-family: var(--font-oswald, "Oswald", sans-serif);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
  text-wrap: balance;
  color: #000050;
}

.news-item__summary {
  margin: 0;
  max-width: none;
  font-family: var(--font-roboto, "Roboto", sans-serif);
  font-size: clamp(0.86rem, 1.35vw, 0.95rem);
  line-height: 1.6;
  color: #2a2a2a;
  text-wrap: pretty;
  flex: 1;
}

.news-item__more {
  margin-top: auto;
  padding-top: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-family: var(--font-roboto, "Roboto", sans-serif);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000050;
}

.news-item__more .material-symbols-outlined {
  font-size: 0.78rem;
  line-height: 1;
  font-variation-settings: "wght" 400, "opsz" 20, "FILL" 0, "GRAD" 0;
}

@media (prefers-reduced-motion: no-preference) {
  .news-item:hover,
  .news-item:focus-visible {
    transform: translateY(-2px);
  }

  .news-item__media img {
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .news-item:hover .news-item__media img,
  .news-item:focus-within .news-item__media img {
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-item:hover,
  .news-item:focus-visible {
    transform: none;
  }
}

.page-about [id="info"] {
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(210, 218, 235, 0.35), transparent 65%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 35%, #ffffff 100%);
}

/* ── History Variant C: per-milestone dots (aligned to content) + track fill ── */
.history-shell {
  --history-marker-w: 4.5rem;
  --history-dot-x: calc(var(--history-marker-w) - 0.28rem);
  position: relative;
  max-width: min(56rem, 100%);
  margin-inline: auto;
}

.history-track {
  position: absolute;
  top: 0;
  left: var(--history-dot-x);
  width: 2px;
  height: 0;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.history-track__line {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(192, 192, 192, 0.5);
}

.history-track__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: inherit;
  background: #000050;
  transition: height 0.2s ease-out;
}

.history-milestones {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.history-milestone {
  display: grid;
  grid-template-columns: var(--history-marker-w) minmax(0, 1fr);
  column-gap: clamp(0.85rem, 2vw, 1.5rem);
  align-items: start;
  min-height: 0;
  padding: var(--spacing-section-gap) 0;
}

.history-milestone:last-child {
  padding-bottom: 0;
}

.history-milestone__marker {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  margin-top: 0.55rem; /* align dot with title optical center */
  position: relative;
  z-index: 2;
}

.history-milestone__year {
  font-family: var(--font-oswald, "Oswald", sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 80, 0.38);
  line-height: 1;
  transition: color 0.2s ease;
}

.history-milestone__dot {
  flex: 0 0 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 80, 0.35);
  background: #fff;
  box-shadow: 0 0 0 3px #fff;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.history-milestone.is-passed .history-milestone__year,
.history-milestone.is-active .history-milestone__year {
  color: #000050;
}

.history-milestone.is-passed .history-milestone__dot,
.history-milestone.is-active .history-milestone__dot {
  background: #000050;
  border-color: #000050;
}

.history-milestone.is-active .history-milestone__dot {
  transform: scale(1.35);
}

.history-milestone__main {
  position: relative;
  display: block;
  min-width: 0;
  overflow: visible;
}

.history-milestone__watermark {
  position: absolute;
  top: -0.35em;
  right: 0.15rem;
  z-index: 0;
  margin: 0;
  font-family: var(--font-oswald, "Oswald", sans-serif);
  font-size: clamp(3.25rem, 11vw, 6.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
  color: rgba(0, 0, 80, 0.035);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  text-align: right;
  transition: color 0.35s ease;
  max-width: calc(100% - 0.25rem);
  overflow: visible;
  padding-bottom: 0.12em;
}

.history-milestone.is-active .history-milestone__watermark {
  color: rgba(0, 0, 80, 1);
}

.history-milestone__content {
  position: relative;
  z-index: 2;
  max-width: 28rem;
  display: grid;
  gap: 0.65rem;
  padding-right: clamp(2.5rem, 12vw, 5.5rem);
  background: transparent;
  opacity: 0.58;
  transform: translateY(0.3rem);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.history-milestone.is-active .history-milestone__content {
  opacity: 1;
  transform: none;
}

.history-milestone__title {
  margin: 0;
  font-family: var(--font-oswald, "Oswald", sans-serif);
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000050;
  text-wrap: balance;
  line-height: 1.15;
}

.history-milestone__text {
  margin: 0;
  max-width: 34ch;
  font-family: var(--font-roboto, "Roboto", sans-serif);
  font-size: clamp(0.95rem, 1.5vw, 1.06rem);
  line-height: 1.72;
  color: rgba(33, 37, 41, 0.76);
  text-wrap: pretty;
}

@media (max-width: 720px) {
  .history-shell {
    --history-marker-w: 3.35rem;
  }

  .history-milestone {
    min-height: 0;
    column-gap: 0.65rem;
  }

  .history-milestone__year {
    font-size: 0.65rem;
  }

  .history-milestone__main {
    overflow: visible;
  }

  .history-milestone__watermark {
    top: -0.55em;
    right: 0.2rem;
    font-size: clamp(2.4rem, 20vw, 3.6rem);
    color: rgba(0, 0, 80, 0.028);
    max-width: calc(100% - 0.4rem);
  }

  .history-milestone.is-active .history-milestone__watermark {
    color: rgba(0, 0, 80, 1);
  }

  .history-milestone__content {
    max-width: 100%;
    padding-right: 2.75rem;
  }

  .history-milestone__text {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .history-track__fill,
  .history-milestone__content,
  .history-milestone__watermark,
  .history-milestone__dot {
    transition: none;
  }

  .history-milestone__content {
    opacity: 1;
    transform: none;
  }

  .history-milestone__watermark {
    color: rgba(0, 0, 80, 0.09);
  }
}
