@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Libre+Franklin:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap");

body.tsu-bbw-standalone-page {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #f8f5ee;
  background: #001a3d !important;
}

body.tsu-bbw-standalone-page .tsu-bbw-root {
  width: 100vw;
  height: 100vh;
  margin: 0 !important;
}

@supports (height: 100svh) {
  body.tsu-bbw-standalone-page .tsu-bbw-root {
    height: 100svh;
  }
}

body.tsu-bbw-standalone-page .tsu-bbw-experience {
  width: 100vw;
  min-height: 0;
}

.tsu-bbw-home-link {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(217, 184, 113, 0.64);
  border-radius: 999px;
  color: #001a3d !important;
  background: rgba(217, 184, 113, 0.94);
  box-shadow: 0 14px 34px rgba(0, 13, 32, 0.28);
  font-family: "Libre Franklin", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  overflow: visible;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.tsu-bbw-home-link:hover,
.tsu-bbw-home-link:focus-visible {
  color: #001a3d !important;
  background: #f8f5ee;
  transform: translateY(-1px);
}

.tsu-bbw-home-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.tsu-bbw-home-link__icon,
.tsu-bbw-home-link > span:first-child:not(.tsu-bbw-home-link__label) {
  font-size: 18px;
  line-height: 0.7;
}

.tsu-bbw-home-link__label,
.tsu-bbw-home-link > span:nth-child(2):not(.tsu-bbw-home-link__icon) {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: max-content;
  max-width: min(220px, calc(100vw - 82px));
  padding: 9px 12px;
  border: 1px solid rgba(217, 184, 113, 0.38);
  border-radius: 999px;
  color: #001a3d;
  background: rgba(248, 245, 238, 0.96);
  box-shadow: 0 12px 28px rgba(0, 13, 32, 0.22);
  font-size: 11px;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.tsu-bbw-home-link:hover .tsu-bbw-home-link__label,
.tsu-bbw-home-link:focus-visible .tsu-bbw-home-link__label,
.tsu-bbw-home-link:hover > span:nth-child(2):not(.tsu-bbw-home-link__icon),
.tsu-bbw-home-link:focus-visible > span:nth-child(2):not(.tsu-bbw-home-link__icon) {
  opacity: 1;
  transform: translate(0, -50%);
}

.tsu-bbw-announcement {
  position: relative;
  z-index: 10000;
  width: 100%;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 26, 61, 0.98), rgba(0, 83, 159, 0.96) 52%, rgba(0, 26, 61, 0.98)),
    #001a3d;
  border-bottom: 1px solid rgba(217, 184, 113, 0.48);
  box-shadow: 0 8px 24px rgba(0, 26, 61, 0.18);
  font-family: "Libre Franklin", system-ui, sans-serif;
}

.tsu-bbw-announcement__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 46px;
  padding: 8px clamp(16px, 4vw, 58px);
  color: inherit;
  text-decoration: none;
}

.tsu-bbw-announcement__flag,
.tsu-bbw-announcement__cta {
  flex: 0 0 auto;
  border: 1px solid rgba(217, 184, 113, 0.72);
  border-radius: 999px;
  color: #001a3d;
  background: #d9b871;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
}

.tsu-bbw-announcement__text {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(12px, 1.4vw, 15px);
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-align: center;
}

.tsu-bbw-announcement__text strong {
  color: #fff;
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tsu-bbw-announcement__cta {
  background: transparent;
  color: #d9b871;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.tsu-bbw-announcement__link:hover .tsu-bbw-announcement__cta,
.tsu-bbw-announcement__link:focus-visible .tsu-bbw-announcement__cta {
  color: #001a3d;
  background: #d9b871;
  transform: translateX(2px);
}

.tsu-bbw-page .entry-title,
.tsu-bbw-page .page-title,
.tsu-bbw-page .post-title,
.tsu-bbw-page h1.entry-title {
  display: none !important;
}

.tsu-bbw-page .site-content,
.tsu-bbw-page .content-area,
.tsu-bbw-page .entry-content,
.tsu-bbw-page article,
.tsu-bbw-page main {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tsu-bbw-root {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #001a3d;
}

.tsu-bbw-root *,
.tsu-bbw-root *::before,
.tsu-bbw-root *::after {
  box-sizing: border-box;
}

.tsu-bbw-experience {
  --bbw-blue: #00539f;
  --bbw-blue-ink: #001a3d;
  --bbw-blue-deep: #002b5c;
  --bbw-cream: #f8f5ee;
  --bbw-gold: #b8985a;
  --bbw-gold-bright: #d9b871;
  --bbw-red: #c8102e;
  --bbw-font-display: "Cormorant Garamond", Garamond, "Times New Roman", serif;
  --bbw-font-body: "Crimson Text", "Times New Roman", Georgia, serif;
  --bbw-font-sans: "Libre Franklin", system-ui, sans-serif;
  --bbw-font-mono: "JetBrains Mono", ui-monospace, monospace;
  position: relative;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  color: var(--bbw-cream);
  background: var(--bbw-blue-ink);
  isolation: isolate;
}

@supports (height: 100svh) {
  .tsu-bbw-experience {
    height: 100svh;
  }
}

body.admin-bar .tsu-bbw-experience {
  height: calc(100vh - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .tsu-bbw-experience {
    height: calc(100vh - 46px);
  }
}

.tsu-bbw-progress {
  position: absolute;
  inset: 0 0 auto;
  z-index: 60;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
}

.tsu-bbw-progress__bar {
  display: block;
  width: 0;
  height: 100%;
  transform-origin: left center;
  background: linear-gradient(90deg, #d9b871, #b8985a);
  transition: width 120ms linear;
}

.tsu-bbw-scroller {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  background: var(--bbw-blue-ink);
}

.tsu-bbw-scroller::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tsu-bbw-section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.tsu-bbw-section__image,
.tsu-bbw-section__image-inner {
  position: absolute;
  inset: 0;
}

.tsu-bbw-section__image {
  transform: scale(1.16);
  transition: transform 7s ease-out;
}

.tsu-bbw-section.is-in .tsu-bbw-section__image {
  transform: scale(1);
}

.tsu-bbw-section__image-inner {
  top: -12%;
  height: 124%;
  will-change: transform;
}

.tsu-bbw-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04) brightness(0.82);
}

.tsu-bbw-overlay,
.tsu-bbw-scrim,
.tsu-bbw-vignette,
.tsu-bbw-glow,
.tsu-bbw-grid,
.tsu-bbw-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tsu-bbw-overlay {
  background: linear-gradient(180deg, rgba(0, 26, 61, 0.55), rgba(0, 43, 92, 0.3) 40%, rgba(0, 26, 61, 0.55) 75%, rgba(0, 26, 61, 0.96));
  mix-blend-mode: multiply;
}

.tsu-bbw-scrim {
  background: linear-gradient(rgba(0, 26, 61, 0.78), rgba(0, 26, 61, 0.3) 32%, rgba(0, 26, 61, 0.55) 62%, rgba(0, 26, 61, 0.97));
}

.tsu-bbw-vignette {
  background: radial-gradient(120% 90% at 50% 35%, rgba(0, 0, 0, 0), rgba(0, 26, 61, 0.55) 78%, rgba(0, 26, 61, 0.92));
}

.tsu-bbw-grid {
  opacity: 0.68;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
}

.tsu-bbw-stars span {
  position: absolute;
  width: var(--size);
  height: var(--size);
  left: var(--left);
  top: var(--top);
  border-radius: 999px;
  opacity: 0.5;
  background: var(--star-color);
  animation: tsu-bbw-float var(--duration) ease-in-out var(--delay) infinite;
}

.tsu-bbw-frame {
  position: absolute;
  inset-inline: 0;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 6% 0;
}

.tsu-bbw-chapter-count {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--bbw-font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.tsu-bbw-chapter-count span {
  color: rgba(255, 255, 255, 0.4);
}

.tsu-bbw-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.tsu-bbw-meta::after {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.tsu-bbw-eyebrow,
.tsu-bbw-stat-label,
.tsu-bbw-button,
.tsu-bbw-announcement__flag,
.tsu-bbw-announcement__cta {
  font-family: var(--bbw-font-sans, "Libre Franklin", system-ui, sans-serif);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.tsu-bbw-eyebrow {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(10px, 1.2vw, 12px);
}

.tsu-bbw-accent {
  color: var(--chapter-chip, #d9b871);
}

.tsu-bbw-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #fff;
  font-family: var(--bbw-font-sans);
  font-size: clamp(15px, 1.7vw, 22px);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: uppercase;
}

.tsu-bbw-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--chapter-chip, #d9b871);
}

.tsu-bbw-content {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 30;
  padding: 0 6% 7%;
}

.tsu-bbw-content__inner {
  max-width: 860px;
}

.tsu-bbw-stat-wrap {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.tsu-bbw-stat {
  color: var(--stat-color, #fff);
  font-family: var(--bbw-font-display);
  font-size: clamp(56px, 14vw, 230px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.82;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.45);
}

.tsu-bbw-stat.is-word {
  font-size: clamp(44px, 8.6vw, 150px);
}

.tsu-bbw-stat.is-gold,
.tsu-bbw-gold-text {
  color: transparent;
  background: linear-gradient(180deg, #d9b871 0%, #b8985a 55%, #8f7338 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.tsu-bbw-stat-suffix {
  padding-bottom: 0.12em;
  font-family: var(--bbw-font-display);
  font-size: clamp(30px, 5vw, 78px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.tsu-bbw-stat-label {
  margin: 16px 0 0;
  color: var(--chapter-chip, #d9b871);
  font-size: clamp(11px, 1.25vw, 15px);
  line-height: 1.35;
}

.tsu-bbw-copy {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--bbw-font-body);
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.55;
}

.tsu-bbw-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 12px 24px;
  border: 1px solid var(--chapter-chip, #d9b871);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(4px);
  font-size: 12px;
  text-decoration: none;
  transition: background-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.tsu-bbw-button span:last-child {
  color: var(--chapter-chip, #d9b871);
  font-size: 18px;
  letter-spacing: 0;
  transition: color 260ms ease, transform 260ms ease;
}

.tsu-bbw-button:hover,
.tsu-bbw-button:focus-visible {
  color: #001a3d;
  background: var(--chapter-chip, #d9b871);
  transform: translateY(-1px);
}

.tsu-bbw-button:hover span:last-child,
.tsu-bbw-button:focus-visible span:last-child {
  color: #001a3d;
  transform: translateX(3px);
}

.tsu-bbw-intro,
.tsu-bbw-outro {
  background: radial-gradient(120% 90% at 50% 30%, #003a73 0%, #001a3d 62%, #000d20 100%);
}

.tsu-bbw-intro__top,
.tsu-bbw-outro__bottom {
  position: absolute;
  inset-inline: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-inline: 6%;
}

.tsu-bbw-intro__top {
  top: 0;
  padding-top: 32px;
}

.tsu-bbw-outro__bottom {
  bottom: 0;
  padding-bottom: 28px;
}

.tsu-bbw-center {
  position: relative;
  z-index: 30;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 6%;
  text-align: center;
}

.tsu-bbw-brand {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--bbw-font-sans);
  font-size: clamp(11px, 1.3vw, 15px);
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.tsu-bbw-official-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(380px, 68vw);
  padding: clamp(8px, 1vw, 12px) clamp(12px, 1.6vw, 18px);
  border: 1px solid rgba(217, 184, 113, 0.44);
  border-radius: 8px;
  background: rgba(248, 245, 238, 0.96);
  box-shadow: 0 18px 44px rgba(0, 13, 32, 0.24);
}

.tsu-bbw-official-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.tsu-bbw-official-logo--intro {
  margin-bottom: 4px;
}

.tsu-bbw-official-logo--outro {
  width: min(330px, 68vw);
  margin-bottom: 4px;
}

.tsu-bbw-official-logo--footer {
  width: min(230px, 48vw);
  padding: 6px 10px;
  box-shadow: 0 12px 30px rgba(0, 13, 32, 0.18);
}

.tsu-bbw-title,
.tsu-bbw-outro-title {
  margin: 20px 0 0;
  color: #fff;
  font-family: var(--bbw-font-display);
  font-size: clamp(64px, 13vw, 200px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.9;
}

.tsu-bbw-title em,
.tsu-bbw-outro-title em {
  font-style: italic;
  font-weight: 500;
}

.tsu-bbw-subtitle,
.tsu-bbw-outro-copy {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--bbw-font-body);
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.45;
}

.tsu-bbw-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.tsu-bbw-subtitle::before,
.tsu-bbw-subtitle::after {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.tsu-bbw-scroll-cue {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-bottom: 40px;
}

.tsu-bbw-scroll-cue span:last-child {
  color: #d9b871;
  font-size: 28px;
  animation: tsu-bbw-bounce 1.8s ease-in-out infinite;
}

.tsu-bbw-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateY(-50%);
}

.tsu-bbw-dots button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.tsu-bbw-dots button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  transition: width 260ms ease, height 260ms ease, background-color 260ms ease, box-shadow 260ms ease;
}

.tsu-bbw-dots button.is-active::before {
  width: 11px;
  height: 11px;
  background: #d9b871;
  box-shadow: 0 0 12px rgba(217, 184, 113, 0.8);
}

.tsu-bbw-motif {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.3s ease 400ms;
}

.tsu-bbw-section.is-in .tsu-bbw-motif {
  opacity: 0.9;
}

.tsu-bbw-motif svg,
.tsu-bbw-motif span {
  position: absolute;
}

.tsu-bbw-motif svg {
  overflow: visible;
}

.tsu-bbw-motif .motif-line {
  stroke: #d9b871;
  stroke-width: 2;
  fill: none;
}

.tsu-bbw-motif .motif-fill {
  fill: #d9b871;
}

.tsu-bbw-motif--blueprint svg,
.tsu-bbw-motif--nodes svg,
.tsu-bbw-motif--bracket svg {
  right: 6%;
  top: 12%;
  width: min(42vw, 520px);
  height: auto;
}

.tsu-bbw-motif--soundwave {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-right: 8%;
}

.tsu-bbw-motif--soundwave span {
  position: static;
  width: 8px;
  height: 80px;
  border-radius: 999px;
  background: rgba(217, 184, 113, 0.82);
  transform-origin: center;
  animation: tsu-bbw-eq 1.15s ease-in-out infinite;
}

.tsu-bbw-motif--soundwave span:nth-child(2n) {
  animation-delay: 180ms;
}

.tsu-bbw-motif--soundwave span:nth-child(3n) {
  animation-delay: 320ms;
}

.tsu-bbw-motif--confetti span {
  width: 8px;
  height: 20px;
  border-radius: 2px;
  background: var(--confetti-color);
  left: var(--left);
  top: var(--top);
  transform: rotate(var(--rotate));
  animation: tsu-bbw-float var(--duration) ease-in-out infinite;
}

.tsu-bbw-motif--gears svg,
.tsu-bbw-motif--tassel svg,
.tsu-bbw-motif--compass svg,
.tsu-bbw-motif--leadership svg,
.tsu-bbw-motif--laurel svg {
  right: 8%;
  top: 14%;
  width: min(34vw, 390px);
  height: auto;
}

.tsu-bbw-reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 1000ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tsu-bbw-pop {
  opacity: 0;
  transform: translateY(60px) scale(0.92);
  transition: opacity 1000ms cubic-bezier(0.16, 1, 0.3, 1), transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tsu-bbw-section.is-in .tsu-bbw-reveal,
.tsu-bbw-section.is-in .tsu-bbw-pop {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.tsu-bbw-delay-1 {
  transition-delay: 80ms;
}

.tsu-bbw-delay-2 {
  transition-delay: 180ms;
}

.tsu-bbw-delay-3 {
  transition-delay: 300ms;
}

.tsu-bbw-delay-4 {
  transition-delay: 420ms;
}

.tsu-bbw-delay-5 {
  transition-delay: 540ms;
}

.tsu-bbw-keywords {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px 32px;
  width: min(920px, 100%);
  margin-top: 36px;
}

.tsu-bbw-keywords span {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--bbw-font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.tsu-bbw-keywords span:nth-child(odd) {
  color: #d9b871;
}

.tsu-bbw-outro-title {
  font-size: clamp(48px, 9vw, 140px);
}

.tsu-bbw-mark {
  width: 48px;
  height: 64px;
  color: #d9b871;
}

.tsu-bbw-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-align: left;
}

.tsu-bbw-lockup svg {
  width: 28px;
  height: 38px;
  flex: 0 0 auto;
}

.tsu-bbw-lockup span {
  display: block;
  font-family: var(--bbw-font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.tsu-bbw-outro-place {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--bbw-font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

@keyframes tsu-bbw-float {
  0%,
  100% {
    transform: translateY(0) rotate(var(--rotate, 0deg));
  }

  50% {
    transform: translateY(-14px) rotate(var(--rotate, 0deg));
  }
}

@keyframes tsu-bbw-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-22px);
  }
}

@keyframes tsu-bbw-eq {
  0%,
  100% {
    transform: scaleY(0.24);
  }

  50% {
    transform: scaleY(1);
  }
}

@media (max-width: 900px) {
  .tsu-bbw-announcement__link {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 8px 12px;
    min-height: 0;
    padding-block: 10px;
  }

  .tsu-bbw-announcement__text {
    order: 3;
    flex: 1 0 100%;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
  }

  .tsu-bbw-dots {
    display: none;
  }

  .tsu-bbw-experience {
    min-height: 580px;
  }

  .tsu-bbw-frame {
    padding-top: 24px;
  }

  .tsu-bbw-content {
    padding-bottom: 11%;
  }

  .tsu-bbw-subtitle::before,
  .tsu-bbw-subtitle::after {
    width: 28px;
  }

  .tsu-bbw-keywords {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .tsu-bbw-home-link {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 42px;
    height: 42px;
  }

  .tsu-bbw-home-link__label,
  .tsu-bbw-home-link > span:nth-child(2):not(.tsu-bbw-home-link__icon) {
    display: none;
  }

  .tsu-bbw-official-logo {
    width: min(300px, 74vw);
  }

  .tsu-bbw-official-logo--footer {
    width: min(210px, 58vw);
  }

  .tsu-bbw-announcement__flag,
  .tsu-bbw-announcement__cta {
    font-size: 10px;
    padding: 7px 9px;
  }

  .tsu-bbw-experience {
    min-height: 560px;
  }

  .tsu-bbw-frame {
    align-items: flex-start;
    padding-inline: 18px;
  }

  .tsu-bbw-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .tsu-bbw-meta::after {
    display: none;
  }

  .tsu-bbw-content {
    padding-inline: 18px;
    padding-bottom: 82px;
  }

  .tsu-bbw-copy {
    font-size: 16px;
  }

  .tsu-bbw-title {
    font-size: clamp(58px, 18vw, 96px);
  }

  .tsu-bbw-subtitle {
    flex-direction: column;
    gap: 10px;
  }

  .tsu-bbw-subtitle::before,
  .tsu-bbw-subtitle::after {
    width: 48px;
  }

  .tsu-bbw-motif {
    opacity: 0.34;
  }

  .tsu-bbw-motif--blueprint svg,
  .tsu-bbw-motif--nodes svg,
  .tsu-bbw-motif--bracket svg,
  .tsu-bbw-motif--gears svg,
  .tsu-bbw-motif--tassel svg,
  .tsu-bbw-motif--compass svg,
  .tsu-bbw-motif--leadership svg,
  .tsu-bbw-motif--laurel svg {
    right: -12%;
    top: 18%;
    width: 78vw;
  }

  .tsu-bbw-keywords {
    gap: 10px 14px;
  }

  .tsu-bbw-outro__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tsu-bbw-scroller {
    scroll-behavior: auto;
  }

  .tsu-bbw-reveal,
  .tsu-bbw-pop,
  .tsu-bbw-section__image,
  .tsu-bbw-stars span,
  .tsu-bbw-motif span,
  .tsu-bbw-scroll-cue span:last-child {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
