:root {
  --burgundy: #8d222f;
  --burgundy-dark: #6f1824;
  --cream: #f4dfcf;
  --cream-soft: #faece2;
  --ink: #2c171a;
  --white: #fff8f3;
  --line: rgba(92, 27, 37, 0.18);
  --radius: 28px;
  --page-x: clamp(18px, 4vw, 72px);
  --section-y: clamp(72px, 9vw, 140px);
  --display: Arial Black, Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px var(--page-x);
  color: var(--cream);
  background: linear-gradient(to bottom, rgba(91, 17, 27, 0.58), transparent);
  backdrop-filter: blur(2px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.brand-mark {
  font-family: var(--display);
  font-size: 1rem;
  white-space: nowrap;
}
.brand-name {
  font-size: 0.72rem;
  line-height: 1.15;
  font-weight: 700;
  max-width: 260px;
}
.main-nav {
  display: flex;
  gap: 24px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.main-nav a {
  opacity: 0.78;
}
.main-nav a:hover,
.main-nav a.active {
  opacity: 1;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: inherit;
  padding: 8px;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 26px;
  height: 2px;
  margin: 6px 0;
  background: currentColor;
}
.section,
.hero,
.cta {
  padding: var(--section-y) var(--page-x);
}
.section-burgundy {
  background: var(--burgundy);
  color: var(--cream);
}
.section-cream {
  background: var(--cream);
  color: var(--burgundy);
}
.hero {
  min-height: 90svh;
  padding-top: 140px;
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 8vw;
  align-items: center;
}
.hero-logo-card {
  aspect-ratio: 0.78;
  display: grid;
  place-items: center;
  max-width: 410px;
}
.logo-emblem {
  width: 70%;
  aspect-ratio: 0.78;
  border: 6px solid var(--burgundy);
  border-top-width: 14px;
  border-radius: 0 0 28% 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: var(--burgundy);
  position: relative;
  padding-top: 13%;
}
.logo-top {
  font-family: var(--display);
  font-size: clamp(1rem, 2.2vw, 2rem);
  letter-spacing: 0.03em;
}
.logo-arch {
  font-size: clamp(5rem, 12vw, 11rem);
  font-family: Georgia, serif;
  line-height: 0.6;
  transform: scaleX(1.25);
  position: absolute;
  bottom: 12%;
}
.hero-copy {
  max-width: 980px;
}
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 22px;
}
.hero h1,
.section-heading h2,
.cta h2 {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: -0.055em;
  margin: 0;
}
.hero h1 {
  font-size: clamp(2.8rem, 6.3vw, 7.2rem);
  line-height: 0.92;
}
.lead {
  max-width: 720px;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.45;
  margin: 28px 0 0;
}
.section-kicker,
#communications .eyebrow,
#merch .eyebrow {
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 32px;
}
.identity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.poster,
.photo-card {
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.poster {
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.poster-light {
  background: var(--cream-soft);
  color: var(--burgundy);
  border: 1px solid var(--line);
}
.poster-burgundy {
  background: var(--burgundy);
  color: var(--cream);
}
.poster-title {
  justify-content: space-between;
}
.poster-logo {
  font-weight: 800;
  font-size: 0.76rem;
}
.poster-copy {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: -0.04em;
  line-height: 0.88;
}
.poster-copy.big {
  font-size: clamp(3rem, 6vw, 6.6rem);
}
.poster-copy.med {
  font-size: clamp(2.3rem, 4.4vw, 5rem);
}
.poster-meta {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  align-self: flex-end;
}
.poster-meta.left {
  align-self: flex-start;
}
.photo-card img {
  filter: saturate(0.9) contrast(1.03);
}
.identity-grid .photo-card:last-child {
  grid-column: 1 / -1;
}
.photo-overlay {
  position: absolute;
  inset: auto 18px 20px 18px;
  color: white;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.photo-overlay span {
  font-size: 0.75rem;
}
.photo-overlay strong {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1;
}
.bottom-left {
  inset: 18px auto auto 18px;
  max-width: 75%;
}
.rounded-poster {
  display: grid;
  place-items: center;
}
.speech-shape {
  width: 74%;
  aspect-ratio: 0.83;
  background: var(--cream);
  color: var(--burgundy);
  border-radius: 18px 18px 45% 45%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
}
.speech-shape strong {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}
.poster-footer {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  font-size: 0.7rem;
  display: flex;
  justify-content: space-between;
}
.wide-card {
  justify-content: space-between;
}
.quote-card {
  display: grid;
  place-items: center;
}
.quote-shape {
  width: 76%;
  height: 70%;
  background: var(--burgundy);
  color: var(--cream);
  border-radius: 18px 18px 50% 50%;
  display: grid;
  place-items: center;
  text-align: center;
}
.quote-shape strong {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}
.large-photo {
  min-height: 460px;
}
.service-card {
  justify-content: space-between;
}
.section-heading {
  max-width: 1200px;
  margin: 0 auto 64px;
}
.section-heading h2 {
  font-size: clamp(3rem, 6vw, 7rem);
  line-height: 0.92;
  max-width: 950px;
}
.section-heading p:last-child {
  max-width: 720px;
  font-size: 1.12rem;
  line-height: 1.5;
}
.burgundy-text {
  color: var(--burgundy);
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.feature-row > div {
  border-top: 1px solid rgba(244, 223, 207, 0.35);
  padding-top: 20px;
}
.feature-row span {
  display: block;
  font-size: 0.72rem;
  opacity: 0.7;
  margin-bottom: 26px;
}
.feature-row strong {
  font-family: var(--display);
  font-size: 1.35rem;
  text-transform: uppercase;
}
.feature-row p {
  max-width: 280px;
  opacity: 0.8;
}
.merch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 0;
  background: var(--cream);
  overflow: hidden;
}
.merch-card {
  min-width: 0;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.merch-card.wide {
  grid-column: span 2;
  min-height: 430px;
}
.merch-card img {
  object-fit: contain;
  background: var(--cream);
  max-height: 100%;
}
#merch .burgundy-text {
  color: var(--burgundy);
}
#merch {
  background: var(--cream);
  color: var(--burgundy);
}
#merch .section-heading h2 {
  font-size: clamp(2rem, 4vw, 4.5rem);
}
.cta {
  min-height: 72svh;
  display: flex;
  align-items: center;
}
.cta-inner {
  max-width: 1100px;
}
.cta h2 {
  font-size: clamp(3.3rem, 8vw, 9rem);
  line-height: 0.88;
}
.button {
  display: inline-flex;
  margin-top: 34px;
  padding: 15px 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.button:hover {
  background: var(--cream);
  color: var(--burgundy);
}
.footer {
  background: var(--burgundy-dark);
  color: var(--cream);
  padding: 24px var(--page-x);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .main-nav {
    position: fixed;
    inset: 0;
    background: var(--burgundy);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 90px var(--page-x);
    font-size: 1.7rem;
    transform: translateX(100%);
    transition: 0.3s ease;
  }
  .main-nav.open {
    transform: none;
  }
  .menu-toggle {
    display: block;
    z-index: 51;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
  }
  .hero-logo-card {
    max-width: 280px;
  }
  .feature-row {
    grid-template-columns: 1fr;
  }
  .brand-name {
    display: none;
  }
}
@media (max-width: 680px) {
  :root {
    --page-x: 16px;
    --section-y: 64px;
    --radius: 22px;
  }
  .site-header {
    padding: 14px var(--page-x);
  }
  .identity-grid {
    grid-template-columns: 1fr;
  }
  .merch-card {
    min-height: 300px;
  }
  .merch-card.wide {
    grid-column: auto;
  }
  .poster,
  .photo-card {
    min-height: 300px;
  }
  .large-photo {
    min-height: 380px;
  }

  .section-heading h2 {
    font-size: clamp(2.8rem, 11vw, 5rem);
  }
  .footer {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
