:root {
  --black: #050505;
  --ink: #0b0b0b;
  --cream: #f4efe6;
  --muted: #aaa49a;
  --gold: #e6c86f;
  --gold-bright: #f5d977;
  --line: rgba(244, 239, 230, .18);
  --mx: 0;
  --my: 0;
  --hero-scroll: 0;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--black);
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 78% 6%, rgba(230, 200, 111, .08), transparent 26rem),
    var(--black);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 100%;
  overflow-x: clip;
}

a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.concept-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 3.5vw, 58px);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, transform .35s ease;
}

.concept-header.is-scrolled {
  background: rgba(5, 5, 5, .84);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.concept-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.concept-brand-mark {
  display: grid;
  place-items: center;
  width: 37px;
  aspect-ratio: 1;
  border-radius: 11px;
  color: var(--ink);
  background: var(--gold);
  font-size: 13px;
  letter-spacing: -.08em;
  transform: rotate(-5deg);
}

.concept-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
}

.concept-nav a {
  padding: 9px 18px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  transition: color .2s ease, background .2s ease;
}

.concept-nav a:hover { color: var(--cream); background: rgba(255,255,255,.08); }

.concept-header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.concept-header-link {
  padding: 11px 17px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.concept-header-link.muted { border: 1px solid var(--line); color: var(--muted); }
.concept-header-link.telegram {
  color: var(--cream);
  border: 1px solid rgba(230, 200, 111, .46);
  background: rgba(230, 200, 111, .08);
}
.concept-header-link.accent { color: var(--ink); background: var(--gold); }

.concept-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px clamp(18px, 3.5vw, 58px) 44px;
  isolation: isolate;
}

.concept-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, transparent 92%);
  opacity: .32;
}

.hero-aura {
  position: absolute;
  z-index: -2;
  width: 56vw;
  height: 56vw;
  right: -18vw;
  top: -23vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230,200,111,.2), rgba(230,200,111,.03) 43%, transparent 67%);
  filter: blur(22px);
}

.hero-kicker {
  position: absolute;
  top: 105px;
  left: clamp(18px, 3.5vw, 58px);
  right: clamp(18px, 3.5vw, 58px);
  display: flex;
  justify-content: space-between;
  color: rgba(244,239,230,.58);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-type {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, .4vw, 7px);
  margin: 2vh 0 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(78px, 14.25vw, 224px);
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.hero-context {
  position: absolute;
  left: .4vw;
  top: -2.35rem;
  max-width: 520px;
  color: rgba(244,239,230,.76);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .01em;
  text-transform: none;
}

.hero-word {
  display: block;
  width: max-content;
  transform-origin: 50% 50%;
  will-change: transform;
  text-shadow: 0 10px 42px rgba(0,0,0,.38);
}

.word-idea {
  transform: translate3d(calc(var(--mx) * -12px), calc(var(--hero-scroll) * .035px), 0) rotate(-1.5deg) scaleX(.92);
}

.word-visual {
  align-self: flex-end;
  color: var(--gold);
  transform: translate3d(calc(var(--mx) * 16px), calc(var(--hero-scroll) * -.025px), 0) rotate(1.25deg) scaleX(1.06);
}

.word-ready {
  margin-left: 7.5vw;
  transform: translate3d(calc(var(--mx) * -8px), calc(var(--hero-scroll) * -.07px), 0) rotate(-.8deg) scaleX(.98);
}

.hero-collage {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.hero-frame {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(244,239,230,.22);
  background: #121212;
  box-shadow: 0 30px 90px rgba(0,0,0,.48);
  will-change: transform;
}

.hero-frame img, .hero-frame video { height: 100%; object-fit: cover; }

.frame-one {
  width: clamp(180px, 20vw, 330px);
  aspect-ratio: .78;
  top: 15%;
  right: 7%;
  border-radius: 46% 46% 18px 18px;
  transform: translate3d(calc(var(--mx) * 22px), calc(var(--my) * 16px), 0) rotate(5deg);
  opacity: .92;
}

.frame-two {
  width: clamp(140px, 15vw, 240px);
  aspect-ratio: .83;
  left: 6%;
  bottom: 8%;
  border-radius: 12px;
  transform: translate3d(calc(var(--mx) * -18px), calc(var(--my) * -13px), 0) rotate(-7deg);
  opacity: .68;
}

.frame-three {
  width: clamp(120px, 12vw, 190px);
  aspect-ratio: 1;
  right: 26%;
  bottom: 7%;
  border-radius: 50%;
  transform: translate3d(calc(var(--mx) * -11px), calc(var(--my) * 21px), 0);
  opacity: .8;
}

.hero-bottom {
  position: relative;
  z-index: 6;
  align-self: flex-end;
  width: min(610px, 48vw);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  margin-top: 5vh;
}

.hero-bottom p {
  margin: 0;
  max-width: 390px;
  color: rgba(244,239,230,.72);
  font-size: clamp(14px, 1.12vw, 18px);
  line-height: 1.5;
}

.hero-buttons, .final-actions { display: flex; gap: 10px; }

.round-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 50px;
  padding: 7px 8px 7px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.round-button i {
  display: grid;
  place-items: center;
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-style: normal;
}

.round-button.primary { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.round-button.primary i { background: var(--ink); color: var(--cream); }
.round-button.ghost { color: var(--cream); background: rgba(255,255,255,.035); }
.round-button.ghost i { background: rgba(255,255,255,.1); }
.round-button:hover { transform: translateY(-3px); border-color: var(--gold); }

.hero-scroll {
  position: absolute;
  z-index: 7;
  left: clamp(18px, 3.5vw, 58px);
  bottom: 38px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(244,239,230,.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-scroll i { color: var(--gold); font-size: 20px; font-style: normal; animation: scrollHint 1.6s ease-in-out infinite; }

.concept-marquee {
  overflow: hidden;
  padding: 15px 0;
  color: var(--ink);
  background: var(--gold);
  transform: rotate(-1.2deg) scale(1.02);
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 22px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(25px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -.025em;
  animation: marquee 22s linear infinite;
}

.marquee-track i { font-family: inherit; font-size: .7em; font-style: normal; }

.story-section {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 6vw, 100px);
  align-items: center;
  padding: clamp(90px, 11vw, 170px) clamp(18px, 5vw, 78px);
}

.story-video { grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); background: var(--cream); color: var(--ink); }

.story-commercial {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  color: var(--cream);
  background:
    radial-gradient(circle at 82% 42%, rgba(230, 200, 111, .1), transparent 34%),
    var(--black);
}

.story-commercial .story-index,
.story-commercial .text-link span { color: var(--gold); }
.story-video.story-commercial .story-copy p { color: rgba(244, 239, 230, .68); }
.story-commercial .video-stage { border-radius: 18px 50% 50% 18px; }
.story-commercial .video-orbit { right: auto; left: 22px; color: var(--ink); background: var(--cream); }
.story-commercial .media-label.light { color: var(--cream); background: rgba(5, 5, 5, .72); }

.story-copy { position: relative; z-index: 3; }
.story-copy.align-right { padding-right: clamp(0px, 2vw, 34px); }

.story-index {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .17em;
}

.story-video .story-index { color: #8c6f19; }

.story-copy h2,
.scenario-intro h2,
.gallery-heading h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(58px, 8vw, 134px);
  line-height: .83;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.story-copy p,
.scenario-intro p {
  max-width: 510px;
  margin: 32px 0;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.55;
}

.story-video .story-copy p { color: #5d5951; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 850;
}

.text-link span { color: var(--gold); }
.story-video .text-link span { color: #8c6f19; }

.story-media { position: relative; min-width: 0; }

.image-stage {
  min-height: min(76vh, 790px);
}

.image-main {
  width: 78%;
  height: min(70vh, 720px);
  margin-left: auto;
  object-fit: cover;
  border-radius: 46% 46% 18px 18px;
  filter: saturate(.9) contrast(1.03);
}

.image-card {
  position: absolute;
  width: 34%;
  aspect-ratio: .82;
  object-fit: cover;
  border: 8px solid var(--black);
  box-shadow: 0 20px 70px rgba(0,0,0,.55);
}

.card-a { left: 0; top: 12%; transform: rotate(-7deg); }
.card-b { left: 8%; bottom: 1%; transform: rotate(5deg); }

.media-label {
  position: absolute;
  right: 4%;
  bottom: 4%;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--cream);
  background: rgba(5,5,5,.72);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.media-label.light { color: var(--ink); background: rgba(244,239,230,.84); }

.video-stage {
  overflow: hidden;
  height: min(76vh, 780px);
  border-radius: 50% 50% 18px 18px;
  background: #111;
}

.video-stage video { height: 100%; object-fit: cover; }

.rotator-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .72s cubic-bezier(.22, .7, .22, 1);
}

.rotator-video.is-active { z-index: 1; opacity: 1; }

.video-stage .video-orbit,
.video-stage .media-label,
.video-pager { z-index: 3; }

.video-pager {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(244, 239, 230, .24);
  border-radius: 999px;
  background: rgba(5, 5, 5, .42);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.video-pager i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(244, 239, 230, .38);
  transition: width .45s ease, background-color .45s ease;
}

.video-pager i.is-active { width: 24px; background: var(--gold); }

.video-orbit {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  animation: orbit 12s linear infinite;
}

.editorial-break {
  min-height: 95svh;
  display: grid;
  place-items: center;
  padding: 9vw 4vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(230,200,111,.1), transparent 37%),
    var(--black);
}

.editorial-break p {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(62px, 12.2vw, 194px);
  line-height: .78;
  letter-spacing: -.055em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-1.5deg);
}

.editorial-break p span { color: transparent; -webkit-text-stroke: 2px var(--gold); }

.scenario-editorial { padding: clamp(90px, 10vw, 160px) clamp(18px, 4vw, 64px); background: #0a0a0a; }

.scenario-intro {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  column-gap: 8vw;
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 110px);
}

.scenario-intro .story-index { grid-column: 1 / -1; }
.scenario-intro p { margin: 0; align-self: end; }

.scenario-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.scenario-panel {
  position: relative;
  overflow: hidden;
  min-height: min(66vw, 720px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 5px;
  isolation: isolate;
}

.scenario-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.1) 35%, rgba(0,0,0,.88));
}

.scenario-panel img {
  position: absolute;
  z-index: -2;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.scenario-panel:hover img { transform: scale(1.055); filter: saturate(1.12); }

.panel-number {
  align-self: flex-end;
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 850;
}

.scenario-panel small { color: var(--gold-bright); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.scenario-panel h3 { margin: 12px 0 0; font-size: clamp(33px, 3.5vw, 58px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.scenario-panel i { position: absolute; right: 26px; bottom: 26px; font-size: 26px; font-style: normal; }

.gallery-section { padding: clamp(90px, 11vw, 170px) clamp(18px, 5vw, 78px); background: var(--cream); color: var(--ink); }

.gallery-heading {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  align-items: start;
  margin-bottom: clamp(50px, 7vw, 100px);
}

.gallery-heading > span { padding-top: 12px; color: #8c6f19; font-size: 10px; font-weight: 900; letter-spacing: .16em; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 9vw;
  gap: 14px;
}

.gallery-item { position: relative; overflow: hidden; margin: 0; background: #bbb; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img { transform: scale(1.045); }
.item-wide { grid-column: 1 / 8; grid-row: span 4; }
.item-tall { grid-column: 8 / 13; grid-row: span 6; }
.item-square { grid-column: span 3; grid-row: span 3; }

.gallery-item figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(5,5,5,.58);
  backdrop-filter: blur(14px);
  font-size: 10px;
}

.gallery-item figcaption span { color: var(--gold-bright); }

.models-band {
  padding: clamp(100px, 12vw, 190px) 5vw;
  text-align: center;
  background: var(--gold);
  color: var(--ink);
}

.models-band > h2 {
  max-width: 1200px;
  margin: 0 auto 58px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(56px, 8.5vw, 138px);
  line-height: .85;
  letter-spacing: -.045em;
}

.models-band-kicker {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
}

.model-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.model-cloud span,
.model-cloud a { padding: 10px 15px; border: 1px solid rgba(5,5,5,.38); border-radius: 999px; font-size: 11px; font-weight: 850; transition: background .2s ease, color .2s ease; }
.model-cloud a:hover { color: var(--cream); background: var(--ink); }

.models-band-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 900;
}

.final-section {
  position: relative;
  overflow: hidden;
  min-height: 95svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 110px 18px;
  text-align: center;
  isolation: isolate;
}

.final-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 70vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230,200,111,.24), rgba(230,200,111,.02) 48%, transparent 70%);
}

.final-section h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(82px, 14vw, 222px);
  line-height: .76;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.final-section h2 em { color: var(--gold); font-style: normal; }
.final-section p { max-width: 520px; margin: 42px auto 28px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.round-button.large { min-width: 210px; min-height: 58px; font-size: 13px; }

.concept-footer {
  min-height: 110px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 24px clamp(18px, 3.5vw, 58px);
  border-top: 1px solid var(--line);
}

.concept-footer p { margin: 0; color: var(--muted); font-size: 11px; text-align: center; }
.concept-footer > div,
.concept-footer > nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: var(--muted); font-size: 10px; }

/* Editorial system for SEO landing pages */
.editorial-subpage {
  background:
    radial-gradient(circle at 88% 3%, rgba(230,200,111,.11), transparent 28rem),
    var(--black);
}

.subpage-main { padding-top: 76px; }

.subpage-hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 5vw, 88px);
  align-items: center;
  padding: clamp(72px, 8vw, 124px) clamp(18px, 4.5vw, 72px) 74px;
  overflow: hidden;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
  opacity: .3;
}

.subpage-copy,
.subpage-visual { position: relative; z-index: 1; }

.subpage-breadcrumbs {
  margin: 0 0 54px;
  color: rgba(244,239,230,.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.subpage-breadcrumbs a { transition: color .2s ease; }
.subpage-breadcrumbs a:hover { color: var(--gold); }

.subpage-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.subpage-label::before { content: ""; width: 28px; height: 1px; background: currentColor; }

.subpage-title {
  max-width: 850px;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(66px, 8vw, 132px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.subpage-title em { color: var(--gold); font-style: normal; }

.subpage-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(244,239,230,.66);
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.6;
}

.subpage-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }

.subpage-visual {
  min-width: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.comparison-stage {
  width: 100%;
  min-height: min(70vh, 740px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  transform: rotate(1deg);
}

.comparison-stage figure {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(244,239,230,.18);
  background: #171717;
}

.comparison-stage figure:first-child { border-radius: 46% 10px 10px 10px; }
.comparison-stage figure:last-child { border-radius: 10px 46% 10px 10px; }
.comparison-stage img { height: 100%; object-fit: cover; }
.comparison-stage .transport-after { object-position: center 32%; }

.comparison-stage figcaption {
  position: absolute;
  left: 13px;
  right: 13px;
  top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(5,5,5,.64);
  backdrop-filter: blur(14px);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.comparison-stage figcaption b { color: var(--gold-bright); }

.editorial-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.editorial-facts article {
  min-height: 250px;
  padding: 40px clamp(20px, 3.5vw, 58px);
  border-right: 1px solid var(--line);
}

.editorial-facts article:last-child { border-right: 0; }
.editorial-facts span { color: var(--gold); font: 900 10px/1 Inter, sans-serif; letter-spacing: .15em; }
.editorial-facts h2 { margin: 38px 0 14px; font-size: clamp(24px, 2.4vw, 38px); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.editorial-facts p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.editorial-section { padding: clamp(90px, 10vw, 160px) clamp(18px, 5vw, 78px); }
.editorial-section.cream { color: var(--ink); background: var(--cream); }
.editorial-section.gold { color: var(--ink); background: var(--gold); }

.editorial-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 96px);
}

.editorial-section-heading h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(58px, 7.2vw, 116px);
  line-height: .84;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.editorial-section-heading p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.cream .editorial-section-heading p, .gold .editorial-section-heading p { color: rgba(5,5,5,.64); }

.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.process-grid article { position: relative; min-height: 370px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(5,5,5,.18); background: rgba(255,255,255,.24); }
.process-grid article:nth-child(2) { transform: translateY(34px); }
.process-grid span { font: 900 11px/1 Inter, sans-serif; letter-spacing: .16em; }
.process-grid h3 { max-width: 280px; margin: auto 0 20px; font-size: clamp(30px, 3vw, 50px); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.process-grid p { margin: 0; color: rgba(5,5,5,.64); font-size: 14px; line-height: 1.55; }

.prompt-shell {
  display: grid;
  grid-template-columns: .58fr 1.42fr;
  gap: clamp(38px, 6vw, 100px);
  align-items: start;
}

.prompt-intro h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(58px, 7vw, 112px); line-height: .83; letter-spacing: -.045em; text-transform: uppercase; }
.prompt-intro p { max-width: 460px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.prompt-card-editorial {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 54px);
  border: 1px solid rgba(230,200,111,.38);
  border-radius: 3px 56px 3px 3px;
  background: #0d0d0d;
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}

.prompt-card-editorial::before { content: "PROMPT"; position: absolute; right: -12px; top: -9px; color: rgba(230,200,111,.06); font: 900 clamp(64px, 9vw, 142px)/1 Impact, sans-serif; }
.prompt-card-editorial pre { position: relative; margin: 0; white-space: pre-wrap; color: rgba(244,239,230,.76); font: 500 14px/1.7 Inter, sans-serif; }
.copy-editorial { position: relative; margin-top: 30px; padding: 13px 18px; border: 0; border-radius: 999px; color: var(--ink); background: var(--gold); font: 900 11px/1 Inter, sans-serif; cursor: pointer; }

.check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.check-grid article { min-height: 270px; padding: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.check-grid span { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 900; }
.check-grid h3 { margin: 58px 0 12px; font-size: 22px; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.check-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.related-links a { min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid rgba(5,5,5,.22); transition: color .2s ease, background .2s ease, transform .2s ease; }
.related-links a:hover { color: var(--cream); background: var(--ink); transform: translateY(-5px); }
.related-links small { font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.related-links b { max-width: 340px; font-size: clamp(28px, 3vw, 48px); line-height: .92; letter-spacing: -.045em; text-transform: uppercase; }
.related-links i { align-self: flex-end; font-size: 25px; font-style: normal; }

.subpage-final {
  min-height: 82svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 18px;
  text-align: center;
  background: radial-gradient(circle at 50% 45%, rgba(230,200,111,.17), transparent 31rem);
}

.subpage-final h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(72px, 11vw, 176px); line-height: .8; letter-spacing: -.05em; text-transform: uppercase; }
.subpage-final h2 em { color: var(--gold); font-style: normal; }
.subpage-final p { max-width: 540px; margin: 32px auto; color: var(--muted); font-size: 16px; line-height: 1.55; }

/* Model page */
.model-editorial-hero { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.model-editorial-hero .subpage-title { font-size: clamp(72px, 9.2vw, 154px); }
.model-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.model-facts span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: rgba(244,239,230,.68); font-size: 10px; font-weight: 850; }

.model-showcase {
  width: 100%;
  min-height: min(74vh, 760px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}

.model-showcase figure { position: relative; overflow: hidden; margin: 0; border: 8px solid var(--black); background: #151515; box-shadow: 0 28px 80px rgba(0,0,0,.42); }
.model-showcase img { height: 100%; object-fit: cover; }
.model-showcase .model-image-main { grid-column: 4 / 13; grid-row: 1 / 13; border-radius: 46% 46% 10px 10px; transform: rotate(2deg); }
.model-showcase .model-image-a { grid-column: 1 / 7; grid-row: 2 / 8; transform: rotate(-7deg); }
.model-showcase .model-image-b { grid-column: 2 / 7; grid-row: 7 / 12; transform: rotate(5deg); }
.model-showcase .model-brand-card img { object-fit: contain; background: #f4f1e8; }
.model-showcase figcaption { position: absolute; left: 12px; bottom: 12px; padding: 8px 11px; border-radius: 999px; color: var(--cream); background: rgba(5,5,5,.68); backdrop-filter: blur(10px); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.usecase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.usecase-card { position: relative; overflow: hidden; min-height: 570px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.usecase-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(to bottom, transparent 25%, rgba(0,0,0,.9)); }
.usecase-card img { position: absolute; z-index: -2; inset: 0; height: 100%; object-fit: cover; transition: transform .7s ease; }
.usecase-card:hover img { transform: scale(1.05); }
.usecase-card small { color: var(--gold-bright); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.usecase-card h3 { margin: 12px 0; font-size: clamp(32px, 3vw, 52px); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.usecase-card p { margin: 0; color: rgba(244,239,230,.7); font-size: 13px; line-height: 1.5; }

.model-story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: start; }
.model-story-grid h2 { position: sticky; top: 120px; margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(58px, 7vw, 116px); line-height: .84; letter-spacing: -.045em; text-transform: uppercase; }
.model-story-copy p { margin: 0 0 24px; color: #5f5a51; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.65; }
.model-story-copy strong { color: var(--ink); }
.model-chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.model-chip-list span { padding: 9px 13px; border: 1px solid rgba(5,5,5,.28); border-radius: 999px; font-size: 10px; font-weight: 850; }

[data-reveal] { opacity: 1; transform: none; }
.has-motion [data-reveal] { opacity: 0; transform: translateY(60px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.72,.2,1); }
.has-motion [data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes scrollHint { 50% { transform: translateY(7px); } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .concept-nav { display: none; }
  .concept-header { grid-template-columns: 1fr auto; }
  .concept-header-link.muted { display: none; }
  .hero-type { font-size: clamp(76px, 15.5vw, 168px); }
  .hero-bottom { width: 65vw; }
  .story-section, .story-video { grid-template-columns: 1fr; min-height: auto; }
  .story-video .story-media { order: 2; }
  .story-video .story-copy { order: 1; }
  .image-stage, .video-stage { min-height: 650px; height: 72vh; }
  .scenario-panels { grid-template-columns: 1fr; }
  .scenario-panel { min-height: 72vh; }
  .scenario-panel img { object-position: center 55%; }
  .gallery-grid { grid-auto-rows: 12vw; }
  .subpage-hero, .model-editorial-hero { grid-template-columns: 1fr; }
  .subpage-hero { min-height: auto; }
  .subpage-visual { min-height: 700px; }
  .comparison-stage, .model-showcase { min-height: 700px; }
}

@media (max-width: 720px) {
  .concept-header { min-height: 64px; gap: 10px; padding: 10px 14px; }
  .concept-brand { font-size: 13px; }
  .concept-brand-mark { width: 34px; border-radius: 10px; }
  .concept-header-actions { gap: 5px; }
  .concept-header-link { padding: 10px 11px; font-size: 9px; white-space: nowrap; }

  .concept-hero { min-height: 100svh; padding: 82px 14px 26px; justify-content: center; }
  .hero-kicker { top: 80px; left: 14px; right: 14px; }
  .hero-kicker span:nth-child(2) { display: none; }
  .hero-type { gap: 6px; margin-top: -6vh; font-size: clamp(70px, 26vw, 118px); line-height: .77; }
  .hero-context { top: -4.6rem; left: 0; max-width: 290px; font-size: 11px; line-height: 1.3; }
  .word-visual { align-self: auto; margin-left: 3vw; }
  .word-ready { margin-left: 0; align-self: flex-end; }
  .frame-one { width: 40vw; right: -4%; top: 17%; opacity: .62; }
  .frame-two { width: 31vw; left: -2%; bottom: 21%; opacity: .54; }
  .frame-three { width: 25vw; right: 8%; bottom: 23%; opacity: .7; }
  .hero-bottom { align-self: stretch; width: auto; grid-template-columns: 1fr; gap: 18px; margin-top: 7vh; }
  .hero-bottom p { max-width: 330px; font-size: 13px; }
  .hero-buttons { gap: 7px; }
  .round-button { flex: 1; min-width: 0; gap: 10px; min-height: 46px; padding-left: 15px; }
  .round-button i { width: 32px; }
  .hero-scroll { display: none; }

  .concept-marquee { padding: 11px 0; }
  .marquee-track { gap: 14px; font-size: 27px; }

  .story-section { gap: 46px; padding: 92px 14px; }
  .story-copy h2, .scenario-intro h2 { font-size: clamp(54px, 17vw, 82px); }
  .gallery-heading h2 { font-size: clamp(52px, 14.8vw, 72px); }
  .story-copy p, .scenario-intro p { margin: 24px 0; font-size: 14px; }
  .image-stage, .video-stage { min-height: 0; height: 72svh; }
  .image-main { width: 84%; height: 66svh; }
  .image-card { width: 37%; border-width: 5px; }
  .video-stage { border-radius: 44% 44% 12px 12px; }
  .story-commercial .video-stage { border-radius: 12px 44% 44% 12px; }
  .video-orbit { width: 82px; top: 14px; right: 14px; font-size: 7px; }
  .story-commercial .video-orbit { right: auto; left: 14px; }
  .video-pager { left: 16px; bottom: 16px; padding: 7px 9px; }

  .editorial-break { min-height: 78svh; padding: 70px 10px; }
  .editorial-break p { font-size: clamp(55px, 19vw, 88px); line-height: .82; }
  .editorial-break p span { -webkit-text-stroke-width: 1px; }

  .scenario-editorial { padding: 92px 14px; }
  .scenario-intro { grid-template-columns: 1fr; gap: 28px; }
  .scenario-intro p { max-width: 360px; }
  .scenario-panels { gap: 8px; }
  .scenario-panel { min-height: 70svh; padding: 18px; }
  .scenario-panel h3 { font-size: 47px; }

  .gallery-section { padding: 92px 14px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 20px; }
  .gallery-heading > span { padding: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 46vw; gap: 7px; }
  .item-wide, .item-tall, .item-square { grid-column: span 1; grid-row: span 1; }
  .item-wide, .item-tall { grid-column: 1 / -1; grid-row: span 2; }
  .gallery-item figcaption { left: 8px; right: 8px; bottom: 8px; padding: 9px 10px; font-size: 8px; }

  .models-band { padding: 100px 14px; }
  .models-band > h2 { font-size: clamp(58px, 18vw, 86px); }
  .model-cloud span, .model-cloud a { padding: 8px 11px; font-size: 9px; }

  .final-section { min-height: 86svh; padding: 100px 14px; }
  .final-section h2 { font-size: clamp(66px, 18vw, 90px); }
  .final-section p { margin: 32px auto 24px; font-size: 14px; }
  .final-actions { width: 100%; }
  .round-button.large { min-width: 0; min-height: 52px; }

  .concept-footer { grid-template-columns: 1fr auto; padding: 24px 14px; }
  .concept-footer p { display: none; }
  .concept-footer > div, .concept-footer > nav { gap: 10px; }
  .concept-footer > nav a:nth-child(-n+4) { display: none; }

  .subpage-main { padding-top: 64px; }
  .subpage-hero { gap: 52px; padding: 62px 14px 74px; }
  .subpage-breadcrumbs { margin-bottom: 38px; }
  .subpage-title, .model-editorial-hero .subpage-title { font-size: clamp(58px, 17vw, 82px); }
  .subpage-lead { margin-top: 24px; font-size: 14px; }
  .subpage-actions { width: 100%; }
  .subpage-actions .round-button { flex: 1; }
  .subpage-visual { min-height: 0; }
  .comparison-stage { min-height: 72svh; gap: 5px; transform: none; }
  .comparison-stage figure:first-child { border-radius: 34% 7px 7px 7px; }
  .comparison-stage figure:last-child { border-radius: 7px 34% 7px 7px; }
  .comparison-stage figcaption { left: 7px; right: 7px; top: 7px; padding: 8px 9px; font-size: 7px; }
  .editorial-facts { grid-template-columns: 1fr; }
  .editorial-facts article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .editorial-facts article:last-child { border-bottom: 0; }
  .editorial-section { padding: 92px 14px; }
  .editorial-section-heading { grid-template-columns: 1fr; gap: 24px; }
  .editorial-section-heading h2, .prompt-intro h2 { font-size: clamp(54px, 16vw, 78px); }
  .process-grid, .check-grid, .related-links, .usecase-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 290px; }
  .process-grid article:nth-child(2) { transform: none; }
  .prompt-shell { grid-template-columns: 1fr; }
  .prompt-card-editorial { padding: 24px 18px; border-radius: 3px 36px 3px 3px; }
  .prompt-card-editorial pre { font-size: 12px; line-height: 1.65; }
  .check-grid article { min-height: 235px; }
  .related-links a { min-height: 220px; }
  .subpage-final { min-height: 75svh; }
  .subpage-final h2 { font-size: clamp(66px, 18vw, 92px); }
  .model-showcase { min-height: 70svh; }
  .model-showcase figure { border-width: 4px; }
  .model-showcase .model-image-main { grid-column: 3 / 13; }
  .model-showcase .model-image-a { grid-column: 1 / 7; grid-row: 2 / 8; }
  .model-showcase .model-image-b { grid-column: 1 / 7; grid-row: 7 / 12; }
  .usecase-card { min-height: 62svh; }
  .model-story-grid { grid-template-columns: 1fr; gap: 38px; }
  .model-story-grid h2 { position: static; font-size: clamp(56px, 16vw, 80px); }
  .model-story-copy p { font-size: 15px; }
}

@media (max-width: 340px) {
  .concept-header-link .channel-prefix { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-word, .hero-frame { transform: none !important; }
}

/* CLIPVISION_EDITORIAL_PRECISION_20260721 */
.concept-header,
.concept-hero,
.story-section,
.scenario-editorial,
.gallery-section,
.models-band,
.concept-footer {
  --page-gutter: clamp(18px, 4.2vw, 72px);
}

.concept-header {
  padding-inline: var(--page-gutter);
}

.concept-nav {
  box-shadow: inset 0 1px rgba(255,255,255,.035), 0 14px 44px rgba(0,0,0,.18);
}

.concept-nav a,
.concept-header-link,
.round-button {
  letter-spacing: -.01em;
}

.concept-hero {
  padding-inline: var(--page-gutter);
  border-bottom: 1px solid rgba(244,239,230,.08);
}

.concept-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: var(--page-gutter);
  right: var(--page-gutter);
  top: 76px;
  bottom: 0;
  border-left: 1px solid rgba(244,239,230,.055);
  border-right: 1px solid rgba(244,239,230,.055);
  pointer-events: none;
}

.hero-type {
  max-width: 100%;
}

.hero-frame {
  border-color: rgba(230,200,111,.24);
}

.frame-three {
  right: 28%;
  bottom: 5%;
  opacity: .62;
}

.frame-three img {
  object-position: 56% 54%;
}

.hero-bottom {
  width: min(660px, 50vw);
  grid-template-columns: minmax(220px, 1fr) auto;
}

.story-section,
.scenario-editorial,
.gallery-section {
  padding-inline: var(--page-gutter);
}

.story-section {
  border-bottom: 1px solid rgba(244,239,230,.09);
}

.story-video {
  border-bottom-color: rgba(5,5,5,.14);
}

.story-copy h2,
.scenario-intro h2,
.gallery-heading h2,
.models-band > h2,
.final-section h2 {
  text-wrap: balance;
}

.image-stage,
.video-stage,
.scenario-panel,
.gallery-item {
  box-shadow: 0 28px 90px rgba(0,0,0,.2);
}

.scenario-panel {
  min-height: clamp(520px, 52vw, 720px);
}

.scenario-panel:nth-child(2) {
  transform: translateY(28px);
}

.scenario-panel:nth-child(3) {
  transform: translateY(56px);
}

.gallery-grid {
  grid-auto-rows: clamp(92px, 9vw, 148px);
}

.models-band {
  position: relative;
  overflow: hidden;
}

.models-band::before {
  content: "40+";
  position: absolute;
  right: -1.5vw;
  top: -5.5vw;
  color: rgba(5,5,5,.065);
  font: 900 clamp(170px, 25vw, 390px)/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.08em;
  pointer-events: none;
}

.models-band > * {
  position: relative;
}

.has-motion [data-reveal] {
  will-change: opacity, transform;
}

@media (min-width: 1440px) {
  .concept-header,
  .concept-hero,
  .story-section,
  .scenario-editorial,
  .gallery-section,
  .models-band,
  .concept-footer {
    --page-gutter: clamp(72px, 5.2vw, 104px);
  }

  .concept-header {
    min-height: 82px;
  }

  .concept-hero {
    min-height: min(100svh, 980px);
  }

  .hero-type {
    font-size: clamp(178px, 13.25vw, 244px);
  }

  .hero-bottom {
    margin-right: 1.5vw;
  }

  .story-section {
    max-height: 1080px;
  }
}

/* CLIPVISION_EDITORIAL_LIBRARY_20260721 */
.library-section {
  --page-gutter: clamp(18px, 4.2vw, 72px);
  position: relative;
  overflow: hidden;
  padding: clamp(104px, 11vw, 176px) var(--page-gutter) clamp(132px, 13vw, 208px);
  border-top: 1px solid rgba(244,239,230,.08);
  border-bottom: 1px solid rgba(244,239,230,.08);
  color: var(--cream);
  background:
    radial-gradient(circle at 88% 8%, rgba(230,200,111,.12), transparent 30rem),
    #050505;
}

.library-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244,239,230,.028) 1px, transparent 1px),
    linear-gradient(rgba(244,239,230,.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 84%, transparent);
  pointer-events: none;
}

.library-heading,
.library-grid {
  position: relative;
}

.library-heading {
  display: grid;
  grid-template-columns: .45fr 1.15fr .7fr;
  gap: clamp(26px, 4vw, 72px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 104px);
}

.library-heading .story-index {
  align-self: start;
  padding-top: 12px;
}

.library-heading h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(68px, 8vw, 132px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.05em;
  text-transform: uppercase;
  text-wrap: balance;
}

.library-heading p {
  max-width: 420px;
  margin: 0 0 5px;
  color: rgba(244,239,230,.62);
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.58;
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.library-card {
  position: relative;
  min-height: clamp(480px, 46vw, 680px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 2.5vw, 38px);
  border: 1px solid rgba(244,239,230,.16);
  border-radius: 4px 56px 4px 4px;
  isolation: isolate;
  background: #101010;
  box-shadow: 0 32px 96px rgba(0,0,0,.32);
}

.library-card:nth-child(2),
.library-card:nth-child(4) {
  margin-top: 42px;
  margin-bottom: -42px;
  border-radius: 56px 4px 4px 4px;
}

.library-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(5,5,5,.06) 12%, rgba(5,5,5,.25) 45%, rgba(5,5,5,.96) 84%),
    linear-gradient(105deg, rgba(5,5,5,.18), transparent 58%);
}

.library-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 12px;
  border: 1px solid rgba(244,239,230,.08);
  border-radius: inherit;
  pointer-events: none;
}

.library-visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 3px;
}

.library-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.03);
  transition: transform .8s cubic-bezier(.2,.72,.2,1), filter .5s ease;
}

.library-visual img:first-child { transform: scale(1.025); }
.library-visual img:last-child { transform: scale(1.06); }
.library-card:hover .library-visual img:first-child { transform: scale(1.075); }
.library-card:hover .library-visual img:last-child { transform: scale(1.015); }
.library-card:hover .library-visual img { filter: saturate(1.08) contrast(1.05); }

.library-card > small,
.library-card > div:not(.library-visual),
.library-card > i {
  position: relative;
  z-index: 2;
}

.library-card > small {
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
}

.library-card > div:not(.library-visual) {
  max-width: 540px;
  margin-top: auto;
}

.library-card h3 {
  margin: 0 0 18px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(46px, 5.3vw, 84px);
  font-weight: 900;
  line-height: .84;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.library-card p {
  max-width: 480px;
  margin: 0;
  color: rgba(244,239,230,.68);
  font-size: 13px;
  line-height: 1.55;
}

.library-card > i {
  position: absolute;
  right: clamp(22px, 2.5vw, 38px);
  bottom: clamp(22px, 2.5vw, 38px);
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  border: 1px solid rgba(244,239,230,.3);
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold);
  font-size: 20px;
  font-style: normal;
  transition: transform .25s ease;
}

.library-card:hover > i { transform: rotate(8deg) scale(1.06); }

.library-utility {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) repeat(3, auto);
  align-items: center;
  gap: 8px;
  margin-top: clamp(72px, 8vw, 118px);
  padding-top: 18px;
  border-top: 1px solid rgba(244,239,230,.12);
}

.library-utility > span {
  color: rgba(244,239,230,.42);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .17em;
}

.library-utility a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 0 8px 0 16px;
  border: 1px solid rgba(244,239,230,.15);
  border-radius: 999px;
  color: rgba(244,239,230,.72);
  background: rgba(255,255,255,.025);
  font-size: 10px;
  font-weight: 850;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.library-utility a i {
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold);
  font-style: normal;
}

.library-utility a:hover {
  border-color: rgba(230,200,111,.48);
  color: var(--cream);
  background: rgba(230,200,111,.06);
}

@media (min-width: 1440px) {
  .library-section {
    --page-gutter: clamp(72px, 5.2vw, 104px);
  }
}

@media (max-width: 720px) {
  .library-section {
    --page-gutter: 14px;
    padding-top: 94px;
    padding-bottom: 112px;
  }

  .library-section::before {
    background-size: 44px 44px;
  }

  .library-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 46px;
  }

  .library-heading .story-index { padding-top: 0; }

  .library-heading h2 {
    font-size: clamp(56px, 16.4vw, 78px);
  }

  .library-heading p {
    max-width: 350px;
    font-size: 14px;
  }

  .library-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .library-card,
  .library-card:nth-child(2),
  .library-card:nth-child(4) {
    min-height: min(64svh, 540px);
    margin: 0;
    padding: 20px;
    border-radius: 3px 38px 3px 3px;
  }

  .library-card:nth-child(even) { border-radius: 38px 3px 3px 3px; }
  .library-card::after { inset: 8px; }
  .library-card h3 { padding-right: 48px; font-size: clamp(45px, 13vw, 62px); }
  .library-card p { max-width: calc(100% - 54px); font-size: 12px; }
  .library-card > i { right: 18px; bottom: 18px; width: 42px; }

  .library-utility {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .library-utility > span { margin-bottom: 8px; }
  .library-utility a { justify-content: space-between; }
}

/* CLIPVISION_HERO_FLOW_20260721
   The original IDEA / VISUAL / READY screen is now the scroll scene itself. */
.concept-hero {
  height: 360svh;
  min-height: 0;
  display: block;
  padding: 0;
  overflow: clip;
}

.concept-hero::before,
.concept-hero::after {
  display: none;
}

.concept-hero-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px var(--page-gutter) 44px;
  isolation: isolate;
  background: #050505;
}

.concept-hero-sticky::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, transparent 94%);
  opacity: .32;
  pointer-events: none;
}

.concept-hero-sticky::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: var(--page-gutter);
  right: var(--page-gutter);
  top: 76px;
  bottom: 0;
  border-left: 1px solid rgba(244,239,230,.055);
  border-right: 1px solid rgba(244,239,230,.055);
  pointer-events: none;
}

.concept-hero-sticky > .hero-aura { z-index: 0; }
.concept-hero-sticky > .hero-collage { z-index: 1; }
.concept-hero-sticky > .hero-kicker { z-index: 6; }

.hero-type,
.hero-bottom,
.hero-kicker,
.hero-scroll {
  will-change: opacity, transform;
}

.hero-flow-deck {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.hero-flow-card {
  position: absolute;
  left: 50%;
  top: 52%;
  width: clamp(138px, 11.5vw, 204px);
  aspect-ratio: .78;
  overflow: hidden;
  margin: 0;
  border: clamp(3px, .42vw, 7px) solid #050505;
  background: #151515;
  box-shadow: 0 28px 80px rgba(0,0,0,.52);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.32);
  will-change: opacity, transform;
}

.hero-flow-card.shape-arch { border-radius: 48% 48% 10px 10px; }
.hero-flow-card.shape-soft { border-radius: 32px; }
.hero-flow-card.shape-circle { aspect-ratio: 1; border-radius: 50%; }
.hero-flow-card.shape-wide { width: clamp(174px, 16vw, 286px); aspect-ratio: 1.42; border-radius: 9px; }
.hero-flow-card.shape-video { width: clamp(132px, 10vw, 180px); aspect-ratio: .68; border-radius: 42% 42% 10px 10px; }

.hero-flow-card img,
.hero-flow-card video,
.hero-flow-focus video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-flow-card small {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 8px;
  border: 1px solid rgba(244,239,230,.22);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(5,5,5,.64);
  backdrop-filter: blur(10px);
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .14em;
}

.hero-flow-focus {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 52%;
  width: 26vw;
  height: 28vh;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(230,200,111,.34);
  border-radius: 46% 46% 10px 10px;
  background: #101010;
  box-shadow: 0 38px 120px rgba(0,0,0,.62);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.72) rotate(-3deg);
  will-change: width, height, opacity, transform, border-radius;
}

.hero-flow-focus::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,5,5,.72), transparent 38%);
  pointer-events: none;
}

.hero-flow-focus figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--cream);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
}

.hero-flow-focus figcaption span { color: var(--gold-bright); }

.hero-flow-stage {
  position: absolute;
  z-index: 8;
  left: var(--page-gutter);
  bottom: 38px;
  color: var(--cream);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
  opacity: 0;
  will-change: opacity;
}

.hero-flow-progress {
  position: absolute;
  z-index: 8;
  right: var(--page-gutter);
  bottom: 34px;
  width: min(250px, 26vw);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  color: rgba(244,239,230,.48);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
  opacity: 0;
  will-change: opacity;
}

.hero-flow-progress::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 1px;
  background: rgba(244,239,230,.18);
}

.hero-flow-progress i {
  grid-column: 1;
  grid-row: 1;
  width: calc(var(--hero-flow-progress, 0) * 100%);
  height: 2px;
  background: var(--gold);
}

.hero-flow-progress span {
  grid-column: 2;
  grid-row: 1;
}

@media (max-width: 1080px) {
  .concept-hero { height: 345svh; }
  .hero-flow-card { width: clamp(120px, 16vw, 180px); }
  .hero-flow-card.shape-wide { width: clamp(160px, 21vw, 235px); }
  .hero-flow-card.shape-video { width: clamp(116px, 14vw, 160px); }
}

@media (max-width: 720px) {
  .concept-hero {
    height: 325svh;
    min-height: 0;
    padding: 0;
  }

  .concept-hero-sticky {
    height: 100svh;
    min-height: 540px;
    padding: 82px 14px 26px;
    justify-content: center;
  }

  .concept-hero-sticky::after { background-size: 44px 44px; }
  .concept-hero-sticky::before { top: 64px; opacity: .55; }

  .hero-flow-card {
    width: min(30vw, 126px);
    border-width: 3px;
  }

  .hero-flow-card.shape-wide { width: min(38vw, 158px); }
  .hero-flow-card.shape-video { width: min(27vw, 114px); }
  .hero-flow-card.shape-soft { border-radius: 22px; }
  .hero-flow-card small { left: 6px; bottom: 6px; padding: 4px 6px; font-size: 5px; }

  .hero-flow-focus {
    top: 51.5%;
    width: 56vw;
    height: 29vh;
  }

  .hero-flow-focus figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 6px;
  }

  .hero-flow-stage {
    left: 14px;
    bottom: 29px;
    max-width: 58vw;
    font-size: 6px;
    line-height: 1.45;
  }

  .hero-flow-progress {
    right: 14px;
    bottom: 27px;
    width: 34vw;
    gap: 8px;
    font-size: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .concept-hero {
    height: 100svh;
    min-height: 620px;
  }

  .concept-hero-sticky {
    position: relative;
  }

  .hero-flow-deck,
  .hero-flow-focus,
  .hero-flow-stage,
  .hero-flow-progress {
    display: none;
  }
}

@media (min-width: 1081px) and (max-width: 1439px) {
  .hero-type {
    font-size: clamp(118px, 13.2vw, 190px);
  }

  .frame-one {
    right: 7.5%;
  }

  .hero-bottom {
    width: min(620px, 49vw);
    gap: 20px;
  }

  .round-button {
    gap: 18px;
  }
}

@media (max-width: 1080px) {
  .scenario-panel:nth-child(2),
  .scenario-panel:nth-child(3) {
    transform: none;
  }
}

@media (max-width: 720px) {
  .concept-header,
  .concept-hero,
  .story-section,
  .scenario-editorial,
  .gallery-section,
  .models-band,
  .concept-footer {
    --page-gutter: 14px;
  }

  .concept-hero::before {
    top: 64px;
    opacity: .55;
  }

  .hero-type {
    margin-top: -3.5vh;
  }

  .frame-one {
    right: -6%;
    top: 17.5%;
  }

  .frame-two {
    left: -6%;
    bottom: 22%;
  }

  .frame-three {
    right: 5%;
    bottom: 21.5%;
    width: 27vw;
    opacity: .78;
  }

  .hero-bottom {
    width: 100%;
    align-self: stretch;
    grid-template-columns: 1fr;
    margin-top: 5vh;
  }

  .hero-buttons {
    width: 100%;
  }

  .scenario-panel {
    min-height: 68svh;
  }

  .gallery-grid {
    grid-auto-rows: 46vw;
  }
}

/* CLIPVISION_VISUAL_STREAM_20260721
   Scroll-driven gallery inserted after the existing hero. The first screen is
   deliberately untouched; this scene begins only after it leaves the viewport. */
.visual-stream {
  position: relative;
  height: 370svh;
  overflow: clip;
  border-bottom: 1px solid rgba(244,239,230,.09);
  color: var(--cream);
  background: #050505;
}

.visual-stream-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
}

.visual-stream-grid,
.visual-stream-aura,
.visual-stream-deck {
  position: absolute;
  inset: 0;
}

.visual-stream-grid {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(244,239,230,.035) 1px, transparent 1px),
    linear-gradient(rgba(244,239,230,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000 8%, rgba(0,0,0,.82) 48%, transparent 88%);
  opacity: .72;
}

.visual-stream-aura {
  z-index: -1;
  left: 50%;
  top: 50%;
  width: min(72vw, 1080px);
  height: min(72vw, 1080px);
  inset: auto;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230,200,111,.17), rgba(230,200,111,.035) 42%, transparent 70%);
  filter: blur(26px);
  transform: translate(-50%, -50%) scale(calc(.76 + var(--stream-progress, 0) * .34));
  opacity: calc(.48 + var(--stream-progress, 0) * .34);
}

.visual-stream-tabs {
  position: absolute;
  z-index: 8;
  top: max(96px, calc(env(safe-area-inset-top) + 78px));
  left: 50%;
  width: min(420px, calc(100% - 36px));
  min-height: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(244,239,230,.18);
  border-radius: 999px;
  background: rgba(5,5,5,.72);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  box-shadow: 0 18px 54px rgba(0,0,0,.32);
}

.visual-stream-tabs span {
  min-width: 0;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: rgba(244,239,230,.42);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.visual-stream-tabs span.is-active {
  color: var(--ink);
  background: var(--gold);
  transform: scale(1.02);
}

.visual-stream-copy {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 51%;
  width: min(900px, calc(100% - 36px));
  text-align: center;
  transform: translate(-50%, -48%);
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}

.visual-stream-copy > span {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .19em;
}

.visual-stream-copy h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(78px, 10.3vw, 166px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.052em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 20px 70px rgba(0,0,0,.62);
}

.visual-stream-copy h2 em {
  color: var(--gold);
  font-style: normal;
}

.visual-stream-copy p {
  max-width: 650px;
  margin: 28px auto 0;
  color: rgba(244,239,230,.68);
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.55;
}

.visual-stream-deck {
  z-index: 3;
  pointer-events: none;
}

.visual-stream-card {
  position: absolute;
  left: 50%;
  top: 51%;
  width: clamp(138px, 11.5vw, 204px);
  aspect-ratio: .78;
  overflow: hidden;
  margin: 0;
  border: clamp(3px, .42vw, 7px) solid #050505;
  background: #151515;
  box-shadow: 0 28px 80px rgba(0,0,0,.5);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.34);
  will-change: opacity, transform;
}

.visual-stream-card.shape-arch { border-radius: 48% 48% 10px 10px; }
.visual-stream-card.shape-soft { border-radius: 32px; }
.visual-stream-card.shape-square { aspect-ratio: 1; border-radius: 8px; }
.visual-stream-card.shape-circle { aspect-ratio: 1; border-radius: 50%; }
.visual-stream-card.shape-wide { width: clamp(174px, 16vw, 286px); aspect-ratio: 1.42; border-radius: 9px; }
.visual-stream-card.shape-video { width: clamp(132px, 10vw, 180px); aspect-ratio: .68; border-radius: 42% 42% 10px 10px; }

.visual-stream-card img,
.visual-stream-card video,
.visual-stream-focus video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-stream-card small {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 8px;
  border: 1px solid rgba(244,239,230,.22);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(5,5,5,.64);
  backdrop-filter: blur(10px);
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .14em;
}

.visual-stream-focus {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 52%;
  width: 26vw;
  height: 28vh;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(230,200,111,.34);
  border-radius: 46% 46% 10px 10px;
  background: #101010;
  box-shadow: 0 38px 120px rgba(0,0,0,.6);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.72) rotate(-3deg);
  will-change: width, height, opacity, transform, border-radius;
}

.visual-stream-focus::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,5,5,.7), transparent 38%);
  pointer-events: none;
}

.visual-stream-focus figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--cream);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
}

.visual-stream-focus figcaption span { color: var(--gold-bright); }

.visual-stream-stage {
  position: absolute;
  z-index: 8;
  left: clamp(18px, 4.2vw, 72px);
  bottom: 38px;
  color: rgba(244,239,230,.48);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
}

.visual-stream-stage span {
  display: none;
}

.visual-stream-stage span.is-active {
  display: inline;
  color: var(--cream);
}

.visual-stream-progress {
  position: absolute;
  z-index: 8;
  right: clamp(18px, 4.2vw, 72px);
  bottom: 34px;
  width: min(250px, 26vw);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  color: rgba(244,239,230,.48);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.visual-stream-progress::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 1px;
  background: rgba(244,239,230,.18);
}

.visual-stream-progress i {
  grid-column: 1;
  grid-row: 1;
  width: calc(var(--stream-progress, 0) * 100%);
  height: 2px;
  background: var(--gold);
  transform-origin: left center;
}

.visual-stream-progress span {
  grid-column: 2;
  grid-row: 1;
}

@media (max-width: 1080px) {
  .visual-stream { height: 350svh; }
  .visual-stream-copy { width: min(780px, calc(100% - 30px)); }
  .visual-stream-card { width: clamp(120px, 16vw, 180px); }
  .visual-stream-card.shape-wide { width: clamp(160px, 21vw, 235px); }
  .visual-stream-card.shape-video { width: clamp(116px, 14vw, 160px); }
}

@media (max-width: 720px) {
  .visual-stream {
    height: 335svh;
  }

  .visual-stream-sticky {
    min-height: 540px;
  }

  .visual-stream-grid {
    background-size: 44px 44px;
    opacity: .62;
  }

  .visual-stream-tabs {
    top: max(76px, calc(env(safe-area-inset-top) + 68px));
    width: calc(100% - 28px);
    min-height: 42px;
    padding: 3px;
  }

  .visual-stream-tabs span {
    font-size: 7px;
    letter-spacing: .1em;
  }

  .visual-stream-copy {
    top: 50%;
    width: calc(100% - 28px);
  }

  .visual-stream-copy > span {
    margin-bottom: 18px;
    font-size: 7px;
    letter-spacing: .15em;
  }

  .visual-stream-copy h2 {
    font-size: clamp(58px, 18vw, 82px);
    line-height: .8;
  }

  .visual-stream-copy p {
    max-width: 340px;
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.48;
  }

  .visual-stream-card {
    width: min(30vw, 126px);
    border-width: 3px;
  }

  .visual-stream-card.shape-wide { width: min(38vw, 158px); }
  .visual-stream-card.shape-video { width: min(27vw, 114px); }
  .visual-stream-card.shape-soft { border-radius: 22px; }
  .visual-stream-card small { left: 6px; bottom: 6px; padding: 4px 6px; font-size: 5px; }

  .visual-stream-focus {
    top: 51.5%;
    width: 56vw;
    height: 29vh;
  }

  .visual-stream-focus figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 6px;
  }

  .visual-stream-stage {
    left: 14px;
    bottom: 30px;
    max-width: 58vw;
    font-size: 6px;
    line-height: 1.45;
  }

  .visual-stream-progress {
    right: 14px;
    bottom: 27px;
    width: 34vw;
    gap: 8px;
    font-size: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .visual-stream {
    height: auto;
    padding: 110px clamp(14px, 4vw, 40px) 80px;
  }

  .visual-stream-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .visual-stream-grid,
  .visual-stream-aura,
  .visual-stream-tabs,
  .visual-stream-focus,
  .visual-stream-stage,
  .visual-stream-progress {
    display: none;
  }

  .visual-stream-copy {
    position: relative;
    left: auto;
    top: auto;
    width: min(900px, 100%);
    margin: 0 auto 48px;
    opacity: 1 !important;
    transform: none !important;
  }

  .visual-stream-deck {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .visual-stream-card,
  .visual-stream-card.shape-wide,
  .visual-stream-card.shape-video {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    opacity: 1 !important;
    transform: none !important;
  }
}
