/* South Hills Flight: coming-soon page. Brand tokens from CONTENT-BRIEF.md section 8. */
:root {
  --black: #0A0A0A;
  --charcoal: #161616;
  --gold: #D89820;
  --gold-light: #F2C15C;
  --white: #FFFFFF;
  --stone: #E7E1D5;
  --muted: #B9B2A6;
  --display: "Big Shoulders Display", Impact, sans-serif;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(216, 152, 32, 0.16), transparent 70%),
    var(--black);
  color: var(--white);
  font-family: Figtree, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

::selection { background: rgba(216, 152, 32, 0.3); }

.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 10;
  padding: 12px 16px;
  background: var(--gold);
  color: var(--black);
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
}
.skip-link:focus { top: 16px; }

.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;
}

/* Court diagram texture behind everything, clipped so it never widens the page */
.bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.court {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(135vmin, 980px);
  height: auto;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  opacity: 0.07;
  pointer-events: none;
}

.wrap {
  position: relative;
  flex: 1;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 16px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.logo {
  display: block;
  width: clamp(200px, 52vw, 300px);
  height: auto;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 0;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: var(--stone);
  font-family: var(--display);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.status .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.eyebrow {
  margin: 22px 0 0;
  color: var(--gold);
  font-family: var(--display);
  font-size: clamp(0.875rem, 2.2vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1 {
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: clamp(3.75rem, 12vw, 6rem);
  line-height: 0.88;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.h1-a { display: block; font-weight: 600; color: var(--white); }
.h1-b { display: block; font-weight: 900; color: var(--gold); }

.lead {
  max-width: 36rem;
  margin: 24px 0 0;
  color: var(--stone);
  font-size: clamp(1.125rem, 2.4vw, 1.25rem);
  line-height: 1.7;
}

.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 28px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.info a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 4px;
  color: var(--white);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(216, 152, 32, 0.6);
  text-underline-offset: 4px;
  text-align: left;
  transition: color 200ms var(--ease), text-decoration-color 200ms var(--ease);
}
.nowrap { white-space: nowrap; }
.info a:hover { color: var(--gold-light); text-decoration-color: var(--gold-light); }
.info svg {
  flex: none;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
  border-radius: 4px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 28px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 200ms var(--ease), transform 200ms var(--ease);
}
.button:hover { background: var(--gold-light); transform: translateY(-1px); }

.features {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 36px;
  margin: 0;
  padding: 16px;
  list-style: none;
  background: var(--gold);
  color: var(--black);
  font-family: var(--display);
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.features li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.features li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--black);
}

.foot {
  position: relative;
  padding: 20px 16px 24px;
  text-align: center;
  color: var(--muted);
  font-size: 0.875rem;
}
.foot p { margin: 0; }

@media (max-width: 560px) {
  .info { flex-direction: column; align-items: center; }
  .info .nowrap { display: block; }
  .features { gap: 6px 18px; font-size: 0.875rem; letter-spacing: 0.1em; }
  .features li { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
