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

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Optimize font rendering */
body {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #f8fafc;
  background: radial-gradient(circle at top, #020617 0, #000 55%, #020617 100%);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0b1120;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 600ms ease,
    visibility 600ms ease;
  pointer-events: none;
}

.intro-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 90vw;
  max-height: 90vh;
}

:root {
  --page-max-width: 1120px;
  --content-max-width: 1040px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-pill: 999px;
  --border-subtle: rgba(148, 163, 184, 0.3);
  --glass-bg: rgba(15, 23, 42, 0.72);
  --text-muted: #94a3b8;
  --accent: #38bdf8;
  --accent-alt: #a855f7;
  --accent-soft: rgba(56, 189, 248, 0.1);
  --danger: #fb7185;
}

.page-bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  will-change: auto;
  transform: translateZ(0);
}

.bg-gradient {
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.3), transparent 55%),
    radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.25), transparent 55%),
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.18), transparent 50%);
  opacity: 0.9;
  filter: saturate(1.2);
}

.bg-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 0 120px rgba(59, 130, 246, 0.25);
  mix-blend-mode: screen;
}

.bg-orbit--one {
  width: 780px;
  height: 780px;
  top: -260px;
  right: -260px;
  border-color: rgba(56, 189, 248, 0.4);
}

.bg-orbit--two {
  width: 620px;
  height: 620px;
  bottom: -200px;
  left: -200px;
  border-color: rgba(236, 72, 153, 0.4);
}

.bg-noise {
  position: absolute;
  inset: -40px;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.25' numOctaves='3' stitchTiles='noStitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.page {
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: 32px 20px 56px;
}

/* Mobile-first optimizations */
@media (max-width: 480px) {
  .page {
    padding: 20px 16px 40px;
  }
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  margin-bottom: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(
      120deg,
      rgba(15, 23, 42, 0.7),
      rgba(15, 23, 42, 0.5)
    ),
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.2), transparent 60%);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.75),
    0 0 0 1px rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(18px);
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 14px 6px 8px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.6));
  border: 1px solid rgba(148, 163, 184, 0.45);
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  overflow: visible;
  padding: 0;
  flex-shrink: 0;
}

.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  border-radius: 6px;
  filter: brightness(1.2) contrast(1.1) saturate(1.1);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.4);
  transition: filter 0.3s ease, box-shadow 0.3s ease;
}

.brand-logo:hover {
  filter: brightness(1.4) contrast(1.2) saturate(1.2);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.6);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand-tagline {
  font-size: 12px;
  color: var(--text-muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 999px;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 3px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.8), rgba(168, 85, 247, 0.4));
  opacity: 0;
  transform: scaleX(0.6);
  transform-origin: center;
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-link:hover {
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.8);
  transform: translateY(-1px);
}

.nav-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-link--active {
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.95);
}

.hero {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 48px;
}

.hero-main {
  width: 100%;
  max-width: var(--content-max-width);
  padding: 24px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.45);
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.7)),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.3), transparent 55%);
  box-shadow:
    0 26px 80px rgba(15, 23, 42, 0.9),
    0 0 0 1px rgba(15, 23, 42, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.hero-avatar-wrap {
  position: relative;
  width: 132px;
  height: 132px;
  transform-style: preserve-3d;
  transition: transform 180ms ease;
}

.hero-avatar {
  position: absolute;
  inset: 10px;
  border-radius: 32px;
  box-shadow:
    0 20px 40px rgba(15, 23, 42, 0.9),
    0 0 0 1px rgba(148, 163, 184, 0.5);
  overflow: hidden;
}

.hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-ring {
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background-image: conic-gradient(
    from 220deg,
    rgba(56, 189, 248, 0.5),
    rgba(168, 85, 247, 0.7),
    rgba(236, 72, 153, 0.7),
    rgba(56, 189, 248, 0.5)
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2px;
  opacity: 0.95;
  animation: spinRing 12s linear infinite;
}

.hero-ring--inner {
  inset: 20px;
  opacity: 0.75;
  animation-duration: 18s;
  animation-direction: reverse;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  color: var(--accent);
}

.hero-copy h1 {
  font-size: clamp(30px, 3.1vw, 36px);
  letter-spacing: 0.02em;
  margin: 0;
}

.hero-copy h1 span {
  background: linear-gradient(120deg, #e5e7eb, #a5b4fc, #38bdf8);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0 0;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  justify-content: center;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease,
    background 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}

.btn--primary {
  background: radial-gradient(circle at 10% 0, #38bdf8, #0ea5e9);
  border-color: rgba(56, 189, 248, 0.7);
  color: #0b1120;
  box-shadow:
    0 16px 40px rgba(56, 189, 248, 0.55),
    0 0 0 1px rgba(15, 23, 42, 0.9);
}

.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow:
    0 18px 48px rgba(56, 189, 248, 0.75),
    0 0 0 1px rgba(15, 23, 42, 0.9);
}

.btn--ghost {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.5);
  color: #e5e7eb;
}

.btn--ghost:hover {
  background: rgba(15, 23, 42, 0.95);
  transform: translateY(-1px);
}

.hero-metadata {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--text-muted);
  justify-content: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(15, 23, 42, 0.9);
}

.pill--soft {
  border-color: rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.7);
}

.dot {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.65);
}

.hero-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.status-card {
  padding: 18px 18px 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.45);
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.22), transparent 62%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.8));
  backdrop-filter: blur(16px);
  box-shadow:
    0 22px 70px rgba(15, 23, 42, 0.85),
    0 0 0 1px rgba(15, 23, 42, 0.8);
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.status-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.status-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  padding: 3px 9px;
  border-radius: var(--radius-pill);
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.55);
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--danger);
  box-shadow: 0 0 0 0 rgba(248, 113, 113, 0.9);
  animation: pulseDot 1.6s infinite;
}

.status-title {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 600;
}

.status-body {
  margin: 6px 0 10px;
  font-size: 13px;
  color: var(--text-muted);
}

.status-link {
  font-size: 12px;
  color: var(--accent);
  text-decoration: none;
}

.status-link:hover {
  text-decoration: underline;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mini-card {
  padding: 10px 12px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(10px);
}

.mini-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 3px;
}

.mini-value {
  font-size: 13px;
  margin: 0;
}

.section-header {
  max-width: 520px;
  margin: 0 auto 18px;
  text-align: center;
}

.watch-card .section-header {
  max-width: 100%;
  margin-bottom: 18px;
}

.section-header h2 {
  margin: 4px 0;
  font-size: 22px;
}

.section-subtitle {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
}

.links {
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.links > * {
  width: 100%;
  max-width: var(--content-max-width);
}

.links-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto 14px;
  justify-content: center;
}

.filter-pill {
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.9);
  color: var(--text-muted);
  border-radius: var(--radius-pill);
  padding: 4px 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 150ms ease,
    border-color 150ms ease,
    color 150ms ease,
    transform 120ms ease;
}

.filter-pill:hover {
  transform: translateY(-1px);
  color: #e5e7eb;
}

.filter-pill.is-active {
  background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.6), rgba(56, 189, 248, 0.15));
  border-color: rgba(56, 189, 248, 0.8);
  color: #0b1120;
}

.watch {
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.watch-card {
  width: 100%;
  max-width: var(--content-max-width);
  padding: 16px 16px 14px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.5);
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.2), transparent 60%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.9));
  box-shadow:
    0 22px 64px rgba(15, 23, 42, 0.95),
    0 0 0 1px rgba(15, 23, 42, 1);
}

.watch-card--stacked {
  max-width: var(--content-max-width);
}

.watch-divider {
  height: 1px;
  margin: 14px 0 10px;
  background: linear-gradient(
    90deg,
    rgba(148, 163, 184, 0.1),
    rgba(148, 163, 184, 0.6),
    rgba(148, 163, 184, 0.1)
  );
}

.watch-cta-row {
  margin-top: 10px;
}

.youtube-embed {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.youtube-embed-inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.5);
  background:
    radial-gradient(circle at top, rgba(56, 189, 248, 0.22), transparent 65%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.9));
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.96),
    0 0 0 1px rgba(15, 23, 42, 0.9);
  overflow: hidden;
}

.youtube-embed-inner::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.youtube-embed-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.youtube-cta-row {
  margin-top: 6px;
}

.insta-embeds {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.insta-embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(148, 163, 184, 0.5);
  background:
    radial-gradient(circle at top, rgba(236, 72, 153, 0.18), transparent 60%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.9));
  box-shadow:
    0 18px 52px rgba(15, 23, 42, 0.96),
    0 0 0 1px rgba(15, 23, 42, 0.9);
  overflow: hidden;
}

.insta-embed::before {
  content: "";
  display: block;
  padding-top: 120%;
}

.insta-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.insta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  max-width: 100%;
}

.insta-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: radial-gradient(circle at top, rgba(236, 72, 153, 0.18), transparent 60%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.9));
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  box-shadow:
    0 18px 52px rgba(15, 23, 42, 0.96),
    0 0 0 1px rgba(15, 23, 42, 0.9);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.insta-tile--large {
  grid-row: span 2;
}

.insta-tile:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow:
    0 24px 72px rgba(15, 23, 42, 1),
    0 0 0 1px rgba(15, 23, 42, 1);
  border-color: rgba(248, 250, 252, 0.6);
}

.insta-media {
  position: relative;
  width: 100%;
  padding-top: 115%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.insta-media--placeholder {
  background-image:
    linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 1)),
    radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.36), transparent 65%),
    radial-gradient(circle at 100% 100%, rgba(236, 72, 153, 0.36), transparent 65%);
}

.insta-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 12px;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.92),
    rgba(15, 23, 42, 0.1) 55%,
    transparent
  );
}

.insta-badge {
  align-self: flex-start;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(248, 250, 252, 0.5);
  background: rgba(15, 23, 42, 0.96);
}

.insta-title {
  margin-top: 5px;
  font-size: 13px;
}

.insta-cta-row {
  margin-top: 10px;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.link-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 16px 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(148, 163, 184, 0.45);
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.82));
  box-shadow:
    0 18px 52px rgba(15, 23, 42, 0.9),
    0 0 0 1px rgba(15, 23, 42, 0.86);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.link-card.is-hidden {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  pointer-events: none;
  display: none;
}

.link-card::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.2), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(236, 72, 153, 0.18), transparent 55%);
  mix-blend-mode: soft-light;
  opacity: 0;
  transition: opacity 200ms ease;
}

.link-card--primary {
  grid-row: span 2;
  background:
    radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.26), transparent 62%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.9));
  border-color: rgba(56, 189, 248, 0.6);
}

.link-card--primary::before {
  opacity: 0.7;
}

.link-card:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow:
    0 22px 64px rgba(15, 23, 42, 0.98),
    0 0 0 1px rgba(15, 23, 42, 0.9);
  border-color: rgba(148, 163, 184, 0.7);
}

.link-card:hover::before {
  opacity: 1;
}

.link-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.link-title {
  font-size: 15px;
  font-weight: 600;
}

.link-caption {
  font-size: 12px;
  color: var(--text-muted);
}

.link-chip {
  align-self: flex-start;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(248, 250, 252, 0.36);
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
  margin-bottom: 4px;
}

.about {
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-inner {
  width: 100%;
  max-width: var(--content-max-width);
  padding: 22px 20px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.5);
  background:
    radial-gradient(circle at top right, rgba(129, 140, 248, 0.22), transparent 60%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.86));
  box-shadow:
    0 22px 68px rgba(15, 23, 42, 0.95),
    0 0 0 1px rgba(15, 23, 42, 0.9);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: flex-start;
}

.about-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-photo {
  border-radius: var(--radius-md);
  border: 1px solid rgba(148, 163, 184, 0.6);
  overflow: hidden;
  box-shadow:
    0 18px 52px rgba(15, 23, 42, 0.96),
    0 0 0 1px rgba(15, 23, 42, 1);
}

.about-photo img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.about-copy {
  font-size: 14px;
  color: #e5e7eb;
}

.about-copy p {
  margin: 0 0 8px;
}

.about-note {
  color: var(--accent);
  font-size: 13px;
}

.about-facts {
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.9);
}

.fact-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  font-size: 13px;
}

.fact-label {
  color: var(--text-muted);
}

.fact-value {
  font-weight: 500;
}

.contact {
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-inner {
  width: 100%;
  max-width: var(--content-max-width);
  padding: 22px 20px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.5);
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.22), transparent 60%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.86));
  box-shadow:
    0 22px 68px rgba(15, 23, 42, 0.95),
    0 0 0 1px rgba(15, 23, 42, 0.9);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.4fr);
  gap: 24px;
  align-items: flex-start;
}

.contact-copy {
  font-size: 14px;
  color: #e5e7eb;
}

.contact-copy p {
  margin: 0 0 8px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.field-label {
  font-size: 13px;
  color: #e5e7eb;
}

.field-input,
.field-textarea {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
  font-family: inherit;
  font-size: 13px;
  outline: none;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background 150ms ease;
}

.field-input:focus,
.field-textarea:focus {
  border-color: rgba(56, 189, 248, 0.8);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.6);
}

.field-error {
  min-height: 14px;
  font-size: 11px;
  color: #fecaca;
}

.contact-note {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}

.feature {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-inner {
  width: 100%;
  max-width: var(--content-max-width);
  padding: 20px 18px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(129, 140, 248, 0.7);
  background:
    radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.4), transparent 60%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.88));
  box-shadow:
    0 26px 80px rgba(15, 23, 42, 0.96),
    0 0 0 1px rgba(15, 23, 42, 0.9);
  text-align: center;
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(248, 250, 252, 0.4);
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
  margin-bottom: 8px;
}

.feature-inner h2 {
  margin: 0 0 4px;
  font-size: 20px;
}

.feature-subtitle {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--text-muted);
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.site-footer {
  margin-top: 22px;
  font-size: 11px;
  color: var(--text-muted);
  text-align: center;
}

.inline-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: rgba(15, 23, 42, 0.8);
}

/* Reveal animations */
[data-reveal] {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 380ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 380ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* Only animate if JS is enabled and IntersectionObserver is available */
.js-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(14px) scale(0.98);
}

.js-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

[data-reveal].is-visible:nth-child(1) {
  transition-delay: 40ms;
}

[data-reveal].is-visible:nth-child(2) {
  transition-delay: 80ms;
}

[data-reveal].is-visible:nth-child(3) {
  transition-delay: 120ms;
}

/* Animations */
@keyframes pulseDot {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 113, 113, 0.9);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(248, 113, 113, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(248, 113, 113, 0);
  }
}

@keyframes spinRing {
  to {
    transform: rotate(360deg);
  }
}

/* Interactive Effects */

/* Cursor Trail */
.cursor-trail-dot {
  position: fixed;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.8), rgba(168, 85, 247, 0.4));
  pointer-events: none;
  z-index: 9998;
  mix-blend-mode: screen;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Floating Particles */
.floating-particle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.4), transparent);
  pointer-events: none;
  animation: float 40s infinite ease-in-out; /* Slowed from 20s to 40s */
  box-shadow: 0 0 6px rgba(56, 189, 248, 0.3);
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.1;
  }
  25% {
    transform: translate(15px, -25px) scale(1.1);
    opacity: 0.25;
  }
  50% {
    transform: translate(-10px, -50px) scale(0.9);
    opacity: 0.15;
  }
  75% {
    transform: translate(20px, -15px) scale(1.05);
    opacity: 0.2;
  }
}

/* Button Ripple Effect */
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: ripple-animation 0.6s ease-out;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.btn,
.link-card,
.filter-pill {
  position: relative;
  overflow: hidden;
}

/* Enhanced Card Hover Effects - optimized */
.link-card,
.watch-card,
.about-inner,
.contact-inner,
.feature-inner {
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.link-card:hover,
.watch-card:hover,
.about-inner:hover,
.contact-inner:hover,
.feature-inner:hover {
  box-shadow:
    0 28px 80px rgba(15, 23, 42, 0.98),
    0 0 40px rgba(56, 189, 248, 0.3),
    0 0 0 1px rgba(15, 23, 42, 0.9);
  border-color: rgba(56, 189, 248, 0.6);
}

/* Glitch effect removed - was causing visual issues */

/* Easter Egg Effect */
body.easter-egg-active {
  animation: rainbow 3s infinite;
}

body.easter-egg-active * {
  animation: shake 0.5s infinite;
}

@keyframes rainbow {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}

@keyframes shake {
  0%, 100% { transform: translate(0); }
  25% { transform: translate(-2px, 2px) rotate(1deg); }
  50% { transform: translate(2px, -2px) rotate(-1deg); }
  75% { transform: translate(-2px, -2px) rotate(1deg); }
}

/* Enhanced Link Card Interactions */
.link-card {
  cursor: pointer;
}

.link-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: var(--radius-md);
  background: linear-gradient(45deg, rgba(56, 189, 248, 0.3), rgba(168, 85, 247, 0.3), rgba(236, 72, 153, 0.3));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  filter: blur(8px);
}

.link-card:hover::after {
  opacity: 1;
}

/* Magnetic Button Effect Enhancement */
.btn {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Responsive */
@media (max-width: 960px) {
  .links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .link-card--primary {
    grid-row: auto;
  }

  .about-grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.4fr);
    gap: 20px;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}

@media (max-width: 720px) {
  :root {
    --content-max-width: 100%;
  }

  .page {
    padding: 16px 12px 32px;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 14px;
    gap: 12px;
  }

  .brand-pill {
    width: 100%;
    justify-content: flex-start;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .nav-link {
    padding: 8px 12px;
    font-size: 12px;
    min-height: 44px; /* Touch target size */
    display: flex;
    align-items: center;
  }

  .hero {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .hero-main {
    padding: 20px 16px;
    gap: 16px;
  }

  .hero-avatar-wrap {
    width: 100px;
    height: 100px;
  }

  .hero-copy h1 {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 13px;
  }

  .hero-ctas {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .btn {
    width: 100%;
    min-height: 44px; /* Touch target size */
    padding: 12px 20px;
    font-size: 14px;
    justify-content: center;
  }

  .links-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .link-card {
    padding: 16px 14px;
    min-height: 60px;
  }

  .links-filters {
    gap: 6px;
    margin-bottom: 12px;
  }

  .filter-pill {
    padding: 8px 14px;
    min-height: 44px; /* Touch target size */
    font-size: 12px;
  }

  .section-header {
    margin-bottom: 16px;
  }

  .section-header h2 {
    font-size: 20px;
  }

  .section-subtitle {
    font-size: 12px;
  }

  .about-inner {
    padding: 20px 16px;
  }

  .about-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .contact-inner {
    padding: 20px 16px;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .field-input,
  .field-textarea {
    min-height: 44px; /* Touch target size */
    padding: 12px 14px;
    font-size: 16px; /* Prevents zoom on iOS */
  }

  .field-textarea {
    min-height: 120px;
  }

  .watch-card {
    padding: 16px 14px;
  }

  .youtube-embed-inner {
    max-width: 100%;
  }

  .insta-embed {
    max-width: 100%;
  }

  .feature-inner {
    padding: 20px 16px;
  }

  .feature-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .feature-actions .btn {
    width: 100%;
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .page {
    padding: 12px 10px 24px;
  }

  .site-header {
    padding: 10px 12px;
  }

  .hero-main {
    padding: 16px 12px;
  }

  .hero-avatar-wrap {
    width: 80px;
    height: 80px;
  }

  .hero-copy h1 {
    font-size: 24px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .brand-logo {
    width: 32px;
    height: 32px;
  }

  .link-card {
    padding: 14px 12px;
  }

  .about-inner,
  .contact-inner,
  .watch-card,
  .feature-inner {
    padding: 16px 12px;
  }

  /* Disable heavy animations on very small screens */
  .floating-particle {
    display: none;
  }

  .cursor-trail-dot {
    display: none;
  }
}

/* Confetti Effect */
.confetti {
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  will-change: transform, opacity;
}

/* Disable hover effects on touch devices */
@media (hover: none) and (pointer: coarse) {
  .link-card:hover,
  .watch-card:hover,
  .about-inner:hover,
  .contact-inner:hover,
  .feature-inner:hover {
    transform: none;
  }

  .btn:hover {
    transform: none;
  }
}

/* Reduce confetti on mobile for performance */
@media (max-width: 720px) {
  .confetti {
    box-shadow: none !important;
  }
}


