/* SCENE 01 — HERO */
.scene-hero {
  min-height: 100svh;
  padding: 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: var(--text-light);
}

.scene-hero__bg {
  position: absolute;
  inset: 0;
}

.scene-hero__media {
  width: 100%;
  height: 100%;
  will-change: transform;
  transform: scale(1.1);
  transform-origin: 58% 26%;
}

.scene-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 18%;
  animation: heroBreath 58s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
  will-change: transform;
}

.scene-hero__media .photo-grade--warm {
  filter: contrast(1.04) saturate(0.94) brightness(1.03) sepia(0.04) blur(0.25px);
}

@keyframes heroBreath {
  0% { transform: scale(1.018) translate3d(0, 0, 0); }
  100% { transform: scale(1.048) translate3d(-0.35%, -0.2%, 0); }
}

/* Editorial left panel + clear face focal zone */
.scene-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(108deg, rgba(32, 26, 20, 0.82) 0%, rgba(42, 34, 28, 0.62) 14%, rgba(52, 42, 34, 0.28) 28%, transparent 46%),
    linear-gradient(180deg, rgba(38, 30, 24, 0.28) 0%, transparent 38%, rgba(28, 22, 18, 0.42) 100%);
}

.scene-hero__contrast {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 48% 58% at 58% 30%, transparent 0%, transparent 52%, rgba(28, 22, 18, 0.12) 72%, rgba(20, 16, 12, 0.28) 100%);
  mix-blend-mode: multiply;
  opacity: 0.65;
  pointer-events: none;
}

.scene-hero__focus {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 38% 46% at 58% 26%, rgba(255, 215, 155, 0.1) 0%, rgba(255, 200, 130, 0.04) 38%, transparent 58%);
  pointer-events: none;
}

/* Directional cinematic key light — top-right, physical falloff */
.scene-hero__cinelight {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(128deg, rgba(255, 228, 185, 0.14) 0%, rgba(255, 200, 140, 0.06) 18%, transparent 42%),
    radial-gradient(ellipse 55% 48% at 72% 22%, rgba(255, 210, 150, 0.11) 0%, rgba(255, 190, 120, 0.04) 35%, transparent 62%);
  mix-blend-mode: soft-light;
  animation: heroCinelight 44s var(--ease-cine) infinite alternate;
  pointer-events: none;
  will-change: opacity;
}

@keyframes heroCinelight {
  0% { opacity: 0.55; }
  100% { opacity: 0.82; }
}

.scene-hero__falloff {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(108deg, rgba(18, 14, 10, 0.38) 0%, rgba(28, 22, 18, 0.12) 22%, transparent 48%),
    radial-gradient(ellipse 70% 60% at 62% 32%, transparent 0%, transparent 40%, rgba(20, 16, 12, 0.08) 68%, rgba(16, 12, 10, 0.18) 100%);
  pointer-events: none;
}

.scene-hero__depth {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 35% 50% at 0% 55%, rgba(255, 228, 190, 0.07) 0%, transparent 72%),
    radial-gradient(ellipse 40% 35% at 100% 15%, rgba(72, 58, 44, 0.14) 0%, transparent 68%),
    radial-gradient(ellipse 50% 30% at 100% 90%, rgba(58, 46, 36, 0.12) 0%, transparent 65%);
  animation: heroDepth 42s var(--ease-cine) infinite alternate;
  pointer-events: none;
}

@keyframes heroDepth {
  0% { opacity: 0.75; }
  100% { opacity: 0.9; }
}

/* Haze — edges only, clean top */
.scene-hero__haze {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 236, 210, 0.06) 0%, transparent 8%, transparent 74%, rgba(255, 228, 190, 0.05) 100%),
    linear-gradient(180deg, transparent 0%, transparent 14%, transparent 88%, rgba(255, 220, 180, 0.06) 100%);
  mask-image:
    radial-gradient(ellipse 88% 78% at 55% 48%, transparent 44%, #000 100%);
  -webkit-mask-image:
    radial-gradient(ellipse 88% 78% at 55% 48%, transparent 44%, #000 100%);
  animation: heroHaze 48s var(--ease-cine) infinite alternate;
  background-size: 100% 100%, 100% 100%;
  pointer-events: none;
  will-change: opacity;
}

@keyframes heroHaze {
  0% { opacity: 0.2; background-position: 0% 0%, 0% 0%; }
  100% { opacity: 0.34; background-position: 1.5% 0.5%, 0% 1%; }
}

.scene-hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  box-shadow:
    inset 0 0 80px rgba(24, 18, 14, 0.28),
    inset 0 0 200px rgba(20, 16, 12, 0.22),
    inset 0 -60px 90px rgba(28, 22, 18, 0.2);
  pointer-events: none;
}

.scene-hero__bloom {
  position: absolute;
  top: 18%;
  right: 6%;
  z-index: 2;
  width: min(480px, 50vw);
  height: min(480px, 50vw);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 215, 155, 0.14) 0%, rgba(255, 190, 120, 0.05) 32%, rgba(255, 170, 100, 0.02) 50%, transparent 72%);
  filter: blur(26px);
  animation: heroBloom 40s var(--ease-cine) infinite alternate;
  pointer-events: none;
  will-change: opacity, filter;
}

@keyframes heroBloom {
  0% { opacity: 0.38; filter: blur(26px) brightness(1); }
  100% { opacity: 0.58; filter: blur(28px) brightness(1.06); }
}

.scene-hero__glow {
  display: none;
}

.scene-hero__light {
  position: absolute;
  top: 16%;
  right: 10%;
  z-index: 2;
  width: min(400px, 44vw);
  height: min(400px, 44vw);
  border-radius: 50%;
  background: radial-gradient(circle at 45% 40%, rgba(255, 238, 205, 0.1) 0%, rgba(255, 220, 170, 0.04) 40%, transparent 68%);
  filter: blur(18px);
  animation: heroLight 42s var(--ease-cine) infinite alternate;
  pointer-events: none;
  will-change: opacity;
}

.scene-hero__light--secondary {
  top: auto;
  right: auto;
  bottom: 14%;
  left: 3%;
  width: min(280px, 34vw);
  height: min(280px, 34vw);
  background: radial-gradient(circle, rgba(196, 165, 116, 0.07) 0%, transparent 72%);
  animation: heroLightSecondary 46s var(--ease-cine) infinite alternate;
}

@keyframes heroLight {
  0% { opacity: 0.26; }
  100% { opacity: 0.44; }
}

@keyframes heroLightSecondary {
  0% { opacity: 0.16; }
  100% { opacity: 0.3; }
}

/* Dust particles — sparse, edge-weighted, not in center face zone */
.scene-hero__particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.26;
  background-image:
    radial-gradient(1px 1px at 8% 18%, rgba(255, 240, 215, 0.55) 0%, transparent 100%),
    radial-gradient(1px 1px at 92% 12%, rgba(255, 236, 210, 0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 78% 78%, rgba(255, 228, 190, 0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 12% 82%, rgba(255, 240, 215, 0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 6% 48%, rgba(255, 236, 210, 0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 94% 52%, rgba(255, 228, 190, 0.22) 0%, transparent 100%);
  background-size: 100% 100%;
  animation: heroParticles 48s var(--ease-cine) infinite alternate;
  pointer-events: none;
  will-change: opacity;
}

.scene-hero__particles--far {
  z-index: 1;
  opacity: 0.14;
  filter: blur(0.4px);
  background-size: 100% 100%;
  background-image:
    radial-gradient(1px 1px at 4% 32%, rgba(255, 236, 210, 0.28) 0%, transparent 100%),
    radial-gradient(1px 1px at 96% 38%, rgba(255, 228, 190, 0.22) 0%, transparent 100%),
    radial-gradient(1px 1px at 88% 88%, rgba(255, 240, 215, 0.18) 0%, transparent 100%);
  animation: heroParticlesFar 52s var(--ease-cine) infinite alternate;
  will-change: opacity;
}

@keyframes heroParticles {
  0% { opacity: 0.14; background-position: 0% 0%; }
  100% { opacity: 0.24; background-position: 1.2% -0.8%; }
}

@keyframes heroParticlesFar {
  0% { opacity: 0.08; background-position: 0% 0%; }
  100% { opacity: 0.16; background-position: -1% 0.6%; }
}

/* Film texture — analog softness + editorial grain */
.scene-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.034;
  mix-blend-mode: overlay;
  background-image: var(--grain);
  animation: grainShift 16s steps(10) infinite;
  pointer-events: none;
}

.scene-hero__film {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.045;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(ellipse 80% 70% at 55% 40%, rgba(255, 240, 220, 0.08) 0%, transparent 65%),
    linear-gradient(180deg, rgba(255, 235, 210, 0.04) 0%, transparent 40%, rgba(40, 32, 26, 0.06) 100%);
  pointer-events: none;
}

.scene-hero__halation {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: radial-gradient(ellipse 28% 34% at 58% 24%, rgba(255, 210, 150, 0.07) 0%, transparent 72%);
  mix-blend-mode: screen;
  filter: blur(8px);
  opacity: 0.7;
  animation: heroHalation 50s var(--ease-cine) infinite alternate;
  pointer-events: none;
}

@keyframes heroHalation {
  0% { opacity: 0.5; }
  100% { opacity: 0.75; }
}

.scene-hero__foreground {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24%;
  z-index: 3;
  background: linear-gradient(0deg, rgba(42, 34, 28, 0.2) 0%, transparent 100%);
  mask-image: linear-gradient(0deg, #000 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000 0%, transparent 100%);
  pointer-events: none;
}

.scene-hero__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100svh;
  padding: calc(var(--header-h) + clamp(3rem, 10vh, 7.5rem)) var(--gutter) var(--space-5);
  max-width: min(32rem, 40vw);
  gap: 0;
}

.scene-hero__content::before {
  content: '';
  position: absolute;
  top: 4%;
  left: calc(var(--gutter) * -0.5);
  width: min(30rem, 42vw);
  height: 78%;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(28, 22, 18, 0.55) 0%, rgba(38, 30, 24, 0.35) 50%, transparent 100%);
  pointer-events: none;
}

.scene-hero__copy {
  margin-bottom: var(--space-5);
  padding-left: 0.15rem;
}

.scene-hero__headline {
  font-family: var(--font-display);
  font-size: clamp(1.625rem, 2.8vw, 2.55rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0.015em;
  color: rgba(248, 242, 232, 0.96);
  text-wrap: balance;
  margin-bottom: var(--space-3);
  text-shadow: 0 2px 28px rgba(12, 10, 8, 0.45);
}

.scene-hero__sub {
  font-family: var(--font-body);
  font-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(232, 220, 200, 0.88);
  max-width: 25rem;
  text-wrap: pretty;
  text-shadow: 0 1px 16px rgba(12, 10, 8, 0.35);
}

[data-hero-parallax] {
  transition: transform 2.2s var(--ease-cine);
  will-change: transform;
}

.scene-hero__content .btn--luxury-hero {
  align-self: flex-start;
}

.scene-hero__tagline {
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.45;
  color: var(--text-muted);
  margin-bottom: var(--space-4);
  max-width: 100%;
  text-wrap: pretty;
  hyphens: none;
}

@media (min-width: 900px) {
  .scene-hero__tagline {
    max-width: 28rem;
  }

  .scene-hero__tagline .text-phrase {
    white-space: nowrap;
    display: block;
  }
}

.scene-hero__scroll {
  position: absolute;
  bottom: var(--space-4);
  left: var(--gutter);
  z-index: 4;
  opacity: 0.45;
}

.scene-hero__scroll span {
  display: block;
  width: 1px;
  height: 2.5rem;
  background: linear-gradient(180deg, transparent, rgba(232, 220, 200, 0.55));
  animation: scrollCue 2.4s var(--ease-cine) infinite;
}

@keyframes scrollCue {
  0%, 100% { opacity: 0.3; transform: scaleY(0.55); transform-origin: top; }
  50% { opacity: 0.8; transform: scaleY(1); }
}

@media (max-width: 899px) {
  .scene-hero__tagline .text-phrase {
    display: inline;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .scene-hero__overlay {
    background:
      linear-gradient(0deg, rgba(48, 38, 30, 0.58) 0%, rgba(58, 46, 36, 0.32) 42%, transparent 72%),
      linear-gradient(108deg, rgba(255, 242, 220, 0.22) 0%, transparent 28%);
  }

  .scene-hero__content {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    max-width: 100%;
    padding-top: calc(var(--header-h) + var(--space-3));
    padding-bottom: var(--space-5);
  }

  .scene-hero__headline {
    font-size: clamp(1.375rem, 5.5vw, 1.75rem);
    color: rgba(248, 242, 232, 0.96);
  }

  .scene-hero__sub {
    max-width: 100%;
    font-size: 0.9375rem;
    color: rgba(232, 220, 200, 0.88);
  }

  .scene-hero__content .btn--luxury-hero {
    align-self: center;
  }

  .scene-hero__tagline {
    max-width: 100%;
    text-wrap: pretty;
  }

  .scene-hero__media {
    transform: scale(1.06);
    transform-origin: 60% 22%;
  }

  .scene-hero__scroll span {
    background: linear-gradient(180deg, transparent, rgba(250, 247, 242, 0.65));
  }

  .scene-hero__scroll {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* SCENE 02 — QUOTE IVORY */
.scene-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--space-3);
  padding-bottom: 0;
}

/* SCENE 03 — ABOUT */
.scene-about {
  padding-block: clamp(6rem, 14vh, 10.5rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(252, 248, 242, 0.45) 0%, var(--ivory) 20%, var(--ivory) 78%, rgba(248, 242, 232, 0.4) 100%);
}

.scene-about__container {
  overflow: visible;
}

.scene-about__grid {
  position: relative;
  display: grid;
  gap: clamp(4rem, 9vw, 8rem);
  align-items: start;
}

/* Golden bridge — collage ↔ text */
.scene-about__bridge {
  display: none;
}

.scene-about__visual {
  position: relative;
  min-height: clamp(500px, 64vw, 760px);
  overflow: visible;
  isolation: isolate;
}

.scene-about__atmosphere {
  position: absolute;
  inset: -14% -12%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 68% 58% at 28% 42%, rgba(255, 236, 210, 0.13) 0%, transparent 62%),
    radial-gradient(ellipse 42% 38% at 92% 12%, rgba(196, 165, 116, 0.07) 0%, transparent 68%);
  animation: aboutAmbience 42s var(--ease-cine) infinite alternate;
}

.scene-about__cinema {
  position: absolute;
  inset: -8%;
  z-index: 6;
  pointer-events: none;
  background:
    linear-gradient(148deg, rgba(255, 242, 224, 0.05) 0%, transparent 38%, rgba(48, 38, 28, 0.03) 100%),
    radial-gradient(ellipse 88% 82% at 48% 48%, transparent 46%, rgba(24, 18, 14, 0.045) 100%);
  mix-blend-mode: multiply;
  opacity: 0.85;
  animation: aboutCinema 40s var(--ease-cine) infinite alternate;
}

@keyframes aboutAmbience {
  0% { opacity: 0.75; transform: translate3d(0, 0, 0); }
  100% { opacity: 1; transform: translate3d(-4px, -3px, 0); }
}

@keyframes aboutCinema {
  0% { opacity: 0.72; }
  100% { opacity: 0.92; }
}

.scene-about__visual::before {
  content: '';
  position: absolute;
  inset: -5%;
  z-index: 8;
  pointer-events: none;
  opacity: 0.02;
  mix-blend-mode: soft-light;
  background-image: var(--grain);
  animation: grainShift 20s steps(10) infinite;
}

.scene-about__visual::after {
  content: '';
  position: absolute;
  inset: -8%;
  z-index: 7;
  pointer-events: none;
  background: radial-gradient(ellipse 84% 80% at 44% 48%, transparent 50%, rgba(20, 16, 12, 0.055) 100%);
}

.scene-about__frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: clamp(1.75rem, 2vw, 2rem);
  will-change: transform;
  transition:
    transform 1.6s var(--ease-cine),
    box-shadow 1.6s var(--ease-cine),
    filter 1.6s var(--ease-cine);
  filter: saturate(0.97) contrast(0.985);
}

.scene-about__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(168deg, rgba(255, 240, 220, 0.05) 0%, transparent 44%, rgba(72, 56, 40, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 28%, rgba(255, 250, 242, 0.02) 100%);
  mix-blend-mode: soft-light;
}

.scene-about__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 56px rgba(20, 16, 12, 0.08),
    inset 0 0 110px rgba(20, 16, 12, 0.035);
}

.scene-about__frame--deep {
  box-shadow:
    0 1px 2px rgba(20, 18, 16, 0.04),
    0 16px 40px rgba(20, 18, 16, 0.06),
    0 32px 72px rgba(20, 18, 16, 0.09),
    0 56px 120px rgba(20, 18, 16, 0.07);
}

.scene-about__frame--lift {
  box-shadow:
    0 2px 4px rgba(20, 18, 16, 0.05),
    0 20px 48px rgba(20, 18, 16, 0.08),
    0 40px 88px rgba(20, 18, 16, 0.1),
    0 64px 140px rgba(196, 165, 116, 0.06);
}

.scene-about__frame--accent {
  box-shadow:
    0 1px 3px rgba(20, 18, 16, 0.04),
    0 12px 32px rgba(20, 18, 16, 0.06),
    0 28px 64px rgba(20, 18, 16, 0.07),
    0 48px 96px rgba(20, 18, 16, 0.05);
}

/* Hero — dominant image ~68% visual weight */
.scene-about__main {
  position: relative;
  z-index: 2;
  width: 92%;
  aspect-ratio: 3 / 4;
  margin-left: -14%;
  margin-top: -1%;
  transform: rotate(-3.2deg);
  transition: transform 1.8s var(--ease-cine);
}

.scene-about__main .scene-about__frame--deep {
  box-shadow:
    0 2px 4px rgba(20, 18, 16, 0.05),
    0 20px 52px rgba(20, 18, 16, 0.07),
    0 40px 88px rgba(20, 18, 16, 0.1),
    0 72px 148px rgba(20, 18, 16, 0.08);
}

.scene-about__main img {
  object-position: 48% 30%;
}

.scene-about__float {
  position: absolute;
  z-index: 3;
  margin: 0;
  transform-origin: center center;
  transition: transform 1.8s var(--ease-cine);
}

/* Bottom — microphone */
.scene-about__float--1 {
  top: auto;
  bottom: -10%;
  right: -9%;
  left: auto;
  width: 54%;
  aspect-ratio: 5 / 4;
  z-index: 4;
  transform: rotate(2deg) translateY(-3cm);
}

.scene-about__float--1 img {
  object-position: 50% 40%;
}

/* Top — embrace */
.scene-about__float--2 {
  top: -5%;
  bottom: auto;
  right: 2%;
  width: 42%;
  aspect-ratio: 4 / 5;
  z-index: 5;
  transform: rotate(-3deg);
}

.scene-about__float--2 img {
  object-position: 50% 36%;
}

/* Independent hover */
.scene-about__main:hover {
  transform: rotate(-2.2deg) translate3d(-4px, -6px, 0);
}

.scene-about__float--1:hover {
  transform: rotate(2.75deg) translate3d(6px, calc(10px - 3cm), 0) scale(1.015);
}

.scene-about__float--2:hover {
  transform: rotate(-3deg) translate3d(0, -5px, 0) scale(1.012);
}

.scene-about__main:hover .scene-about__frame--deep {
  box-shadow:
    0 2px 4px rgba(20, 18, 16, 0.05),
    0 24px 56px rgba(20, 18, 16, 0.09),
    0 48px 96px rgba(20, 18, 16, 0.11),
    0 72px 140px rgba(20, 18, 16, 0.08);
}

.scene-about__float--1:hover .scene-about__frame--lift {
  box-shadow:
    0 4px 8px rgba(20, 18, 16, 0.06),
    0 28px 64px rgba(20, 18, 16, 0.1),
    0 52px 108px rgba(20, 18, 16, 0.12),
    0 80px 160px rgba(196, 165, 116, 0.08);
}

.scene-about__float--2:hover .scene-about__frame--accent {
  box-shadow:
    0 4px 8px rgba(20, 18, 16, 0.05),
    0 24px 56px rgba(20, 18, 16, 0.09),
    0 48px 96px rgba(20, 18, 16, 0.11),
    0 72px 130px rgba(20, 18, 16, 0.07);
}

.scene-about__main:hover .scene-about__photo {
  transform: scale(1.025);
}

.scene-about__float--1:hover .scene-about__photo {
  transform: scale(1.03);
}

.scene-about__float--2:hover .scene-about__photo {
  transform: scale(1.028);
}

.scene-about__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.85s var(--ease-cine);
}

.scene-about__photo--drift {
  animation: aboutDriftMain 44s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}

.scene-about__photo--float-mic {
  animation: aboutDriftMic 40s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}

.scene-about__photo--float-embrace {
  animation: aboutDriftEmbrace 48s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
  animation-delay: -8s;
}

@keyframes aboutDriftMain {
  0% { transform: scale(1.02) translate3d(0, 0, 0); }
  100% { transform: scale(1.035) translate3d(-1px, -2px, 0); }
}

@keyframes aboutDriftMic {
  0% { transform: scale(1.03) translate3d(0, 0, 0); }
  100% { transform: scale(1.045) translate3d(2px, 3px, 0); }
}

@keyframes aboutDriftEmbrace {
  0% { transform: scale(1.03) translate3d(0, 0, 0); }
  100% { transform: scale(1.045) translate3d(-2px, -4px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .scene-about__main:hover,
  .scene-about__float--1:hover,
  .scene-about__float--2:hover {
    transform: none;
  }

  .scene-about__main:hover .scene-about__photo,
  .scene-about__float--1:hover .scene-about__photo,
  .scene-about__float--2:hover .scene-about__photo {
    transform: none;
  }

  .scene-about__atmosphere,
  .scene-about__cinema {
    animation: none;
  }

  .scene-about__visual::before {
    animation: none;
  }
}

.scene-about__copy {
  position: relative;
  max-width: min(21rem, 100%);
  padding: clamp(2rem, 5vh, 4.5rem) clamp(0.5rem, 2vw, 1.25rem) clamp(1rem, 2vh, 2rem) 0;
  box-sizing: border-box;
}

.scene-about__copy .label {
  margin-bottom: clamp(1.75rem, 3.5vh, 2.25rem);
  letter-spacing: 0.24em;
  color: rgba(196, 165, 116, 0.72);
  white-space: normal;
  text-wrap: balance;
}

.scene-about__copy .heading-xl {
  margin-bottom: clamp(2rem, 4vh, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: rgba(20, 18, 16, 0.84);
  white-space: normal;
  text-wrap: balance;
}

.scene-about__kicker {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.55vw, 1.3125rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.72;
  letter-spacing: 0.025em;
  color: rgba(196, 165, 116, 0.88);
  text-wrap: pretty;
  margin-bottom: clamp(2.75rem, 5.5vh, 4rem);
  max-width: 100%;
  padding-left: 0;
}

.scene-about__kicker::before {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  margin-bottom: 1.375rem;
  background: linear-gradient(90deg, rgba(196, 165, 116, 0.5) 0%, transparent 100%);
}

.scene-about__lead {
  font-family: var(--font-display);
  font-size: clamp(1.1875rem, 1.8vw, 1.375rem);
  font-weight: 300;
  font-style: italic;
  line-height: 2;
  letter-spacing: 0.012em;
  color: rgba(20, 18, 16, 0.72);
  text-wrap: pretty;
  margin-bottom: clamp(2.5rem, 5vh, 3.5rem);
  max-width: 100%;
}

.scene-about__text {
  font-family: var(--font-body);
  font-size: clamp(0.9375rem, 1.1vw, 1.03125rem);
  font-weight: 300;
  line-height: 2.05;
  letter-spacing: 0.02em;
  color: rgba(107, 100, 92, 0.76);
  text-wrap: pretty;
  max-width: 100%;
}

@media (min-width: 900px) {
  .scene-about__bridge {
    display: block;
    position: absolute;
    left: 56%;
    top: 14%;
    bottom: 16%;
    width: 1px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(196, 165, 116, 0.1) 20%,
      rgba(196, 165, 116, 0.22) 50%,
      rgba(196, 165, 116, 0.12) 80%,
      transparent 100%
    );
    transform: translateX(-50%) rotate(-0.75deg);
    opacity: 0.55;
  }

  .scene-about__grid {
    grid-template-columns: 1.28fr 0.72fr;
    gap: clamp(4.5rem, 9vw, 9rem);
    align-items: start;
  }

  .scene-about__copy {
    padding-left: 0;
    padding-right: clamp(1rem, 2.5vw, 2rem);
    padding-top: clamp(2.5rem, 7vh, 5rem);
    max-width: 100%;
  }

  .scene-about__main {
    width: 94%;
    margin-left: -16%;
    margin-top: -2%;
  }

  .scene-about__float--1 {
    right: -14%;
    bottom: -18%;
    width: 56%;
  }

  .scene-about__float--2 {
    top: -6%;
    right: -2%;
    width: 44%;
  }
}

@media (max-width: 899px) {
  .scene-about {
    padding-block: var(--space-5);
    overflow: hidden;
  }

  .scene-about__visual {
    min-height: 420px;
    margin-bottom: var(--space-5);
  }

  .scene-about__main {
    width: 84%;
    margin-left: -6%;
    margin-top: 0;
    transform: rotate(-2.5deg);
  }

  .scene-about__float--1 {
    width: 52%;
    right: -6%;
    bottom: -8%;
    transform: rotate(2deg) translateY(-3cm);
  }

  .scene-about__float--2 {
    width: 40%;
    top: -4%;
    right: 0;
    transform: rotate(-3deg);
  }

  .scene-about__copy {
    max-width: 100%;
    padding-top: var(--space-5);
  }

  .scene-about__lead,
  .scene-about__text,
  .scene-about__kicker {
    max-width: 100%;
  }
}

/* SCENE 04 — ATMOSPHERE */
.scene-atmosphere {
  min-height: 75svh;
  padding: 0;
  overflow: hidden;
}

.scene-atmosphere__figure {
  position: relative;
  min-height: 75svh;
  margin: 0;
}

.scene-atmosphere__media {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.scene-atmosphere__media img {
  width: 100%;
  height: 100%;
  min-height: 75svh;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.08);
}

.scene-atmosphere__figure.is-active .scene-atmosphere__media img {
  animation: cameraDrift 22s var(--ease-cine) infinite alternate;
}

@keyframes cameraDrift {
  0% { transform: scale(1.08); }
  100% { transform: scale(1.12) translate(-0.8%, -0.4%); }
}

.scene-atmosphere__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 18, 16, 0.75) 0%, rgba(20, 18, 16, 0.2) 50%, rgba(20, 18, 16, 0.45) 100%);
  z-index: 1;
}

.scene-atmosphere__haze {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 55% 45%, rgba(255, 230, 200, 0.08) 0%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.scene-atmosphere__caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--gutter);
  max-width: 28rem;
}

@media (min-width: 900px) {
  .scene-atmosphere__caption {
    max-width: 32rem;
  }

  .scene-atmosphere__caption .heading-lg {
    text-wrap: balance;
  }

  .scene-atmosphere__caption .heading-lg .text-phrase {
    white-space: nowrap;
  }
}

.scene-atmosphere__caption .heading-lg {
  color: var(--text-light);
  margin-bottom: var(--space-3);
}

.scene-voice .heading-lg {
  color: var(--text-light);
  margin-bottom: var(--space-3);
}

.scene-cta__panel .heading-xl {
  margin-bottom: var(--space-3);
}

.scene-cta__lead {
  margin-bottom: var(--space-4);
}

.scene-moments__lead {
  margin-bottom: var(--space-4);
}

@media (min-width: 900px) {
  .scene-moments__lead.text-oneline {
    max-width: none;
    white-space: nowrap;
  }
}

/* SCENE 05 — REELS */
.scene-reels { padding-bottom: var(--space-4); }
.scene-reels__head { margin-bottom: var(--space-3); }

/* SCENE 06 — QUOTE DARK */
.scene-quote-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0;
}

/* SCENE 07 — MOMENTS */
.moments-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, clamp(80px, 14vw, 160px));
}

.moments-grid__item {
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
}

.moments-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s var(--ease-cine);
}

.moments-grid__item:hover img { transform: scale(1.06); }

.moments-grid__item--a { grid-column: 1 / 4; grid-row: 1 / 3; }
.moments-grid__item--b { grid-column: 4 / 5; grid-row: 1 / 2; }
.moments-grid__item--c { grid-column: 5 / 7; grid-row: 1 / 3; }
.moments-grid__item--d { grid-column: 4 / 5; grid-row: 2 / 4; }
.moments-grid__item--e { grid-column: 1 / 3; grid-row: 3 / 5; }
.moments-grid__item--f { grid-column: 3 / 6; grid-row: 3 / 4; }
.moments-grid__item--g { grid-column: 3 / 5; grid-row: 4 / 5; }
.moments-grid__item--h { grid-column: 5 / 7; grid-row: 3 / 5; }

@media (max-width: 768px) {
  .moments-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .moments-grid__item { aspect-ratio: 1; grid-column: auto !important; grid-row: auto !important; }
  .moments-grid__item--a { grid-column: span 2 !important; aspect-ratio: 16/10; }
  .moments-grid__item--f { grid-column: span 2 !important; aspect-ratio: 21/9; }
}

/* SCENE 08 — TESTIMONIALS */
.scene-trust__head {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  margin-bottom: var(--space-4);
}

.scene-trust__head .text-body {
  margin-inline: auto;
}

.scene-trust__lead {
  margin-top: var(--space-3);
}

@media (min-width: 900px) {
  .scene-trust__head {
    max-width: none;
  }

  .scene-trust__lead.text-oneline {
    max-width: none;
    white-space: nowrap;
  }
}

.reviews-frames {
  display: grid;
  gap: var(--space-4);
  align-items: stretch;
}

@media (min-width: 900px) {
  .reviews-frames {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
    align-items: start;
  }

  .reviews-frames .review-frame:nth-child(2) {
    transform: translateY(1.5rem);
  }

  .reviews-frames .review-frame:nth-child(2):hover {
    transform: translateY(calc(1.5rem - 4px));
  }
}

/* SCENE 09 — VOICE */
.scene-voice {
  padding-block: 0;
}

/* SCENE 10 — CTA */
.scene-cta {
  padding: 0;
  min-height: 65svh;
  display: grid;
  align-items: stretch;
}

.scene-cta__visual {
  position: relative;
  min-height: 42svh;
  overflow: hidden;
}

.scene-cta__visual img {
  width: 100%;
  height: 100%;
  min-height: 42svh;
  object-fit: cover;
  object-position: center 20%;
}

.scene-cta__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space-4) var(--gutter);
  background: var(--ivory);
}

@media (min-width: 900px) {
  .scene-cta {
    grid-template-columns: 1fr 1fr;
    min-height: 70svh;
  }

  .scene-cta__visual { min-height: 100%; }
  .scene-cta__visual img { min-height: 100%; }

  .scene-cta__panel {
    padding: var(--space-5) clamp(2rem, 5vw, 5rem);
  }
}
