:root {
  color-scheme: dark;
  --ink: #070709;
  --surface: #0f1014;
  --text: #f5f5f5;
  --accent: #b8bcc7;
  --line: #262933;
  --accent-red: #b0182d;
  --accent-red-soft: rgba(176, 24, 45, 0.2);
  --accent-red-glow: rgba(255, 102, 119, 0.34);
  --hero-title-font-family: Inter, sans-serif;
  --hero-source-note-font-family: Caveat, cursive;
  --hero-subtitle-font-family: Inter, sans-serif;
  --expertise-title-font-family: Inter, sans-serif;
  --qte-title-font-family: Inter, sans-serif;
  --trust-title-font-family: Inter, sans-serif;
  --hero-title-max-width-desktop: 11ch;
  --hero-title-max-width-mobile-immersive: 8.8ch;
  --hero-title-size-desktop: clamp(1.52rem, 4.32vw, 4.08rem);
  --hero-title-size-laptop: clamp(1.46rem, 4.12vw, 3.78rem);
  --hero-title-size-mobile: clamp(0.95rem, 4.8vw, 1.3rem);
  --hero-title-size-mobile-immersive: clamp(1.08rem, 6.4vw, 1.64rem);
  --expertise-title-size: clamp(2.05rem, 5.6vw, 4.9rem);
  --qte-title-size: clamp(2rem, 5.2vw, 4.5rem);
  --trust-title-size: clamp(2rem, 5.8vw, 5rem);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  overflow-x: clip;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(255, 102, 119, 0.09), rgba(0, 0, 0, 0) 30%),
    radial-gradient(circle at 15% 52%, rgba(184, 188, 199, 0.09), rgba(0, 0, 0, 0) 36%),
    linear-gradient(180deg, #08090d 0%, #070709 35%, #06070b 100%);
  color: var(--text);
}

.like-zone {
  touch-action: manipulation;
}

.like-layer {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  overflow: hidden;
}

.like-heart {
  position: absolute;
  width: 136px;
  height: 136px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 14px 28px rgba(254, 44, 85, 0.52));
}

.like-heart svg {
  width: 100%;
  height: 100%;
  display: block;
}

.nav-shell {
  overflow: visible;
  transition: border-color 0.32s ease, box-shadow 0.32s ease, background-color 0.32s ease;
}

.nav-shell.is-narrative-qte {
  border-color: rgba(255, 102, 119, 0.62);
  box-shadow: 0 0 0 1px rgba(255, 102, 119, 0.2), 0 14px 32px rgba(176, 24, 45, 0.24);
  animation: navNarrativePulse 2.8s ease-in-out infinite;
}

.nav-state-label {
  min-width: 6.2rem;
  justify-content: center;
  padding: 0.28rem 0.62rem;
  border: 1px solid rgba(255, 102, 119, 0.35);
  border-radius: 999px;
  background: rgba(176, 24, 45, 0.12);
  color: #ff96a3;
  font-size: 0.56rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

body.qte-active .nav-state-label {
  border-color: rgba(255, 150, 163, 0.8);
  background: rgba(176, 24, 45, 0.23);
  color: #ffd2d9;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: color 0.24s ease, letter-spacing 0.24s ease, transform 0.24s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.52rem;
  height: 1px;
  background: rgba(255, 102, 119, 0.8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.nav-link:hover {
  color: #f5f5f5;
  letter-spacing: 0.1em;
  transform: translateY(-1px);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.nav-link.is-active {
  color: #ffffff;
}

.nav-progress-track {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: -0.27rem;
  height: 1px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.nav-progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 102, 119, 0.75), rgba(255, 128, 140, 0.96));
  box-shadow: 0 0 8px rgba(255, 102, 119, 0.5);
}

.nav-meta-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-meta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  padding: 0.22rem 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(245, 245, 245, 0.86);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  transition: border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}

.nav-meta-link:hover {
  border-color: rgba(255, 148, 162, 0.75);
  color: #fff;
  background: rgba(176, 24, 45, 0.2);
}

.nav-meta-link-icon {
  display: inline-flex;
  width: 0.78rem;
  height: 0.78rem;
  color: rgba(255, 255, 255, 0.9);
  flex: 0 0 auto;
}

.nav-meta-link-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.nav-meta-link-short {
  display: none;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  color: rgba(184, 188, 199, 0.95);
  transition: color 0.22s ease, transform 0.22s ease;
}

.footer-social-link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.social-link-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  color: rgba(255, 148, 162, 0.94);
  flex: 0 0 auto;
}

.social-link-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.social-link-label {
  letter-spacing: 0.04em;
}

.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;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#hero {
  position: relative;
  isolation: isolate;
  min-height: 90svh;
  overflow: visible;
  z-index: 3;
}

.hero-split-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 112, 128, 0.12), rgba(0, 0, 0, 0) 34%),
    radial-gradient(circle at 72% 42%, rgba(160, 205, 255, 0.12), rgba(0, 0, 0, 0) 42%),
    linear-gradient(180deg, rgba(8, 9, 13, 0.2) 0%, rgba(8, 9, 13, 0.66) 52%, rgba(7, 7, 9, 0.95) 100%);
}

.hero-red-halo {
  pointer-events: none;
  position: absolute;
  right: -16rem;
  top: -18rem;
  width: min(48vw, 620px);
  height: min(48vw, 620px);
  border-radius: 9999px;
  background: radial-gradient(circle at center, rgba(255, 102, 119, 0.14) 0%, rgba(255, 102, 119, 0.02) 40%, rgba(0, 0, 0, 0) 72%);
  filter: blur(3px);
  z-index: 4;
}

.hero-immersive-layout {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #030407;
}

.hero-immersive-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-immersive-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 7, 9, 0.86) 0%, rgba(7, 7, 9, 0.74) 18%, rgba(7, 7, 9, 0.36) 44%, rgba(7, 7, 9, 0.62) 100%),
    linear-gradient(180deg, rgba(7, 7, 9, 0.1) 0%, rgba(7, 7, 9, 0.58) 100%);
}

.hero-immersive-stage::after {
  content: "";
  position: absolute;
  inset: clamp(0.9rem, 1.45vw, 1.35rem);
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(1.2rem, 2vw, 2rem);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.hero-immersive-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03) brightness(0.82);
}

.hero-immersive-sound-toggle {
  position: absolute;
  right: clamp(1rem, 2vw, 1.6rem);
  bottom: clamp(1rem, 2.4vw, 1.65rem);
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 9, 13, 0.46);
  color: rgba(245, 245, 245, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.hero-immersive-sound-toggle:hover,
.hero-immersive-sound-toggle:focus-visible {
  border-color: rgba(255, 165, 176, 0.72);
  background: rgba(176, 24, 45, 0.22);
  transform: translate3d(0, -1px, 0);
}

.hero-immersive-sound-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 165, 176, 0.32), 0 14px 34px rgba(0, 0, 0, 0.2);
}

.hero-immersive-sound-toggle svg {
  width: 1.12rem;
  height: 1.12rem;
}

.hero-content {
  align-items: flex-start;
  min-height: 90svh;
  padding-top: clamp(5.15rem, 6.4vh, 5.9rem);
  padding-bottom: clamp(0.35rem, 1.2vh, 0.9rem);
  z-index: 10;
  pointer-events: none;
}

.hero-split {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: flex-start;
  gap: clamp(1.2rem, 3.5vw, 3.4rem);
}

.hero-copy-col {
  order: 1;
}

.hero-media-col {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.hero-copy {
  max-width: min(45rem, 96vw);
  pointer-events: none;
}

.hero-source-note {
  display: inline-block;
  margin-top: 0.35rem;
  color: rgba(255, 236, 239, 0.82);
  font-family: var(--hero-source-note-font-family, "Caveat", cursive);
  font-size: clamp(1rem, 1.35vw, 1.38rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  transform: rotate(-1.4deg);
  transform-origin: left center;
}

.hero-source-note:empty {
  display: none;
}

.hero-copy * {
  pointer-events: none;
}

.hero-copy a,
.hero-copy a *,
.hero-copy button,
.hero-copy button * {
  pointer-events: auto;
}

.hero-interactive {
  position: relative;
  justify-self: end;
  width: min(100%, 440px);
  z-index: 22;
  pointer-events: auto;
}

.hero-phone-shell {
  position: relative;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  border-radius: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  isolation: isolate;
  padding: 0.52rem;
}

.hero-brand-ticker {
  --hero-ticker-duration: 18s;
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 14;
  padding: 0 0 0.28rem;
  pointer-events: none;
}

.hero-brand-ticker::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.76) 12%,
    rgba(255, 255, 255, 0.76) 88%,
    rgba(255, 255, 255, 0)
  );
  opacity: 0.78;
}

.hero-brand-ticker-viewport {
  position: relative;
  overflow: hidden;
  padding-top: 0.5rem;
  mask-image: linear-gradient(90deg, transparent 0, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 5%, black 95%, transparent 100%);
}

.hero-brand-ticker-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: heroBrandTicker var(--hero-ticker-duration) linear infinite;
}

.hero-brand-ticker-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.hero-brand-ticker-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding-inline: 1.05rem;
  color: rgba(245, 245, 245, 0.68);
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-brand-ticker-item::after {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 1.05rem;
  border-radius: 999px;
  background: rgba(255, 148, 162, 0.88);
  box-shadow: 0 0 10px rgba(255, 102, 119, 0.34);
}

.hero-brand-ticker.is-static .hero-brand-ticker-viewport {
  overflow-x: auto;
  mask-image: none;
  -webkit-mask-image: none;
}

.hero-brand-ticker.is-static .hero-brand-ticker-track {
  animation: none;
}

.hero-phone-notch {
  position: absolute;
  left: 50%;
  top: 0.44rem;
  z-index: 16;
  width: 6.1rem;
  height: 0.44rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.86);
}

.hero-teaser-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 19.3;
  border-radius: 1.82rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #030407;
  cursor: pointer;
  touch-action: manipulation;
  outline: none;
}

.hero-teaser-stage:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 165, 176, 0.72);
}

.hero-teaser-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.08) contrast(1.04) brightness(0.88);
}

.hero-teaser-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 64% 26%, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0) 34%),
    linear-gradient(180deg, rgba(7, 7, 9, 0.12) 26%, rgba(7, 7, 9, 0.74) 100%);
}

.hero-hand-overlay {
  position: absolute;
  left: 50%;
  top: 48.2%;
  width: 224%;
  max-width: none;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  pointer-events: none;
  user-select: none;
  z-index: 16;
  opacity: 0.88;
  mix-blend-mode: screen;
  filter: brightness(1.08) contrast(1.05) drop-shadow(0 0 10px rgba(255, 255, 255, 0.24));
}

.hero-teaser-overlay {
  position: absolute;
  inset: 0;
  z-index: 17;
  pointer-events: none;
}

.hero-effect-label {
  position: absolute;
  right: 0.74rem;
  top: 0.72rem;
  margin: 0;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.86);
}

.hero-teaser-hud {
  position: absolute;
  left: 0.88rem;
  right: 0.88rem;
  bottom: 0.78rem;
  height: 3px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.24);
  z-index: 18;
  pointer-events: none;
}

.hero-teaser-hud-fill {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, rgba(255, 112, 128, 0.96), rgba(255, 182, 192, 0.98));
  box-shadow: 0 0 12px rgba(255, 102, 119, 0.52);
}

.hero-activated-feedback {
  position: absolute;
  left: 0.9rem;
  top: 0.76rem;
  z-index: 18;
  border: 1px solid rgba(255, 165, 176, 0.54);
  border-radius: 999px;
  background: rgba(176, 24, 45, 0.22);
  color: #ffd8df;
  font-size: 0.56rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.28rem 0.48rem;
  opacity: 0;
  transform: translate3d(0, 4px, 0);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.hero-activated-feedback.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-microcopy {
  font-size: 0.72rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.62);
}

#hero[data-hero-layout="immersive-video"] {
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
}

#hero[data-hero-layout="immersive-video"] .hero-content {
  min-height: 100svh;
  padding-top: clamp(5.05rem, 6.2vh, 6.2rem);
  padding-bottom: clamp(1.15rem, 2.4vh, 1.8rem);
}

#hero[data-hero-layout="immersive-video"] .hero-split {
  min-height: 100%;
  display: flex;
  align-items: flex-end;
}

#hero[data-hero-layout="immersive-video"] .hero-copy-col {
  position: relative;
  z-index: 12;
  max-width: min(43rem, 72vw);
}

#hero[data-hero-layout="immersive-video"] .hero-copy {
  max-width: min(42rem, 72vw);
}

#hero[data-hero-layout="immersive-video"] #hero-title {
  max-width: var(--hero-title-max-width-desktop, 11ch);
  text-shadow: 0 14px 38px rgba(0, 0, 0, 0.34);
  text-wrap: balance;
}

#hero[data-hero-layout="immersive-video"] .hero-source-note {
  margin-top: 0.22rem;
}

#hero[data-hero-layout="immersive-video"] #hero-subtitle,
#hero[data-hero-layout="immersive-video"] #hero-kicker,
#hero[data-hero-layout="immersive-video"] #hero-microcopy,
#hero[data-hero-layout="immersive-video"] .hero-source-note,
#hero[data-hero-layout="immersive-video"] .hero-social-block {
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.42);
}

#hero[data-hero-layout="immersive-video"] .hero-copy-actions {
  margin-top: 1.6rem !important;
}

#hero[data-hero-layout="immersive-video"] .hero-media-col {
  display: none;
}

#qte {
  position: relative;
  scroll-margin-top: clamp(5.9rem, 8vw, 7.2rem);
}

#expertise {
  position: relative;
  z-index: 1;
  scroll-margin-top: clamp(5.4rem, 7vw, 6.5rem);
}

#expertise-title {
  font-family: var(--expertise-title-font-family, inherit);
  font-size: var(--expertise-title-size, clamp(2.05rem, 5.6vw, 4.9rem));
}

#qte-title {
  font-family: var(--qte-title-font-family, inherit);
  font-size: var(--qte-title-size, clamp(2rem, 5.2vw, 4.5rem));
}

#portfolio-title {
  font-family: var(--trust-title-font-family, inherit);
  font-size: var(--trust-title-size, clamp(2rem, 5.8vw, 5rem));
}

#hero-title {
  font-family: var(--hero-title-font-family, inherit);
}

#hero-title.sr-only {
  position: absolute;
}

#hero-title-wrap {
  position: relative;
  overflow: visible;
}

#hero-title.hero-title--motion {
  display: block;
}

.hero-title-motion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06em;
  overflow: visible;
}

.hero-title-lead,
.hero-title-layer {
  display: block;
  transform-origin: left center;
  will-change: transform, clip-path;
  text-wrap: balance;
}

.hero-title-lead {
  line-height: 0.92;
}

.hero-title-stack {
  position: relative;
  display: grid;
  width: 100%;
  align-items: start;
  overflow: visible;
}

.hero-title-stack > * {
  grid-area: 1 / 1;
}

.hero-title-layer--base {
  clip-path: inset(0 0 0 0);
}

.hero-title-layer--final {
  clip-path: inset(0 100% 0 0);
  transform: translate3d(-0.9em, 0, 0);
}

.hero-social-block {
  margin-top: 0.32rem;
  display: flex;
  flex-direction: column;
  gap: 0.44rem;
  max-width: min(34rem, 74vw);
  pointer-events: none;
}

.hero-social-handle-row {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.38rem;
  font-size: clamp(0.76rem, 1.2vw, 0.94rem);
  letter-spacing: 0.045em;
  color: rgba(246, 246, 248, 0.96);
}

.hero-social-handle {
  font-weight: 700;
}

.hero-social-verified {
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: radial-gradient(circle at 35% 28%, #62b8ff 0%, #2a9bff 46%, #1478ff 100%);
  box-shadow: 0 0 0 1px rgba(96, 176, 255, 0.2), 0 6px 14px rgba(25, 132, 255, 0.36);
  line-height: 0;
}

.hero-social-verified svg {
  width: 0.74rem;
  height: 0.74rem;
  display: block;
  flex: 0 0 auto;
  transform: translate3d(0, 0, 0);
}

.hero-social-descriptor {
  color: rgba(196, 205, 222, 0.88);
  font-size: clamp(0.7rem, 1.02vw, 0.86rem);
  letter-spacing: 0.05em;
}

.hero-social-caption {
  margin: 0;
  font-size: clamp(1.36rem, 3.3vw, 3.2rem);
  line-height: 0.98;
  font-weight: 600;
  text-wrap: balance;
  letter-spacing: 0.01em;
  color: rgba(248, 248, 249, 0.99);
}

.hero-social-hashtags {
  margin: 0;
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  line-height: 1.35;
  color: rgba(255, 156, 172, 0.94);
  letter-spacing: 0.03em;
}

.hero-social-music {
  margin: 0;
  font-size: clamp(0.68rem, 1.05vw, 0.84rem);
  color: rgba(225, 229, 237, 0.86);
  line-height: 1.3;
}

.hero-social-music::before {
  content: "♫ ";
  color: rgba(255, 176, 189, 0.9);
}

.hero-social-actions {
  position: absolute;
  right: clamp(0.9rem, 1.9vw, 1.8rem);
  bottom: clamp(4.8rem, 15vh, 9.4rem);
  z-index: 23;
  display: flex;
  flex-direction: column;
  gap: 0.56rem;
  pointer-events: auto;
}

/* Hidden per latest direction: no right-side social action rail in Hero */
.hero-social-actions {
  display: none !important;
}

/* Hidden per latest direction: no "Original audio..." line in Hero social block */
.hero-social-music {
  display: none !important;
}

.hero-social-action {
  width: 3.12rem;
  min-height: 3.12rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(8, 9, 13, 0.38);
  color: rgba(245, 247, 250, 0.9);
  backdrop-filter: blur(12px);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  transition:
    border-color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease,
    color 0.22s ease;
}

.hero-social-action svg {
  width: 1.02rem;
  height: 1.02rem;
  fill: currentColor;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.44));
}

.hero-social-action-count {
  font-size: 0.57rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-social-action:hover,
.hero-social-action:focus-visible,
.hero-social-action.is-active {
  border-color: rgba(255, 137, 155, 0.88);
  background: rgba(176, 24, 45, 0.3);
  color: #ffffff;
  transform: translate3d(0, -1px, 0);
}

.hero-social-action:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 148, 162, 0.32);
}

.hero-social-action.is-active svg {
  color: #ff6b84;
}

.hero-social-action.is-burst {
  animation: heroSocialBurst 0.28s ease;
}

@keyframes heroSocialBurst {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.09);
  }
  100% {
    transform: scale(1);
  }
}

#hero-subtitle {
  font-family: var(--hero-subtitle-font-family, inherit);
}

#qte::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 52% 44%, rgba(255, 102, 119, 0.18) 0%, rgba(255, 102, 119, 0) 65%);
  transition: opacity 0.35s ease;
}

#qte.is-narrative-active::after {
  opacity: 0.88;
  animation: qteSectionPulse 3.2s ease-in-out infinite;
}

.qte-red-halo {
  pointer-events: none;
  position: absolute;
  left: -18rem;
  bottom: -16rem;
  width: min(48vw, 560px);
  height: min(48vw, 560px);
  border-radius: 9999px;
  background: radial-gradient(circle at center, rgba(176, 24, 45, 0.2) 0%, rgba(176, 24, 45, 0.04) 35%, rgba(0, 0, 0, 0) 70%);
}

#qte.is-narrative-active .qte-red-halo {
  animation: qteHaloBreath 2.8s ease-in-out infinite;
}

#active-reel-stage {
  touch-action: manipulation;
}

.short-video-ui {
  position: absolute;
  inset: 0;
  z-index: 14;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.05rem 0.78rem 1.15rem;
  color: #f8f8f8;
}

.short-video-ui.is-compact {
  padding: 0.6rem 0.45rem 0.62rem;
}

.short-video-meta {
  max-width: calc(100% - 3.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.62);
}

.short-video-ui.is-compact .short-video-meta {
  max-width: calc(100% - 2.45rem);
}

.short-video-badge {
  width: fit-content;
  border: 1px solid rgba(255, 165, 176, 0.7);
  background: rgba(176, 24, 45, 0.34);
  color: #ffdce2;
  font-size: 0.55rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.14rem 0.42rem;
}

.short-video-handle {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.short-video-caption {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.3;
  color: rgba(245, 245, 245, 0.92);
}

.short-video-sound {
  margin: 0;
  font-size: 0.56rem;
  color: rgba(230, 230, 230, 0.8);
}

.short-video-ui.is-compact .short-video-badge,
.short-video-ui.is-compact .short-video-caption,
.short-video-ui.is-compact .short-video-sound {
  display: none;
}

.short-video-ui.is-compact .short-video-handle {
  font-size: 0.54rem;
}

.short-video-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.46rem;
}

.short-video-avatar {
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: radial-gradient(circle at 30% 20%, rgba(255, 120, 135, 0.9), rgba(176, 24, 45, 0.95));
  display: grid;
  place-items: center;
  font-size: 0.62rem;
  font-weight: 700;
}

.short-video-ui.is-compact .short-video-avatar {
  width: 1.05rem;
  height: 1.05rem;
  border-width: 1px;
  font-size: 0.45rem;
}

.short-video-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.short-video-action svg {
  width: 1.02rem;
  height: 1.02rem;
  display: block;
  fill: #ffffff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}

.short-video-action span {
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(250, 250, 250, 0.94);
  min-width: 2.2ch;
  text-align: center;
}

.short-video-ui.is-compact .short-video-action svg {
  width: 0.78rem;
  height: 0.78rem;
}

.short-video-ui.is-compact .short-video-action span {
  font-size: 0.4rem;
}

.video-hud {
  position: absolute;
  z-index: 15;
  pointer-events: none;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.56rem;
}

.video-hud-track {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
}

.video-hud-fill {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, rgba(255, 102, 119, 0.95), rgba(255, 157, 170, 0.98));
  box-shadow: 0 0 12px rgba(255, 102, 119, 0.62);
}

.video-hud.is-compact {
  left: 0.38rem;
  right: 0.38rem;
  bottom: 0.28rem;
}

.video-hud.is-compact .video-hud-track {
  height: 2px;
}

.hero-media-fallback,
.phone-fallback,
.reel-card-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 102, 119, 0.16), rgba(0, 0, 0, 0) 45%),
    linear-gradient(155deg, #171823 0%, #06070a 70%);
  color: rgba(245, 245, 245, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 600;
}

.hero-media-fallback.is-hidden,
.phone-fallback.is-hidden,
.reel-card-fallback.is-hidden,
.campaign-card-fallback.is-hidden {
  display: none;
}

.qte-intro {
  max-width: min(56rem, 100%);
  margin-bottom: 0.12rem;
}

.qte-media-layout {
  display: grid;
  grid-template-columns: minmax(300px, 352px) minmax(300px, 380px);
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 1.7rem);
}

.campaign-wall {
  display: grid;
  gap: 0.62rem;
}

.campaign-wall-head {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}

.campaign-wall-kicker {
  margin: 0;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(238, 238, 238, 0.66);
}

.campaign-wall-text {
  margin: 0;
  max-width: 56rem;
  color: rgba(238, 238, 238, 0.82);
  font-size: 0.96rem;
  line-height: 1.6;
}

.campaign-wall-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.campaign-wall-cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.3rem;
  border: 1px solid rgba(255, 102, 119, 0.4);
  border-radius: 999px;
  background: rgba(255, 102, 119, 0.08);
  color: #f5f5f5;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.campaign-wall-cta:hover {
  transform: translate3d(0, -1px, 0);
  border-color: rgba(255, 102, 119, 0.82);
  background: rgba(255, 102, 119, 0.16);
}

.campaign-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  gap: 0.72rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  cursor: pointer;
  transform: translateZ(0);
  appearance: none;
  -webkit-appearance: none;
}

.campaign-card-frame {
  position: relative;
  display: block;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 9 / 16.8;
  min-height: clamp(210px, 24vw, 360px);
  overflow: hidden;
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(7, 7, 9, 0.84));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.campaign-card:hover .campaign-card-frame,
.campaign-card.is-audio-active .campaign-card-frame {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(255, 148, 162, 0.64);
  box-shadow: 0 28px 62px rgba(176, 24, 45, 0.18);
}

.campaign-card-video,
.campaign-card-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.campaign-card-video {
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.55s ease, transform 0.32s ease, filter 0.32s ease;
  transform: scale(1.02);
  filter: saturate(1.02) contrast(1.03) brightness(0.86);
  background: #050507;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.02);
}

.campaign-card:hover .campaign-card-video,
.campaign-card.is-audio-active .campaign-card-video {
  filter: saturate(1.08) contrast(1.06) brightness(0.96);
}

.campaign-card-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, rgba(176, 24, 45, 0.16), rgba(7, 7, 9, 0.94));
  color: rgba(245, 245, 245, 0.76);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.campaign-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  padding-inline: 0.15rem;
}

.campaign-card-title {
  margin: 0;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.98rem;
  line-height: 1;
}

.campaign-card-subtitle {
  margin: 0;
  color: rgba(238, 238, 238, 0.72);
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#conforama {
  position: relative;
  scroll-margin-top: clamp(5.8rem, 8vw, 7rem);
}

.conforama-wall {
  display: grid;
  gap: clamp(0.92rem, 1.6vw, 1.2rem);
  border: 0;
  border-radius: 0;
  padding: clamp(0.25rem, 0.7vw, 0.54rem) 0 0;
  background: transparent;
  box-shadow: none;
}

.conforama-wall-head {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
}

.conforama-wall-kicker {
  margin: 0;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240, 240, 240, 0.67);
}

.conforama-wall-title {
  margin: 0;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 0.97;
  font-size: clamp(1.4rem, 3.2vw, 2.6rem);
}

.conforama-wall-text {
  margin: 0;
  max-width: 52rem;
  color: rgba(238, 238, 238, 0.8);
  font-size: 0.94rem;
  line-height: 1.52;
}

.conforama-wall-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-items: center;
  gap: clamp(0.2rem, 0.44vw, 0.5rem);
}

.conforama-model-stage {
  position: relative;
  width: min(100%, 980px);
  min-height: clamp(520px, 61vw, 820px);
  border-radius: 0;
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  --conforama-overlay-rotate-x: 0deg;
  --conforama-overlay-rotate-y: 0deg;
  --conforama-overlay-rotate-z: 0deg;
  --conforama-overlay-shift-y: 0px;
}

.conforama-model-stage::before,
.conforama-model-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.conforama-model-stage::before {
  inset: 8% 12% 5%;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 32%),
    radial-gradient(circle at 50% 76%, rgba(176, 24, 45, 0.14), rgba(176, 24, 45, 0) 42%);
  filter: blur(54px);
  opacity: 0.96;
}

.conforama-model-stage::after {
  inset: auto 15% 4%;
  height: clamp(90px, 11vw, 126px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(5, 8, 12, 0.72), rgba(5, 8, 12, 0) 70%);
  filter: blur(20px);
  opacity: 0.95;
}

.conforama-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.conforama-flat-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 0;
  background: transparent;
  pointer-events: none;
}

.conforama-flat-fallback[hidden] {
  display: none !important;
}

.conforama-flat-phone {
  position: relative;
  width: min(72%, 430px);
  aspect-ratio: 9 / 19.2;
  border-radius: 1.48rem;
  border: 1px solid rgba(236, 241, 255, 0.22);
  padding: 0.4rem;
  background:
    linear-gradient(160deg, rgba(234, 239, 250, 0.26), rgba(52, 56, 66, 0.58) 24%, rgba(9, 10, 14, 0.98) 72%),
    rgba(8, 9, 13, 0.86);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -10px 22px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.conforama-active-video-flat {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.1rem;
  border: 1px solid rgba(245, 245, 245, 0.08);
  display: block;
  transform: translateZ(24px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.conforama-active-video {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  clip-path: inset(50%);
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.conforama-selector {
  width: min(100%, 420px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.16rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.08rem 0.08rem 0.02rem;
  overscroll-behavior-x: contain;
  margin-top: -0.92rem;
  position: relative;
  z-index: 4;
}

.conforama-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  flex: 0 0 52px;
  width: 52px;
  min-width: 0;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transform: translateZ(0);
}

.conforama-card-frame {
  position: relative;
  display: block;
  aspect-ratio: 9 / 15.4;
  min-height: 92px;
  border-radius: 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(7, 7, 9, 0.88));
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

.conforama-card-video,
.conforama-card-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.conforama-card-video {
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  filter: saturate(1.03) contrast(1.03) brightness(0.85);
  transition: opacity 0.46s ease, transform 0.26s ease, filter 0.26s ease;
  background: #050507;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.02);
}

.conforama-card-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, rgba(176, 24, 45, 0.18), rgba(7, 7, 9, 0.94));
  color: rgba(245, 245, 245, 0.74);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.conforama-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  padding-inline: 0.01rem;
}

.conforama-card-title {
  margin: 0;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.42rem;
  line-height: 1.06;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.conforama-card-subtitle {
  display: none;
}

.conforama-card:hover .conforama-card-frame,
.conforama-card:focus-visible .conforama-card-frame,
.conforama-card.is-active .conforama-card-frame {
  transform: translate3d(0, -1.5px, 0);
  border-color: rgba(255, 148, 162, 0.66);
  box-shadow: 0 10px 20px rgba(176, 24, 45, 0.2);
}

.conforama-card:hover .conforama-card-video,
.conforama-card:focus-visible .conforama-card-video,
.conforama-card.is-active .conforama-card-video {
  filter: saturate(1.08) contrast(1.06) brightness(0.96);
}

.conforama-card.is-locked .conforama-card-frame {
  border-color: rgba(255, 170, 182, 0.88);
  box-shadow: 0 0 0 1px rgba(255, 170, 182, 0.32), 0 22px 42px rgba(176, 24, 45, 0.24);
}

.conforama-card:focus-visible {
  outline: none;
}

.qte-main-phone {
  width: min(74vw, 340px);
  justify-self: center;
}

.active-reel-sound-toggle {
  position: absolute;
  right: 0.74rem;
  top: 0.74rem;
  z-index: 26;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(14, 18, 24, 0.82);
  color: rgba(245, 245, 245, 0.95);
  line-height: 1;
  padding: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.active-reel-sound-toggle:hover {
  border-color: rgba(255, 148, 162, 0.84);
  transform: translate3d(0, -1px, 0);
}

.active-reel-sound-toggle.is-on {
  border-color: rgba(255, 165, 176, 0.86);
  background: rgba(176, 24, 45, 0.32);
  color: #fff;
}

.active-reel-sound-toggle svg {
  width: 1.08rem;
  height: 1.08rem;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.reel-selector {
  width: min(100%, 360px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  align-content: start;
}

.reel-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #050507;
  color: #f5f5f5;
  text-align: left;
  width: 100%;
  aspect-ratio: 9 / 16;
  padding: 0;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease, filter 0.24s ease;
}

.reel-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.36rem;
  transform: translateX(-50%);
  width: 38%;
  height: 0.3rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.74);
  z-index: 9;
  pointer-events: none;
}

.reel-card.is-active {
  border-color: rgba(255, 165, 176, 0.82);
  box-shadow: 0 12px 28px rgba(176, 24, 45, 0.28);
  transform: translate3d(0, -2px, 0);
}

.reel-card:not(.is-active) {
  opacity: 0.84;
  filter: saturate(0.84) brightness(0.82);
}

.reel-card-preview {
  position: absolute;
  inset: 0;
}

.reel-card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 24%, rgba(0, 0, 0, 0.76) 100%);
  pointer-events: none;
}

.reel-card-meta {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 8;
  padding: 0.44rem 0.5rem 0.52rem;
}

.reel-card-title {
  margin: 0;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.82rem;
  line-height: 1;
}

.reel-card-subtitle {
  margin: 0.16rem 0 0;
  font-size: 0.48rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(235, 235, 235, 0.88);
}

.proof-count-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(255, 165, 176, 0.56);
  border-radius: 999px;
  background: rgba(176, 24, 45, 0.22);
  color: #ffdce2;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.3rem 0.56rem;
}

.trust-marquee {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.05rem;
  background: linear-gradient(160deg, rgba(176, 24, 45, 0.08), rgba(10, 11, 14, 0.92));
  padding: 0.56rem 0;
}

#portfolio .flex.flex-col.gap-4 {
  gap: 0.75rem;
}

.trust-marquee::before,
.trust-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(2rem, 4vw, 4.2rem);
  pointer-events: none;
  z-index: 3;
}

.trust-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(15, 16, 20, 0.96), rgba(15, 16, 20, 0));
}

.trust-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(15, 16, 20, 0.96), rgba(15, 16, 20, 0));
}

.trust-marquee-viewport {
  position: relative;
  overflow: hidden;
}

.trust-marquee-rows {
  display: grid;
  gap: 0.34rem;
}

.trust-marquee-row {
  position: relative;
  overflow: hidden;
}

.trust-marquee.is-static .trust-marquee-viewport {
  overflow-x: auto;
}

.trust-marquee.is-static::before,
.trust-marquee.is-static::after {
  display: none;
}

.trust-marquee-track {
  display: flex;
  width: max-content;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.trust-marquee-group {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding-inline: 0.3rem;
  flex-shrink: 0;
}

.trust-logo-item {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 98px;
  height: 57px;
  border-radius: 0.74rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  text-decoration: none;
  padding: 0.36rem 0.44rem 0.32rem;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.trust-logo-item::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  top: 0.38rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 150, 163, 0), rgba(255, 150, 163, 0.88) 18%, rgba(255, 150, 163, 0.88) 82%, rgba(255, 150, 163, 0));
  opacity: 0;
  transform: scaleX(0.62);
  transform-origin: center;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.trust-logo-item:hover {
  border-color: rgba(255, 165, 176, 0.62);
  background: rgba(176, 24, 45, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 150, 163, 0.12);
}

.trust-logo-item:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.trust-logo-img {
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 23px;
  object-fit: contain;
  filter: grayscale(1) brightness(0.95);
  opacity: 0.82;
  transition: filter 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.trust-logo-item:hover .trust-logo-img {
  filter: grayscale(0) brightness(1.06);
  opacity: 1;
  transform: scale(1.03);
}

.trust-logo-placeholder {
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(0.62rem, 1.5vw, 0.78rem);
  color: rgba(240, 240, 240, 0.78);
  white-space: nowrap;
}

.trust-logo-item.is-fallback .trust-logo-placeholder {
  opacity: 0.92;
}

.trust-logo-name {
  display: block;
  width: 100%;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(238, 238, 238, 0.84);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trust-marquee-empty {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.75rem;
  padding: 0.62rem 0.9rem;
  color: rgba(245, 245, 245, 0.72);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.about-founder {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.05rem;
  background: linear-gradient(150deg, rgba(176, 24, 45, 0.06), rgba(9, 10, 14, 0.82) 58%, rgba(9, 10, 14, 0.68) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(4px);
  padding: 0.96rem 1.08rem 1rem;
}

.about-founder-kicker {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(238, 238, 238, 0.68);
}

.about-founder-title {
  margin: 0.34rem 0 0;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.02;
  font-size: clamp(1.45rem, 4.2vw, 2.6rem);
}

.about-founder-text {
  margin: 0.5rem 0 0;
  max-width: 54rem;
  color: rgba(238, 238, 238, 0.83);
  font-size: 0.98rem;
  line-height: 1.55;
}

.about-founder-meta {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
}

.about-founder-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 148, 162, 0.44);
  border-radius: 999px;
  background: rgba(176, 24, 45, 0.16);
  color: #ffdce2;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.22rem 0.52rem;
}

.about-founder-band {
  position: relative;
  padding: 0.78rem 0 0.92rem;
  background:
    linear-gradient(180deg, rgba(8, 9, 13, 0.14) 0%, rgba(8, 9, 13, 0.05) 40%, rgba(8, 9, 13, 0) 100%),
    linear-gradient(90deg, rgba(255, 102, 119, 0.03) 0%, rgba(255, 102, 119, 0.02) 36%, rgba(255, 102, 119, 0.03) 100%);
}

.about-founder-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 34%, rgba(255, 102, 119, 0.05), rgba(255, 102, 119, 0) 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0) 54%);
  opacity: 0.88;
}

.about-founder-shell {
  position: relative;
  z-index: 1;
  padding-top: 0.16rem;
  padding-bottom: 0.14rem;
}

@keyframes navNarrativePulse {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(255, 102, 119, 0.14), 0 14px 32px rgba(176, 24, 45, 0.16);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(255, 140, 154, 0.28), 0 16px 38px rgba(176, 24, 45, 0.3);
  }
}

@keyframes qteSectionPulse {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 0.95;
  }
}

@keyframes qteHaloBreath {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .trust-marquee {
    padding-block: 0.78rem;
  }

  .trust-marquee-rows {
    gap: 0.42rem;
  }

  .trust-marquee-group {
    gap: 0.38rem;
    padding-inline: 0.38rem;
  }

  .trust-logo-item {
    min-width: 114px;
    height: 63px;
    padding: 0.42rem 0.54rem 0.36rem;
  }

  .trust-logo-img {
    max-width: 86px;
    max-height: 28px;
  }

  .trust-logo-name {
    font-size: 0.42rem;
    letter-spacing: 0.06em;
  }

  .about-founder {
    padding: 0.96rem 1.08rem;
  }

  .about-founder-band {
    padding: 0.92rem 0 1.02rem;
  }

  .about-founder-shell {
    padding-top: 0.2rem;
    padding-bottom: 0.12rem;
  }
}

@media (max-width: 1024px) {
  .hero-content {
    padding-top: 4.9rem;
    padding-bottom: 1rem;
  }

  .hero-split {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
    gap: 1rem;
  }

  .hero-interactive {
    width: min(100%, 360px);
  }

  .qte-media-layout {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
  }

  .conforama-wall-layout {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .conforama-model-stage {
    width: min(100%, 760px);
    min-height: clamp(340px, 54vw, 520px);
  }

  .conforama-active-video {
    width: clamp(206px, 25vw, 272px);
    top: 48.9%;
  }

  .conforama-selector {
    width: min(100%, 420px);
    justify-content: center;
    gap: 0.2rem;
    padding-bottom: 0.06rem;
    padding-right: 0;
    margin-top: -0.3rem;
  }

  .conforama-selector::-webkit-scrollbar {
    display: none;
  }

  .conforama-card {
    flex: 0 0 52px;
    width: 52px;
  }

  .qte-main-phone {
    width: min(76vw, 330px);
  }

  .reel-selector {
    width: min(100%, 560px);
  }

  .campaign-wall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.82rem;
  }
}

@media (min-width: 1025px) {
  #hero {
    min-height: 0;
    height: clamp(40rem, 89svh, 58.5rem);
    overflow: hidden;
  }

  .hero-content {
    min-height: 100%;
    height: 100%;
  }

  .hero-content {
    padding-top: clamp(5rem, 5.6vh, 5.45rem);
    padding-bottom: clamp(0.05rem, 0.35vh, 0.25rem);
  }

  .hero-interactive {
    justify-self: center;
    width: min(100%, clamp(280px, calc((100svh - 6.8rem) / 2.6), 370px));
  }

  .hero-phone-shell {
    margin-top: 10px;
  }

  #hero[data-hero-layout="immersive-video"] {
    height: 100svh;
  }

  #hero[data-hero-layout="immersive-video"] .hero-content {
    padding-top: clamp(5.2rem, 5.9vh, 6rem);
    padding-bottom: clamp(1.1rem, 2.2vh, 1.7rem);
  }

  #hero[data-hero-layout="immersive-video"] .hero-copy-col {
    max-width: min(44rem, 52vw);
  }

  #hero-title {
    font-size: var(--hero-title-size-desktop, clamp(1.52rem, 4.32vw, 4.08rem));
  }

  .qte-main-phone {
    transform: translate3d(0.55rem, 0, 0);
  }

  .reel-selector {
    justify-self: center;
  }

  #expertise {
    padding-top: clamp(1.2rem, 2vh, 1.7rem);
    padding-bottom: clamp(0.9rem, 1.4vh, 1.2rem);
  }

  #expertise .border-t {
    padding-top: clamp(0.75rem, 1.2vh, 1rem);
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .hero-interactive {
    width: min(100%, clamp(270px, calc((100svh - 6.7rem) / 2.68), 336px));
  }

  .hero-phone-shell {
    margin-top: 12px;
  }

  #hero-title {
    font-size: var(--hero-title-size-laptop, clamp(1.46rem, 4.12vw, 3.78rem));
  }
}

@media (max-width: 640px) {
  .hero-brand-ticker {
    padding-bottom: 0.18rem;
  }

  .hero-brand-ticker-viewport {
    padding-top: 0.42rem;
  }

  .hero-brand-ticker-item {
    padding-inline: 0.72rem;
    font-size: 0.48rem;
    letter-spacing: 0.18em;
  }

  .hero-brand-ticker-item::after {
    margin-left: 0.72rem;
  }

  .hero-content {
    min-height: 100svh;
    padding-top: 4.35rem;
    padding-bottom: 0.22rem;
  }

  .hero-split {
    position: relative;
    display: block;
    min-height: calc(100svh - 4.65rem);
  }

  .hero-copy-col {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.68rem;
    z-index: 24;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    pointer-events: none;
  }

  .hero-media-col {
    position: relative;
    padding-top: 2.35rem;
  }

  .hero-interactive {
    width: min(77vw, 286px);
    justify-self: center;
    align-self: start;
    margin-top: 1.65rem;
  }

  .hero-phone-shell {
    width: 100%;
    max-width: none;
    border-radius: 1.75rem;
    padding: 0.44rem;
  }

  .hero-hand-overlay {
    width: 226%;
    top: 48.6%;
    opacity: 0.84;
  }

  .hero-phone-notch {
    width: 4.9rem;
    height: 0.34rem;
    top: 0.32rem;
  }

  .hero-teaser-stage {
    border-radius: 1.45rem;
  }

  .hero-effect-label {
    font-size: 0.5rem;
    letter-spacing: 0.13em;
    right: 0.62rem;
    top: 0.58rem;
  }

  #hero-kicker {
    margin-bottom: 0.52rem;
    font-size: 0.5rem;
    letter-spacing: 0.16em;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.78);
  }

  .hero-teaser-hud {
    left: 0.64rem;
    right: 0.64rem;
    bottom: 0.62rem;
    height: 2px;
  }

  .hero-activated-feedback {
    left: 0.66rem;
    top: 0.58rem;
    font-size: 0.48rem;
    padding: 0.23rem 0.42rem;
  }

  #hero-title {
    margin-top: 0.18rem;
    font-size: var(--hero-title-size-mobile, clamp(0.95rem, 4.8vw, 1.3rem));
    line-height: 1.36;
    max-width: 14.3ch;
    letter-spacing: 0.01em;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
  }

  .hero-source-note {
    margin-top: 0.18rem;
    font-size: clamp(0.88rem, 4.6vw, 1.08rem);
  }

  .hero-copy {
    max-width: 100%;
  }

  #hero-subtitle {
    display: none;
  }

  #hero .hero-copy-actions {
    margin-top: 1.42rem !important;
    gap: 0.82rem;
  }

  #hero-secondary-cta,
  #hero-microcopy {
    display: none;
  }

  #hero-cta {
    padding: 0.7rem 1.16rem;
    font-size: 0.8rem;
  }

  #brand-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.02rem;
    white-space: normal;
    margin-right: 0.42rem;
    line-height: 1;
    text-align: center;
  }

  #brand-label .brand-label-top {
    font-size: 0.58rem;
    letter-spacing: 0.07em;
  }

  #brand-label .brand-label-bottom {
    font-size: 0.56rem;
    letter-spacing: 0.11em;
  }

  .nav-shell {
    padding-left: 0.95rem;
    padding-right: 0.56rem;
  }

  .nav-shell > div:last-child {
    gap: 0.34rem !important;
    min-width: 0;
  }

  #main-nav {
    gap: 0.28rem;
    min-width: 0;
    font-size: 0.44rem;
    letter-spacing: 0.055em;
  }

  #main-nav .nav-link[data-nav-link="showcase"] {
    padding: 0.2rem 0.42rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.08em;
  }

  #main-nav .nav-link[data-nav-link="showcase"]::after {
    display: none;
  }

  #hero[data-hero-layout="immersive-video"] .hero-content {
    min-height: 100svh;
    padding-top: 4.6rem;
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }

  #hero[data-hero-layout="immersive-video"] .hero-split {
    min-height: calc(100svh - 4.8rem);
    display: flex;
    align-items: flex-end;
  }

  #hero[data-hero-layout="immersive-video"] .hero-copy-col {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    z-index: 24;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: clamp(1.1rem, 3.2vh, 1.9rem);
  }

  #hero[data-hero-layout="immersive-video"] .hero-copy {
    max-width: min(18rem, 100%);
  }

  #hero[data-hero-layout="immersive-video"] #hero-title {
    margin-top: 0;
    max-width: var(--hero-title-max-width-mobile-immersive, 8.8ch);
    font-size: var(--hero-title-size-mobile-immersive, clamp(1.08rem, 6.4vw, 1.64rem));
    line-height: 1.02;
  }

  #hero[data-hero-layout="immersive-video"] .hero-social-block {
    margin-top: 0.16rem;
    max-width: min(17.4rem, 100%);
    gap: 0.28rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-social-handle-row {
    font-size: 0.7rem;
    gap: 0.3rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-social-verified {
    width: 0.92rem;
    height: 0.92rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-social-caption {
    font-size: clamp(1.08rem, 6.45vw, 1.72rem);
    line-height: 1.03;
    max-width: 15.8rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-social-hashtags {
    font-size: 0.72rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-social-music {
    font-size: 0.65rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-source-note {
    margin-top: 0.14rem;
    font-size: clamp(0.84rem, 4.5vw, 1rem);
  }

  #hero[data-hero-layout="immersive-video"] #hero-subtitle {
    display: block;
    margin-top: 0.9rem;
    max-width: 16rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  #hero[data-hero-layout="immersive-video"] .hero-copy-actions {
    margin-top: 1rem !important;
  }

  #hero[data-hero-layout="immersive-video"] #hero-secondary-cta,
  #hero[data-hero-layout="immersive-video"] #hero-microcopy {
    display: block;
  }

  #hero[data-hero-layout="immersive-video"] #hero-microcopy {
    margin-top: 0.7rem;
    max-width: 16rem;
    font-size: 0.58rem;
    line-height: 1.4;
  }

  #hero[data-hero-layout="immersive-video"] .hero-immersive-stage::before {
    background:
      linear-gradient(180deg, rgba(7, 7, 9, 0.42) 0%, rgba(7, 7, 9, 0.18) 26%, rgba(7, 7, 9, 0.6) 100%),
      linear-gradient(90deg, rgba(7, 7, 9, 0.4) 0%, rgba(7, 7, 9, 0.12) 35%, rgba(7, 7, 9, 0.42) 100%);
  }

  #hero[data-hero-layout="immersive-video"] .hero-immersive-stage::after {
    inset: 0.8rem;
    border-radius: 1.25rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-immersive-sound-toggle {
    right: 0.95rem;
    bottom: 1rem;
    width: 2.75rem;
    height: 2.75rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-social-actions {
    right: 0.66rem;
    bottom: clamp(5.45rem, 15.5vh, 7.1rem);
    gap: 0.42rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-social-action {
    width: 2.56rem;
    min-height: 2.56rem;
    border-radius: 0.88rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-social-action svg {
    width: 0.9rem;
    height: 0.9rem;
  }

  #hero[data-hero-layout="immersive-video"] .hero-social-action-count {
    font-size: 0.5rem;
  }

  .hero-microcopy {
    font-size: 0.63rem;
    letter-spacing: 0.06em;
  }

  .campaign-wall {
    gap: 0.7rem;
  }

  .campaign-wall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .conforama-wall {
    border-radius: 0;
    padding: 0.34rem 0 0.42rem;
    gap: 0.72rem;
  }

  .conforama-wall-title {
    font-size: clamp(1.18rem, 7vw, 1.6rem);
  }

  .conforama-wall-text {
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .conforama-model-stage {
    width: min(100%, 100%);
    min-height: clamp(300px, 66vw, 380px);
    border-radius: 0;
  }

  .conforama-active-video {
    width: clamp(164px, 47vw, 206px);
    top: 48.9%;
    border-radius: 1rem;
  }

  .conforama-flat-phone {
    width: min(72%, 286px);
    border-radius: 1.08rem;
    padding: 0.26rem;
  }

  .conforama-active-video-flat {
    border-radius: 0.82rem;
  }

  .conforama-selector {
    width: min(100%, 340px);
    justify-content: center;
    gap: 0.14rem;
    padding-top: 0;
    padding-right: 0.04rem;
    margin-top: -0.2rem;
  }

  .conforama-card {
    flex-basis: 48px;
    width: 48px;
    gap: 0.12rem;
  }

  .conforama-card-frame {
    border-radius: 0.54rem;
    min-height: 76px;
  }

  .conforama-card-title {
    font-size: 0.35rem;
  }

  .campaign-card {
    gap: 0.42rem;
  }

  .campaign-card-frame {
    border-radius: 1.12rem;
    min-height: clamp(168px, 48vw, 260px);
  }

  .campaign-card-title {
    font-size: 0.82rem;
  }

  .campaign-card-subtitle {
    font-size: 0.62rem;
  }

  .trust-marquee {
    border-radius: 0.9rem;
    padding-block: 0.68rem;
  }

  .trust-marquee::before,
  .trust-marquee::after {
    width: 1.2rem;
  }

  .trust-marquee-group {
    gap: 0.24rem;
    padding-inline: 0.24rem;
  }

  .trust-logo-item {
    min-width: 78px;
    height: 50px;
    border-radius: 0.7rem;
    padding: 0.3rem 0.32rem 0.24rem;
  }

  .trust-logo-img {
    max-width: 56px;
    max-height: 19px;
  }

  .trust-logo-name {
    font-size: 0.36rem;
    letter-spacing: 0.05em;
  }

  .about-founder {
    padding: 0.84rem 0.92rem 0.88rem;
    border-radius: 0.9rem;
  }

  .about-founder-title {
    font-size: clamp(1.25rem, 7vw, 1.7rem);
  }

  .about-founder-text {
    font-size: 0.92rem;
  }

  .about-founder-band {
    padding: 0.68rem 0 0.78rem;
  }

  .about-founder-shell {
    padding-top: 0.1rem;
    padding-bottom: 0.06rem;
  }

  .qte-media-layout {
    gap: 0.86rem;
    width: 100%;
    overflow: hidden;
  }

  .qte-main-phone {
    width: min(79vw, 318px);
  }

  .active-reel-sound-toggle {
    top: 0.62rem;
    right: 0.62rem;
    width: 2rem;
    height: 2rem;
  }

  .short-video-ui {
    padding: 0.7rem 0.5rem 0.76rem;
  }

  .short-video-ui .short-video-caption,
  .short-video-ui .short-video-sound {
    display: none;
  }

  .short-video-ui .short-video-handle {
    font-size: 0.55rem;
  }

  .short-video-action svg {
    width: 0.82rem;
    height: 0.82rem;
  }

  .short-video-action span {
    font-size: 0.42rem;
  }

  .video-hud {
    left: 0.45rem;
    right: 0.45rem;
    bottom: 0.4rem;
  }

  .video-hud .video-hud-track {
    height: 2px;
  }

  .reel-selector {
    display: flex;
    width: 100%;
    max-width: none;
    gap: 0.52rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0.8rem;
    padding-inline: 0.1rem 0.8rem;
    padding-bottom: 0.28rem;
    box-sizing: border-box;
    overscroll-behavior-x: contain;
  }

  .reel-selector::-webkit-scrollbar {
    display: none;
  }

  .reel-card {
    flex: 0 0 92px;
    width: 92px;
    aspect-ratio: 9 / 16;
    border-radius: 0.82rem;
    scroll-snap-align: center;
  }

  .reel-card.is-active {
    flex-basis: 110px;
    width: 110px;
  }

  .reel-card-title {
    font-size: 0.66rem;
  }

  .reel-card-subtitle {
    font-size: 0.42rem;
    letter-spacing: 0.08em;
  }

  .nav-meta-links {
    gap: 0.12rem;
    margin-left: 0.22rem;
    flex: 0 0 auto;
  }

  .nav-meta-link {
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    font-size: 0.44rem;
    letter-spacing: 0.06em;
  }

  .nav-meta-link-label {
    display: none;
  }

  .nav-meta-link-short {
    display: none;
  }

  .nav-meta-link-icon {
    width: 0.68rem;
    height: 0.68rem;
  }

  #qte {
    padding-top: 0.4rem !important;
    padding-bottom: 0.45rem !important;
  }

  .qte-intro {
    margin-bottom: 0;
  }

  .qte-media-layout {
    margin-top: 0.72rem !important;
    gap: 0.62rem;
  }

  #expertise {
    padding-top: 0.12rem !important;
    padding-bottom: 0.35rem !important;
  }

  #expertise .border-t {
    padding-top: 0.44rem !important;
  }

  .nav-progress-track {
    left: 0.85rem;
    right: 0.85rem;
  }

  .campaign-wall-cta {
    width: 100%;
    justify-content: center;
  }
}

@keyframes heroBrandTicker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .nav-link,
  .nav-state-label,
  .nav-shell,
  #qte::after,
  .qte-red-halo,
  .video-hud-fill,
  .reel-card {
    transition: none;
    animation: none;
  }

  .short-video-ui,
  .video-hud {
    display: none;
  }

  .hero-teaser-hud {
    display: none;
  }

  .hero-brand-ticker-track {
    animation: none;
  }

  .hero-activated-feedback {
    transition: none;
  }

  .nav-link:hover {
    letter-spacing: inherit;
    transform: none;
  }
}

/* ================================================================
   SHOWCASE — 3D PHONE SECTION
   ================================================================ */

.showcase-section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background: var(--ink);
}

/* Heading */
.showcase-heading {
  text-align: center;
  margin-bottom: 2.8rem;
}

.showcase-kicker {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--accent);
  margin-bottom: 0.8rem;
}

.showcase-title {
  font-family: Anton, sans-serif;
  font-size: clamp(2rem, 5.2vw, 4.4rem);
  text-transform: uppercase;
  line-height: 0.96;
  letter-spacing: 0.01em;
  color: var(--text);
  margin-bottom: 0.9rem;
}

.showcase-subtitle {
  color: var(--accent);
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  max-width: 46ch;
  margin: 0 auto;
  line-height: 1.55;
}

/* Stage & scene */
.showcase-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem 2rem;
}

.showcase-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 50% 55%, rgba(176, 24, 45, 0.16) 0%, transparent 70%),
    radial-gradient(ellipse 70% 30% at 50% 90%, rgba(255, 102, 119, 0.06) 0%, transparent 60%);
}

.showcase-scene {
  perspective: 1600px;
  perspective-origin: 50% 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}

/* ── Phone + swipe hint wrapper ── */
.showcase-phone-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Perspective here = shared 3D context for phone children */
  perspective: 900px;
  perspective-origin: 50% 40%;
}

/* Remove the old duplicated backplate that looked like a dark background slab */
.showcase-phone-wrap::before {
  content: none;
}

/* ── Phone chassis ── */
.showcase-phone {
  --showcase-phone-depth: 24px;
  position: relative;
  height: min(80vh, 660px);
  width: auto;
  aspect-ratio: 9 / 19.5;
  border-radius: 3.2rem;
  /* Stronger directional gradient — top-left lit, bottom-right in shadow */
  background: linear-gradient(
    145deg,
    #3c3c3e 0%,
    #2e2e30 12%,
    #1e1e20 35%,
    #181819 60%,
    #0e0e10 100%
  );
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 80px 160px rgba(0, 0, 0, 0.88),
    0 32px 64px rgba(0, 0, 0, 0.6),
    0 6px 18px rgba(0, 0, 0, 0.45),
    /* rim highlights — simulate edge bevels */
    inset 0 1.5px 0 rgba(255, 255, 255, 0.30),
    inset 0 -1px 0 rgba(0, 0, 0, 0.65),
    inset 1.5px 0 0 rgba(255, 255, 255, 0.12),
    inset -1px 0 0 rgba(255, 255, 255, 0.04);
  transform-style: preserve-3d;
  overflow: visible;
  will-change: transform;
}

/* Back face to give coherent rear extrusion (instead of a single side strip). */
.showcase-phone::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(
    150deg,
    #232833 0%,
    #151922 46%,
    #0b0d13 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateZ(calc(var(--showcase-phone-depth) * -1));
  pointer-events: none;
  z-index: 0;
}

.showcase-phone::after {
  content: none;
}

/* Side buttons — left */
.showcase-side-left {
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 20%;
  gap: 0;
  transform: translateZ(2px);
  pointer-events: none;
  z-index: 6;
}

.phone-btn-silent {
  display: block;
  width: 3.5px;
  height: 5%;
  background: linear-gradient(180deg, #3c3c3e 0%, #2a2a2c 50%, #3c3c3e 100%);
  border-radius: 999px 0 0 999px;
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), -1px 0 0 rgba(0,0,0,0.3);
  margin-bottom: 2%;
}

.phone-btn-vol-up,
.phone-btn-vol-down {
  display: block;
  width: 3.5px;
  height: 9%;
  background: linear-gradient(180deg, #3c3c3e 0%, #2a2a2c 50%, #3c3c3e 100%);
  border-radius: 999px 0 0 999px;
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), -1px 0 0 rgba(0,0,0,0.3);
  margin-bottom: 2%;
}

/* Side buttons — right */
.showcase-side-right {
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 28%;
  transform: translateZ(2px);
  pointer-events: none;
  z-index: 6;
}

.phone-btn-power {
  display: block;
  width: 3.5px;
  height: 13%;
  background: linear-gradient(180deg, #3c3c3e 0%, #2a2a2c 50%, #3c3c3e 100%);
  border-radius: 0 999px 999px 0;
  box-shadow: inset -1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.3);
}

/* ── 3D depth side panels ── */
.phone-3d-left,
.phone-3d-right,
.phone-3d-top,
.phone-3d-bottom {
  position: absolute;
  pointer-events: none;
  backface-visibility: hidden;
}

/* Left side — visible when phone tilts right */
.phone-3d-left {
  left: 0;
  top: 2.2%;
  width: var(--showcase-phone-depth);
  height: 95.6%;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(to left, rgba(255,255,255,0.16) 0%, #2f3440 10%, #1a1d26 58%, #0f121a 100%);
  transform-origin: left center;
  transform: translateZ(calc(var(--showcase-phone-depth) * -0.5)) rotateY(90deg);
}

/* Right side — visible when phone tilts left */
.phone-3d-right {
  right: 0;
  top: 2.2%;
  width: var(--showcase-phone-depth);
  height: 95.6%;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(to right, rgba(255,255,255,0.16) 0%, #2f3440 10%, #1a1d26 58%, #0f121a 100%);
  transform-origin: right center;
  transform: translateZ(calc(var(--showcase-phone-depth) * -0.5)) rotateY(-90deg);
}

/* Top side — visible when phone tilts down */
.phone-3d-top {
  top: 0;
  left: 2.2%;
  height: var(--showcase-phone-depth);
  width: 95.6%;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to top, rgba(255,255,255,0.14) 0%, #2b303b 12%, #141821 100%);
  transform-origin: top center;
  transform: translateZ(calc(var(--showcase-phone-depth) * -0.5)) rotateX(90deg);
}

/* Bottom side */
.phone-3d-bottom {
  bottom: 0;
  left: 2.2%;
  height: var(--showcase-phone-depth);
  width: 95.6%;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%, #222834 12%, #0f1219 100%);
  transform-origin: bottom center;
  transform: translateZ(calc(var(--showcase-phone-depth) * -0.5)) rotateX(-90deg);
}

/* ── Inner body (bezel + screen + home bar) ── */
.showcase-phone-body {
  position: absolute;
  inset: 5px;
  border-radius: calc(3.2rem - 5px);
  background: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateZ(1px);
  z-index: 7;
}

/* ── Screen ── */
.showcase-screen {
  position: relative;
  flex: 1;
  overflow: hidden;
  background: #080808;
}

/* Dynamic island */
.showcase-notch {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 5%;
  min-height: 22px;
  background: #000;
  border-radius: 999px;
  z-index: 30;
  box-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

/* Main video */
.showcase-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.35s ease;
}

.showcase-video.is-switching {
  opacity: 0.4;
}

/* Loading spinner */
.showcase-spinner {
  position: absolute;
  inset: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.showcase-spinner::after {
  content: '';
  width: 30px;
  height: 30px;
  border: 2.5px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  animation: scShowcaseSpin 0.65s linear infinite;
}

@keyframes scShowcaseSpin {
  to { transform: rotate(360deg); }
}

/* ── TikTok overlay ── */
/* Sound toggle (top-right of phone screen) */
.showcase-sound-toggle {
  position: absolute;
  top: 4.2%;
  right: 4.2%;
  z-index: 26;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(8, 10, 14, 0.42);
  color: rgba(255, 255, 255, 0.96);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.showcase-sound-toggle svg {
  width: 15px;
  height: 15px;
  display: block;
}

.showcase-sound-toggle:hover,
.showcase-sound-toggle:focus-visible {
  background: rgba(176, 24, 45, 0.28);
  border-color: rgba(255, 170, 182, 0.7);
  outline: none;
}

.showcase-sound-toggle.is-muted {
  background: rgba(8, 10, 14, 0.62);
  border-color: rgba(255, 255, 255, 0.24);
}

.showcase-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.42) 25%,
    rgba(0, 0, 0, 0) 50%
  );
}

/* Right action column */
.showcase-actions {
  position: absolute;
  right: 4.2%;
  bottom: 2.2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  pointer-events: auto;
  z-index: 11;
}

.showcase-avatar {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-red), #ff7080);
  border: 1.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.7rem, 2%, 0.9rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  cursor: pointer;
}

.showcase-avatar-plus {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent-red);
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.showcase-action-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 3px;
  cursor: pointer;
}

.showcase-action-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase-action-btn svg {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}

.showcase-action-count {
  font-size: clamp(0.48rem, 1.4%, 0.62rem);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
  letter-spacing: 0.02em;
}

.showcase-disc {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4060, #1a1a2e 50%, #202040);
  border: 1.5px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scDiscSpin 4s linear infinite;
}

.showcase-disc svg {
  width: 55%;
  height: 55%;
}

@keyframes scDiscSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Bottom info (inside each slide overlay) */
.showcase-bottom {
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 22%;
  padding-bottom: 5%;
  gap: 3px;
  pointer-events: none;
  width: 100%;
}

.showcase-bottom-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.showcase-handle {
  font-size: clamp(0.62rem, 1.8%, 0.78rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

.showcase-caption {
  font-size: clamp(0.52rem, 1.5%, 0.66rem);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.35;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  max-width: 95%;
}

.showcase-music-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
}

.showcase-music-row svg {
  flex-shrink: 0;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.8));
}

.showcase-music-text {
  font-size: clamp(0.48rem, 1.35%, 0.6rem);
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

/* ── Swipeable feed ── */
.sc-feed {
  position: absolute;
  inset: 0;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-x pinch-zoom;
  user-select: none;
  z-index: 1;
}

.sc-feed.is-dragging {
  cursor: grabbing;
}

.sc-slide {
  position: absolute;
  inset: 0;
  will-change: transform;
  backface-visibility: hidden;
}

.sc-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
}

/* ── Swipe hint — glass pill beside the phone ── */
.sc-swipe-hint {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.88);
  z-index: 24;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.42s ease, transform 0.52s cubic-bezier(0.21, 0.7, 0.2, 1);
  /* Glass pill */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 0 24px;
  width: 78px;
  min-height: 192px;
  background: rgba(8, 10, 14, 0.3);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.sc-swipe-hint.is-visible {
  opacity: 0.88;
  transform: translate(-50%, -50%) scale(1);
  animation: scSwipeHintFloat 2.7s ease-in-out infinite, scSwipeHintPulse 2.3s ease-in-out infinite;
}

.sc-swipe-hint.is-gone {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

@keyframes scSwipeHintFloat {
  0%, 100% {
    margin-top: -2px;
  }
  50% {
    margin-top: 2px;
  }
}

@keyframes scSwipeHintPulse {
  0%, 100% {
    box-shadow:
      0 8px 32px rgba(0, 0, 0, 0.45),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  50% {
    box-shadow:
      0 10px 36px rgba(176, 24, 45, 0.38),
      0 0 0 1px rgba(255, 170, 182, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }
}

/* Chevrons arrow group */
.sc-swipe-arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.7));
}

.sc-chev {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.85);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.85);
  transform: rotate(-135deg);
}

.sc-chev:nth-child(1) { animation: scChevFloat 1.7s ease-in-out 0s infinite; }
.sc-chev:nth-child(2) { animation: scChevFloat 1.7s ease-in-out 0.22s infinite; }
.sc-chev:nth-child(3) { animation: scChevFloat 1.7s ease-in-out 0.44s infinite; }

@keyframes scChevFloat {
  0%, 100% { opacity: 0.2;  transform: rotate(-135deg) translate(0, 0); }
  50%       { opacity: 1;   transform: rotate(-135deg) translate(-2px, -2px); }
}

/* Touch/swipe icon */
.sc-swipe-icon {
  opacity: 0.96;
  flex-shrink: 0;
  transform: scale(1.16);
}

/* "Swipe" label */
.sc-swipe-label {
  font-family: Inter, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1;
  padding-bottom: 0;
}

.sc-swipe-subcopy {
  font-family: Inter, sans-serif;
  font-size: 0.46rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1;
}

/* Responsive: below the phone on very small screens */
@media (max-width: 560px) {
  .showcase-sound-toggle {
    top: 4.7%;
    right: 4%;
    width: 32px;
    height: 32px;
  }

  .sc-swipe-hint {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) scale(0.86);
    width: 68px;
    min-height: 166px;
    gap: 7px;
    padding: 22px 0 18px;
  }
  .sc-swipe-hint.is-visible {
    transform: translate(-50%, -50%) scale(1);
  }
  .sc-swipe-hint.is-gone {
    transform: translate(-50%, -50%) scale(0.88);
  }
}

/* ── Side dots indicator ── */
.sc-dots {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  pointer-events: none;
}

.sc-dot {
  display: block;
  width: 3px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transition: background 0.3s ease, height 0.3s ease, box-shadow 0.3s ease;
}

.sc-dot.is-active {
  background: rgba(255, 255, 255, 0.92);
  height: 22px;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

/* ── Thumbnail strip below phone ── */
.sc-thumbs-row {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
  max-width: min(100%, 92vw);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 10px 4px 2px;
}

.sc-thumb-item {
  flex-shrink: 0;
  width: 88px;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  outline: none;
}

.sc-thumb-item video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.sc-thumb-item.is-active {
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.55);
}

.sc-thumb-item:not(.is-active):hover {
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.sc-thumb-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 3px 4px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 55%);
  font-size: 0.52rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  pointer-events: none;
  z-index: 2;
}

/* Old single-thumb CSS (kept for fallback, overridden by sc-thumb-item) */
.showcase-thumb {
  display: none;
}

.showcase-thumb video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.showcase-thumb.is-active {
  border-color: rgba(255, 255, 255, 0.95);
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.showcase-thumb:not(.is-active):hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.04);
}

.showcase-thumb:focus-visible {
  border-color: var(--accent-red);
}

/* Label on thumb (number overlay) */
.showcase-thumb-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 2px 3px;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
  font-size: 0.45rem;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
  pointer-events: none;
  z-index: 2;
}

/* Progress bar */
.showcase-progress-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 15;
}

.showcase-progress-bar {
  height: 100%;
  width: 0%;
  background: rgba(255, 255, 255, 0.8);
  transform-origin: left;
  transition: none;
}

/* ── Home indicator ── */
.showcase-home-bar {
  height: 18px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase-home-pill {
  display: block;
  width: 32%;
  height: 3.5px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

/* ── Responsive ── */
@media (min-width: 1024px) {
  .showcase-subtitle {
    max-width: min(68ch, 78vw);
  }
}

@media (min-width: 640px) {
  .showcase-phone {
    height: min(84vh, 700px);
  }
}

@media (max-width: 480px) {
  .showcase-phone {
    --showcase-phone-depth: 18px;
    height: min(82vh, 620px);
    border-radius: 2.4rem;
  }

  .sc-thumbs-row {
    justify-content: flex-start;
    padding-inline: 10px;
  }

  .showcase-phone-body {
    border-radius: calc(2.4rem - 5px);
  }
}
