/* ═══════════ Visual Worlds — videography page ═══════════ */

/* ---------- hero slideshow ---------- */
.vw-slides { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.vw-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2.4s ease;
}

.vw-slide.is-active { opacity: 1; }

.vw-slide img,
.vw-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
  animation: memoryDrift 14s ease-in-out infinite alternate;
}

@keyframes memoryDrift {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}

.vw-slides .entrance-shade { z-index: 2; }

.vw-motto {
  margin: 30px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(19px, 2.2vw, 27px);
  line-height: 1.5;
  color: oklch(0.95 0.004 90 / 0.85);
}

/* ---------- gateway button to the films catalog ---------- */
.gateway-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 110px 24px;
  background: linear-gradient(180deg,
    oklch(0.14 0.003 270) 0%,
    oklch(0.11 0.002 270) 50%,
    oklch(0.14 0.003 270) 100%);
}

.gateway-section .kicker { margin-bottom: 30px; }

.films-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 22px 52px;
  border-radius: 999px;
  border: 1px solid oklch(0.95 0.004 90 / 0.25);
  background: oklch(0.95 0.01 90 / 0.04);
  color: oklch(0.95 0.004 90 / 0.95);
  text-decoration: none;
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 200;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: border-color 0.5s ease, background 0.5s ease,
              box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.16,1,0.3,1);
}

.films-btn i {
  font-style: normal;
  color: var(--gold);
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}

.films-btn:hover {
  border-color: oklch(0.8 0.06 70 / 0.7);
  background: oklch(0.8 0.06 70 / 0.07);
  box-shadow: 0 0 50px oklch(0.8 0.06 70 / 0.15);
  transform: translateY(-2px);
}

.films-btn:hover i { transform: translateX(6px); }

.gateway-hint {
  margin: 26px 0 0;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: oklch(0.95 0.004 90 / 0.4);
}

/* ---------- 01 · commercials ---------- */
.vw-commercials { align-items: center; }

.campaign-index {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  margin-top: 34px;
  max-width: 620px;
}

.campaign {
  font-size: clamp(17px, 2.2vw, 26px);
  font-weight: 200;
  letter-spacing: 0.02em;
  opacity: 0.85;
  padding: 10px 0;
}

.campaign::after {
  content: '·';
  margin-left: 14px;
  color: var(--gold);
  opacity: 0.8;
}

.campaign:last-child::after { content: none; }

/* ---------- 02 · fashion (magazine) ---------- */
.vw-fashion {
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  background: radial-gradient(ellipse 900px 700px at 12% 20%, oklch(0.2 0.012 60 / 0.35), transparent 65%);
}

.fashion-mast { width: min(1100px, 100%); }

.fashion-title {
  margin: 0;
  font-weight: 200;
  font-size: clamp(48px, 9vw, 140px);
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.fashion-title .serif { font-size: 1em; color: var(--gold); }

.fashion-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.8fr;
  gap: 24px;
  width: min(1100px, 100%);
  align-items: start;
}

.fash-item {
  margin: 0;
  position: relative;
}

.fash-item img {
  width: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.9);
}

.fi-tall img { height: 62vh; }
.fi-mid { margin-top: 70px; }
.fi-mid img { height: 46vh; }
.fi-slot { margin-top: 130px; }

.fi-slot .img-slot {
  position: relative;
  height: 38vh;
  background: oklch(0.95 0.01 90 / 0.05);
  box-shadow: inset 0 0 0 1px var(--hairline);
}

.fash-item figcaption {
  margin-top: 12px;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.5;
}

/* ---------- 03 · AI ---------- */
.vw-ai {
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  background: radial-gradient(ellipse 900px 700px at 85% 75%, oklch(0.19 0.02 290 / 0.3), transparent 65%);
}

.vw-ai .ch-editorial { max-width: 1000px; }

.vw-ai .mega { font-size: clamp(36px, 6.4vw, 92px); }

.ai-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  width: min(1000px, 100%);
}

.ai-panel { margin: 0; }

.ai-panel img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  display: block;
  box-shadow: inset 0 0 0 1px var(--hairline), 0 30px 70px oklch(0 0 0 / 0.4);
}

.ai-concept {
  filter: grayscale(1) contrast(0.85) brightness(0.75);
}

.ai-panel figcaption {
  margin-top: 12px;
  font-size: 12px;
  opacity: 0.6;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ai-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--hairline);
  padding: 4px 10px;
  border-radius: 999px;
  opacity: 0.9;
}

.ai-tag.gold { border-color: oklch(0.8 0.06 70 / 0.5); color: var(--gold); }

.ai-arrow {
  font-size: 22px;
  font-weight: 200;
  color: var(--gold);
  opacity: 0.8;
}

.ai-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.6;
}

.ai-flow i {
  width: 54px;
  height: 1px;
  background: oklch(0.95 0.004 90 / 0.3);
}

/* ---------- 04 · worldbuilding ---------- */
.vw-world {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

.world-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(0.14 0.003 270 / 0.93) 25%, oklch(0.14 0.003 270 / 0.55) 60%, oklch(0.14 0.003 270 / 0.75)),
    linear-gradient(180deg, oklch(0.14 0.003 270 / 0.5), transparent 30%, oklch(0.14 0.003 270 / 0.85));
}

.vw-world .ch-media img { filter: brightness(0.65) saturate(1.05); }

.world-boards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: min(760px, 100%);
}

.board { position: relative; }

.board .img-slot {
  position: relative;
  height: 30vh;
  background: oklch(0.14 0.003 270 / 0.55);
  box-shadow: inset 0 0 0 1px oklch(0.95 0.01 90 / 0.2);
  backdrop-filter: blur(3px);
}

.board-tag {
  display: block;
  margin-top: 10px;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.7;
}

/* ---------- 05 · music videos ---------- */
.vw-music {
  background: radial-gradient(ellipse 900px 700px at 80% 20%, oklch(0.18 0.02 250 / 0.35), transparent 65%);
}

.music-split {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
  width: 100%;
}

.film-poster {
  margin: 0;
  position: relative;
  justify-self: end;
  width: min(360px, 100%);
}

.film-poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
  box-shadow: inset 0 0 0 1px var(--hairline), 0 50px 110px oklch(0 0 0 / 0.55);
  filter: brightness(0.85);
}

.film-poster figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 22px 20px;
  background: linear-gradient(180deg, transparent, oklch(0.1 0.002 270 / 0.9));
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.poster-presents {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.7;
}

.poster-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
}

.credits { margin-top: 30px; max-width: 420px; }

.credit {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding: 11px 0;
  border-top: 1px solid var(--hairline);
  font-size: 12px;
}

.credit:last-child { border-bottom: 1px solid var(--hairline); }

.credit span {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.55;
}

.credit em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 15px;
  opacity: 0.9;
}

/* ---------- 06 · youtube ---------- */
.vw-youtube { justify-content: center; }

.yt-stats {
  display: flex;
  gap: clamp(50px, 9vw, 130px);
  margin-top: 60px;
  justify-content: center;
}

.yt-stat { display: flex; flex-direction: column; align-items: center; gap: 12px; }

.yt-number {
  font-size: clamp(54px, 8.5vw, 120px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.yt-number.small { font-size: clamp(30px, 4vw, 52px); }

.yt-label {
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.55;
}

.yt-featured {
  display: flex;
  gap: clamp(36px, 6vw, 90px);
  margin-top: 70px;
  justify-content: center;
}

.yt-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 26px;
  border-top: 1px solid var(--hairline);
  min-width: 130px;
}

/* ---------- final ---------- */
.vw-philosophy { min-height: 90vh; min-height: 90dvh; justify-content: center; text-align: center; }

.philosophy-line {
  font-size: clamp(40px, 7.5vw, 118px);
  text-transform: none;
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .fashion-grid { grid-template-columns: 1fr; }
  .fi-mid, .fi-slot { margin-top: 0; }
  .fi-tall img, .fi-mid img { height: 48vh; }

  .ai-compare { grid-template-columns: 1fr; }
  .ai-arrow { transform: rotate(90deg); justify-self: center; }

  .world-boards { grid-template-columns: 1fr; }
  .board .img-slot { height: 22vh; }

  .music-split { grid-template-columns: 1fr; gap: 48px; }
  .film-poster { justify-self: center; }

  .yt-stats { flex-direction: column; gap: 40px; }
  .yt-featured { flex-wrap: wrap; gap: 30px; }
}

@media (max-width: 480px) {
  .campaign { font-size: clamp(15px, 5.5vw, 20px); }

  .fi-tall img, .fi-mid img { height: 36vh; }
  .fi-slot .img-slot { height: 26vh; }

  .film-poster { width: 100%; }
  .credits { max-width: none; }

  .board .img-slot { height: 20vh; }
  .world-boards { gap: 14px; }

  .yt-feature { min-width: 0; flex: 1 1 40%; }
}
