:root {
  --cream: #f2e9d8;
  --cream-light: #fbf6ec;
  --maroon: #681628;
  --maroon-dark: #430b17;
  --ink: #11100e;
  --gold: #c49a5a;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Arial Nova", "Helvetica Neue", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: var(--maroon);
  color: var(--white);
}

.landing {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 42%, rgba(104, 22, 40, 0.09), transparent 31%),
    linear-gradient(105deg, var(--cream-light), var(--cream));
  grid-template-rows: auto 1fr auto auto;
}

.heritage-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(67, 11, 23, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 11, 23, 0.08) 1px, transparent 1px);
  background-size: 120px 120px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 64%, transparent 91%);
  mask-image: linear-gradient(90deg, #000 0%, #000 64%, transparent 91%);
}

.corner-mark {
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 42px;
  pointer-events: none;
}

.corner-mark::before,
.corner-mark::after {
  position: absolute;
  content: "";
  background: var(--gold);
}

.corner-mark::before {
  width: 42px;
  height: 1px;
}

.corner-mark::after {
  width: 1px;
  height: 42px;
}

.corner-mark-left {
  top: 18px;
  left: 18px;
}

.corner-mark-right {
  top: 18px;
  right: 18px;
  transform: rotate(90deg);
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 24px clamp(30px, 5.3vw, 82px);
  color: var(--white);
  background:
    radial-gradient(circle at 72% -190%, #912d45, transparent 62%),
    var(--maroon-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.club-brand {
  display: block;
  width: clamp(270px, 28vw, 400px);
  line-height: 0;
}

.club-brand img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.launch-status {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.launch-status > span {
  color: rgba(255, 255, 255, 0.58);
}

.launch-status > strong {
  color: var(--cream);
}

.launch-status > i {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.live-dot {
  position: relative;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
}

.live-dot::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid rgba(196, 154, 90, 0.42);
  border-radius: 50%;
  animation: pulse 2.2s ease-out infinite;
}

.hero {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 0;
  align-items: center;
  padding: clamp(45px, 7vh, 86px) clamp(30px, 5.3vw, 82px);
  width: 100%;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 760px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 26px;
  color: var(--maroon);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  animation: reveal 650ms 80ms both;
}

.eyebrow i {
  width: 42px;
  height: 1px;
  background: currentColor;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(59px, 6.4vw, 104px);
  font-weight: 800;
  letter-spacing: -0.068em;
  line-height: 0.87;
  text-transform: uppercase;
  text-wrap: balance;
  animation: reveal 760ms 140ms both;
}

h1 span {
  display: block;
  color: var(--maroon);
}

.intro {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(17, 16, 14, 0.7);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.55;
  animation: reveal 760ms 220ms both;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  animation: reveal 760ms 300ms both;
}

.frequency-tag {
  display: inline-flex;
  min-width: 158px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 16px;
  color: var(--cream);
  background: var(--maroon);
  border: 1px solid var(--maroon);
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.frequency-tag b {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 400;
}

.frequency-tag strong {
  font-weight: 700;
}

.meta-line {
  width: 44px;
  height: 1px;
  background: rgba(17, 16, 14, 0.24);
}

.small-note {
  color: rgba(17, 16, 14, 0.58);
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.broadcast-art {
  position: relative;
  width: min(42vw, 590px);
  aspect-ratio: 1;
  justify-self: end;
  color: var(--cream);
  background:
    radial-gradient(circle at 34% 30%, #8d2942, var(--maroon) 45%, var(--maroon-dark));
  border-radius: 50%;
  box-shadow:
    0 34px 75px rgba(67, 11, 23, 0.23),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  animation: discIn 950ms 120ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.outer-ring,
.middle-ring,
.inner-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.outer-ring {
  width: 82%;
  height: 82%;
}

.middle-ring {
  width: 56%;
  height: 56%;
}

.inner-ring {
  width: 28%;
  height: 28%;
}

.signal-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  background: var(--cream);
  border: 5px solid var(--maroon);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.68);
  transform: translate(-50%, -50%);
}

.dial-line {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 50%;
  display: flex;
  width: 46px;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  font-family: "Courier New", monospace;
  font-size: 9px;
}

.dial-line span::before {
  position: absolute;
  left: -8px;
  width: 15px;
  height: 1px;
  content: "";
  background: var(--cream);
}

.soundwave {
  position: absolute;
  top: 50%;
  right: 8%;
  left: 8%;
  display: flex;
  height: 88px;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 0.45vw, 8px);
  border-block: 1px solid rgba(255, 255, 255, 0.13);
  transform: translateY(-50%);
}

.soundwave i {
  display: block;
  width: 2px;
  height: var(--h);
  background: var(--cream);
  border-radius: 2px;
  transform: scaleY(0);
  animation:
    barsIn 620ms 780ms both,
    wave 2.7s 1.5s ease-in-out infinite alternate;
}

.art-label {
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  margin: 0;
  color: rgba(67, 11, 23, 0.58);
  font-family: "Courier New", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.marquee {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 13px 0;
  color: var(--cream);
  background: var(--maroon);
  border-block: 1px solid rgba(255, 255, 255, 0.15);
}

.marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 26px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: marquee 26s linear infinite;
}

.marquee-track span {
  white-space: nowrap;
}

.marquee-track b {
  color: var(--gold);
  font-size: 13px;
}

.site-footer {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 13px clamp(30px, 5.3vw, 82px);
  color: rgba(255, 255, 255, 0.64);
  background: var(--ink);
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p {
  display: flex;
  gap: 18px;
  margin: 0;
}

.site-footer p span {
  color: var(--gold);
}

.celixtra-lockup {
  display: flex;
  align-items: center;
  gap: 11px;
}

.celixtra-lockup small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 7px;
  letter-spacing: 0.13em;
}

.celixtra-lockup strong {
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.celixtra-lockup strong span {
  color: #4c8dff;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes discIn {
  from {
    opacity: 0;
    transform: translateX(70px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes barsIn {
  from {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 0.88;
    transform: scaleY(1);
  }
}

@keyframes wave {
  from {
    transform: scaleY(0.7);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.5);
  }
  80%,
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 960px) {
  .hero {
    gap: 24px;
    padding-inline: 36px;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  }

  h1 {
    font-size: clamp(50px, 7vw, 72px);
  }

  .broadcast-art {
    width: min(39vw, 410px);
  }
}

@media (max-width: 820px) {
  .landing {
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    grid-template-rows: auto auto auto auto;
  }

  .site-header {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 18px 20px 15px;
    text-align: center;
  }

  .club-brand {
    width: min(88vw, 350px);
  }

  .launch-status > span,
  .launch-status > i {
    display: none;
  }

  .launch-status {
    gap: 8px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .hero {
    min-height: auto;
    align-items: start;
    gap: 42px;
    padding: 46px 22px 50px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: 100%;
    max-width: 660px;
    justify-self: center;
  }

  .eyebrow {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }

  h1 {
    max-width: 680px;
    font-size: clamp(46px, 11.6vw, 72px);
    line-height: 0.91;
  }

  .intro {
    max-width: 530px;
    margin-top: 24px;
    font-size: 15px;
  }

  .hero-meta {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .meta-line {
    width: 24px;
  }

  .small-note {
    font-size: 8px;
  }

  .broadcast-art {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(72vw, 340px);
    margin: 0 auto;
    justify-self: center;
  }

  .art-label {
    bottom: -24px;
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .marquee {
    padding-block: 11px;
  }

  .marquee-track {
    gap: 20px;
    font-size: 9px;
    letter-spacing: 0.13em;
    animation-duration: 22s;
  }

  .site-footer {
    align-items: center;
    flex-direction: column;
    gap: 14px;
    padding: 19px 22px;
    text-align: center;
  }

  .site-footer p {
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding-inline: 14px;
  }

  .club-brand {
    width: min(92vw, 320px);
  }

  .hero {
    gap: 36px;
    padding: 40px 18px 44px;
  }

  .eyebrow i {
    width: 24px;
  }

  h1 {
    font-size: clamp(39px, 12vw, 52px);
    letter-spacing: -0.058em;
    line-height: 0.94;
  }

  .intro {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.52;
  }

  .hero-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }

  .meta-line {
    display: none;
  }

  .frequency-tag {
    width: 100%;
    max-width: 230px;
    min-width: 0;
    padding-inline: 14px;
  }

  .broadcast-art {
    width: min(78vw, 285px);
  }

  .soundwave {
    height: 68px;
    gap: 5px;
  }

  .dial-line {
    font-size: 7px;
  }

  .corner-mark {
    display: none;
  }

  .celixtra-lockup {
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 350px) {
  .site-header {
    padding-inline: 10px;
  }

  .club-brand {
    width: 96vw;
  }

  .hero {
    padding-inline: 14px;
  }

  h1 {
    font-size: 37px;
  }

  .eyebrow {
    gap: 8px;
    font-size: 8px;
  }

  .intro {
    font-size: 13px;
  }

  .broadcast-art {
    width: 250px;
    max-width: 82vw;
  }

  .site-footer {
    padding-inline: 14px;
  }
}

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