:root {
  --night: #111028;
  --night-soft: #1b1940;
  --violet: #8b5cf6;
  --cyan: #51e3ff;
  --lime: #d8ff68;
  --pink: #ff78b9;
  --paper: #f7f3ff;
  --white: #fff;
  --sans: Inter, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  background: var(--night);
  color: var(--white);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

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

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #5230c8;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  background: var(--lime);
  color: var(--night);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  min-height: 5rem;
  align-items: center;
  padding: 0 3vw;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  background: rgb(17 16 40 / 90%);
  backdrop-filter: blur(18px);
  grid-template-columns: 1fr auto 1fr;
}

.brand {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.brand i {
  width: 1.1rem;
  height: 1.1rem;
  border: 0.22rem solid var(--cyan);
  border-radius: 0.25rem 50% 50%;
  transform: rotate(45deg);
}

.site-header nav {
  display: flex;
  gap: clamp(1rem, 3vw, 2.8rem);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header nav a:hover {
  color: var(--cyan);
}

.live-pill {
  display: flex;
  justify-self: end;
  min-height: 2.65rem;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 999px;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-pill span {
  color: var(--pink);
  font-size: 0.75rem;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgb(139 92 246 / 32%), transparent 30%),
    radial-gradient(circle at 85% 72%, rgb(81 227 255 / 16%), transparent 26%),
    var(--night);
  grid-template-columns: minmax(22rem, 0.95fr) minmax(24rem, 1.05fr);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgb(255 255 255 / 30%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 30%) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.hero-copy {
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(3rem, 7vw, 7rem);
}

.eyebrow,
.mini-label {
  color: var(--cyan);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 0.35rem;
  color: var(--pink);
}

.hero h1 {
  max-width: 13ch;
  margin: 1.8rem 0;
  font-size: clamp(3.5rem, 6.4vw, 7rem);
  letter-spacing: -0.07em;
  line-height: 1.02;
}

.hero h1 em {
  color: var(--lime);
  font-style: normal;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 37rem;
  margin: 0;
  color: rgb(255 255 255 / 75%);
  font-size: 0.86rem;
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2.5rem 0 3rem;
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid rgb(255 255 255 / 36%);
  border-radius: 0.8rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.button-acid {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--night);
}

.button-ghost:hover {
  background: rgb(255 255 255 / 8%);
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin: 0;
}

.hero-stats div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.hero-stats dt {
  color: rgb(255 255 255 / 55%);
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-stats dd {
  margin: 0;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
}

.hero-art {
  position: relative;
  align-self: end;
  min-height: 42rem;
  margin: 0;
}

.hero-art::before {
  position: absolute;
  z-index: 0;
  top: 14%;
  right: 7%;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgb(81 227 255 / 35%);
  border-radius: 50%;
  box-shadow: 0 0 0 2rem rgb(139 92 246 / 7%), 0 0 0 5rem rgb(81 227 255 / 4%);
  content: "";
}

.hero-art img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  mix-blend-mode: screen;
}

.status-chip {
  position: absolute;
  z-index: 3;
  top: 10%;
  right: 9%;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 999px;
  background: rgb(17 16 40 / 75%);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
}

.status-chip span {
  color: var(--lime);
}

.hero-art figcaption {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  color: rgb(255 255 255 / 62%);
  font-size: 0.52rem;
  letter-spacing: 0.1em;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--night);
  border-bottom: 1px solid var(--night);
  background: var(--lime);
  color: var(--night);
}

.ticker p {
  width: max-content;
  margin: 0;
  padding: 0.85rem 2rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  animation: ticker-shift 18s linear infinite alternate;
}

.ticker i {
  margin: 0 1.4rem;
  color: var(--violet);
}

@keyframes ticker-shift {
  to { transform: translateX(-12rem); }
}

.profile-section,
.content-section,
.schedule-section,
.links-section {
  padding: clamp(5rem, 9vw, 9rem) 4vw;
}

.profile-section {
  display: grid;
  gap: 4vw;
  align-items: start;
  background: var(--paper);
  color: var(--night);
  grid-template-columns: 0.22fr 1fr 0.65fr;
}

.section-marker {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #5b527b;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.section-marker span {
  color: #5b29df;
  font-weight: 900;
}

.profile-copy h2,
.section-heading h2,
.links-section h2 {
  margin: 0;
  font-size: clamp(3.3rem, 7vw, 7rem);
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.profile-copy h2 em {
  color: #5b29df;
  font-style: normal;
}

.profile-lead {
  max-width: 28ch;
  margin: 2.8rem 0 1.4rem !important;
  font-size: clamp(1.2rem, 2vw, 1.7rem) !important;
  font-weight: 800;
  line-height: 1.55 !important;
}

.profile-copy > p:last-of-type {
  max-width: 44rem;
  color: #514b66;
  font-size: 0.84rem;
  line-height: 1.9;
}

.profile-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.profile-copy li {
  padding: 0.65rem 0.9rem;
  border: 1px solid #a7a0bb;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 700;
}

.profile-card {
  padding: 1.5rem;
  border: 1px solid #b8b0ca;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0.8rem 0.8rem 0 #d9d0ff;
}

.profile-card > p:first-child {
  margin: 0 0 2rem;
  color: #5b29df;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.profile-card dl {
  margin: 0;
}

.profile-card dl div {
  display: grid;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
  grid-template-columns: 5rem 1fr;
}

.profile-card dt {
  font-size: 0.66rem;
  font-weight: 800;
}

.profile-card dd {
  height: 0.45rem;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: #ddd8e9;
}

.profile-card dd span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #5b29df, var(--cyan));
}

.profile-card .bar-energy { width: 88%; }
.profile-card .bar-curiosity { width: 96%; }
.profile-card .bar-sleep { width: 34%; }

.profile-quote {
  margin: 2.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid #c7c0d5;
  font-size: 0.78rem;
  font-weight: 800;
}

.content-section {
  background: var(--night-soft);
}

.section-heading {
  display: grid;
  gap: 4vw;
  align-items: end;
  margin-bottom: 4rem;
  grid-template-columns: 0.3fr 1fr;
}

.section-heading > div {
  display: flex;
  gap: 1rem;
  color: var(--cyan);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-heading > div p {
  margin: 0;
}

.content-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.content-card {
  position: relative;
  display: flex;
  min-height: 35rem;
  justify-content: flex-end;
  flex-direction: column;
  padding: 1.5rem;
  overflow: hidden;
  border-radius: 1.4rem;
  color: var(--night);
}

.card-violet { background: #a789ff; }
.card-cyan { background: var(--cyan); }
.card-lime { background: var(--lime); }

.card-tag {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  margin: 0;
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.content-card h3 {
  position: relative;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  letter-spacing: -0.09em;
  line-height: 0.78;
}

.content-card > p:not(.card-tag) {
  position: relative;
  min-height: 3rem;
  margin: 1.6rem 0;
  font-size: 0.76rem;
  line-height: 1.7;
}

.content-card a {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 3rem;
  align-items: center;
  padding-top: 0.9rem;
  border-top: 1px solid rgb(17 16 40 / 40%);
  font-size: 0.68rem;
  font-weight: 800;
}

.pixel-orbit {
  position: absolute;
  top: 5rem;
  right: -3rem;
  width: 16rem;
  height: 16rem;
  border: 1.4rem dotted rgb(17 16 40 / 28%);
  border-radius: 50%;
  transform: rotate(12deg);
}

.pixel-orbit span {
  position: absolute;
  top: 4.8rem;
  left: 4.8rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--night);
  border-radius: 1rem;
  transform: rotate(45deg);
}

.wave {
  position: absolute;
  top: 6rem;
  right: 1.5rem;
  left: 1.5rem;
  display: flex;
  height: 12rem;
  align-items: center;
  gap: 0.8rem;
}

.wave i {
  flex: 1;
  height: 30%;
  border-radius: 999px;
  background: rgb(17 16 40 / 20%);
}

.wave i:nth-child(2), .wave i:nth-child(4) { height: 70%; }
.wave i:nth-child(3) { height: 100%; }

.chat-shapes {
  position: absolute;
  top: 5rem;
  right: 2rem;
  left: 2rem;
}

.chat-shapes i {
  display: block;
  width: 75%;
  height: 3.2rem;
  margin: 0 0 1rem auto;
  border: 1px solid rgb(17 16 40 / 25%);
  border-radius: 1rem 1rem 0.2rem 1rem;
  background: rgb(255 255 255 / 28%);
}

.chat-shapes i:nth-child(2) {
  width: 55%;
  margin-right: auto;
  margin-left: 0;
  border-radius: 1rem 1rem 1rem 0.2rem;
}

.schedule-section {
  background: var(--paper);
  color: var(--night);
}

.schedule-heading > div {
  color: #5b29df;
}

.schedule-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #6f6887;
  list-style: none;
}

.schedule-list li {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid #b7b0c7;
  grid-template-columns: 0.3fr 1fr auto;
}

.schedule-list .cadence {
  margin: 0;
  color: #5b29df;
  font-size: 0.7rem;
  font-weight: 900;
}

.schedule-list span,
.schedule-list > li > p {
  margin: 0;
  color: #6a627c;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.schedule-list h3 {
  margin: 0.35rem 0 0;
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.schedule-note {
  max-width: 46rem;
  margin: 2rem 0 0;
  color: #615a72;
  font-size: 0.68rem;
  line-height: 1.8;
}

.links-section {
  display: grid;
  gap: 6vw;
  background: #5b29df;
  grid-template-columns: 0.75fr 1fr;
}

.channel-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr 1fr;
}

.channel-grid a {
  display: grid;
  min-height: 8rem;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 1rem;
  grid-template-columns: 1fr auto;
}

.channel-grid span {
  color: var(--lime);
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.channel-grid strong {
  align-self: end;
  font-size: 0.82rem;
}

.channel-grid i {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-style: normal;
}

footer {
  display: flex;
  min-height: 8rem;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem 4vw;
  background: #070714;
  color: rgb(255 255 255 / 76%);
  font-size: 0.66rem;
  line-height: 1.65;
}

footer p { margin: 0; }
footer strong { color: var(--lime); }
footer a { flex: 0 0 auto; border-bottom: 1px solid currentColor; }

@media (max-width: 940px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 41rem;
  }

  .hero-art {
    min-height: 38rem;
  }

  .profile-section {
    grid-template-columns: 0.15fr 1fr;
  }

  .profile-card {
    grid-column: 2;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .content-card {
    min-height: 28rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 4.5rem;
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .live-pill {
    padding: 0.55rem 0.75rem;
  }

  .hero-copy,
  .profile-section,
  .content-section,
  .schedule-section,
  .links-section {
    padding: 4.5rem 1.25rem;
  }

  .hero-copy {
    min-height: 39rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .hero-art {
    min-height: 31rem;
  }

  .hero-stats {
    gap: 1.3rem;
  }

  .profile-section,
  .section-heading,
  .links-section {
    grid-template-columns: 1fr;
  }

  .section-marker {
    flex-direction: row;
    writing-mode: initial;
  }

  .profile-card {
    grid-column: auto;
  }

  .schedule-list li {
    gap: 0.7rem;
    grid-template-columns: 1fr;
  }

  .schedule-list > li > p {
    justify-self: start;
  }

  .channel-grid {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .ticker p {
    animation: none;
  }
}
