:root {
  --bg: #0f0c14;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-strong: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f5f1ea;
  --muted: rgba(245, 241, 234, 0.72);
  --muted-soft: rgba(245, 241, 234, 0.42);
  --accent: #d8ff63;
  --accent-soft: rgba(216, 255, 99, 0.15);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
  --radius: 22px;
  --max: 1220px;
  --gutter: clamp(14px, 3vw, 28px);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--text);
  font-family: "Bricolage Grotesque", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(110, 190, 255, 0.12), transparent 18%),
    radial-gradient(circle at 72% 82%, rgba(255, 138, 214, 0.08), transparent 20%),
    linear-gradient(180deg, #0b0910 0%, #0c0a12 46%, #0f0c15 100%);
  overflow-x: hidden;
}

.dot-grid-canvas,
.grid-scan-canvas,
.line-waves-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.56;
  mix-blend-mode: screen;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    repeating-linear-gradient(128deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(128deg, rgba(124, 198, 255, 0.035) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(128deg, rgba(255, 159, 252, 0.035) 0 1px, transparent 1px 184px);
  filter: blur(0.45px);
  mask-image: radial-gradient(circle at center, black 26%, black 54%, transparent 90%);
}

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

button {
  font: inherit;
}

video {
  display: block;
  width: 100%;
  height: 100%;
}

.page {
  position: relative;
  z-index: 1;
  width: min(100%, calc(var(--max) + var(--gutter) * 2));
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(14px, 2.2vh, 28px) var(--gutter) 18px;
  display: flex;
  flex-direction: column;
}

.commercial-page .page {
  padding-top: clamp(24px, 3.5vh, 40px);
  padding-bottom: clamp(26px, 4vh, 44px);
}

.commercial-page .site-header,
.commercial-page .section-label,
.commercial-page .video-collection,
.commercial-page .footer {
  width: min(100%, 1040px);
  margin-left: auto;
  margin-right: auto;
}

.commercial-page .section-label {
  padding-top: clamp(18px, 3vh, 30px);
}

.commercial-page .video-collection {
  padding-top: clamp(14px, 2.5vh, 28px);
}

.commercial-page .collection-grid {
  gap: clamp(18px, 2vw, 24px);
}

.commercial-page .collection-card .glow-shell {
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.34);
}

.commercial-page .prompt-shell {
  padding: clamp(16px, 2.2vw, 28px);
}

.site-header {
  padding: 8px 0 8px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.site-header.compact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
}

.brand {
  display: grid;
  gap: 5px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.site-title {
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-weight: 400;
  font-size: clamp(36px, 4.2vw, 50px);
  line-height: 0.95;
  letter-spacing: 0;
}

.lede {
  max-width: 30rem;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  text-align: right;
}

.page-nav {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: flex-end;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: visible;
}

.nav-pill,
.pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(245, 241, 234, 0.88);
  font-size: 12px;
  letter-spacing: 0;
  white-space: nowrap;
  isolation: isolate;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
  flex: 0 0 auto;
}

.pill-fill {
  position: absolute;
  left: 50%;
  bottom: -120%;
  width: var(--pill-circle-size, 120px);
  height: var(--pill-circle-size, 120px);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.82), rgba(216, 255, 99, 0.92) 32%, rgba(216, 255, 99, 0.72) 70%);
  transform: translateX(-50%) scale(0);
  transform-origin: 50% var(--pill-origin-y, 100%);
  z-index: 0;
  pointer-events: none;
}

.back-pill .pill-fill {
  left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}

.pill-label,
.pill-label-hover {
  position: relative;
  z-index: 1;
  display: block;
  will-change: transform, opacity;
}

.pill-label-hover {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #11130f;
  opacity: 0;
  transform: translateY(130%);
}

.page-nav .nav-pill.is-current {
  border-color: rgba(216, 255, 99, 0.42);
  background: rgba(216, 255, 99, 0.12);
  color: var(--text);
}

.back-pill {
  border-color: rgba(216, 255, 99, 0.32);
  background: rgba(216, 255, 99, 0.1);
  color: var(--text);
}

.page-back {
  margin-top: 4px;
}

.nav-pill:hover,
.pill:hover {
  transform: translateY(-1px);
  border-color: rgba(216, 255, 99, 0.26);
  background: rgba(216, 255, 99, 0.08);
}

.section-label {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 4px 0 14px;
}

.section-label h2 {
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
}

.section-label p {
  max-width: 30rem;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}

.home-masonry {
  height: clamp(500px, calc(100vh - 162px), 620px);
  min-height: 0;
  width: 100%;
  margin: clamp(22px, 4vh, 42px) auto 0;
  display: grid;
  grid-template-columns: 0.98fr 1.02fr 0.98fr;
  grid-template-rows: minmax(0, 0.78fr) minmax(0, 1.22fr);
  grid-template-areas:
    "about commercial right"
    "motion commercial right";
  gap: clamp(10px, 1.2vw, 14px);
  align-items: stretch;
  padding: 2px 0 14px;
}

.masonry-card {
  min-height: 0;
  animation-delay: var(--delay, 0ms);
  --spotlight-x: 50%;
  --spotlight-y: 50%;
  --magic-intensity: 0;
  --magic-color: 216, 255, 99;
}

.masonry-card .glow-shell {
  height: 100%;
}

.about-tile {
  grid-area: about;
}

.profile-tile {
  --profile-pointer-x: 50%;
  --profile-pointer-y: 50%;
  --profile-opacity: 0;
}

.commercial-tile {
  grid-area: commercial;
}

.motion-tile {
  grid-area: motion;
}

.right-stack {
  grid-area: right;
  min-height: 0;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
}

.right-stack .masonry-card {
  min-height: 0;
}

.right-stack .glow-shell {
  justify-content: space-between;
}

.right-stack .category-tile .tile-content {
  flex: 0;
  margin-top: auto;
  padding-top: 8px;
  align-content: end;
}

.character-tile {
  --magic-color: 255, 122, 167;
}

.experiment-tile {
  --magic-color: 190, 142, 255;
}

.about-tile {
  --magic-color: 216, 255, 99;
}

.commercial-tile {
  --magic-color: 216, 255, 99;
}

.motion-tile {
  --magic-color: 105, 184, 255;
}

.tile-content {
  padding: clamp(10px, 1vw, 13px);
  display: grid;
  gap: 6px;
}

.category-tile .glow-shell {
  display: flex;
  flex-direction: column;
}

.category-tile .tile-content {
  flex: 1;
  align-content: start;
}

.about-content {
  height: 100%;
  align-content: space-between;
}

.profile-card-wrapper {
  position: relative;
  height: 100%;
  perspective: 700px;
  touch-action: none;
  border-radius: inherit;
}

.profile-behind {
  position: absolute;
  inset: -18px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at var(--profile-pointer-x) var(--profile-pointer-y),
      rgba(125, 190, 255, 0.5),
      rgba(216, 255, 99, 0.18) 34%,
      transparent 62%
    );
  filter: blur(28px) saturate(1.12);
  opacity: calc(0.7 * var(--profile-opacity));
  transition: opacity 240ms ease;
}

.profile-shell {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: inherit;
  transform-style: preserve-3d;
  will-change: transform;
}

.profile-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(8px, 1.1vw, 12px);
  padding: clamp(10px, 1.1vw, 14px);
  background:
    radial-gradient(circle at var(--profile-pointer-x) var(--profile-pointer-y), rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(96, 73, 110, 0.42), rgba(113, 196, 255, 0.22) 48%, rgba(19, 14, 24, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 56px rgba(0, 0, 0, 0.32);
}

.profile-shine,
.profile-glare {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.profile-shine {
  opacity: calc(0.16 + var(--profile-opacity) * 0.46);
  background:
    repeating-linear-gradient(
      115deg,
      transparent 0 7%,
      rgba(255, 255, 255, 0.09) 8% 9%,
      transparent 10% 16%
    ),
    radial-gradient(circle at var(--profile-pointer-x) var(--profile-pointer-y), rgba(216, 255, 99, 0.34), transparent 28%);
  mix-blend-mode: color-dodge;
}

.profile-glare {
  opacity: calc(0.2 + var(--profile-opacity) * 0.38);
  background: radial-gradient(
    circle at var(--profile-pointer-x) var(--profile-pointer-y),
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.06) 20%,
    transparent 42%
  );
  mix-blend-mode: screen;
}

.profile-photo,
.profile-copy,
.profile-user-info {
  position: relative;
  z-index: 2;
}

.profile-photo {
  width: clamp(72px, 7.6vw, 96px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(105, 184, 255, 0.82), rgba(42, 52, 85, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 14px 30px rgba(0, 0, 0, 0.22);
}

.profile-photo span {
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
}

.profile-copy {
  align-self: end;
}

.profile-copy h1 {
  margin-top: 6px;
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-size: clamp(28px, 3.1vw, 36px);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 400;
}

.profile-copy p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.profile-user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.profile-user-details {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.profile-mini-avatar {
  width: 30px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(105, 184, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-size: 19px;
}

.profile-handle {
  color: rgba(245, 241, 234, 0.92);
  font-size: 12px;
  line-height: 1.1;
}

.profile-status {
  color: var(--muted-soft);
  font-size: 10px;
  line-height: 1.2;
}

.profile-contact {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(245, 241, 234, 0.92);
  color: #11130f;
  font-size: 12px;
  font-weight: 700;
  pointer-events: auto;
}

.about-content h1 {
  margin-top: 6px;
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-size: clamp(28px, 3.1vw, 36px);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 400;
}

.compact-avatar {
  width: clamp(50px, 5.6vw, 66px);
  aspect-ratio: 1;
  border-radius: 18px;
  font-size: 25px;
}

.tile-media {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    color-mix(in srgb, var(--accent) 16%, #151019);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.commercial-tile .tile-media {
  height: auto;
}

.landscape-preview {
  height: auto;
  aspect-ratio: 16 / 9;
}

.square-preview {
  width: min(48%, 176px);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: clamp(10px, 1.3vw, 16px) auto 0;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.experiment-tile .landscape-preview {
  width: min(86%, 300px);
  aspect-ratio: 16 / 9;
  margin: clamp(10px, 1.3vw, 16px) auto 0;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.right-stack .square-preview {
  width: min(86%, 300px);
  aspect-ratio: 16 / 9;
}

.vertical-preview {
  width: min(48%, 220px);
  aspect-ratio: 9 / 16;
  margin: clamp(10px, 1.3vw, 16px) auto 0;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.commercial-tile .vertical-preview {
  width: min(68%, 330px);
}

.motion-tile .vertical-preview {
  width: min(54%, 250px);
  background: #dbeeff;
}

.motion-tile .vertical-preview video {
  object-fit: cover;
  transform: scale(1.16);
}

.tile-media video {
  object-fit: contain;
  object-position: center;
  background: transparent;
  transform: scale(1);
  transition: filter 520ms ease;
}

.right-stack .tile-media video {
  object-fit: contain;
}

.masonry-card h3 {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 700;
}

.masonry-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  max-width: 26em;
}

.card-grid {
  display: grid;
  gap: 14px;
}

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

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

.card-grid.single-grid {
  grid-template-columns: minmax(0, 1fr);
}

.glow-card {
  position: relative;
  border-radius: var(--radius);
  overflow: visible;
  isolation: isolate;
  transform: translate3d(0, 0, 0.01px);
}

.glow-card::before,
.glow-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.glow-card::before {
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.04) 34%, rgba(255, 255, 255, 0.16));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
}

.glow-card::after {
  inset: -14px;
  opacity: 0.42;
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), var(--glow-color, rgba(216, 255, 99, 0.22)), transparent 58%);
  filter: blur(18px);
  z-index: -1;
}

.glow-shell {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
  background: var(--card-bg, rgba(20, 16, 26, 0.94));
  border: 1px solid transparent;
  box-shadow: var(--shadow);
}

.masonry-card .glow-shell::before,
.masonry-card .glow-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: var(--magic-intensity);
  transition: opacity 220ms ease;
}

.masonry-card .glow-shell::before {
  background:
    radial-gradient(
      circle 220px at var(--spotlight-x) var(--spotlight-y),
      rgba(var(--magic-color), 0.2),
      rgba(var(--magic-color), 0.08) 26%,
      transparent 68%
  );
  mix-blend-mode: screen;
  z-index: 3;
}

.masonry-card .glow-shell::after {
  padding: 1px;
  background:
    radial-gradient(
      circle 160px at var(--spotlight-x) var(--spotlight-y),
      rgba(var(--magic-color), 0.98),
      rgba(var(--magic-color), 0.32) 38%,
      transparent 72%
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 4;
}

.masonry-card .tile-content,
.masonry-card .tile-media {
  position: relative;
  z-index: 2;
}

.magic-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(var(--magic-color), 0.96);
  box-shadow: 0 0 10px rgba(var(--magic-color), 0.7);
  pointer-events: none;
  z-index: 5;
}

.magic-ripple {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(var(--magic-color), 0.72);
  background: rgba(var(--magic-color), 0.16);
  pointer-events: none;
  z-index: 6;
  transform: translate(-50%, -50%) scale(0);
}

.intro-card {
  padding: 22px;
}

.intro-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.avatar {
  aspect-ratio: 1 / 1.15;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(105, 184, 255, 0.72), rgba(42, 52, 85, 0.92));
  display: grid;
  place-items: center;
  font-family: "Instrument Serif", serif;
  font-size: 48px;
  letter-spacing: 0;
  color: #fff;
}

.intro-copy {
  display: grid;
  gap: 12px;
}

.intro-copy h1,
.page-hero h1 {
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.intro-copy h1 {
  font-size: 64px;
  line-height: 0.94;
}

.intro-copy p,
.page-hero p,
.card-copy p,
.footer-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.mini-note {
  color: var(--muted-soft);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.category-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.category-card .media {
  position: relative;
  aspect-ratio: 9 / 16;
  background: #050505;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.category-card .media video,
.collection-media video,
.hero-media video {
  object-fit: contain;
  background: #050505;
}

.card-copy {
  padding: 16px;
  display: grid;
  gap: 10px;
}

.card-copy h3 {
  font-size: 24px;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 700;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.075);
  color: rgba(245, 241, 234, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 11px;
  letter-spacing: 0;
  white-space: nowrap;
}

.card-meta {
  color: var(--muted-soft);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: end;
  margin-top: auto;
}

.card-link {
  cursor: pointer;
  transform-origin: center;
  will-change: transform;
  transition: filter 240ms ease;
}

.card-link:hover {
  transform: translateY(-5px) scale(1.018);
  filter: saturate(1.12);
}

.card-link:hover .glow-shell {
  border-color: transparent;
}

.card-link:hover .tile-media video {
  filter: saturate(1.12) contrast(1.04);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: 14px;
  align-items: stretch;
  padding-top: 4px;
}

.page-hero-panel {
  padding: 22px;
}

.page-hero h1 {
  font-size: 64px;
  line-height: 0.96;
  margin-bottom: 10px;
}

.page-hero .page-hero-panel p {
  max-width: 36rem;
}

.page-stats {
  display: grid;
  gap: 12px;
  align-content: start;
}

.stat-block {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-block b {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  letter-spacing: 0;
}

.video-collection {
  padding-top: clamp(12px, 2vw, 24px);
}

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

.collection-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.prompt-collection {
  padding-top: 4px;
}

.commercial-stack {
  grid-template-columns: minmax(0, 1fr);
}

.collection-card .glow-shell {
  display: grid;
  align-content: start;
  height: 100%;
}

.collection-card.wide {
  grid-column: span 2;
}

.collection-card.wide .glow-shell {
  grid-template-columns: minmax(220px, 380px) minmax(0, 1fr);
  align-items: stretch;
}

.collection-media {
  position: relative;
  background: #050505;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  width: min(100%, 360px);
  max-height: min(72vh, 700px);
  justify-self: center;
  align-self: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.prompt-card {
  display: grid;
  grid-template-rows: auto;
}

.prompt-shell {
  display: grid;
  gap: 14px;
  padding: clamp(14px, 2vw, 24px);
}

.prompt-copy {
  display: grid;
  gap: 8px;
  padding: 0;
}

.prompt-copy .meta {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.prompt-copy h3 {
  font-size: clamp(22px, 2vw, 30px);
}

.prompt-copy p {
  max-width: 56rem;
  color: rgba(245, 241, 234, 0.76);
  font-size: 13px;
  line-height: 1.7;
  font-family: "Bricolage Grotesque", "Noto Sans SC", sans-serif;
}

.prompt-media-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.prompt-media-grid.three-up {
  justify-content: center;
}

.prompt-media {
  flex: 0 0 clamp(210px, 20.5vw, 276px);
  width: clamp(210px, 20.5vw, 276px);
  max-height: none;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: calc(var(--radius) - 6px);
  margin: 0;
}

.prompt-media video {
  object-fit: cover;
}

.collection-media.landscape {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(68vh, 620px);
}

.youtube-card .glow-shell {
  grid-template-columns: 1fr;
  align-items: start;
}

.youtube-card {
  width: min(100%, 980px);
  margin: 0 auto;
}

.youtube-card .collection-media.landscape {
  width: 100%;
  max-height: min(64vh, 620px);
  justify-self: stretch;
}

.youtube-card .collection-copy {
  max-width: none;
  align-content: start;
  padding: clamp(14px, 1.8vw, 22px) clamp(16px, 2.2vw, 28px) clamp(18px, 2.2vw, 28px);
}

.youtube-card .collection-copy h3 {
  font-size: clamp(24px, 2.1vw, 32px);
}

.youtube-card .collection-copy p {
  max-width: 44rem;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.65;
}

.collection-copy {
  padding: 16px;
  display: grid;
  gap: 10px;
}

.collection-copy h3 {
  font-size: 24px;
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 700;
}

.collection-copy .meta {
  color: var(--muted-soft);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer {
  padding: 16px 0 8px;
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted-soft);
  font-size: 12px;
  letter-spacing: 0;
}

.footer-contact {
  display: grid;
  gap: 10px;
  min-width: min(100%, 320px);
}

.contact-list {
  list-style: none;
  display: grid;
  gap: 8px;
}

.contact-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 14px;
}

.contact-list li span:last-child {
  color: var(--text);
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(10px);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (max-width: 1080px) {
  .site-header,
  .page-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-header {
    display: flex;
    flex-direction: column;
  }

  .site-header.compact {
    display: flex;
  }

  .page-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .lede,
  .section-label p {
    text-align: left;
  }

  .card-grid.home-grid,
  .card-grid.collection-grid,
  .collection-grid {
    grid-template-columns: 1fr;
  }

  .home-masonry {
    height: auto;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-template-areas:
      "about commercial"
      "motion commercial"
      "right right";
  }

  .right-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .collection-card.wide {
    grid-column: span 1;
  }

  .collection-card.wide .glow-shell {
    grid-template-columns: 1fr;
  }

  .prompt-media-grid,
  .prompt-media-grid.three-up {
    align-items: center;
  }

  .vertical-preview {
    width: min(58%, 260px);
  }
}

@media (max-width: 720px) {
  .page {
    padding: 0 12px 18px;
  }

  .intro-layout {
    grid-template-columns: 1fr;
  }

  .home-masonry {
    grid-template-columns: 1fr;
    grid-template-areas:
      "about"
      "commercial"
      "motion"
      "right";
  }

  .right-stack {
    grid-template-columns: 1fr;
  }

  .tile-media,
  .commercial-tile .tile-media,
  .landscape-preview,
  .square-preview {
    height: auto;
  }

  .vertical-preview {
    width: min(68%, 240px);
  }

  .site-title {
    font-size: 30px;
  }

  .card-copy h3,
  .collection-copy h3 {
    font-size: 22px;
  }

  .prompt-media {
    flex-basis: 100%;
    width: 100%;
  }
}
