:root {
  --ink: #f4f9ff;
  --muted: #9db2c7;
  --cyan: #32cbff;
  --blue: #117fd5;
  --panel: rgba(7, 22, 39, 0.76);
  --line: rgba(130, 196, 235, 0.2);
  --night: #02060c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 73% 18%, rgba(18, 111, 181, 0.2), transparent 30rem),
    radial-gradient(circle at 15% 85%, rgba(71, 36, 149, 0.16), transparent 35rem),
    var(--night);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  min-width: 320px;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { min-height: 100vh; overflow: hidden; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; color: #00111e; padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: .85rem; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: grid; gap: .08rem; }
.brand strong { font-size: 1.02rem; letter-spacing: .18em; }
.brand small { color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; }
.site-header nav { display: flex; gap: 2rem; color: #bfd0df; font-size: .86rem; }
.site-header nav a { padding: .7rem .1rem; border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--cyan); border-color: var(--cyan); outline: none; }

.hero {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: 5rem 0 4rem;
}
.eyebrow, .section-kicker { color: var(--cyan); font-size: .72rem; font-weight: 800; letter-spacing: .22em; }
.eyebrow { display: flex; align-items: center; gap: .7rem; }
.eyebrow span, .hero-visual p span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
h1 { margin: 1.25rem 0 1.3rem; font-size: clamp(3.7rem, 7vw, 7.4rem); line-height: .91; letter-spacing: -.067em; font-weight: 780; }
h1 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(210, 231, 246, .72); }
.hero-lead { max-width: 640px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin: 2rem 0 2.6rem; }
.primary-button { background: linear-gradient(135deg, #25c4fb, #0674cf); padding: .95rem 1.25rem; border-radius: .45rem; font-weight: 800; font-size: .87rem; box-shadow: 0 12px 35px rgba(11, 127, 207, .28); }
.primary-button:hover, .primary-button:focus-visible { filter: brightness(1.12); outline: 2px solid white; outline-offset: 3px; }
.text-link { color: #d4e7f6; font-size: .87rem; }
.text-link span { color: var(--cyan); margin-left: .4rem; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; }
.hero-facts div { border-left: 1px solid var(--line); padding-left: 1rem; }
.hero-facts dt { color: #6f879d; font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-facts dd { margin: .4rem 0 0; font-family: "Courier New", monospace; font-size: .88rem; font-weight: 700; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 560px; isolation: isolate; }
.hero-visual > img { width: min(100%, 500px); position: relative; z-index: 2; filter: drop-shadow(0 28px 55px rgba(0,0,0,.65)); }
.logo-glow { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: rgba(24, 154, 233, .14); filter: blur(45px); }
.signal-orbit { position: absolute; border: 1px solid rgba(51, 197, 255, .17); border-radius: 50%; aspect-ratio: 1; }
.signal-orbit-one { width: 96%; }
.signal-orbit-two { width: 116%; border-style: dashed; }
.hero-visual p { position: absolute; right: 0; bottom: 8%; z-index: 3; display: flex; align-items: center; gap: .65rem; margin: 0; color: #b9cede; text-transform: uppercase; font-size: .65rem; letter-spacing: .18em; }

.band-preview { width: min(1180px, calc(100% - 2rem)); margin: 0 auto 1rem; padding: 6rem 0 2.2rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.2fr; align-items: end; gap: 2rem; }
.band-preview h2 { margin: .65rem 0 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.045em; }
.section-copy { color: var(--muted); line-height: 1.7; max-width: 560px; margin: 1.2rem 0 0; }
.band-preview-cards { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.band-preview article { min-height: 132px; padding: 1.15rem; border: 1px solid var(--line); background: var(--panel); border-radius: .75rem; display: grid; align-content: space-between; }
.band-preview article span { color: var(--cyan); font-size: .63rem; font-weight: 800; letter-spacing: .15em; }
.band-preview article strong { font-family: "Courier New", monospace; font-size: 1.35rem; }
.band-preview article small { color: var(--muted); }

.journey-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 2rem auto 0;
  padding: 6rem 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: .85fr 1.4fr;
  gap: clamp(3rem, 8vw, 7rem);
}
.journey-intro h2, .future-section h2 { margin: .7rem 0 1.2rem; font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
.journey-intro > p:last-child, .future-section > p { color: var(--muted); line-height: 1.75; }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li {
  position: relative;
  min-height: 132px;
  padding: .2rem 0 2rem 3.4rem;
  border-left: 1px solid rgba(50, 203, 255, .28);
}
.timeline li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: .35rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0e304a;
  border: 1px solid var(--cyan);
}
.timeline li:last-child { border-left-color: transparent; }
.timeline li.timeline-now::before { background: var(--cyan); box-shadow: 0 0 22px var(--cyan); }
.timeline time { display: block; color: var(--cyan); font-family: "Courier New", monospace; font-size: .76rem; margin-bottom: .5rem; }
.timeline strong { font-size: 1.25rem; }
.timeline p { color: var(--muted); margin: .55rem 0 0; line-height: 1.5; }

.band-grid {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
}
.band-card {
  min-height: 245px;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: .85rem;
  background:
    linear-gradient(150deg, rgba(15, 46, 72, .44), rgba(2, 9, 17, .72)),
    var(--panel);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, border-color .2s ease;
}
.band-card:hover { transform: translateY(-4px); border-color: rgba(50, 203, 255, .5); }
.band-card-featured { grid-column: span 2; background: linear-gradient(130deg, rgba(9, 79, 124, .64), rgba(14, 18, 54, .7)); }
.band-card > div { display: flex; justify-content: space-between; align-items: center; }
.band-index { color: #52708a; font-family: "Courier New", monospace; font-size: .68rem; }
.band-type { color: var(--cyan); border: 1px solid rgba(50, 203, 255, .24); border-radius: 999px; padding: .28rem .5rem; font-size: .59rem; font-weight: 800; letter-spacing: .14em; }
.band-card h3 { margin: auto 0 .35rem; font-size: clamp(1.6rem, 2.5vw, 2.35rem); letter-spacing: -.04em; }
.band-card p { min-height: 2.6em; margin: 0 0 1.2rem; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.band-card strong { color: #e6f7ff; font-family: "Courier New", monospace; font-size: .9rem; letter-spacing: .02em; }

.signal-statement {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 7rem;
  padding: clamp(3rem, 7vw, 6rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 20%, rgba(50, 203, 255, .17), transparent 22rem),
    linear-gradient(135deg, rgba(6, 24, 42, .94), rgba(4, 7, 16, .92));
}
.signal-statement::after {
  content: "VE2NIR";
  position: absolute;
  right: -1rem;
  top: -.5rem;
  color: rgba(100, 181, 226, .055);
  font-size: clamp(7rem, 18vw, 15rem);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1;
}
.signal-statement blockquote { position: relative; z-index: 1; max-width: 880px; margin: 1.4rem 0 3rem; font-size: clamp(2rem, 4.5vw, 4.4rem); line-height: 1.08; letter-spacing: -.045em; }
.frequency-line { position: relative; z-index: 1; display: flex; align-items: center; gap: 0; color: #7591a8; font-family: "Courier New", monospace; font-size: .65rem; }
.frequency-line i { height: 1px; flex: 1; background: rgba(50, 203, 255, .28); }
.frequency-line i::after { content: ""; display: block; width: 3px; height: 7px; margin-top: -3px; background: var(--cyan); }

.future-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 7rem;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2rem 6rem;
  align-items: end;
}
.future-section > p { margin: 0 0 .65rem; }
.future-tags { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .65rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.future-tags span { color: #bcd2e3; border: 1px solid var(--line); background: rgba(9, 29, 47, .58); border-radius: 999px; padding: .65rem .9rem; font-size: .75rem; }

.site-footer {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 150px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  color: #7690a6;
  font-size: .75rem;
}
.site-footer .brand { color: var(--ink); }
.site-footer p { text-align: center; }
.footer-domain { font-family: "Courier New", monospace; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .hero-visual { min-height: 440px; grid-row: 1; }
  .hero-visual > img { width: min(78vw, 440px); }
  .band-preview { grid-template-columns: 1fr; }
  .journey-section { grid-template-columns: 1fr; }
  .band-grid { grid-template-columns: 1fr 1fr; }
  .future-section { grid-template-columns: 1fr; }
  .future-tags { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; padding: 2.5rem 0; justify-items: center; gap: .8rem; }
  .site-footer p { margin: 0; }
}
@media (max-width: 620px) {
  .site-header nav { display: none; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .hero-visual { min-height: 360px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .band-preview-cards { grid-template-columns: 1fr; }
  .band-grid { grid-template-columns: 1fr; }
  .band-card-featured { grid-column: auto; }
  .signal-statement { padding: 2rem 1.25rem; }
  .frequency-line i:nth-of-type(even) { display: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
