:root {
  /* Palette sampled from the official TCA logo. Burgundy is the dominant color; navy/blue is intentionally used as a supporting accent. */
  --navy: #000080;
  --blue: #111a8f;
  --royal: #2634b8;
  --burgundy: #7a021b;
  --gold: #eeb01d;
  --cream: #fff8ec;
  --white: #ffffff;
  --ink: #172033;
  --muted: #667085;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(7, 24, 50, 0.26);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, var(--cream), #ffffff 48%, #fcf3f5);
}

img, video { max-width: 100%; display: block; }

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(255, 248, 236, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(7, 24, 50, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-logo { width: 52px; height: 52px; object-fit: contain; }

nav { display: flex; gap: 20px; flex-wrap: wrap; }

nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
}

nav a:hover { color: var(--burgundy); }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(48px, 8vw, 112px) clamp(20px, 5vw, 72px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 16%, rgba(238,176,29,0.30), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(0,0,128,0.24), transparent 26%),
    linear-gradient(135deg, #3b010d, var(--burgundy) 52%, #520114 78%, #140006);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.65), rgba(0,0,0,0.08));
}

.hero::after {
  content: "2026";
  position: absolute;
  right: -24px;
  bottom: -54px;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(7rem, 20vw, 18rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.055);
  letter-spacing: -0.08em;
}

.hero-content, .portrait-card { position: relative; z-index: 1; }

.eyebrow, .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--gold);
}

.announcement-card .script-text { color: var(--burgundy); }

.eyebrow::before, .section-label::before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}

h1, h2 {
  font-family: "Cinzel", Georgia, serif;
  line-height: 1.02;
  margin: 0;
}

h1 {
  max-width: 900px;
  margin-top: 14px;
  font-size: clamp(4rem, 9vw, 9.5rem);
  letter-spacing: -0.06em;
}

.hero-subtitle {
  max-width: 660px;
  margin: 24px 0 0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
}

.button.primary { background: var(--gold); color: #1e1607; }
.button.primary:hover { background: #f5bd30; }
.button.secondary { border-color: var(--line); color: var(--white); background: rgba(255,255,255,0.08); }

.portrait-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.portrait-frame {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  background: #4b0715;
}

.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }

.portrait-caption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  color: rgba(255,255,255,0.86);
}

.portrait-caption span { color: var(--gold); font-weight: 900; }

.section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.announcement-section { display: flex; flex-direction: column; align-items: center; text-align: center; }

.announcement-card {
  width: min(960px, 100%);
  margin-top: 22px;
  padding: clamp(34px, 6vw, 76px);
  border-radius: var(--radius-xl);
  background: var(--white);
  border: 1px solid rgba(122, 2, 27, 0.10);
  border-top: 5px solid var(--burgundy);
  box-shadow: 0 18px 60px rgba(122, 2, 27, 0.13);
}

.script-text {
  margin: 0 0 10px;
  color: var(--burgundy);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement-card h2, .section-copy h2, .details-section h2, .message-card h2 {
  color: var(--burgundy);
  font-size: clamp(2.4rem, 6vw, 5rem);
  letter-spacing: -0.05em;
}

.large-text {
  margin: 12px 0 28px;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--gold);
}

.announcement-card p:last-child {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #435069;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  background: #fff7f8;
}

.section-copy p {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

code {
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(18, 60, 120, 0.08);
  color: var(--burgundy);
  font-weight: 800;
}

.video-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--burgundy);
  box-shadow: var(--shadow);
  border: 10px solid var(--white);
}

.video-card video { width: 100%; aspect-ratio: 16 / 9; background: var(--burgundy); }

.details-section { text-align: center; }
.details-section h2 { margin-top: 12px; }

.details-grid {
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1000px;
}

.detail-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid rgba(122, 2, 27, 0.10);
  box-shadow: 0 14px 38px rgba(122, 2, 27, 0.10);
}

.detail-card span {
  display: block;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.detail-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.08rem;
  color: var(--burgundy);
}

.message-section { padding-top: 20px; }

.message-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(32px, 6vw, 72px);
  border-radius: var(--radius-xl);
  color: var(--white);
  background: linear-gradient(135deg, #3b010d 0%, var(--burgundy) 62%, var(--navy) 135%);
  box-shadow: var(--shadow);
}

.message-card h2 { color: var(--white); margin-top: 14px; }
.message-card p { margin: 0; color: rgba(255,255,255,0.82); font-size: 1.1rem; line-height: 1.85; }

.site-footer {
  padding: 28px;
  text-align: center;
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .hero, .video-section, .message-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .portrait-card { max-width: 520px; }
  .details-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  nav { gap: 12px; }
  nav a { font-size: 0.86rem; }
  h1 { font-size: clamp(3.2rem, 18vw, 4.8rem); }
  .portrait-caption { flex-direction: column; }
}
