@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/SpaceGrotesk.ttf") format("truetype");
  font-weight: 300 700;
  font-display: swap;
}

@media (max-width: 760px) {
  #projects .mobile-project-rail {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: none !important;
    justify-content: start;
  }

  #projects .mobile-project-card,
  #projects .mobile-project-card.project,
  #projects .mobile-project-card.mini-case {
    width: auto !important;
    max-width: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #projects .mobile-project-card:last-child {
    scroll-snap-align: end;
  }

  #projects .mobile-project-copy .mobile-project-description,
  #projects .mobile-project-card .mobile-project-description {
    display: -webkit-box !important;
    margin: 9px 0 0 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: rgba(255,255,255,.76);
    font-size: 11px !important;
    line-height: 1.42 !important;
  }

  #projects .mobile-project-card > .mobile-project-description {
    position: absolute;
    z-index: 4;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 13px 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 15px;
    background: rgba(8,7,11,.74);
    backdrop-filter: blur(14px);
  }
}

/* Contact actions: keep the destinations obvious on desktop and mobile. */
.contact-button {
  gap: 10px;
}

.contact-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: currentColor;
}

.phone-icon {
  width: 17px;
  height: 17px;
}

/* Keep the project rail inside the page viewport on touch devices. */
@media (max-width: 760px) {
  #projects .mobile-project-rail {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: min(72vw, 278px) !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 12px !important;
    padding: 2px 0 18px 0 !important;
    margin-right: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    touch-action: pan-x pan-y;
    scrollbar-width: none;
  }

  #projects .mobile-project-rail::-webkit-scrollbar { display: none; }
  #projects .mobile-project-card { min-width: 0 !important; }

  #projects .mobile-project-archive-card {
    height: 348px !important;
    min-height: 348px !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    background: #15111b !important;
  }

  #projects .mobile-project-archive-card .project-copy {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    padding: 17px !important;
    border-radius: 18px !important;
  }

  #projects .mobile-project-archive-card h3 {
    font-size: 23px !important;
  }
}

/* Compact contact actions: the icon stays at text size and the link keeps its content width. */
.contact-links .contact-button {
  width: fit-content !important;
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 10px 15px !important;
  gap: 8px !important;
  justify-content: flex-start !important;
  align-self: flex-start;
}

.contact-links .contact-icon {
  width: 1em !important;
  height: 1em !important;
  min-width: 1em !important;
  flex: 0 0 1em !important;
}

@media (max-width: 760px) {
  #projects .archive-label { display: none !important; }
}

@media (max-width: 760px) {
  .contact-links .contact-button {
    width: fit-content !important;
    max-width: 100%;
    min-height: 40px !important;
    padding: 9px 13px !important;
    font-size: 12px !important;
  }

  #projects .mobile-project-rail {
    contain: inline-size;
    overflow-anchor: none;
  }
}

/* Actual mobile containers used by the current page. */
@media (max-width: 760px) {
  #projects .mobile-project-originals {
    display: none !important;
  }

  #projects .mobile-project-rail {
    display: grid !important;
    grid-auto-columns: min(72vw, 278px);
    margin-top: 4px;
  }

  #projects .mobile-project-card {
    position: relative;
    width: auto !important;
    height: 348px !important;
    min-height: 348px !important;
    overflow: hidden;
    background: #15111b;
  }

  #projects .mobile-project-card.project,
  #projects .mobile-project-card.mini-case {
    flex: initial !important;
    scroll-snap-align: start;
  }

  #projects .mobile-project-card .project-copy,
  #projects .mobile-project-card .mini-case-copy {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    padding: 17px !important;
    border-radius: 18px !important;
  }

  #projects .mobile-project-card h3 {
    font-size: 23px !important;
  }

  #services .service-list {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: min(69vw, 260px);
    gap: 12px;
    padding: 2px 18px 14px 0;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    border: 0;
  }

  #services .service-list::-webkit-scrollbar {
    display: none;
  }

  #services .service {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px !important;
    min-height: 275px;
    padding: 21px !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 23px;
    background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(18,9,23,.76));
    scroll-snap-align: start;
  }

  #services .service-num {
    padding: 0 !important;
  }

  #services .service h3 {
    max-width: 9ch;
    font-size: 24px !important;
    line-height: 1.08 !important;
  }

  #services .service p {
    grid-column: auto !important;
    margin-top: auto !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  #casting .casting {
    gap: 10px !important;
  }

  #casting .casting-main {
    padding: 23px 21px !important;
    border-radius: 23px;
  }

  #casting .casting-main h2 {
    max-width: 10ch;
    margin: 12px 0 15px;
    font-size: 30px !important;
    line-height: 1.04 !important;
  }

  #casting .casting-main p {
    margin-bottom: 18px;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  #casting .casting-side {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  #casting .metric {
    min-height: 128px !important;
    padding: 17px !important;
    border-radius: 21px;
  }

  #casting .metric strong {
    font-size: 17px !important;
  }

  #casting .metric p {
    margin-top: 8px;
    font-size: 11px !important;
    line-height: 1.42 !important;
  }

  #prices.voice-pricing {
    padding-block: 54px;
  }

  #prices .voice-pricing-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #prices .voice-service-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 0;
  }

  #prices .voice-service-list > div {
    display: flex;
    min-height: 78px;
    gap: 9px;
    padding: 13px !important;
    align-items: flex-start;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 18px;
    background: rgba(255,255,255,.035);
  }

  #prices .voice-service-list span {
    font-size: 9px !important;
  }

  #prices .voice-service-list h3 {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  #prices .voice-estimate {
    padding: 22px !important;
    border-radius: 23px;
  }

  #prices .voice-estimate h3 {
    margin: 10px 0 12px;
    font-size: 25px !important;
  }

  #prices .voice-estimate p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  #prices .estimate-factors {
    gap: 6px;
  }

  #prices .estimate-factors span {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 10px;
  }

  #studio .studio-collage {
    height: 210px !important;
    min-height: 210px !important;
    grid-template-rows: minmax(0, 1.5fr) minmax(62px, .55fr);
  }

  #studio .collage-nav {
    bottom: 75px;
  }

  #studio .studio-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px !important;
  }

  #studio .info-card {
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }

  #studio .info-card h3 {
    margin-bottom: 8px;
    font-size: 16px !important;
    line-height: 1.15;
  }

  #studio .info-card p {
    font-size: 10px !important;
    line-height: 1.45 !important;
  }

  #studio .info-card .price {
    margin-top: 12px;
    font-size: 23px !important;
  }

  #studio .info-card:last-child {
    grid-column: 1 / -1;
    padding: 2px 5px !important;
  }
}

@font-face {
  font-family: "Future Bebas";
  src: url("fonts/BebasNeue-Cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Future Oswald";
  src: url("fonts/Oswald-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
}

:root {
  --bg: #120917;
  --ink: #ffffff;
  --muted: #c9bacf;
  --line: rgba(255, 255, 255, 0.14);
  --violet: #9d14ff;
  --violet2: #c858c6;
  --glass-fill: linear-gradient(135deg, rgba(255,255,255,.13), rgba(157,20,255,.08) 48%, rgba(200,88,198,.08));
  --glass-edge: rgba(255, 255, 255, 0.25);
}

html,
body,
button,
a,
.display,
h1,
h2,
h3,
.brand b,
.glass strong,
.metric strong,
.price,
.eyebrow,
.project-tag,
.deck-tabs button {
  font-family: "Space Grotesk", sans-serif;
}

body {
  background: #120917;
  color: #fff;
}

body::before {
  background:
    radial-gradient(circle at 6% 20%, rgba(157, 20, 255, .28), transparent 25%),
    radial-gradient(circle at 91% 38%, rgba(200, 88, 198, .2), transparent 30%),
    radial-gradient(circle at 55% 88%, rgba(135, 7, 7, .16), transparent 28%),
    #120917;
}

header.shell {
  background: linear-gradient(125deg, rgba(47, 24, 58, .78), rgba(18, 9, 23, .86));
  border-color: rgba(255, 255, 255, .22);
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 18px 60px rgba(0,0,0,.28);
}

.stage-photo {
  filter: saturate(.67) brightness(.64) hue-rotate(8deg);
}

.stage-shade {
  background:
    radial-gradient(circle at 82% 35%, rgba(157,20,255,.2), transparent 27%),
    linear-gradient(90deg, rgba(18,9,23,.97), rgba(18,9,23,.72) 38%, rgba(18,9,23,.2) 75%),
    linear-gradient(0deg, rgba(18,9,23,.95), transparent 55%);
}

.stage-copy h1 span,
.eyebrow,
.service:hover h3 {
  color: #c858c6;
}

.stage-copy h1 {
  font-weight: 500;
  letter-spacing: -.06em;
}

.button {
  background: #fff;
  color: #120917;
  border-color: rgba(255,255,255,.6);
}

.button.alt,
.navcta {
  color: #fff;
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(157,20,255,.08));
  border-color: rgba(255,255,255,.25);
}

.stage-dot,
.pulse,
.object-light {
  background: #9d14ff;
  box-shadow: 0 0 18px rgba(157,20,255,.95);
}

.sound-object .object-front,
.deck-card[data-depth="0"] {
  background:
    radial-gradient(circle at 80% 10%, rgba(200,88,198,.38), transparent 34%),
    linear-gradient(145deg, rgba(157,20,255,.34), rgba(18,9,23,.78) 58%, rgba(135,7,7,.18));
  border-color: rgba(255,255,255,.32);
  box-shadow: inset 0 1px rgba(255,255,255,.25), 0 35px 90px rgba(66,0,94,.48);
}

.deck-card[data-depth="1"] {
  background: linear-gradient(140deg, rgba(200,88,198,.43), rgba(18,9,23,.9));
}

.deck-card[data-depth="2"] {
  background: linear-gradient(140deg, rgba(135,7,7,.38), rgba(18,9,23,.94));
}

.service-deck .deck-tabs,
.object-tag {
  background: linear-gradient(135deg, rgba(45,20,55,.88), rgba(18,9,23,.94));
}

.deck-tab-indicator {
  background: linear-gradient(145deg, rgba(157,20,255,.88), rgba(200,88,198,.5));
  border-color: rgba(255,255,255,.35);
  box-shadow: 0 0 25px rgba(157,20,255,.38), inset 0 1px rgba(255,255,255,.22);
}

.wave-fill {
  color: #9d14ff;
  filter: drop-shadow(0 0 7px rgba(157,20,255,.95));
}

.stage-signal i,
.deck-card li::before {
  background: #c858c6;
}

.trust {
  background: rgba(18,9,23,.86);
}

.project-copy,
.voice-estimate,
.casting-main,
.metric,
.info-card:not(:last-child),
.contact {
  background:
    radial-gradient(circle at 100% 0%, rgba(157,20,255,.14), transparent 45%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(18,9,23,.84));
  border-color: rgba(255,255,255,.2);
}

.project-copy {
  box-shadow: inset 0 1px rgba(255,255,255,.12), 0 14px 35px rgba(0,0,0,.24);
}

.project-tag,
.estimate-factors span,
.wave-percent {
  color: #dca5db;
}

.mini-case {
  background:
    radial-gradient(circle at 0 0, rgba(157,20,255,.18), transparent 65%),
    #170d1d;
}

.voice-service-list > div > span {
  color: #c858c6;
}

.estimate-factors span {
  background: rgba(157,20,255,.1);
  border-color: rgba(200,88,198,.22);
}

::selection {
  background: #9d14ff;
  color: white;
}
/* Palette preview: keep the canvas genuinely black; colour lives in accents. */
html,
body {
  background-color: #050506 !important;
}

body {
  background-image:
    radial-gradient(circle at 8% 48%, rgba(157, 20, 255, 0.08), transparent 30rem),
    radial-gradient(circle at 92% 76%, rgba(200, 88, 198, 0.045), transparent 25rem) !important;
}

/* The opening frame stays neutral; palette accents begin below the hero. */
.hero::before {
  background: linear-gradient(
    90deg,
    rgba(5, 5, 6, 0.97) 0%,
    rgba(5, 5, 6, 0.88) 38%,
    rgba(5, 5, 6, 0.34) 70%,
    rgba(5, 5, 6, 0.60) 100%
  ) !important;
}

.hero::after {
  background: none !important;
}

.hero .service-deck,
.hero .service-card,
.hero .service-tabs,
.hero .service-tab {
  background-color: rgba(10, 10, 12, 0.72) !important;
  background-image: none !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: none !important;
}

.hero .service-tab[aria-selected="true"] {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}

.hero-stage {
  background: #050506 !important;
}

.hero-stage .stage-photo {
  filter: grayscale(0.48) saturate(0.45) brightness(0.68) contrast(1.08) !important;
}

.hero-stage .stage-shade {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.96), rgba(5, 5, 6, 0.58) 52%, rgba(5, 5, 6, 0.22)),
    linear-gradient(0deg, rgba(5, 5, 6, 0.92), transparent 62%) !important;
}

.hero-stage .stage-copy h1 span,
.hero-stage .stage-copy .eyebrow {
  color: #ffffff !important;
}

.hero-stage .deck-card,
.hero-stage .deck-card[data-depth="0"],
.hero-stage .deck-card[data-depth="1"],
.hero-stage .deck-card[data-depth="2"] {
  background: linear-gradient(145deg, rgba(34, 34, 38, 0.92), rgba(9, 9, 11, 0.90)) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.10), 0 24px 64px rgba(0, 0, 0, 0.36) !important;
}

.hero-stage .service-deck .deck-tabs {
  background: rgba(10, 10, 12, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.hero-stage .deck-tab-indicator {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.06)) !important;
  border-color: rgba(255, 255, 255, 0.17) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12) !important;
}

.hero-stage .deck-card li::before,
.hero-stage .stage-location::before {
  background: rgba(255, 255, 255, 0.72) !important;
}

/* No palette tint on the navigation or opening scene. */
header.shell,
.hero-stage {
  filter: none !important;
}

.hero-stage .stage-photo {
  filter: saturate(0.78) brightness(0.70) contrast(1.06) !important;
}

/* Header: retain only a restrained trace of the palette. */
header.shell {
  background: linear-gradient(135deg, rgba(22, 17, 25, 0.91), rgba(8, 8, 10, 0.94)) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.07) !important;
}

header.shell .navlinks a {
  color: rgba(255, 255, 255, 0.68) !important;
}

header.shell .navcta {
  background: rgba(255, 255, 255, 0.045) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: none !important;
}

/* Brand rail: nearly colourless so the logos, not the palette, lead. */
.hero-stage + *,
.trust-strip,
.trust-rail,
.brand-rail,
.logo-rail {
  background-color: #070708 !important;
  background-image: none !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.hero-stage + * .badge,
.trust-strip .badge,
.trust-rail .badge,
.brand-rail .badge,
.logo-rail .badge {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.hero-stage + * img,
.trust-strip img,
.trust-rail img,
.brand-rail img,
.logo-rail img {
  filter: grayscale(1) !important;
  opacity: 0.76 !important;
}

/* Blurred photographic depth for commercial cards. */
.casting-main,
.metric,
.voice-estimate,
.studio-info .info-card:not(:last-child),
.contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #09080b !important;
}

.casting-main::before,
.metric::before,
.voice-estimate::before,
.studio-info .info-card:not(:last-child)::before,
.contact::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(20px) saturate(0.76) brightness(0.53);
  opacity: 0.63;
  transform: scale(1.08);
  pointer-events: none;
}

.casting-main::after,
.metric::after,
.voice-estimate::after,
.studio-info .info-card:not(:last-child)::after,
.contact::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(125deg, rgba(5, 5, 6, 0.83), rgba(9, 6, 12, 0.66) 58%, rgba(18, 9, 23, 0.77));
  pointer-events: none;
}

.casting-main::before,
.metric:nth-child(2)::before,
.studio-info .info-card:first-child::before,
.contact::before {
  background-image: url("assets/studio-hero-purple.png");
}

.metric:first-child::before,
.voice-estimate::before,
.studio-info .info-card:nth-child(2)::before {
  background-image: url("assets/studio-microphone-enhanced.png");
}

.metric:first-child::before {
  background-position: 52% 42%;
}

.metric:nth-child(2)::before {
  background-position: 50% 72%;
}

.voice-estimate::before {
  background-position: 50% 35%;
}

.studio-info .info-card:first-child::before {
  background-position: 50% 56%;
}

.studio-info .info-card:nth-child(2)::before {
  background-position: 50% 46%;
}

.contact::before {
  background-position: 50% 58%;
  filter: blur(24px) saturate(0.72) brightness(0.50);
  opacity: 0.60;
}

.stage-copy h1,
.stage-copy h1 span {
  font-family: "Future Oswald", "Space Grotesk", sans-serif !important;
  font-weight: 600 !important;
  line-height: 0.96 !important;
  letter-spacing: 0.006em !important;
}

.hero-stage .deck-card,
.hero-stage .deck-card[data-depth="0"],
.hero-stage .deck-card[data-depth="1"],
.hero-stage .deck-card[data-depth="2"] {
  background: linear-gradient(145deg, rgba(31, 23, 35, 0.94), rgba(10, 9, 12, 0.92)) !important;
  border-color: rgba(210, 182, 222, 0.17) !important;
}

.hero-stage .service-deck .deck-tabs {
  background: linear-gradient(135deg, rgba(24, 18, 28, 0.92), rgba(8, 8, 10, 0.94)) !important;
  border-color: rgba(210, 182, 222, 0.15) !important;
}

.studio-shot img {
  filter: brightness(0.95);
}

@media (min-width: 801px) {
  .studio-shot {
    min-height: 440px !important;
  }
}

/* Mobile app-like navigation and touch-first layout. */
.mobile-dock {
  display: none;
}

/* Dynamic studio collage. */
.studio-collage {
  position: relative;
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(150px, .75fr);
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  isolation: isolate;
}

.collage-frame {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: #08070b;
  box-shadow: inset 0 1px rgba(255,255,255,.06);
}

.collage-main {
  grid-row: 1 / 3;
  border-radius: 28px;
}

.collage-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,4,6,.03), rgba(5,4,7,.30));
  pointer-events: none;
}

.collage-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.83) saturate(.88) contrast(1.03);
  transition: opacity .36s ease, transform 1.1s cubic-bezier(.22,.8,.25,1);
}

.collage-frame:nth-child(2) img {
  object-position: 56% center;
}

.collage-frame:nth-child(3) img {
  object-position: 48% center;
}

.studio-collage:hover .collage-frame img {
  transform: scale(1.025);
}

.studio-collage.is-switching .collage-frame img {
  opacity: .18;
}

.collage-nav {
  position: absolute;
  z-index: 4;
  left: 16px;
  bottom: 16px;
  display: flex;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(8,7,10,.66);
  box-shadow: 0 10px 24px rgba(0,0,0,.30), inset 0 1px rgba(255,255,255,.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.collage-nav button {
  appearance: none;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.34);
  cursor: pointer;
  transition: width .3s ease, background .3s ease;
}

.collage-nav button.is-active {
  width: 24px;
  background: #c858c6;
}

.collage-nav button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 88px;
    scroll-padding-bottom: 104px;
  }

  body {
    padding-bottom: 92px;
    overflow-x: hidden;
  }

  .shell {
    width: calc(100% - 32px) !important;
  }

  header.shell {
    top: 8px !important;
    width: calc(100% - 20px) !important;
    border-radius: 18px !important;
  }

  header nav {
    height: 58px !important;
    padding-inline: 12px !important;
  }

  header .brand {
    gap: 8px !important;
  }

  header .brand img {
    width: 27px !important;
    height: 27px !important;
  }

  header .brand b {
    font-size: 12px !important;
  }

  header .navlinks {
    display: none !important;
  }

  header .navcta {
    min-height: 38px !important;
    padding: 9px 12px !important;
    font-size: 9px !important;
  }

  .mobile-dock {
    position: fixed;
    z-index: 90;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    min-height: 68px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(24, 18, 28, 0.92), rgba(7, 7, 9, 0.95));
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.58), inset 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(22px) saturate(1.15);
    -webkit-backdrop-filter: blur(22px) saturate(1.15);
  }

  .mobile-dock a {
    min-width: 0;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.60);
    font: 500 9px/1 "Space Grotesk", sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-dock a:active,
  .mobile-dock a:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
  }

  .mobile-dock .dock-contact {
    color: #fff;
    background: linear-gradient(145deg, rgba(157, 20, 255, 0.64), rgba(200, 88, 198, 0.34));
  }

  .mobile-dock svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-dock a:first-child svg path {
    fill: currentColor;
    stroke: none;
  }

  .hero-stage {
    margin-top: -78px !important;
    padding-top: 78px !important;
    min-height: auto !important;
  }

  .stage-inner {
    min-height: auto !important;
    padding: 58px 0 34px !important;
  }

  .stage-photo {
    object-position: 52% center !important;
    opacity: 0.80;
  }

  .stage-shade {
    background: linear-gradient(180deg, rgba(5,5,6,.48), rgba(5,5,6,.86) 54%, #050506 92%) !important;
  }

  .stage-copy {
    max-width: 100% !important;
  }

  .stage-copy h1 {
    max-width: 360px;
    margin: 20px 0 22px !important;
    font-size: clamp(50px, 14vw, 68px) !important;
    line-height: 0.94 !important;
  }

  .stage-copy .lead {
    max-width: 330px;
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  .stage-copy .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px !important;
    margin-top: 24px !important;
  }

  .stage-copy .hero-actions .button {
    width: 100%;
    min-height: 48px;
    padding-inline: 10px;
  }

  .service-deck {
    width: min(280px, calc(100vw - 66px)) !important;
    height: 316px !important;
    margin: 46px auto 48px !important;
  }

  .deck-card {
    height: 316px !important;
    padding: 21px !important;
  }

  .service-deck .deck-tabs {
    width: calc(100% - 4px) !important;
    right: 2px !important;
  }

  .stage-bottom {
    margin-top: 18px !important;
    gap: 16px !important;
  }

  .stage-bottom > :last-child {
    display: none;
  }

  .scroll-wave {
    display: none !important;
  }

  section {
    padding-block: 54px !important;
  }

  .section-head {
    margin-bottom: 26px !important;
    gap: 14px !important;
  }

  .section-head h2 {
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1.08 !important;
  }

  .section-head p {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  .projects {
    width: calc(100vw - 16px);
    margin-left: 0;
    padding: 0 16px 12px 0;
    display: flex !important;
    gap: 14px !important;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .projects::-webkit-scrollbar,
  .project-archive::-webkit-scrollbar {
    display: none;
  }

  .project,
  .project:first-child {
    flex: 0 0 calc(100vw - 52px);
    min-height: 470px !important;
    grid-column: auto !important;
    grid-row: auto !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .project-copy,
  .project:first-child .project-copy {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    padding: 19px !important;
    border-radius: 20px !important;
  }

  .project-copy h3,
  .project:first-child h3 {
    font-size: 26px !important;
  }

  .archive-label {
    margin-top: 28px !important;
  }

  .project-archive {
    width: calc(100vw - 16px);
    padding: 0 16px 10px 0;
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mini-case {
    flex: 0 0 164px;
    min-height: 190px;
    scroll-snap-align: start;
  }

  .service-list {
    display: grid;
    gap: 12px;
  }

  .service {
    grid-template-columns: 27px 1fr !important;
    gap: 10px !important;
    padding: 22px !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 22px;
    background: rgba(255,255,255,.025);
  }

  .service p {
    grid-column: 2 !important;
  }

  .casting {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .casting-main {
    padding: 28px 24px !important;
  }

  .casting-main h2 {
    font-size: 35px !important;
  }

  .casting-side {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .metric {
    min-height: 154px;
    padding: 24px !important;
  }

  .voice-pricing-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .voice-service-list > div {
    min-height: 62px;
  }

  .voice-estimate {
    padding: 26px 22px !important;
    border-radius: 24px !important;
  }

  .estimate-factors span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
  }

  .studio-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .studio-collage {
    min-height: 410px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 2fr) minmax(108px, .82fr);
    gap: 8px;
  }

  .collage-main {
    grid-column: 1 / 3;
    grid-row: 1;
    border-radius: 24px;
  }

  .collage-frame:not(.collage-main) {
    border-radius: 18px;
  }

  .collage-nav {
    left: 12px;
    bottom: 126px;
  }

  .studio-shot {
    min-height: 330px !important;
    border-radius: 24px !important;
  }

  .studio-shot img {
    object-position: 50% 47%;
  }

  .studio-info {
    gap: 12px !important;
  }

  .info-card {
    padding: 24px 22px !important;
    border-radius: 22px !important;
  }

  .price {
    font-size: 32px !important;
  }

  .contact {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 30px 24px !important;
    border-radius: 26px !important;
  }

  .contact h2 {
    font-size: 48px !important;
  }

  .contact-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .contact-links .button {
    width: 100%;
    min-height: 50px;
  }

  footer.shell {
    padding-bottom: 24px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collage-frame img,
  .collage-nav button {
    transition: none !important;
  }
}

/* Compact app-like composition for phones. */
.mobile-project-rail { display: none; }

@media (max-width: 760px) {
  #projects, #services, #casting, #studio, #prices {
    padding-block: 64px;
  }

  #projects h2, #services h2, #casting h2, #studio h2, #prices h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: .96;
  }

  #projects .mobile-project-source { display: none !important; }

  .mobile-project-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(72vw, 280px);
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 2px 0 18px;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 0;
    overscroll-behavior-x: none;
    scrollbar-width: none;
  }

  .mobile-project-rail::-webkit-scrollbar { display: none; }

  .mobile-project-card {
    display: flex !important;
    height: 330px !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    border-radius: 24px !important;
    scroll-snap-align: start;
  }

  .mobile-project-card img,
  .mobile-project-card picture,
  .mobile-project-card .project-media,
  .mobile-project-card .project-image {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover;
  }

  .mobile-project-card h3 { font-size: 1.45rem !important; line-height: 1 !important; }
  .mobile-project-card .project-copy {
    height: 220px !important;
    min-height: 220px !important;
    box-sizing: border-box;
  }
  .mobile-project-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: .82rem !important;
    line-height: 1.35 !important;
  }

  #services .services-grid,
  #services .service-grid,
  #services .cards-grid {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: min(68vw, 250px);
    grid-template-columns: none !important;
    gap: 12px !important;
    padding-bottom: 14px;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  #services .service-card,
  #services .hero-service-card {
    min-height: 300px !important;
    padding: 22px !important;
    border-radius: 24px !important;
    scroll-snap-align: start;
  }

  #services .service-card h3,
  #services .hero-service-card h3 { font-size: 1.55rem !important; line-height: 1.02 !important; }
  #services .service-card p,
  #services .hero-service-card p { font-size: .86rem !important; line-height: 1.42 !important; }

  #casting .casting-grid,
  #casting .casting-layout,
  #casting .cards-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  #casting .casting-card,
  #casting .glass-card {
    min-height: 0 !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  #casting .casting-card:first-child,
  #casting .glass-card:first-child { grid-column: 1 / -1; }
  #casting .casting-card h3,
  #casting .glass-card h3 { font-size: 1.1rem !important; line-height: 1.08 !important; }
  #casting .casting-card:first-child h3,
  #casting .glass-card:first-child h3 { max-width: 11ch; font-size: 2rem !important; }
  #casting .casting-card p,
  #casting .glass-card p { font-size: .78rem !important; line-height: 1.35 !important; }

  #studio .studio-layout,
  #studio .studio-grid,
  #studio .studio-content { gap: 12px !important; }

  #studio .studio-gallery,
  #studio .studio-collage,
  #studio .collage,
  #studio .studio-media {
    height: 220px !important;
    min-height: 0 !important;
    border-radius: 24px !important;
  }

  #studio .studio-card,
  #studio .price-card,
  #prices .price-card,
  #prices .estimate-card,
  #prices .glass-card {
    min-height: 0 !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  #studio .studio-card h3,
  #studio .price-card h3,
  #prices .price-card h3,
  #prices .estimate-card h3 { margin-bottom: 8px !important; font-size: 1.1rem !important; }

  #studio .studio-card p,
  #studio .price-card p,
  #prices .price-card p,
  #prices .estimate-card p,
  #prices li { margin-bottom: 12px !important; font-size: .79rem !important; line-height: 1.36 !important; }

  #studio .price,
  #studio .studio-price { font-size: 1.75rem !important; }
}
