:root {
  --ink: #0b0713;
  --ink-soft: #17091d;
  --purple: #5c1e70;
  --purple-light: #8f3eb3;
  --cream: #fff1c8;
  --orange: #ff8218;
  --blue: #3f7dff;
  --pink: #e845ec;
  --white: #fffdfa;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
img, video { max-width: 100%; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}
main, section, .shell { min-width: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 86px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
  text-transform: uppercase;
}
.button {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.hero {
  min-height: 740px;
  position: relative;
  display: grid;
  align-items: center;
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at 75% 15%, rgba(107, 28, 108, 0.34), transparent 25%),
    linear-gradient(145deg, #24102c 0%, #15091c 48%, #0c0813 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 100px;
  background: linear-gradient(90deg, transparent, rgba(112, 39, 138, 0.22), transparent);
}
.hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -210px;
  right: -150px;
  border-radius: 50%;
  background: rgba(108, 44, 127, .18);
  filter: blur(70px);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}
.hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--cream);
  font-size: clamp(3.1rem, 5.7vw, 6.1rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
}
.hero h1 span { color: var(--white); }
.hero-text {
  max-width: 630px;
  margin-bottom: 30px;
  color: #ded4e1;
  font-size: 1.03rem;
  line-height: 1.7;
}
.button-stack { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-width: 220px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 0;
  border-radius: 999px;
  color: white;
  font-size: 0.74rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}
.button:hover, .button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  outline: none;
}
.button-orange { background: linear-gradient(90deg, #ff6c0a, #ff9d27); }
.button-blue { background: linear-gradient(90deg, #3975f3, #5790ff); }
.button-pink { background: linear-gradient(90deg, #bb27dd, #f04bdb); }
.phone-frame {
  position: relative;
  width: min(300px, 100%);
  aspect-ratio: 9 / 16;
  justify-self: center;
  padding: 8px;
  border: 1px solid rgba(255, 210, 145, .84);
  border-radius: 32px;
  background: linear-gradient(145deg, #e6bb7a, #9f6e39);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(255,255,255,.28);
  cursor: pointer;
}
.phone-frame-video { cursor: default; }
.phone-screen {
  position: absolute;
  inset: 8px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  overflow: hidden;
}
.showreel-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: inherit;
  background: #050407;
  object-fit: cover;
  object-position: center;
}
.media-art {
  background:
    linear-gradient(180deg, transparent 0 45%, rgba(12, 15, 25, 0.65) 100%),
    linear-gradient(135deg, #8aaeb7, #dce7e1 48%, #657a88 49%, #162334);
}
.media-art.has-cover {
  background-position: center;
  background-size: cover;
}
.media-art.has-cover::before { display: none; }
.media-art::before {
  content: "";
  position: absolute;
  width: 74%;
  height: 56%;
  left: 13%;
  bottom: 14%;
  background:
    linear-gradient(90deg, transparent 9%, rgba(255,255,255,.82) 10% 18%, transparent 19% 25%, rgba(255,255,255,.82) 26% 34%, transparent 35% 65%, rgba(255,255,255,.75) 66% 74%, transparent 75%),
    linear-gradient(120deg, transparent 0 18%, #2f3f50 19% 26%, #cbd8d8 27% 75%, #263749 76%);
  clip-path: polygon(0 100%, 5% 45%, 15% 45%, 20% 25%, 28% 45%, 45% 45%, 50% 0, 56% 45%, 100% 45%, 100% 100%);
  opacity: 0.82;
}
.media-label {
  position: absolute;
  left: 18px;
  bottom: 20px;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.phone-speaker {
  position: absolute;
  width: 30%;
  height: 5px;
  left: 35%;
  top: 16px;
  z-index: 4;
  border-radius: 6px;
  background: rgba(0,0,0,.55);
}
.play-icon {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
  filter: drop-shadow(0 3px 10px rgba(0,0,0,.45));
}
.services {
  position: relative;
  background:
    linear-gradient(rgba(59, 17, 70, 0.88), rgba(48, 13, 60, 0.94)),
    radial-gradient(circle at 20% 80%, #9340af, transparent 35%);
  overflow: hidden;
}
.services h2, .portfolio > .shell > h2 {
  text-align: center;
  font-size: clamp(2rem, 3.2vw, 3rem);
  letter-spacing: -0.025em;
}
.services-art {
  position: absolute;
  inset: 25% auto auto -5%;
  color: rgba(255,255,255,.025);
  font-family: "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 13rem;
  transform: rotate(-14deg);
  pointer-events: none;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.service-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(76, 27, 89, .78), rgba(42, 13, 51, .72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 45px rgba(0,0,0,.16);
}
.service-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 130, 24, .8);
  border-radius: 11px;
  color: var(--orange);
  font-weight: 900;
}
.service-card h3 { margin-bottom: 8px; font-size: 0.9rem; letter-spacing: .015em; }
.service-card p { margin-bottom: 0; color: #e2d4e5; font-size: 0.86rem; line-height: 1.55; }
.clients {
  padding-top: 0;
  background: linear-gradient(180deg, #0b132a 0%, #060a17 100%);
}
.section-band {
  padding: 13px 20px;
  background: linear-gradient(90deg, #164273, #2958a2, #164273);
  text-align: center;
}
.section-band h2 { margin: 0; font-size: 1.3rem; letter-spacing: .015em; }
.clients-content { padding-top: 58px; }
.auto-marquee {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  touch-action: pan-y;
  outline: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.auto-marquee-track {
  display: flex;
  width: max-content;
  animation: portfolio-flow var(--marquee-duration, 54s) linear infinite;
  will-change: transform;
}
.auto-marquee-group {
  display: flex;
  align-items: stretch;
}
.auto-marquee:hover .auto-marquee-track,
.auto-marquee:focus-visible .auto-marquee-track,
.auto-marquee:focus-within .auto-marquee-track,
.auto-marquee.is-paused .auto-marquee-track,
.auto-marquee.is-navigating .auto-marquee-track,
.auto-marquee.is-offscreen .auto-marquee-track,
.auto-marquee.has-playing-media .auto-marquee-track {
  animation-play-state: paused;
}
.marquee-arrow {
  position: absolute;
  top: 50%;
  z-index: 12;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  background: rgba(12, 8, 22, .78);
  color: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(.92);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
  cursor: pointer;
}
.marquee-arrow span {
  display: block;
  margin-top: -3px;
  font: 400 2.25rem/1 Arial, sans-serif;
}
.marquee-arrow-prev { left: clamp(24px, 8%, 72px); }
.marquee-arrow-next { right: clamp(24px, 8%, 72px); }
.auto-marquee:hover .marquee-arrow,
.auto-marquee:focus-within .marquee-arrow {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}
.marquee-arrow:hover,
.marquee-arrow:focus-visible {
  background: rgba(47, 95, 220, .94);
  outline: 2px solid rgba(255, 255, 255, .92);
  outline-offset: 3px;
}
.marquee-arrow:active { transform: translateY(-50%) scale(.94); }
@keyframes portfolio-flow {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
.client-marquee {
  max-width: 1080px;
  padding: 18px 0 30px;
}
.client-group { gap: 16px; padding-right: 16px; }
.media-card {
  position: relative;
  isolation: isolate;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  background: #171323;
  color: white;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 40px rgba(0,0,0,.28);
}
.client-card {
  flex: 0 0 220px;
  aspect-ratio: 2 / 3;
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(154,170,209,.56), rgba(35,43,68,.62));
}
.media-card-file {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
}
.client-card .media-card-file { object-fit: cover; }
.media-card-placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.86);
  font-size: 3.1rem;
  font-weight: 800;
  letter-spacing: .06em;
}
.media-card-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 28%, rgba(17, 8, 26, .08) 45%, rgba(19, 7, 28, .74) 70%, rgba(14, 5, 22, .96) 100%);
  pointer-events: none;
  transition: opacity 220ms ease;
}
.media-card-copy {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 3;
  display: block;
  text-align: center;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}
.media-card-copy strong,
.media-card-copy small { display: block; }
.media-card-copy strong {
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.media-card-copy small {
  margin-top: 7px;
  color: #dfc8e6;
  font-size: .67rem;
  line-height: 1.4;
}
.media-card-play,
.media-card-external-play {
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(9, 5, 14, .18);
  color: white;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}
.media-card-play:hover,
.media-card-play:focus-visible { background: rgba(9, 5, 14, .44); outline: 2px solid rgba(255,255,255,.82); outline-offset: 3px; }
.media-card-play .play-icon,
.media-card-external-play .play-icon {
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 22px;
  transform: translateX(2px);
}
.media-card-link { position: absolute; inset: 0; z-index: 5; }
.media-card.is-playing .media-card-shade,
.media-card.is-playing .media-card-copy,
.media-card.is-playing .media-card-play {
  opacity: 0;
  pointer-events: none;
}
.media-card.is-playing .media-card-copy { transform: translateY(10px); }
.media-card video { background: #06050a; object-fit: contain; }
.avatar-1 { background: linear-gradient(145deg, #a28489, #321d38); }
.avatar-2 { background: linear-gradient(145deg, #8aaab4, #273246); }
.avatar-3 { background: linear-gradient(145deg, #8b7bac, #2b2343); }
.result-copy { margin: 20px auto 42px; text-align: center; text-transform: uppercase; }
.result-copy strong, .result-copy span { display: block; }
.result-copy strong { color: var(--orange); font-weight: 800; letter-spacing: .015em; }
.result-copy span { font-size: .82rem; font-weight: 800; }
.contact-panel {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 26px 34px;
  border: 1px solid rgba(118, 164, 255, .45);
  border-radius: 18px;
  background: linear-gradient(110deg, #20396c, #4b68a1 45%, #263e73);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 24px 50px rgba(0,0,0,.22);
  text-align: center;
}
.contact-panel p { margin-bottom: 14px; font-weight: 800; letter-spacing: .012em; text-transform: uppercase; }
.contact-panel p strong { color: var(--orange); }
.contact-panel small { display: block; margin-top: 7px; font-size: .75rem; font-weight: 400; line-height: 1.5; text-transform: none; }
.contact-panel .button { min-height: 38px; }
.laptop {
  position: absolute;
  top: 54%;
  display: grid;
  width: 120px;
  height: 74px;
  place-items: center;
  border: 6px solid #1f2734;
  border-bottom-width: 10px;
  background: linear-gradient(135deg, #85621b, #141a22);
  color: #ffc12e;
  font-size: 1.5rem;
  transform: translateY(-50%) rotate(-14deg);
  box-shadow: 0 15px 28px rgba(0,0,0,.36);
}
.laptop-left { left: -95px; }
.laptop-right { right: -95px; transform: translateY(-50%) rotate(14deg); }
.portfolio {
  background:
    radial-gradient(circle at 0 25%, rgba(102, 29, 115, .28), transparent 30%),
    linear-gradient(180deg, #190a1d, #120916);
}
.portfolio > .shell > h2 span { display: block; color: var(--blue); }
.project-groups { display: grid; gap: 28px; margin-top: 42px; }
.project-group {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 25px 55px rgba(0,0,0,.16);
}
.tone-purple { background: linear-gradient(135deg, #592468, #2e1738); }
.tone-blue { background: linear-gradient(135deg, #33498e, #1e315f); }
.tone-sand { background: linear-gradient(135deg, #a19280, #675d53); }
.project-group h3 { margin-bottom: 18px; text-align: center; font-size: 1rem; letter-spacing: .035em; }
.project-marquee {
  margin-inline: -10px;
  padding: 6px 10px 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.project-card-group { gap: 14px; padding-right: 14px; }
.project-card {
  flex: 0 0 220px;
  aspect-ratio: 9 / 16;
  border-radius: 24px;
  background: linear-gradient(145deg, #d7d7cf, #91a3ae 45%, #504c66 46%, #171526);
  transition: transform 180ms ease, filter 180ms ease;
}
.project-card:hover { filter: brightness(1.05); transform: translateY(-3px); }
.project-card .media-card-file { object-fit: cover; }
.project-card video.media-card-file { object-fit: contain; }
.project-card .media-card-copy { right: 20px; bottom: 24px; left: 20px; }
.project-card .media-card-copy strong { font-size: .86rem; }
.project-card .media-card-copy small { font-size: .7rem; }
.about { background: linear-gradient(135deg, #361543, #5b236a 55%, #30143b); }
.about-grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  align-items: center;
  gap: 52px;
  max-width: 900px;
}
.portrait-placeholder {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 270px;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 4 / 5;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 151, 55, .88);
  border-radius: 28px;
  background: linear-gradient(145deg, #89959a, #2a2730 68%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 22px 50px rgba(0,0,0,.28);
}
.portrait-placeholder span { font-size: 5.7rem; font-weight: 800; line-height: 1; }
.portrait-placeholder.has-photo { overflow: hidden; }
.portrait-placeholder.has-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.portrait-placeholder small {
  margin-top: 18px;
  color: var(--cream);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.about h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.035em; }
.about p:not(.eyebrow) { color: #f1e8f1; font-size: .98rem; line-height: 1.7; }
.testimonials { padding: 24px 0; background: linear-gradient(90deg, #6a2a83, #943dac, #6a2a83); }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.testimonial-card {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 15px;
  background: white;
  color: #24172a;
  text-align: center;
  box-shadow: 0 12px 28px rgba(45, 10, 53, .18);
}
.testimonial-avatar {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  place-items: center;
  border-radius: 50%;
  background: #c4c4c4;
  color: #c4c4c4;
  overflow: hidden;
}
.testimonial-avatar img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial-card h3 { margin-bottom: 8px; font-size: .68rem; }
.testimonial-card p { margin: 0; color: #675b69; font-size: .65rem; line-height: 1.45; }
.final-cta {
  min-height: 470px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #1a091d, #0b070e);
  text-align: center;
}
.final-cta h2 {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.final-buttons { justify-content: center; }
.footer-note { margin: 70px 0 0; color: #756b79; font-size: .68rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.reveal { animation: rise-in .75s both ease-out; }
.delay-1 { animation-delay: .15s; }
@keyframes rise-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {
  .hero { min-height: auto; padding: 80px 0; }
  .hero-grid { grid-template-columns: 1fr .62fr; gap: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .project-card { flex-basis: 210px; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .shell { width: min(calc(100% - 32px), 520px); }
  .section-pad { padding: 64px 0; }
  .hero { padding: 52px 0 66px; }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    text-align: center;
  }
  .hero-copy { min-width: 0; }
  .hero h1 {
    max-width: 12ch;
    margin: 0 auto 22px;
    font-size: clamp(2.35rem, 12vw, 3.65rem);
    line-height: .96;
    letter-spacing: -.04em;
  }
  .hero-text {
    max-width: 35rem;
    margin: 0 auto 28px;
    font-size: .98rem;
    line-height: 1.65;
  }
  .hero-copy .eyebrow { display: block; font-size: .68rem; }
  .button-stack {
    display: grid;
    width: min(100%, 340px);
    margin-inline: auto;
  }
  .button { width: 100%; min-width: 0; min-height: 44px; padding: 11px 18px; font-size: .7rem; }
  .phone-frame { width: min(230px, 68vw); border-radius: 28px; padding: 7px; }
  .phone-screen { inset: 7px; border-radius: 21px; }
  .phone-speaker { top: 13px; height: 4px; }
  .phone-screen .play-icon { transform: scale(.72); }
  .media-label { left: 14px; bottom: 16px; font-size: .55rem; }
  .services-art { font-size: 7rem; }
  .services h2, .portfolio > .shell > h2 { font-size: clamp(1.75rem, 8vw, 2.25rem); line-height: 1.1; }
  .service-grid { margin-top: 28px; gap: 13px; }
  .service-card { grid-template-columns: 42px 1fr; padding: 17px; border-radius: 17px; }
  .service-number { width: 42px; height: 42px; }
  .service-card h3 { font-size: .86rem; }
  .service-card p { font-size: .82rem; line-height: 1.55; }
  .section-band { padding: 14px 16px; }
  .section-band h2 { font-size: 1rem; }
  .clients-content { width: 100%; padding-top: 36px; }
  .client-marquee {
    padding: 10px 0 24px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }
  .client-group { gap: 12px; padding-right: 12px; }
  .client-card { flex-basis: 190px; border-radius: 18px; }
  .client-card .media-card-copy { right: 14px; bottom: 14px; left: 14px; }
  .client-card .media-card-copy strong { font-size: .72rem; }
  .client-card .media-card-copy small { margin-top: 5px; font-size: .6rem; }
  .media-card-play,
  .media-card-external-play { width: 58px; height: 58px; }
  .media-card-play .play-icon,
  .media-card-external-play .play-icon { border-top-width: 12px; border-bottom-width: 12px; border-left-width: 19px; }
  .result-copy { width: calc(100% - 32px); margin: 20px auto 36px; }
  .result-copy strong { font-size: .78rem; }
  .result-copy span { font-size: .68rem; }
  .contact-panel { width: calc(100% - 32px); padding: 24px 18px; border-radius: 17px; }
  .contact-panel p { font-size: .78rem; line-height: 1.45; }
  .contact-panel small { font-size: .72rem; }
  .laptop { display: none; }
  .project-groups { margin-top: 32px; gap: 20px; }
  .project-group { padding: 20px 14px; border-radius: 18px; }
  .project-group h3 { margin-bottom: 16px; font-size: .82rem; }
  .project-marquee { margin-inline: -6px; padding-inline: 6px; }
  .project-card-group { gap: 10px; padding-right: 10px; }
  .project-card { flex-basis: min(64vw, 220px); border-radius: 20px; }
  .project-card .media-card-copy { right: 16px; bottom: 20px; left: 16px; }
  .project-card .media-card-copy strong { font-size: .76rem; }
  .project-card .media-card-copy small { font-size: .64rem; }
  .marquee-arrow {
    width: 40px;
    height: 40px;
    opacity: .94;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
  }
  .marquee-arrow span { font-size: 2rem; }
  .marquee-arrow-prev { left: clamp(18px, 6%, 34px); }
  .marquee-arrow-next { right: clamp(18px, 6%, 34px); }
  .about-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    max-width: 520px;
  }
  .portrait-placeholder {
    width: min(250px, 72vw);
    justify-self: center;
    border-radius: 24px;
  }
  .portrait-placeholder span { font-size: 4rem; }
  .portrait-placeholder small { font-size: .52rem; }
  .about h2 { font-size: clamp(2rem, 9vw, 2.75rem); line-height: 1; }
  .about .eyebrow { font-size: .65rem; }
  .about p:not(.eyebrow) { font-size: .94rem; line-height: 1.65; }
  .testimonial-grid {
    display: flex;
    width: 100%;
    gap: 12px;
    padding: 4px 16px 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }
  .testimonial-grid::-webkit-scrollbar { display: none; }
  .testimonial-grid.is-dragging { cursor: grabbing; scroll-snap-type: none; }
  .testimonial-card { flex: 0 0 min(78vw, 280px); padding: 18px; scroll-snap-align: center; }
  .testimonial-card h3 { font-size: .76rem; }
  .testimonial-card p { font-size: .72rem; }
  .final-cta { min-height: 440px; }
  .final-cta h2 { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .final-buttons { max-width: 320px; margin: 0 auto; }
  .footer-note { margin-top: 52px; }
}
@media (hover: none), (pointer: coarse) {
  .marquee-arrow {
    opacity: .94;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .auto-marquee-track { animation: none !important; }
  .auto-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .auto-marquee-group[aria-hidden="true"] { display: none; }
}
