body {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--bg);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}

.wrap { width: var(--wrap); margin-inline: auto; }

/* —— Chromatic leak: pure #fff + edge fringe —— */
.chromatic {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-shadow:
    -2px 0 0 var(--chroma-leak-r),
     2px 0 0 var(--chroma-leak-b),
    -1px 0.5px 0 var(--chroma-leak-r-soft),
     1px -0.5px 0 var(--chroma-leak-b-soft);
}

.chromatic--soft {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-shadow:
    -1.5px 0 0 var(--chroma-leak-r-soft),
     1.5px 0 0 var(--chroma-leak-b-soft);
}

/* —— Meta / bracket labels (Massive-style) —— */
.meta-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey-300);
}

.meta-label--section { margin-bottom: 0.5rem; }

.meta-dash { color: var(--brown); }

.meta-line { display: block; margin-bottom: 0.35rem; }

.meta-value {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--grey-200);
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

/* —— Header —— */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-block: 0.5rem;
  display: flex;
  align-items: center;
  background: transparent;
  overflow: visible;
  transition:
    padding 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease;
  border-bottom: 1px solid transparent;
}

.site-header > .wrap {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: clamp(1.25rem, 5vw, 2rem);
}

@media (min-width: 768px) {
  .site-header > .wrap {
    padding-inline: clamp(1.5rem, 4vw, 3rem);
  }
}

.site-header.is-scrolled {
  padding-block: 0.35rem;
  background: rgba(8, 8, 8, 0.94);
  border-bottom-color: transparent;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-header.is-scrolled::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 2.75rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.92) 0%, transparent 100%);
}

.site-header.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-105%);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.4s ease,
    padding 0.35s ease,
    background 0.35s ease;
}

.site-header__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.site-header__wordmark {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  line-height: 1;
  -webkit-text-fill-color: #ffffff;
  text-shadow:
    -2px 0 0 var(--chroma-leak-r),
     2px 0 0 var(--chroma-leak-b),
    -1px 0.5px 0 var(--chroma-leak-r-soft),
     1px -0.5px 0 var(--chroma-leak-b-soft);
  transition: text-shadow 0.2s ease, color 0.2s ease;
}

.site-header__wordmark:hover {
  text-shadow:
    -2.5px 0 0 rgba(255, 108, 158, 0.72),
     2.5px 0 0 rgba(96, 212, 255, 0.72);
}

.site-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem clamp(1rem, 3vw, 1.65rem);
  flex-shrink: 0;
}

.site-nav a:not(.btn) {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--grey-200);
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.site-nav a:not(.btn):hover {
  color: #ffffff;
  text-shadow:
    -1.5px 0 0 var(--chroma-leak-r),
     1.5px 0 0 var(--chroma-leak-b);
}

.site-nav a:not(.btn)[aria-current="page"] {
  color: #ffffff;
  text-shadow:
    -2px 0 0 var(--chroma-leak-r),
     2px 0 0 var(--chroma-leak-b);
}

.btn--nav {
  min-height: 2.35rem;
  padding-inline: 1.35rem;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  margin-left: 0.25rem;
}

.site-nav__contact[aria-current="page"] {
  box-shadow:
    0 0.15rem 0 rgba(255, 255, 255, 0.9),
    0 0.55rem 1.85rem rgba(255, 255, 255, 0.28),
    -2px 0 0 var(--chroma-leak-r),
     2px 0 0 var(--chroma-leak-b);
}

main { flex: 1; }

/* —— Full-page scroll sections —— */
.snap-page {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.snap-page--hero {
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  scroll-snap-stop: always;
  scroll-margin-top: 0;
}

@supports (height: 100dvh) {
  .snap-page--hero {
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
  }
}

.manifesto.snap-page {
  scroll-margin-top: 0;
}

.scroll-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  scroll-margin-top: 0.65rem;
}

.is-manifesto-page .scroll-anchor {
  scroll-margin-top: 0.65rem;
}

.snap-page--tall {
  scroll-snap-stop: normal;
}

/* —— Splash —— */
.splash {
  --splash-brand-width: clamp(17rem, 24vw, 26rem);
  position: relative;
  z-index: 0;
  min-height: 100svh;
  overflow: hidden;
  padding-top: env(safe-area-inset-top, 0);
}

@supports (height: 100dvh) {
  .splash {
    min-height: 100dvh;
  }
}

.splash__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.splash__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.splash__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(8, 8, 8, 0.18);
}

.splash__scrim::before,
.splash__scrim::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 45%;
  pointer-events: none;
}

.splash__scrim::before {
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(8, 8, 8, 0.98) 0%,
    rgba(8, 8, 8, 0.82) 16%,
    rgba(8, 8, 8, 0.48) 32%,
    rgba(8, 8, 8, 0.18) 48%,
    transparent 100%
  );
}

.splash__scrim::after {
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(8, 8, 8, 0.98) 0%,
    rgba(8, 8, 8, 0.82) 16%,
    rgba(8, 8, 8, 0.48) 32%,
    rgba(8, 8, 8, 0.18) 48%,
    transparent 100%
  );
}

.splash__logo {
  display: block;
  width: var(--splash-brand-width);
  line-height: 0;
  text-decoration: none;
  flex-shrink: 0;
}

.splash__logo-mark {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter:
    brightness(0) invert(1)
    drop-shadow(-2.5px 0 0 var(--chroma-leak-r))
    drop-shadow(2.5px 0 0 var(--chroma-leak-b))
    drop-shadow(-1px 1px 0 var(--chroma-leak-r-soft))
    drop-shadow(1px -1px 0 var(--chroma-leak-b-soft));
  transition: filter 0.25s ease;
}

.splash__logo:hover .splash__logo-mark {
  filter:
    brightness(0) invert(1)
    drop-shadow(-3px 0 0 rgba(255, 108, 158, 0.72))
    drop-shadow(3px 0 0 rgba(96, 212, 255, 0.72));
}

.splash__tag {
  position: absolute;
  top: clamp(1rem, 2.5vh, 1.5rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey-400);
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.is-past-about .splash__tag {
  opacity: 0;
  visibility: hidden;
}

.splash__nav {
  position: absolute;
  top: clamp(0.85rem, 3.5vh, 1.65rem);
  right: clamp(0.85rem, 2.5vw, 1.5rem);
  z-index: 3;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.is-past-about .splash__nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splash__brand-panel {
  position: static;
}

.splash__hero-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: var(--splash-brand-width);
  max-width: calc(100vw - 3rem);
  margin-left: clamp(1.5rem, 4vw, 3rem);
  padding:
    0
    0
    calc(clamp(2.5rem, 6vh, 3.5rem) + env(safe-area-inset-bottom, 0));
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .splash__logo {
    position: absolute;
    z-index: 3;
    top: calc(clamp(0.85rem, 3.5vh, 1.65rem) + env(safe-area-inset-top, 0));
    left: clamp(1.5rem, 4vw, 3rem);
  }

  .splash__hero-copy {
    gap: 1.15rem;
  }
}

.splash__tagline {
  font-family: var(--font-condensed);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.08;
  color: var(--grey-100);
  width: 100%;
  margin-inline: 0;
  text-shadow: none;
}

.splash__tagline br {
  display: none;
}

.splash__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.btn--splash-reel {
  flex-direction: row;
  gap: 0.85rem;
  min-width: 0;
  min-height: 0;
  padding: 0.7rem 1.25rem;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.btn--splash-reel .btn__label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.btn--splash-reel .btn__arrow {
  width: 0.75rem;
  height: 0.75rem;
  stroke: currentColor;
  fill: none;
  flex-shrink: 0;
}

.btn--splash-reel:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.65);
  transform: none;
  box-shadow: none;
}

.btn--splash-reel:active {
  transform: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding-inline: 2rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius-pill);
  border-width: 2px;
  border-style: solid;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.25s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  color: var(--black);
  background: #ffffff;
  border-color: #ffffff;
  box-shadow:
    0 0.15rem 0 rgba(255, 255, 255, 0.9),
    0 0.55rem 1.85rem rgba(255, 255, 255, 0.28);
}

.btn--primary:hover {
  color: var(--black);
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0.65rem 2.25rem rgba(255, 255, 255, 0.4);
}

.btn--ghost {
  color: #ffffff;
  background: rgba(8, 8, 8, 0.78);
  border-color: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0.55rem 1.75rem rgba(0, 0, 0, 0.45);
}

.btn--ghost:hover {
  color: #ffffff;
  background: rgba(8, 8, 8, 0.92);
  border-color: #ffffff;
  box-shadow: 0 0.65rem 2.25rem rgba(0, 0, 0, 0.55);
}

.btn.btn--splash-reel {
  min-height: auto;
  padding: 0.7rem 1.25rem;
  border-radius: 0;
}

/* —— Manifesto (Titmouse-style punch) —— */
.manifesto {
  position: relative;
  z-index: 1;
  padding-block: 0;
  border-bottom: none;
  background: transparent;
}

.manifesto--bleed {
  min-height: 100svh;
  padding-top: calc(var(--header-h) + 0.4rem);
  padding-bottom: 1rem;
  background: var(--black);
  transition: padding-top 0.35s ease;
}

.is-manifesto-page .manifesto--bleed {
  padding-top: 0.65rem;
}

.manifesto--bleed .manifesto__layout {
  width: min(92rem, calc(100% - 2rem));
}

.manifesto__layout {
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.25rem);
  width: 100%;
  align-items: stretch;
  min-height: calc(100svh - var(--header-h) - 1.25rem);
}

@media (min-width: 768px) {
  .manifesto__layout {
    grid-template-columns: minmax(11rem, 0.95fr) minmax(0, 2.05fr);
    column-gap: clamp(1rem, 2vw, 1.75rem);
  }
}

.manifesto__content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.55rem, 1.5vh, 0.85rem);
  min-width: 0;
  height: 100%;
  min-height: 0;
}

.manifesto__copy {
  opacity: var(--manifesto-opacity, 1);
  transform: translateY(var(--manifesto-shift, 0));
  will-change: opacity, transform;
}

.manifesto__text {
  font-family: var(--font-condensed);
  font-size: clamp(1.5rem, 3.2vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--grey-100);
  max-width: none;
  width: 100%;
}

.manifesto__about {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.manifesto__about-panel {
  display: flex;
  flex-direction: column;
  gap: clamp(0.65rem, 1.5vh, 0.9rem);
  flex: 1 1 auto;
  min-height: 0;
  padding: clamp(0.85rem, 2vh, 1.15rem) clamp(0.9rem, 2vw, 1.25rem);
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(17, 17, 16, 0.92) 0%, rgba(8, 8, 8, 0.98) 100%);
}

.manifesto__about-intro {
  flex-shrink: 0;
}

.manifesto__about-lede {
  max-width: none;
  margin-top: 0.45rem;
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 1.35vw, 0.92rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey-100);
}

.manifesto__about-body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex: 1 1 auto;
  min-height: 0;
}

.manifesto__about-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.75rem 1.25rem;
  margin-top: auto;
  padding-top: 0.35rem;
  border-top: 1px solid var(--line);
}

.founders--inline {
  display: flex;
  flex-direction: row;
  gap: clamp(0.65rem, 1.5vw, 0.9rem);
  width: 100%;
  justify-content: space-evenly;
}

.founders--inline .founder-card {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: clamp(5.5rem, 10vw, 7.5rem);
}

.founders--inline .founder-card__photo {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}

.founders--inline .founder-card__caption {
  padding-top: 0.35rem;
}

.founders--inline .founder-card__name {
  font-size: 0.82rem;
}

.founders--inline .founder-card__role {
  font-size: 0.5rem;
  margin-top: 0.06rem;
}

.founders--inline .founder-card__placeholder {
  font-size: 0.44rem;
}

.capability-list--compact {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-content: start;
}

@media (min-width: 520px) and (max-width: 767px) {
  .capability-list--compact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem 0.75rem;
  }
}

@media (min-width: 768px) {
  .manifesto__about-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: clamp(1rem, 2vw, 1.75rem);
  }

  .capability-list--compact {
    min-width: 0;
  }

  .manifesto__about-body .founders--inline {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: clamp(6.5rem, 10vw, 8.5rem);
    gap: clamp(0.75rem, 1.2vw, 1rem);
  }

  .manifesto__about-body .founders--inline .founder-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
}

.capability-list--compact li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: clamp(0.68rem, 1.05vw, 0.82rem);
  line-height: 1.45;
  min-height: 0;
  color: var(--grey-200);
}

.capability-list--compact strong {
  display: block;
  font-size: clamp(0.74rem, 1.1vw, 0.88rem);
  font-weight: 600;
  color: var(--grey-100);
  margin-bottom: 0;
}

.manifesto__about .capability-list li {
  padding: 0.35rem 0 0.35rem 0.55rem;
  border-left: 1px solid var(--line-strong);
  border-right: none;
}

.manifesto__about-cta {
  flex-shrink: 0;
  align-self: flex-end;
  font-size: 0.62rem;
  white-space: nowrap;
}

.manifesto__reel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  justify-self: stretch;
  width: 100%;
}

@media (min-width: 768px) {
  .manifesto__reel {
    height: 100%;
  }
}

.manifesto__reel-label {
  margin-bottom: 0.3rem;
  flex-shrink: 0;
}

.manifesto__video.media-frame--reel {
  flex: 1 1 auto;
  width: auto;
  min-height: 0;
  height: 100%;
  max-height: calc(100svh - var(--header-h) - 2.5rem);
  max-width: 100%;
  aspect-ratio: 9 / 16;
  margin-inline: auto;
}

.manifesto__video.media-frame--reel video {
  object-fit: contain;
  object-position: center center;
  background: var(--black);
}

.manifesto__video.media-frame--reel:fullscreen,
.manifesto__video.media-frame--reel:-webkit-full-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  background: #080808;
  border: none;
}

.manifesto__video.media-frame--reel:fullscreen video,
.manifesto__video.media-frame--reel:-webkit-full-screen video {
  position: relative;
  width: auto !important;
  height: auto !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #080808;
}

.manifesto__video.media-frame--reel video:fullscreen,
.manifesto__video.media-frame--reel video:-webkit-full-screen {
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  background: #080808;
}

@media (max-width: 767px) {
  .manifesto--bleed {
    min-height: 0;
    padding-top: clamp(0.75rem, 2vh, 1.25rem);
  }

  .manifesto__layout {
    min-height: 0;
    gap: clamp(1rem, 3vh, 1.5rem);
  }

  .manifesto__reel {
    align-items: center;
  }

  .manifesto__video.media-frame--reel {
    --reel-max-h: min(76svh, calc(100svh - var(--header-h) - 8rem));
    flex: 0 0 auto;
    width: min(calc(100vw - 2rem), calc(var(--reel-max-h) * 9 / 16));
    height: auto;
    max-width: calc(100vw - 2rem);
    max-height: var(--reel-max-h);
    aspect-ratio: 9 / 16;
    margin-inline: auto;
  }
}

#featured {
  position: relative;
  z-index: 1;
}

.section--tight { padding-block: var(--space-lg); }

.manifesto__kicker {
  display: block;
  margin-top: 0.45rem;
  font-size: clamp(0.85rem, 1.75vw, 1.45rem);
  letter-spacing: 0.14em;
}

@media (prefers-reduced-motion: reduce) {
  .manifesto__copy {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto;
  }
}

/* —— Featured grid (Titmouse work-first) —— */
.featured-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-card--reel {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .featured-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 0.5rem;
  }

  .featured-card:nth-child(1) { grid-column: span 6; }
  .featured-card:nth-child(2) { grid-column: span 6; }
  .featured-card:nth-child(3) { grid-column: span 12; }
}

.featured-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--black);
  border: 1px solid var(--line);
  overflow: hidden;
  min-height: 13rem;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.featured-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.featured-card--reel {
  min-height: 20rem;
}

.featured-card__media {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: var(--black);
}

.featured-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(128deg, rgba(8, 8, 8, 0.82) 0%, rgba(8, 8, 8, 0.45) 34%, transparent 58%),
    linear-gradient(to top, rgba(8, 8, 8, 0.9) 0%, rgba(8, 8, 8, 0.35) 42%, transparent 72%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.featured-card:hover .featured-card__media::after {
  opacity: 0.92;
}

.featured-card__media img {
  display: block;
  width: 100%;
  min-height: 13rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease, opacity 0.3s ease;
}

.featured-card--reel .featured-card__media img {
  min-height: 20rem;
}

@media (min-width: 1024px) {
  .featured-card--reel .featured-card__media img {
    min-height: 28rem;
  }

  .featured-card:not(.featured-card--reel) .featured-card__media img {
    min-height: 11rem;
  }
}

.featured-card:hover .featured-card__media img {
  transform: scale(1.04);
  opacity: 0.92;
}

.featured-card__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--ink);
  background: rgba(8, 8, 8, 0.25);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.featured-card--reel:hover .featured-card__play { opacity: 1; }

.featured-card__body {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 1.1rem 1.15rem 1.15rem;
  max-width: min(100%, 18rem);
}

.featured-card__title {
  font-family: var(--font-condensed);
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.15;
}

.featured-card--reel .featured-card__title {
  font-size: clamp(1.2rem, 3vw, 1.75rem);
}

.featured-card__client {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey-200);
  transition: color 0.2s ease;
}

.featured-card:hover .featured-card__client {
  color: #ffffff;
  text-shadow:
    -1.5px 0 0 var(--chroma-leak-r),
     1.5px 0 0 var(--chroma-leak-b);
}

.featured-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-top: var(--space-md);
  padding-top: var(--space-md);
  border-top: 1px solid var(--line);
}

.featured-cta .text-link { margin-top: 0; }

.text-link--more {
  font-family: var(--font-condensed);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* —— Sections —— */
.section {
  padding-block: var(--space-xl);
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}

.section--panel {
  background: var(--bg-panel);
  border-block: 1px solid var(--line);
}

.section-head { margin-bottom: var(--space-lg); }

.section-head--row {
  display: grid;
  gap: var(--space-md);
}

@media (min-width: 768px) {
  .section-head--row {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
}

.section-title {
  font-family: var(--font-condensed);
  font-size: clamp(2rem, 5.5vw, 3.1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.section-title--serif {
  font-family: var(--font-display);
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  line-height: 1.2;
}

.section-title small {
  display: block;
  margin-top: 0.45rem;
  font-family: var(--font-mono);
  font-size: 0.38em;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--beige);
}

.lede {
  font-size: 0.95rem;
  color: var(--ink-soft);
  max-width: 50ch;
}

.lede--center { margin-inline: auto; text-align: center; }
.lede--tight { max-width: 32ch; margin-left: auto; }

.studio-intro {
  display: grid;
  gap: var(--space-lg);
}

.founders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 2.5vw, 1.5rem);
  margin-bottom: var(--space-lg);
}

.founder-card {
  margin: 0;
}

.founder-card__photo {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-panel);
  border: 1px solid var(--line-strong);
}

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

.founder-card__photo--1 img {
  object-position: 52% 48%;
}

.founder-card__photo--2 img {
  object-position: 50% 38%;
}

.founder-card__placeholder {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--grey-400);
}

.founder-card__caption {
  padding-top: 0.65rem;
}

.founder-card__name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--grey-100);
}

.founder-card__role {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey-400);
}

@media (min-width: 768px) {
  .founders {
    max-width: 28rem;
    margin-inline: 0;
    margin-bottom: var(--space-md);
  }

  .studio-intro {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.footer-statement {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey-300);
}

.capability-list {
  display: grid;
  gap: 0.6rem;
  margin-top: var(--space-sm);
}

.capability-list li {
  list-style: none;
  padding-left: 0.85rem;
  border-left: 1px solid var(--line-strong);
  font-size: 0.88rem;
  color: var(--grey-200);
}

.capability-list strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.15rem;
}

.hire-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: var(--space-md);
  padding: var(--space-md);
  border: 1px solid var(--line);
}

.hire-cta p {
  flex: 1 1 14rem;
  font-size: 0.9rem;
  color: var(--grey-200);
}

.hire-cta a {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  background: #ffffff;
  border: 2px solid #ffffff;
  padding: 0.8rem 1.35rem;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  box-shadow: 0 0.35rem 1.25rem rgba(255, 255, 255, 0.15);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hire-cta a:hover {
  background: var(--beige);
  border-color: var(--beige);
  transform: translateY(-2px);
}

.media-frame {
  position: relative;
  overflow: hidden;
  background: var(--black);
  border: 1px solid var(--line);
}

.media-frame:not(.media-frame--reel) img,
.media-frame:not(.media-frame--reel) video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame--reel video {
  width: 100%;
  height: 100%;
}

.media-frame--reel {
  aspect-ratio: 9 / 16;
}

.media-frame--wide { aspect-ratio: 16 / 9; }
.media-frame--portrait { aspect-ratio: 9 / 16; }

.media-grid { display: grid; gap: var(--space-md); }
.media-grid--samples { grid-template-columns: 1fr; }

@media (min-width: 900px) {
  .media-grid--samples {
    grid-template-columns: 1.12fr 0.88fr;
    align-items: start;
  }

  .media-grid--samples .stack {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
  }
}

.project-block + .project-block {
  margin-top: var(--space-2xl);
  padding-top: var(--space-xl);
  border-top: 1px solid var(--line);
}

.project-block {
  scroll-margin-top: calc(var(--header-h) + 1rem);
  opacity: 1;
  transform: none;
}

.project-block.reveal {
  opacity: 1;
  transform: none;
}

.project-block .section-title--serif {
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

#projects .section-head {
  margin-bottom: var(--space-lg);
}

.gallery {
  display: grid;
  gap: 0.45rem;
  margin-top: var(--space-md);
}

.gallery--cols { grid-template-columns: 1fr; }

@media (min-width: 768px) {
  .gallery--cols { grid-template-columns: repeat(2, 1fr); }
}

.gallery__item {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  transition: border-color 0.25s ease;
}

.gallery--feature .gallery__item {
  aspect-ratio: 16 / 9;
}

.gallery__item:hover { border-color: var(--line-strong); }

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery__item:hover img { transform: scale(1.015); }

.gallery--feature .gallery__item:first-child { grid-column: 1 / -1; }

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: var(--space-md);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--beige);
  transition: color 0.2s ease;
}

.text-link:hover {
  color: #ffffff;
  text-shadow:
    -1.5px 0 0 var(--chroma-leak-r),
     1.5px 0 0 var(--chroma-leak-b);
}

.meta-value:hover {
  color: #ffffff;
  text-shadow:
    -1.5px 0 0 var(--chroma-leak-r),
     1.5px 0 0 var(--chroma-leak-b);
}

.meta-dash { display: none; }

.contact-cta {
  text-align: center;
  padding-block: clamp(5rem, 14vh, 8rem);
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(158, 212, 232, 0.07) 0%, transparent 70%),
    linear-gradient(180deg, var(--black) 0%, var(--bg-panel) 42%, var(--black) 100%);
  border-block: 1px solid var(--line-strong);
}

.contact-cta .wrap {
  max-width: min(40rem, calc(100% - 2rem));
}

.contact-cta__title {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 8vw, 3.75rem);
  letter-spacing: 0.04em;
}

.contact-cta__pitch {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  color: var(--grey-100);
  max-width: 32ch;
  margin-inline: auto;
  margin-bottom: 2.25rem;
  line-height: 1.5;
}

.contact-email {
  margin-top: 0;
  text-align: center;
}

.btn--contact {
  min-height: 4rem;
  padding-inline: clamp(2.25rem, 6vw, 3.5rem);
  font-size: clamp(0.72rem, 1.4vw, 0.88rem);
  letter-spacing: 0.2em;
  box-shadow:
    0 0.35rem 1.5rem rgba(255, 255, 255, 0.12),
    0 0 2.5rem rgba(158, 212, 232, 0.15);
}

.subscribe-form {
  display: grid;
  gap: 0.65rem;
  max-width: 20rem;
  margin-top: var(--space-md);
}

.subscribe-form--footer {
  margin-top: var(--space-sm);
  max-width: none;
}

.subscribe-form input {
  width: 100%;
  height: 2.65rem;
  padding-inline: 0.85rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-input);
  background: var(--bg-elevated);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}

.subscribe-form input::placeholder { color: var(--grey-400); }

.subscribe-form input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--accent-glow);
}

.subscribe-form button {
  height: 2.85rem;
  border-radius: var(--radius-pill);
  background: #ffffff;
  color: var(--black);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: var(--radius-pill);
  box-shadow: 0 0.35rem 1.25rem rgba(255, 255, 255, 0.12);
  transition: background 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}

.subscribe-form button:hover {
  background: var(--beige);
  border-color: var(--beige);
  transform: translateY(-2px);
}

.subscribe-form button:disabled {
  opacity: 0.5;
  cursor: default;
  transform: none;
}

.subscribe-form__status {
  min-height: 1.25rem;
  font-size: 0.8rem;
  color: var(--accent);
}

.field-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* —— Footer (Massive two-column) —— */
.site-footer {
  padding-block: var(--space-xl) var(--space-lg);
  border-top: 1px solid var(--line);
  background: var(--black);
}

.footer-grid {
  display: grid;
  gap: var(--space-lg);
}

@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--space-xl); }
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.footer-meta {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown);
}

.footer-links-row {
  display: grid;
  gap: var(--space-md);
}

.meta-value--icon {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.meta-value__icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  color: var(--grey-200);
}

.meta-value--icon:hover .meta-value__icon {
  color: #ffffff;
}

@media (min-width: 480px) {
  .footer-links-row { grid-template-columns: 1fr 1fr; }
}

.site-footer__copy {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey-400);
}

.reveal {
  opacity: 0;
  transform: translateY(0.75rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

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

@media (max-width: 768px) {
  .site-header {
    padding-block: 0.4rem;
  }

  .site-header.is-scrolled {
    padding-block: 0.3rem;
  }

  .site-nav {
    gap: 0.5rem clamp(0.85rem, 3.5vw, 1.25rem);
  }
}

@media (max-width: 767px) {
  .splash {
    --splash-brand-width: min(84vw, 21rem);
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .splash__media img {
    object-position: center 32%;
  }

  .splash__scrim::before {
    height: 22%;
    background: linear-gradient(
      to bottom,
      rgba(8, 8, 8, 0.96) 0%,
      rgba(8, 8, 8, 0.55) 55%,
      transparent 100%
    );
  }

  .splash__scrim::after {
    height: 52%;
    background: linear-gradient(
      to top,
      rgba(8, 8, 8, 0.98) 0%,
      rgba(8, 8, 8, 0.92) 28%,
      rgba(8, 8, 8, 0.72) 52%,
      rgba(8, 8, 8, 0.28) 78%,
      transparent 100%
    );
  }

  .splash__tag {
    display: none;
  }

  .splash__nav {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    z-index: 3;
    flex-shrink: 0;
    justify-content: center;
    width: 100%;
    padding:
      calc(clamp(0.85rem, 3.5vh, 1.65rem) + env(safe-area-inset-top, 0))
      clamp(1.25rem, 5vw, 2rem)
      clamp(0.5rem, 1.2vh, 0.75rem);
  }

  .splash__brand-panel {
    position: relative;
    z-index: 3;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 0;
    margin-top: 0;
    padding:
      clamp(0.35rem, 1vh, 0.65rem)
      clamp(1.25rem, 5vw, 2rem)
      calc(clamp(2rem, 5vh, 3rem) + env(safe-area-inset-bottom, 0));
    background: none;
  }

  .splash__logo {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: min(78vw, 20rem);
    margin: 0 0 clamp(0.75rem, 2vh, 1rem);
    flex-shrink: 0;
    z-index: 3;
  }

  .splash__logo-mark {
    object-position: center;
    margin-inline: auto;
  }

  .splash__hero-copy {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 21rem);
    max-width: none;
    margin-top: auto;
    margin-bottom: 0;
    padding: 0;
    padding-top: clamp(1rem, 3vh, 1.5rem);
    gap: clamp(0.85rem, 2.5vh, 1.15rem);
    text-align: center;
  }

  .splash__tagline {
    width: 100%;
    max-width: none;
    font-size: clamp(1.55rem, 6.8vw, 2.1rem);
    line-height: 1.12;
    text-align: center;
    text-wrap: pretty;
    color: var(--grey-100);
    text-shadow: none;
  }

  .splash__tagline br {
    display: block;
  }

  .btn--splash-reel {
    align-self: center;
    margin-top: 0;
  }

  .manifesto__about-body .founders--inline {
    justify-content: space-evenly;
    gap: clamp(0.75rem, 4vw, 1.5rem);
  }

  .manifesto__about-body .founders--inline .founder-card {
    flex: 1 1 0;
    max-width: none;
  }
}

@media (max-width: 480px) {
  .splash__tagline {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    max-width: 16ch;
  }
}
