::selection {
  background: rgba(255, 120, 24, 0.3);
  color: #f7f7f9;
}

:root {
  --bg: #090909;
  --bg-soft: #111317;
  --panel: rgba(22, 19, 17, 0.78);
  --panel-strong: rgba(27, 23, 20, 0.92);
  --text: #fff8f1;
  --text-soft: #dfd2c3;
  --text-muted: #af9f90;
  --line: rgba(255, 240, 224, 0.1);
  --accent: #ff7a1a;
  --accent-strong: #ffb15d;
  --accent-soft: rgba(255, 132, 35, 0.2);
  --neon-blue: #53c8ff;
  --neon-blue-soft: rgba(83, 200, 255, 0.18);
  --neon-blue-glow: rgba(83, 200, 255, 0.34);
  --saber-sweep: linear-gradient(135deg, transparent 18%, rgba(83, 200, 255, 0.02) 34%, rgba(83, 200, 255, 0.42) 50%, rgba(255, 255, 255, 0.2) 53%, rgba(83, 200, 255, 0.08) 62%, transparent 78%);
  --brand-white: rgba(255, 251, 247, 0.92);
  --brand-gray: rgba(207, 214, 224, 0.34);
  --brand-orange: rgba(255, 126, 24, 0.42);
  --paper-glow: rgba(255, 247, 240, 0.16);
  --cool-glow: rgba(213, 225, 239, 0.12);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.4);
  --font-display: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --max-width: 1180px;
  --radius-lg: 32px;
  --radius-md: 24px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 10% 4%, rgba(255, 132, 28, 0.44), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(255, 252, 248, 0.2), transparent 22%),
    radial-gradient(circle at 70% 72%, rgba(255, 150, 62, 0.2), transparent 24%),
    linear-gradient(140deg, #060708 0%, #0f1216 44%, #070809 100%);
  background-attachment: fixed;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

body.page-home::before,
body.page-gallery::before,
body.page-channels::before {
  opacity: 0.05;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 245, 235, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 245, 235, 0.045) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.075;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.9), transparent 88%);
  pointer-events: none;
  animation: mesh-pan 34s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 250, 245, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.26));
  pointer-events: none;
}

.page-gallery {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 136, 30, 0.4), transparent 26%),
    radial-gradient(circle at 84% 12%, rgba(255, 251, 247, 0.18), transparent 22%),
    radial-gradient(circle at 62% 74%, rgba(255, 160, 88, 0.16), transparent 22%),
    linear-gradient(180deg, #070809 0%, #101318 46%, #08090a 100%);
}

.page-channels {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 122, 26, 0.34), transparent 26%),
    radial-gradient(circle at 82% 14%, rgba(236, 241, 248, 0.16), transparent 20%),
    linear-gradient(145deg, #070809 0%, #10141a 48%, #08090a 100%);
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.ambient-wrap {
  position: fixed;
  inset: -12%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(96px);
  opacity: 0.52;
  mix-blend-mode: screen;
  will-change: transform;
}

.ambient-a {
  top: -10%;
  left: -12%;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, rgba(255, 120, 14, 0.6), rgba(255, 120, 14, 0.03) 72%);
  animation: drift 18s ease-in-out infinite;
}

.ambient-b {
  right: -8%;
  bottom: -4%;
  width: 42vw;
  height: 42vw;
  background: radial-gradient(circle, rgba(220, 228, 238, 0.3), rgba(220, 228, 238, 0.02) 72%);
  animation: drift 22s ease-in-out infinite reverse;
}

.ambient-c {
  top: 22%;
  right: 16%;
  width: 24vw;
  height: 24vw;
  background: radial-gradient(circle, rgba(255, 252, 248, 0.24), rgba(214, 223, 238, 0.01) 68%);
  animation: drift-small 14s ease-in-out infinite;
}

.ambient-wrap::before,
.ambient-wrap::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  filter: blur(76px);
  opacity: 0.42;
  mix-blend-mode: screen;
}

.ambient-wrap::before {
  top: 18%;
  left: 12%;
  width: 28vw;
  height: 28vw;
  border-radius: 44% 56% 52% 48%;
  background:
    radial-gradient(circle at 38% 38%, rgba(255, 150, 52, 0.52), transparent 36%),
    radial-gradient(circle, var(--brand-orange), transparent 72%);
  animation: logo-drift 18s ease-in-out infinite;
}

.ambient-wrap::after {
  right: 10%;
  bottom: 14%;
  width: 26vw;
  height: 26vw;
  border-radius: 53% 47% 49% 51%;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.88), transparent 34%),
    radial-gradient(circle at 58% 48%, var(--brand-white), transparent 46%),
    radial-gradient(circle at 72% 68%, var(--brand-gray), transparent 58%);
  animation: logo-drift 20s ease-in-out infinite reverse;
}

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

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #ff6a00, #ff9c41 58%, #ffffff 100%);
  box-shadow: 0 0 24px rgba(255, 106, 0, 0.45);
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max-width), calc(100% - 20px));
  padding: 14px 18px;
  border: 1px solid rgba(255, 244, 232, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(32, 26, 22, 0.84), rgba(16, 13, 11, 0.82)),
    rgba(7, 11, 16, 0.78);
  backdrop-filter: blur(20px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
  transform: translateX(-50%);
  transition: transform 240ms ease, top 240ms ease, padding 240ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.site-header.is-condensed {
  top: 10px;
  padding: 10px 14px;
}

.site-header.is-hidden {
  transform: translate(-50%, calc(-100% - 18px));
}

.nav-open .site-header {
  transform: translateX(-50%);
}

.site-header:hover,
.site-header:focus-within {
  border-color: rgba(83, 200, 255, 0.24);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(83, 200, 255, 0.12), 0 0 28px rgba(83, 200, 255, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-badge {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 250, 245, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 126, 28, 0.2), rgba(28, 22, 18, 0.92));
  border: 1px solid rgba(255, 245, 235, 0.14);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 30px rgba(0, 0, 0, 0.2);
}

.brand-badge::before {
  content: "";
  position: absolute;
  inset: -22%;
  border-radius: 50%;
  background: conic-gradient(from 90deg, rgba(255, 106, 0, 0), rgba(255, 106, 0, 0.68), rgba(255, 255, 255, 0.18), rgba(255, 106, 0, 0));
  animation: logo-orbit 10s linear infinite;
}

.brand-badge::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.brand-logo {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.24));
  transition: transform 120ms linear;
  will-change: transform;
}

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

.brand-text strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-text span {
  margin-top: 6px;
  font-size: 0.86rem;
  color: var(--text-soft);
}

h1,
h2,
.hero-lead,
.section-heading p,
.page-hero p {
  text-wrap: balance;
}

.site-nav {
  display: inline-flex;
  gap: 24px;
  font-size: 0.96rem;
  color: var(--text-soft);
}

.nav-toggle {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 244, 232, 0.16);
  border-radius: 50%;
  background: rgba(255, 250, 244, 0.05);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.nav-toggle span:nth-child(2) {
  transform: translateY(0);
}

.nav-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 108;
  background: rgba(7, 5, 4, 0.68);
  backdrop-filter: blur(6px);
}

.mobile-nav-panel {
  position: fixed;
  top: 86px;
  left: 12px;
  right: 12px;
  z-index: 109;
}

.mobile-nav-shell {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 244, 232, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 136, 34, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(29, 23, 19, 0.96), rgba(14, 12, 10, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-display);
}

.mobile-nav-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 244, 232, 0.14);
  border-radius: 50%;
  background: rgba(255, 250, 244, 0.04);
  color: var(--text);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.mobile-nav-links {
  display: grid;
  gap: 10px;
}

.mobile-nav-links a {
  padding: 14px 16px;
  border: 1px solid rgba(255, 244, 232, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
}

.mobile-nav-cta {
  width: 100%;
}

.site-nav a {
  position: relative;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.8));
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav a.is-current {
  color: var(--text);
}

.site-nav a.is-current::after {
  transform: scaleX(1);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.header-cta {
  background: rgba(255, 250, 244, 0.05);
  border: 1px solid rgba(255, 244, 232, 0.14);
}

.autoplay-toggle {
  cursor: pointer;
}

.autoplay-toggle[aria-pressed="true"] {
  border-color: rgba(83, 200, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(83, 200, 255, 0.14), 0 0 24px rgba(83, 200, 255, 0.12);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #090d13;
  box-shadow: 0 18px 36px rgba(255, 106, 0, 0.28);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.header-cta:hover,
.header-cta:focus-visible,
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(83, 200, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(83, 200, 255, 0.14), 0 0 24px rgba(83, 200, 255, 0.12);
}

.section,
.section-sm {
  position: relative;
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

main [id] {
  scroll-margin-top: 120px;
}

.section {
  padding: 56px 0 24px;
}

.section-sm {
  padding: 20px 0 10px;
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 22px;
  align-items: center;
  padding-top: 146px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: center;
  padding-top: 146px;
}

.page-hero h1 {
  max-width: 13ch;
}

.page-hero-copy {
  display: grid;
  gap: 18px;
  max-width: 72ch;
}

.jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jump-links a {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.jump-links a:hover,
.jump-links a:focus-visible {
  transform: translateY(-2px);
  color: var(--text);
  border-color: rgba(255, 184, 121, 0.3);
  background: rgba(255, 122, 26, 0.08);
}

.overview-grid,
.channel-highlight-grid,
.support-grid {
  display: grid;
  gap: 18px;
}

.overview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.overview-grid-single {
  grid-template-columns: 1fr;
  align-self: center;
}

.overview-card {
  min-height: 180px;
  display: grid;
  align-content: center;
}

.channel-highlight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.support-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.overview-card,
.highlight-card,
.support-card {
  padding: 24px;
}

.lane-grid,
.feature-stack {
  display: grid;
  gap: 20px;
}

.lane-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lane-card {
  padding: 24px;
  min-height: 210px;
}

.channel-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 22px;
  align-items: stretch;
}

.feature-media,
.feature-copy {
  padding: 18px;
}

.feature-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.video-link-card {
  position: relative;
  overflow: hidden;
}

.video-link-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0d12;
}

.video-link-thumb-short {
  max-width: 380px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
}

.video-link-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
}

.channel-feature-alt .feature-copy {
  order: 1;
}

.channel-feature-alt .feature-media {
  order: 2;
}

.overview-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: -0.06em;
}

.video-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-list a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 106, 0, 0.45);
  text-underline-offset: 0.22em;
}

.video-list li,
.support-card p {
  color: var(--text-soft);
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffad6c;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.02;
}

h1 {
  max-width: 10ch;
  font-size: clamp(2.85rem, 5.3vw, 5.35rem);
  letter-spacing: -0.05em;
}

h2 {
  max-width: 11ch;
  font-size: clamp(1.95rem, 3.5vw, 3.25rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.68;
}

.hero-lead {
  max-width: 64ch;
  margin-top: 22px;
  font-size: 1rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-note {
  margin-top: 20px;
  max-width: 58ch;
  color: var(--text-muted);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 700px;
  margin-top: 34px;
}

.hero-copy {
  display: grid;
  justify-items: center;
  text-align: center;
  align-self: center;
  width: min(100%, 640px);
  margin-inline: auto;
}

.hero-copy .hero-lead,
.hero-copy .hero-note,
.hero-copy .stat-grid {
  margin-left: auto;
  margin-right: auto;
}

.hero-copy .hero-actions {
  justify-content: center;
}

.panel-card,
.stat-card,
.work-card,
.capability-card,
.channel-card,
.community-card,
.milestone-card,
.media-card,
.contact-card,
.gallery-preview-card,
.story-primary,
.story-secondary,
.gallery-group {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at top left, rgba(255, 248, 240, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(30, 25, 22, 0.92) 0%, rgba(15, 13, 11, 0.9) 100%);
  box-shadow: var(--shadow);
}

.panel-card::after,
.stat-card::after,
.work-card::after,
.capability-card::after,
.channel-card::after,
.community-card::after,
.milestone-card::after,
.media-card::after,
.contact-card::after,
.gallery-preview-card::after,
.story-primary::after,
.story-secondary::after,
.gallery-group::after,
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background: var(--saber-sweep);
  background-size: 220% 220%;
  background-position: 0% 0%;
  opacity: 0.24;
  filter: drop-shadow(0 0 10px rgba(83, 200, 255, 0.14));
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: opacity 220ms ease;
}

.stat-card:nth-child(2n)::after,
.work-card:nth-child(2n)::after,
.capability-card:nth-child(2n)::after,
.channel-card:nth-child(2n)::after,
.community-card:nth-child(2n)::after,
.milestone-card:nth-child(2n)::after,
.media-card:nth-child(2n)::after,
.gallery-card:nth-child(2n)::after,
.gallery-group:nth-child(2n)::after {
  animation-delay: -1.2s;
}

.stat-card:nth-child(3n)::after,
.work-card:nth-child(3n)::after,
.capability-card:nth-child(3n)::after,
.channel-card:nth-child(3n)::after,
.community-card:nth-child(3n)::after,
.milestone-card:nth-child(3n)::after,
.media-card:nth-child(3n)::after,
.gallery-card:nth-child(3n)::after,
.gallery-group:nth-child(3n)::after {
  animation-delay: -2.1s;
}

.panel-card:hover::after,
.panel-card:focus-within::after,
.stat-card:hover::after,
.stat-card:focus-within::after,
.work-card:hover::after,
.work-card:focus-within::after,
.capability-card:hover::after,
.capability-card:focus-within::after,
.channel-card:hover::after,
.channel-card:focus-within::after,
.community-card:hover::after,
.community-card:focus-within::after,
.milestone-card:hover::after,
.milestone-card:focus-within::after,
.media-card:hover::after,
.media-card:focus-within::after,
.contact-card:hover::after,
.contact-card:focus-within::after,
.gallery-preview-card:hover::after,
.gallery-preview-card:focus-within::after,
.story-primary:hover::after,
.story-primary:focus-within::after,
.story-secondary:hover::after,
.story-secondary:focus-within::after,
.gallery-group:hover::after,
.gallery-group:focus-within::after,
.gallery-card:hover::after,
.gallery-card:focus-within::after {
  animation: saber-sweep 3.2s linear infinite;
}

.panel-card > *,
.stat-card > *,
.work-card > *,
.capability-card > *,
.channel-card > *,
.community-card > *,
.milestone-card > *,
.media-card > *,
.contact-card > *,
.gallery-preview-card > *,
.story-primary > *,
.story-secondary > *,
.gallery-group > * {
  position: relative;
  z-index: 1;
}

[data-glow]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle 220px at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 152, 74, 0.18), rgba(255, 152, 74, 0.08) 26%, transparent 64%),
    radial-gradient(circle 96px at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(83, 200, 255, 0.12), transparent 74%);
  opacity: 0;
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

[data-glow]:hover::before,
[data-glow]:focus-within::before {
  opacity: 1;
  transform: scale(1.02);
}

.panel-card,
.stat-card,
.work-card,
.capability-card,
.channel-card,
.community-card,
.milestone-card,
.media-card,
.contact-card,
.gallery-preview-card,
.gallery-preview-panel,
.story-primary,
.story-secondary,
.gallery-group,
.gallery-card {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.panel-card:hover,
.panel-card:focus-within,
.stat-card:hover,
.stat-card:focus-within,
.work-card:hover,
.work-card:focus-within,
.capability-card:hover,
.capability-card:focus-within,
.channel-card:hover,
.channel-card:focus-within,
.community-card:hover,
.community-card:focus-within,
.milestone-card:hover,
.milestone-card:focus-within,
.media-card:hover,
.media-card:focus-within,
.contact-card:hover,
.contact-card:focus-within,
.gallery-preview-card:hover,
.gallery-preview-card:focus-within,
.story-primary:hover,
.story-primary:focus-within,
.story-secondary:hover,
.story-secondary:focus-within,
.hero-stage:hover,
.hero-stage:focus-within,
.stage-screen:hover,
.stage-screen:focus-within,
.portrait-card:hover,
.portrait-card:focus-within,
.gallery-group:hover,
.gallery-group:focus-within,
.gallery-card:hover,
.gallery-card:focus-within {
  border-color: rgba(83, 200, 255, 0.24);
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(83, 200, 255, 0.12), 0 0 28px rgba(83, 200, 255, 0.1);
}

.stat-card {
  min-height: 122px;
  padding: 24px;
}

.stat-value {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.06em;
}

.hero-stage-shell {
  perspective: 1500px;
  width: min(100%, 640px);
  margin-inline: auto;
}

.hero-stage {
  position: relative;
  min-height: 580px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 122, 26, 0.2), transparent 24%),
    radial-gradient(circle at 78% 16%, rgba(255, 249, 243, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(28, 24, 20, 0.96) 0%, rgba(12, 11, 10, 0.97) 100%);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease-out;
  transform-style: preserve-3d;
}

.stage-screen {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 536px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #080c11;
}

.stage-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  transform: scale(1.12);
}

.stage-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 11, 16, 0.18), rgba(7, 11, 16, 0.65)), radial-gradient(circle at 70% 22%, rgba(255, 129, 39, 0.24), transparent 24%);
}

.portrait-card {
  position: absolute;
  right: -18px;
  bottom: 46px;
  width: min(44%, 286px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
  background: #090d12;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  transform: translateZ(58px);
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  min-width: 170px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 18, 0.76);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
  transform: translateZ(48px);
  animation: float 5.2s ease-in-out infinite;
}

.floating-card strong {
  display: block;
  margin-top: 5px;
  line-height: 1.3;
}

.floating-label,
.card-kicker,
.card-metric,
.community-kicker,
.milestone-year,
.gallery-kind,
.media-caption span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.floating-label,
.card-kicker,
.community-kicker,
.milestone-year,
.gallery-kind,
.media-caption span {
  color: #ffb67e;
}

.card-metric {
  color: var(--text-muted);
}

.floating-card-a {
  top: 24px;
  left: -28px;
}

.floating-card-b {
  right: 38px;
  top: 36px;
  animation-delay: -1.8s;
}

.floating-card-c {
  left: 26px;
  bottom: 26px;
  animation-delay: -3.4s;
}

.proof-strip {
  overflow: hidden;
  margin-top: 12px;
}

.proof-marquee {
  display: flex;
  gap: 14px;
  overflow: hidden;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.03);
}

.section-grid,
.section-split,
.section-heading,
.story-copy,
.tab-shell,
.gallery-groups {
  display: grid;
  gap: 24px;
}

.section-heading {
  max-width: 62ch;
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

.section-heading::after,
.gallery-group-header::after {
  content: "";
  width: 88px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 245, 235, 0.9));
  box-shadow: 0 0 24px rgba(255, 122, 26, 0.22);
}

.story-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 28px;
}

.story-layout-compact {
  align-items: start;
}

.story-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-height: 0;
}

.story-primary {
  border-radius: var(--radius-lg);
  min-height: 320px;
}

.story-primary img,
.story-secondary img,
.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-secondary {
  min-height: 320px;
}

blockquote {
  margin: 0;
  padding: 22px 24px;
  border-left: 4px solid rgba(255, 106, 0, 0.8);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.03);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.4;
}

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

.milestone-grid-compact .milestone-card {
  min-height: 0;
}

.milestone-card,
.capability-card,
.channel-card,
.community-card {
  padding: 22px 24px;
}

.tab-list {
  display: inline-flex;
  width: fit-content;
  padding: 8px;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.tab-shell {
  justify-items: center;
}

.tab-panel {
  width: 100%;
}

.tab-button {
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-soft);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.tab-button:hover,
.tab-button:focus-visible {
  transform: translateY(-1px);
  color: var(--text);
  box-shadow: 0 0 0 1px rgba(83, 200, 255, 0.12), 0 0 20px rgba(83, 200, 255, 0.12);
}

.tab-button.is-active {
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.2), rgba(255, 255, 255, 0.08));
  color: var(--text);
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

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

.work-grid-compact .work-card {
  min-height: 0;
}

.work-card {
  grid-column: span 4;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 0;
  padding: 22px;
}

.work-card-wide {
  grid-column: span 8;
}

.work-card-carousel {
  grid-column: 1 / -1;
  padding: 0;
}

.work-card-feature-side {
  grid-column: span 4;
}

.featured-carousel {
  position: relative;
  min-height: 100%;
  padding: 18px 22px 22px;
  overflow: hidden;
  touch-action: pan-y;
}

.featured-carousel-topline {
  margin-bottom: 14px;
}

.featured-carousel-progress {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.featured-slide {
  position: absolute;
  inset: 36px 22px 22px;
  display: grid;
  gap: 14px;
  align-content: start;
  opacity: 0;
  transform: translateX(40px) scale(0.985);
  pointer-events: none;
  transition: opacity 420ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.featured-slide.is-active {
  position: relative;
  inset: auto;
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.featured-carousel-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.95));
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.featured-carousel-navrow {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 14px;
}

.featured-carousel-button {
  position: relative;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.72);
  color: #ffffff;
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.featured-carousel-button:hover,
.featured-carousel-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(83, 200, 255, 0.34);
  background: rgba(83, 200, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(83, 200, 255, 0.14), 0 0 18px rgba(83, 200, 255, 0.14);
}

.work-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 106, 0, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(14, 19, 28, 0.96), rgba(8, 11, 17, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.work-media img,
.work-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.work-media img {
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
  will-change: transform;
}

.work-media-feature {
  position: relative;
}

.work-media-thumb {
  aspect-ratio: 16 / 9;
}

.work-media-thumb-short {
  aspect-ratio: 9 / 16;
}

.work-media-local {
  aspect-ratio: 4 / 3;
}

.work-media-embed {
  aspect-ratio: 16 / 9;
}

.work-card:hover .work-media img,
.work-card:focus-within .work-media img {
  transform: scale(1.04);
}

.work-card:hover .work-media,
.work-card:focus-within .work-media,
.channel-card:hover,
.channel-card:focus-within,
.gallery-card:hover,
.gallery-card:focus-within,
.gallery-group:hover,
.gallery-group:focus-within {
  border-color: rgba(83, 200, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(83, 200, 255, 0.08), 0 0 20px rgba(83, 200, 255, 0.08);
}

.work-play {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.72);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tap-motion-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #05070b;
  cursor: pointer;
}

.tap-motion-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--media-position, center);
}

.tap-motion-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.82);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.card-topline,
.community-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pill-list,
.card-link-list,
.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pill-list li {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #d7dce5;
  font-size: 0.82rem;
  line-height: 1;
}

.card-link-list {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.video-drawer {
  display: grid;
  gap: 12px;
}

.video-drawer summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  cursor: pointer;
  color: #ffe3cf;
  font-weight: 700;
  list-style: none;
}

.video-drawer summary::-webkit-details-marker {
  display: none;
}

.video-drawer summary::before {
  content: ">";
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 180ms ease;
  color: var(--accent-strong);
}

.video-drawer[open] summary::before {
  transform: rotate(90deg);
}

.card-link-list a,
.text-link,
.contact-list a {
  width: fit-content;
  color: #ffe3cf;
  text-decoration: underline;
  text-decoration-color: rgba(255, 106, 0, 0.55);
  text-underline-offset: 0.22em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.card-link-list a:hover,
.text-link:hover,
.contact-list a:hover,
.card-link-list a:focus-visible,
.text-link:focus-visible,
.contact-list a:focus-visible {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.72);
}

.capability-grid,
.channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.capability-card {
  min-height: 210px;
}

.media-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.media-card {
  min-height: 360px;
}

.media-card video,
.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(8, 12, 18, 0.72);
  backdrop-filter: blur(12px);
}

.gallery-note {
  color: var(--text-muted);
}

.gallery-preview-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.gallery-preview-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.gallery-preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-preview-tags span,
.gallery-preview-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.gallery-preview-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--text-soft);
}

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

.gallery-preview-panel {
  display: grid;
  gap: 8px;
  min-height: 148px;
  padding: 18px;
  border-radius: 22px;
  align-content: end;
  position: relative;
  overflow: hidden;
}

.gallery-preview-panel::before {
  content: "";
  position: absolute;
  inset: auto -20% -45% 38%;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 140, 41, 0.22), transparent 68%);
  pointer-events: none;
}

.gallery-group {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(24, 20, 17, 0.88);
}

.gallery-group-header {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.gallery-group-header h3 {
  font-size: 1.38rem;
}

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

#snapshot .section-heading {
  margin-bottom: 20px;
}

.snapshot-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.icon-action {
  position: relative;
  display: grid;
  gap: 8px;
  align-content: center;
  justify-items: center;
  min-height: 88px;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(24, 20, 17, 0.88);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  overflow: hidden;
  color: var(--text);
  text-align: center;
  cursor: pointer;
}

.icon-action:hover,
.icon-action:focus-visible,
.icon-action.is-active {
  transform: translateY(-2px);
  border-color: rgba(83, 200, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(83, 200, 255, 0.08), 0 0 20px rgba(83, 200, 255, 0.08);
}

.icon-action-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffb67e;
  font-size: 1.6rem;
}

.icon-action-progress-track {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.icon-action-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.92));
  transform: scaleX(0);
}

.snapshot-panel {
  margin-top: 16px;
  width: min(920px, 100%);
  min-height: 82px;
  margin-inline: auto;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(24, 20, 17, 0.88);
  color: var(--text-soft);
  text-align: center;
}

.icon-action > span:last-child {
  font-size: 0.93rem;
}

.gallery-group-header p {
  display: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
  align-items: start;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-column: span 4;
  align-self: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
  cursor: pointer;
}

.gallery-card.is-lead,
.gallery-card.is-wide {
  grid-column: span 6;
}

.gallery-card.is-hero {
  grid-column: 1 / -1;
}

.gallery-card.is-sidekick {
  grid-column: span 3;
}

.gallery-card.is-contain-dark {
  background: #000000;
}

.gallery-card.is-contain-dark img,
.gallery-card.is-contain-dark video {
  object-fit: contain;
  background: #000000;
}

.gallery-card-media {
  position: relative;
  overflow: hidden;
  background: #05070b;
  aspect-ratio: 4 / 3;
}

.gallery-card img,
.gallery-card video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: var(--media-position, center);
  filter: none !important;
  transition: transform 240ms ease;
  background: #05070b;
  will-change: transform;
}

.gallery-card video {
  display: block;
}

.gallery-card:hover,
.gallery-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.gallery-card:hover img,
.gallery-card:focus-within img,
.gallery-card:hover video,
.gallery-card:focus-within video {
  transform: scale(1.015);
}

.gallery-card::after {
  display: none;
}

.gallery-meta {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  background: rgba(8, 12, 18, 0.98);
}

.gallery-kind,
.lightbox-kind {
  display: inline-block;
}

.gallery-kind {
  color: #ffb67e;
}

.gallery-note {
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.has-lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 7, 11, 0.88);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: min(90vh, 100%);
  display: grid;
  gap: 14px;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.82);
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
}

.lightbox-media {
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  background: #05070b;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
}

.lightbox-media img,
.lightbox-media video,
.lightbox-media iframe {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  object-position: var(--media-position, center);
  background: #05070b;
  filter: none !important;
}

.lightbox-media iframe {
  aspect-ratio: 16 / 9;
  min-height: min(78vh, 620px);
  border: 0;
}

.lightbox-meta {
  display: grid;
  gap: 4px;
  justify-items: start;
  padding: 0 4px;
}

.lightbox-kind {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lightbox-title {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
}

.gallery-title {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.2;
}

.gallery-grid-portraits .gallery-card.is-lead .gallery-card-media {
  aspect-ratio: 5 / 4;
}

.gallery-grid-portraits .gallery-card.is-hero .gallery-card-media {
  aspect-ratio: 21 / 9;
}

.gallery-grid-travel .gallery-card.is-lead .gallery-card-media {
  aspect-ratio: 2 / 1;
}

.gallery-card.is-sidekick .gallery-card-media {
  aspect-ratio: 1 / 1;
}

.gallery-card.is-wide .gallery-card-media {
  aspect-ratio: 16 / 10;
}

.gallery-group-portraits {
  background: rgba(28, 22, 18, 0.92);
}

.gallery-group-bts {
  background: rgba(25, 22, 20, 0.92);
}

.gallery-group-travel {
  background: rgba(29, 23, 19, 0.92);
}

.gallery-group-worlds {
  background: rgba(29, 23, 24, 0.92);
}

.community-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.contact-section {
  padding-bottom: 76px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 24px;
  padding: 26px;
  border-radius: var(--radius-lg);
}

.contact-copy {
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 6px;
  color: var(--text-soft);
  justify-items: center;
}

.contact-visual {
  min-height: 380px;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 106, 0, 0.25), transparent 24%),
    linear-gradient(180deg, #131a24 0%, #0a0e14 100%);
}

.contact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 36px;
  color: var(--text-muted);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: transform, opacity;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% { transform: translateZ(48px) translateY(0); }
  50% { transform: translateZ(48px) translateY(-8px); }
}

@keyframes drift {
  0%,
  100% { transform: translate3d(0, 0, 0) scale(1); }
  25% { transform: translate3d(3vw, -2vh, 0) scale(1.04); }
  50% { transform: translate3d(6vw, 4vh, 0) scale(1.11); }
  75% { transform: translate3d(-2vw, 2vh, 0) scale(1.06); }
}

@keyframes drift-small {
  0%,
  100% { transform: translate3d(0, 0, 0) scale(1); }
  33% { transform: translate3d(-2vw, 2vh, 0) scale(1.08); }
  66% { transform: translate3d(2vw, -3vh, 0) scale(1.14); }
}

@keyframes logo-drift {
  0%,
  100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
  25% { transform: translate3d(2vw, -1vh, 0) rotate(4deg) scale(1.03); }
  50% { transform: translate3d(4vw, -3vh, 0) rotate(8deg) scale(1.1); }
  75% { transform: translate3d(-1vw, 2vh, 0) rotate(3deg) scale(1.05); }
}

@keyframes saber-sweep {
  0% {
    background-position: 0% 0%;
    opacity: 0.08;
  }
  35% {
    background-position: 42% 42%;
    opacity: 0.18;
  }
  65% {
    background-position: 76% 76%;
    opacity: 0.3;
  }
  100% {
    background-position: 100% 100%;
    opacity: 0.1;
  }
}

@keyframes mesh-pan {
  from { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-18px, -14px, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@keyframes logo-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1120px) {
  .hero,
  .story-layout,
  .contact-card,
  .milestone-grid,
  .snapshot-actions,
  .community-grid,
  .channel-feature,
  .gallery-preview-card,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .work-card,
  .work-card-wide,
  .work-card-feature-side {
    grid-column: span 6;
  }

  .capability-grid,
  .channel-grid,
  .lane-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .overview-grid,
  .channel-highlight-grid,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .gallery-card,
  .gallery-card.is-hero,
  .gallery-card.is-lead,
  .gallery-card.is-wide {
    grid-column: span 3;
  }

  .gallery-card.is-sidekick {
    grid-column: span 3;
  }

}

@media (max-width: 860px) {
  body {
    background-attachment: scroll;
  }

  body::before,
  body::after,
  .ambient-wrap {
    display: none;
  }

  .site-header,
  .mobile-nav-backdrop,
  .work-play,
  .media-caption,
  .lightbox-close,
  .featured-carousel-button {
    backdrop-filter: none;
  }

  .panel-card,
  .stat-card,
  .work-card,
  .capability-card,
  .channel-card,
  .community-card,
  .milestone-card,
  .media-card,
  .contact-card,
  .gallery-preview-card,
  .story-primary,
  .story-secondary,
  .gallery-group {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  }

  .site-header {
    gap: 14px;
    padding: 12px 14px;
    width: calc(100% - 16px);
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .section,
  .section-sm {
    width: min(var(--max-width), calc(100% - 20px));
  }

  .hero {
    padding-top: 112px;
  }

  .story-visual,
  .stat-grid,
  .media-grid,
  .snapshot-actions,
  .capability-grid,
  .channel-grid,
  .lane-grid,
  .work-grid,
  .overview-grid,
  .channel-highlight-grid,
  .support-grid,
  .gallery-preview-grid {
    grid-template-columns: 1fr;
  }

  .snapshot-links {
    flex-wrap: wrap;
  }

  .story-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
    align-items: stretch;
  }

  .story-primary {
    grid-row: auto;
    min-height: 220px;
  }

  .story-secondary {
    min-height: 160px;
  }

  .work-card,
  .work-card-wide,
  .work-card-feature-side {
    grid-column: auto;
  }

  .featured-slide {
    inset: 36px 16px 16px;
  }

  .featured-carousel {
    padding: 18px 16px 16px;
  }

  .featured-carousel-navrow {
    margin-bottom: 12px;
  }

  .hero-stage {
    min-height: 500px;
    padding: 16px;
  }

  .hero-stage-shell {
    transform: none;
  }

  .stage-screen {
    min-height: 440px;
    width: 100%;
  }

  .portrait-card {
    top: auto;
    right: 10px;
    bottom: 14px;
    width: 44%;
    transform: translateZ(58px);
  }

  .floating-card {
    min-width: 150px;
    padding: 14px 16px;
  }

  .floating-card-a {
    top: 18px;
    left: 10px;
  }

  .floating-card-b {
    right: 14px;
    top: 18px;
  }

  .floating-card-c {
    left: 12px;
    bottom: 14px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card,
  .gallery-card.is-hero,
  .gallery-card.is-lead,
  .gallery-card.is-wide,
  .gallery-card.is-sidekick {
    grid-column: span 1;
  }
}

@media (max-width: 620px) {
  h1 {
    max-width: none;
  }

  .page-hero {
    padding-top: 112px;
  }

  .mobile-nav-panel {
    top: 78px;
    left: 8px;
    right: 8px;
  }

  .tab-list {
    width: 100%;
  }

  .tab-button {
    flex: 1 1 0;
    text-align: center;
  }

  .hero-stage {
    min-height: 470px;
    display: grid;
    gap: 14px;
  }

  .hero-stage-shell {
    transform: none;
  }

  .stage-screen {
    min-height: 420px;
    width: 100%;
  }

  .portrait-card {
    width: 46%;
    transform: translateZ(58px);
  }

  .floating-card {
    position: static;
    transform: none;
    animation: none;
    min-width: 0;
  }

  .story-primary,
  .story-secondary,
  .media-card,
  .contact-visual {
    min-height: 280px;
  }

  .story-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .story-primary {
    min-height: 190px;
  }

  .story-secondary {
    min-height: 140px;
  }

  .contact-card {
    padding: 18px;
  }

  .icon-action {
    min-height: 96px;
  }

  .gallery-group {
    padding: 18px;
  }

  .gallery-meta {
    padding: 12px 14px;
  }

  .lightbox {
    padding: 10px;
  }

  .lightbox-dialog {
    gap: 10px;
  }

  .lightbox-media img,
  .lightbox-media video,
  .lightbox-media iframe {
    max-height: 72vh;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
  }

  .panel-card::after,
  .stat-card::after,
  .work-card::after,
  .capability-card::after,
  .channel-card::after,
  .community-card::after,
  .milestone-card::after,
  .media-card::after,
  .contact-card::after,
  .gallery-preview-card::after,
  .story-primary::after,
  .story-secondary::after,
  .gallery-group::after,
  .gallery-card::after {
    animation: none;
    opacity: 0.1;
  }
}
