/*
 * AirForceBall.com static Cloudflare Pages reconstruction.
 * Measurements and visual behavior are taken from the live homepage.
 */
:root {
  --accent: #1130f9;
  --ink: #000000;
  --paper: #ffffff;
  --content-width: 920px;
  --section-overlap: -73px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

a:hover,
a:focus-visible {
  color: #000000;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: -100px;
  z-index: 10000;
  background: #ffffff;
  color: #000000;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  padding: 12px 18px;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 73px;
  padding: 0 30px;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

.site-header.scrolled {
  background: #ffffff;
  border-bottom-color: #eeeeee;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 72px;
  max-width: 1220px;
  margin: 0 auto;
}

.site-title {
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.site-header nav {
  position: absolute;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}

.site-header nav a,
.site-footer nav a {
  display: block;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.site-header nav a {
  padding: 30px 20px;
}

.menu-toggle {
  display: none;
}

.site-header.scrolled .site-title,
.site-header.scrolled nav a {
  color: #000000;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--accent);
}

.site-main {
  width: 100%;
  overflow: hidden;
}

.site-main > section {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.section-label {
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.photo-panel {
  color: #ffffff;
  background-color: #151515;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-panel::before {
  content: none;
}

.photo-content {
  position: relative;
  z-index: 1;
  width: min(var(--content-width), calc(100% - 40px));
  margin: 0 auto;
}

.photo-panel a:not(.button) {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero-panel {
  display: table;
  min-height: 721px;
  padding: 92px 0 73px;
  background-image: url("/assets/hero.jpg");
}

.hero-panel .photo-content {
  width: calc(100% - 40px);
  max-width: none;
}

.hero-panel .section-label {
  margin-bottom: -10px;
  color: #ffffff;
  font-size: 96px;
  letter-spacing: -2px;
  line-height: 1.2;
}

.hero-panel p {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 38.5px;
  text-transform: uppercase;
}

.hero-panel strong {
  font-weight: 400;
}

.hero-panel .ticket-note {
  margin-bottom: 0;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border: 0;
  border-radius: 0;
  background: var(--accent);
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
}

.button:hover,
.button:focus-visible {
  background: #000000;
  color: #ffffff;
}

.text-section,
.join-panel,
.team-panel,
.evening-panel {
  margin-top: var(--section-overlap) !important;
  padding: 243px 0 192.5px;
}

.text-section {
  color: #000000;
  background: #ffffff;
}

.text-section > * {
  width: min(var(--content-width), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.text-section p,
.compact-content p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.75;
}

.text-section > .button {
  width: auto;
}

.text-section > .button,
.compact-content > .button {
  position: relative;
  top: 9px;
}

.join-panel {
  background-image: url("/assets/band.png");
}

.team-panel {
  background-image: url("/assets/elegant.png");
}

.evening-panel {
  background-image: url("/assets/evening.png");
}

.join-panel .section-label,
.team-panel .section-label,
.evening-panel .section-label {
  color: #ffffff;
}

.details-section p {
  margin-bottom: 30px;
}

.sponsor-section {
  padding-bottom: 195px;
}

.sponsor-section h3 {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.75;
}

.sponsor-caption {
  margin-bottom: 30px !important;
}

.logo-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(var(--content-width), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.logo-stack img,
.logo-stack img.align-left {
  display: block;
  align-self: center;
  max-width: 100%;
  height: auto;
  margin: 15px auto;
  object-fit: contain;
}

.logo-stack img.narrow-logo {
  max-width: 261px;
}

.main-sponsors img:first-child {
  margin-top: 0;
}

.site-footer {
  padding: 66.25px 20px;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  text-align: center;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-bottom: 30px;
}

.site-footer nav a {
  padding: 0;
  color: #000000;
}

.site-footer p {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .site-header,
  .site-header.scrolled {
    position: sticky;
    top: 0;
    height: 105px;
    padding: 0;
    background: #ffffff;
    border-bottom: 0;
    box-shadow: none;
  }

  .header-wrap {
    flex-direction: column;
    justify-content: flex-start;
    height: 105px;
    padding-top: 28px;
    gap: 24px;
  }

  .site-title,
  .site-header.scrolled .site-title {
    color: #000000;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000000;
    font-family: Raleway, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
  }

  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    display: block;
    width: 12px;
    height: 1px;
    background: #777777;
  }

  .menu-icon {
    position: relative;
  }

  .menu-icon::before,
  .menu-icon::after {
    position: absolute;
    left: 0;
    content: "";
  }

  .menu-icon::before {
    top: -4px;
  }

  .menu-icon::after {
    top: 4px;
  }

  .site-header nav,
  .site-header.scrolled nav {
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    transform: none;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  }

  .site-header nav.open {
    display: flex;
  }

  .site-header nav a,
  .site-header.scrolled nav a {
    min-height: 48px;
    padding: 19px 24px;
    color: #000000;
    text-align: center;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 20px;
    line-height: 1.6;
  }

  .hero-panel {
    display: block;
    width: 100vw;
    max-width: 100vw;
    min-height: calc(100svh - 105px);
    padding: 72px 0 90px;
    overflow: hidden;
  }

  .hero-panel .photo-content {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .hero-panel .section-label {
    font-size: clamp(54px, 14vw, 76px);
    letter-spacing: -1px;
  }

  .hero-panel p {
    font-size: 18px;
    line-height: 1.7;
    overflow-wrap: normal;
  }

  .section-label {
    font-size: clamp(40px, 10vw, 48px);
  }

  .text-section,
  .join-panel,
  .team-panel,
  .evening-panel {
    margin-top: 0 !important;
    padding: 110px 0 120px;
  }

  .photo-content,
  .text-section > *,
  .logo-stack {
    width: min(var(--content-width), calc(100% - 44px));
  }

  .text-section p,
  .compact-content p {
    font-size: 24px;
    line-height: 1.65;
  }

  .join-panel,
  .team-panel,
  .evening-panel {
    min-height: 620px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .site-title {
    font-size: 17px;
  }

  .site-header nav a {
    padding-inline: 9px;
    font-size: 9px;
  }

  .hero-panel {
    min-height: 780px;
  }

  .hero-panel p {
    margin-bottom: 24px;
    letter-spacing: 1.4px;
  }

  .text-section,
  .join-panel,
  .team-panel,
  .evening-panel {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .text-section p,
  .compact-content p {
    font-size: 22px;
  }

  .site-footer nav {
    gap: 24px;
  }
}
