@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,500,0,0");

:root {
  --black: #050608;
  --black-2: #0b0f14;
  --panel: #141820;
  --panel-2: #1b2028;
  --red: #c5282e;
  --red-dark: #68151b;
  --red-soft: rgba(197, 40, 46, 0.16);
  --gold: #c2a36a;
  --wine: #391016;
  --wine-line: rgba(136, 42, 47, 0.58);
  --film-ink: #080a0d;
  --film-cell: #11151b;
  --film-cell-2: #171b22;
  --champagne: #d2bd86;
  --steel: #8f98a8;
  --white: #f7f7f7;
  --muted: #c1b7a8;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  --max: 1180px;
}

.asset-kit {
  pointer-events: none;
  user-select: none;
  object-fit: contain;
}

.hero-kit-monitor {
  position: absolute;
  left: -68px;
  top: 92px;
  z-index: 0;
  width: 310px;
  opacity: 0.18;
  filter: saturate(0.74) brightness(0.72) drop-shadow(0 24px 34px rgba(0, 0, 0, 0.54));
  transform: rotate(-3deg);
}

.hero-kit-sparkle {
  position: absolute;
  right: 14px;
  top: 24px;
  z-index: 4;
  width: 86px;
  opacity: 0.9;
  filter: drop-shadow(0 0 18px rgba(215, 25, 32, 0.46));
}

.diagnosis-kit-panel {
  position: absolute;
  right: 18px;
  top: 48px;
  z-index: 2;
  width: 220px;
  opacity: 0.2;
  mix-blend-mode: screen;
  filter: saturate(0.82) brightness(0.86);
}

.course-kit-playhead {
  position: absolute;
  left: 68px;
  top: 36px;
  z-index: 7;
  width: 48px;
  max-width: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 14px rgba(215, 25, 32, 0.64));
  animation: course-playhead 25.6s linear infinite;
}

.present-kit-cases {
  position: absolute;
  right: 10px;
  bottom: 18px;
  z-index: 3;
  width: 164px;
  opacity: 0.18;
  filter: saturate(0.75) brightness(0.82) drop-shadow(0 22px 34px rgba(0, 0, 0, 0.55));
}

.present-case-top,
.present-case h3 {
  position: relative;
  z-index: 2;
}

.present-kit-pass {
  position: absolute;
  right: 12px;
  bottom: 32px;
  z-index: 1;
  width: 110px;
  opacity: 0.32;
  transform: rotate(-4deg);
  filter: saturate(0.86) brightness(0.88) drop-shadow(0 14px 22px rgba(0, 0, 0, 0.52));
}

.price-kit-panel {
  position: absolute;
  right: 18px;
  top: 68px;
  z-index: 0;
  width: 128px;
  opacity: 0.13;
  filter: saturate(0.75) brightness(0.9);
}

.cut-badge .material-symbols-outlined,
.cut-badge strong,
.cut-badge em {
  position: relative;
  z-index: 2;
}

.cut-badge-slash-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 185px;
  max-width: none;
  opacity: 0;
  transform: translate(-180%, -66%) rotate(-20deg) scale(0.88);
  filter: saturate(1.1) drop-shadow(0 0 16px rgba(215, 25, 32, 0.6));
}

.cut-badge.is-slashed .cut-badge-slash-img {
  animation: cut-kit-slash 880ms cubic-bezier(0.12, 0.82, 0.22, 1) 120ms both;
}

.recommended-kit-stamp {
  position: absolute;
  right: -14px;
  top: -10px;
  z-index: 0;
  width: 178px;
  opacity: 0.12;
  transform: rotate(-11deg);
  filter: saturate(0.86) brightness(0.86);
}

.contact-inner > :not(.asset-kit) {
  position: relative;
  z-index: 1;
}

.contact-kit-bubbles {
  position: absolute;
  right: -220px;
  top: 82px;
  z-index: 0;
  width: 210px;
  opacity: 0.28;
  filter: saturate(0.84) brightness(0.86) drop-shadow(0 20px 34px rgba(0, 0, 0, 0.52));
}

.faq .section-inner {
  position: relative;
  z-index: 1;
}

.faq-kit-reel {
  position: absolute;
  right: max(24px, calc((100% - var(--max)) / 2));
  top: 82px;
  z-index: 0;
  width: 190px;
  opacity: 0.08;
  filter: saturate(0.72) brightness(0.84) drop-shadow(0 22px 34px rgba(0, 0, 0, 0.6));
}

@keyframes cut-kit-slash {
  0% {
    opacity: 0;
    transform: translate(-180%, -66%) rotate(-20deg) scale(0.88);
  }

  28% {
    opacity: 0.72;
  }

  100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) rotate(-8deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .course-kit-playhead,
  .cut-badge.is-slashed .cut-badge-slash-img {
    animation: none;
  }

  .cut-badge.is-slashed .cut-badge-slash-img {
    opacity: 0.42;
    transform: translate(-50%, -50%) rotate(-8deg) scale(1);
  }
}

@media (max-width: 1040px) {
  .hero-kit-monitor {
    left: -24px;
    top: 120px;
    width: 220px;
    opacity: 0.12;
  }

  .hero-kit-sparkle {
    width: 70px;
  }

  .present-kit-cases {
    width: 130px;
    opacity: 0.14;
  }

  .price-kit-panel {
    width: 108px;
    opacity: 0.1;
  }

  .contact-kit-bubbles {
    right: 4px;
    top: 32px;
    width: 150px;
    opacity: 0.16;
  }

  .faq-kit-reel {
    width: 150px;
    opacity: 0.06;
  }
}

@media (max-width: 720px) {
  .hero-kit-monitor,
  .diagnosis-kit-panel,
  .present-kit-cases,
  .price-kit-panel,
  .recommended-kit-stamp,
  .contact-kit-bubbles,
  .faq-kit-reel {
    display: none;
  }

  .hero-kit-sparkle {
    right: 0;
    top: 14px;
    width: 52px;
    opacity: 0.72;
  }

  .course-kit-playhead {
    left: 55px;
    top: 34px;
    width: 38px;
  }

  .present-kit-pass {
    right: 8px;
    bottom: 30px;
    width: 88px;
    opacity: 0.2;
  }

  .cut-badge-slash-img {
    width: 140px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
}

body::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.055) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 64%, rgba(255, 255, 255, 0.04) 0 1px, transparent 1.5px),
    repeating-linear-gradient(104deg, transparent 0 86px, rgba(255, 255, 255, 0.035) 86px 87px, transparent 87px 210px);
  background-size: 180px 180px, 240px 240px, 320px 320px;
  mix-blend-mode: screen;
  opacity: 0.13;
  animation: film-noise-drift 9s steps(5, end) infinite;
}

body::after {
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 7px),
    linear-gradient(180deg, transparent 0 46%, rgba(255, 255, 255, 0.045) 48%, transparent 51%);
  opacity: 0.075;
  animation: film-scan-drift 7.5s linear infinite;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  font-size: 4.8rem;
  font-weight: 900;
}

h2 {
  font-size: 2.7rem;
  font-weight: 900;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.35;
}

p {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 8, 12, 0.88);
  border-bottom: 1px solid rgba(215, 25, 32, 0.28);
  backdrop-filter: blur(18px);
}

.site-header::after {
  content: "";
  display: none;
  height: 14px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 10px, transparent 10px 24px),
    linear-gradient(90deg, rgba(215, 25, 32, 0.28), transparent 30%, rgba(184, 138, 59, 0.18));
  opacity: 0.55;
}

.header-scene-rail {
  position: relative;
  display: grid;
  grid-template-columns: 72px 42px minmax(0, var(--max)) 42px;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px 14px;
  background:
    repeating-linear-gradient(90deg, transparent 0 17px, rgba(255, 255, 255, 0.18) 17px 27px, transparent 27px 48px) top / 100% 9px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 17px, rgba(255, 255, 255, 0.16) 17px 27px, transparent 27px 48px) bottom / 100% 9px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 20%, rgba(0, 0, 0, 0.36) 52%, rgba(255, 255, 255, 0.035)),
    linear-gradient(90deg, rgba(215, 25, 32, 0.3), rgba(7, 8, 12, 0.94) 30%, rgba(184, 138, 59, 0.18)),
    #06070b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(215, 25, 32, 0.22);
  box-shadow:
    inset 0 18px 28px rgba(255, 255, 255, 0.03),
    inset 0 -20px 28px rgba(0, 0, 0, 0.42);
}

.scene-strip {
  position: relative;
  z-index: 3;
  grid-column: 3;
  min-width: 0;
  padding: 13px 8px 14px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  background:
    linear-gradient(90deg, transparent, rgba(215, 25, 32, 0.44) 18%, rgba(215, 25, 32, 0.58) 50%, rgba(184, 138, 59, 0.3) 82%, transparent) center / 100% 4px no-repeat,
    linear-gradient(180deg, rgba(5, 6, 10, 0.94), rgba(19, 20, 28, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.scene-strip::-webkit-scrollbar {
  display: none;
}

.scene-cue {
  position: relative;
  z-index: 2;
  flex: 0 0 152px;
  min-height: 62px;
  padding: 18px 14px 10px;
  scroll-snap-align: start;
  background:
    radial-gradient(circle at 14px 14px, rgba(255, 255, 255, 0.24) 0 2px, transparent 3px),
    radial-gradient(circle at calc(100% - 14px) 14px, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(12, 14, 20, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.36),
    inset 0 -14px 22px rgba(0, 0, 0, 0.3);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.scene-cue::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  right: 12px;
  height: 2px;
  background: rgba(215, 25, 32, 0.8);
}

.scene-cue::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 5px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 5px, transparent 5px 12px),
    linear-gradient(90deg, rgba(215, 25, 32, 0.42), transparent);
  opacity: 0.7;
}

.scene-cue span,
.scene-cue strong {
  display: block;
}

.scene-cue span {
  color: #9eacc5;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.scene-cue strong {
  margin-top: 5px;
  color: var(--white);
  font-size: 0.88rem;
  line-height: 1.05;
}

.scene-cue:hover,
.scene-cue:focus-visible,
.scene-cue.active {
  transform: translateY(-2px);
  background:
    radial-gradient(circle at 14px 14px, rgba(255, 255, 255, 0.32) 0 2px, transparent 3px),
    radial-gradient(circle at calc(100% - 14px) 14px, rgba(255, 255, 255, 0.24) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(215, 25, 32, 0.34), rgba(255, 255, 255, 0.055)),
    rgba(12, 14, 20, 0.94);
  border-color: rgba(215, 25, 32, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(215, 25, 32, 0.18),
    inset 0 -14px 22px rgba(0, 0, 0, 0.36),
    0 16px 34px rgba(215, 25, 32, 0.16);
}

.scene-cue:focus-visible {
  outline: 2px solid rgba(247, 247, 247, 0.85);
  outline-offset: 2px;
}

.now-playing-label {
  position: absolute;
  top: clamp(64px, 8vw, 108px);
  left: max(20px, calc((100% - var(--max)) / 2));
  z-index: 8;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.95), rgba(122, 15, 21, 0.9)),
    var(--red);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 14px 34px rgba(215, 25, 32, 0.34);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  animation: now-playing-pop 1250ms cubic-bezier(0.16, 0.9, 0.18, 1) both;
  pointer-events: none;
}

.rail-arrow {
  position: relative;
  z-index: 4;
  width: 42px;
  min-height: 62px;
  align-self: center;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(7, 8, 12, 0.92);
  color: var(--white);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.rail-arrow:hover,
.rail-arrow:focus-visible {
  border-color: rgba(215, 25, 32, 0.86);
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.32), rgba(7, 8, 12, 0.92));
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 92px;
}

.brand-logo {
  width: 198px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.38));
}

.brand-mini-logo {
  width: 76px;
  height: 58px;
}

.scene-brand {
  position: relative;
  z-index: 4;
  min-width: 0;
  width: 72px;
  min-height: 62px;
  align-self: center;
  justify-content: center;
}

.scene-brand .brand-mini-logo {
  width: 56px;
  height: 44px;
  object-position: center;
}

.header-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta,
.primary-btn {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 14px 36px rgba(215, 25, 32, 0.3);
}

.header-cta {
  padding: 0 20px;
}

.primary-btn {
  padding: 0 28px;
}

.secondary-btn {
  padding: 0 24px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.section-dark,
.section-band,
.section-light {
  position: relative;
  overflow: hidden;
}

.section-dark {
  background: var(--black);
}

.section-band {
  background: var(--black-2);
}

.section-light {
  background: #f3f0eb;
  color: #11131a;
}

.section-light p,
.section-light .scene-label {
  color: #5d6270;
}

.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

#top,
#offer,
#philosophy,
#why,
#strength,
#schedule,
#present,
#price,
#recommended,
#contact,
#faq,
#cut-01,
#cut-02,
#bgm,
#se,
#review,
#community,
#works,
#works-focus {
  scroll-margin-top: 238px;
}

#philosophy {
  scroll-margin-top: 132px;
}

.narrow {
  max-width: 900px;
}

.scene-label {
  margin-bottom: 14px;
  color: var(--gold);
  font-weight: 900;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 38px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 54px;
}

.hero {
  min-height: 850px;
  padding-top: 1px;
}

.hero-startup::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, transparent, rgba(247, 247, 247, 0.12), transparent),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px);
  opacity: 0;
  transform: translateX(-100%);
  pointer-events: none;
  animation: hero-boot-scan 1300ms cubic-bezier(0.2, 0.74, 0.16, 1) 160ms both;
}

.hero-startup .scene-label,
.hero-startup .hero-logo,
.hero-startup .supervision,
.hero-startup h1,
.hero-startup .hero-lead,
.hero-startup .hero-project-card,
.hero-startup .hero-actions,
.hero-startup .hero-proof,
.hero-startup .monitor-frame,
.hero-startup .standee-frame,
.hero-startup .hero-side-console {
  opacity: 0;
  transform: translateY(18px);
  animation: hero-boot-item 640ms cubic-bezier(0.18, 0.82, 0.2, 1) both;
}

.hero-startup .hero-logo {
  animation-delay: 80ms;
}

.hero-startup .scene-label {
  animation-delay: 180ms;
}

.hero-startup .supervision {
  animation-delay: 300ms;
}

.hero-startup h1 {
  animation-delay: 430ms;
}

.hero-startup .hero-lead {
  animation-delay: 560ms;
}

.hero-startup .hero-project-card {
  animation-delay: 820ms;
}

.hero-startup .hero-actions {
  animation-delay: 660ms;
}

.hero-startup .hero-proof {
  animation-delay: 940ms;
}

.hero-startup .monitor-frame {
  animation-delay: 520ms;
}

.hero-startup .standee-frame {
  animation-delay: 720ms;
}

.hero-startup .hero-side-console {
  animation-delay: 940ms;
}

.hero-startup .primary-btn {
  animation: hero-cta-pulse 1200ms ease 1020ms both;
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.34;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 12, 0.98), rgba(7, 8, 12, 0.82) 45%, rgba(7, 8, 12, 0.52)),
    linear-gradient(180deg, transparent, var(--black));
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-logo {
  width: min(292px, 72vw);
  height: auto;
  margin: 0 0 10px -10px;
  filter:
    drop-shadow(0 18px 38px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 22px rgba(215, 25, 32, 0.14));
}

.film-strip {
  height: 32px;
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(205, 190, 150, 0.18) 18px 31px, transparent 31px 52px) top / 100% 10px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(205, 190, 150, 0.14) 18px 31px, transparent 31px 52px) bottom / 100% 10px no-repeat,
    var(--film-ink);
  border-top: 1px solid rgba(210, 189, 134, 0.16);
  border-bottom: 1px solid rgba(210, 189, 134, 0.16);
}

.film-strip-top {
  position: relative;
  z-index: 2;
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(var(--max), calc(100% - 40px));
  min-height: 660px;
  margin: 0 auto;
  padding: 58px 0 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.7fr);
  align-items: center;
  gap: 32px;
}

.hero-copy {
  min-width: 0;
}

.mobile-title-break {
  display: none;
}

.hero h1 {
  max-width: 840px;
  font-size: clamp(3.25rem, 5vw, 4rem);
}

.supervision {
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(184, 138, 59, 0.4);
  background: rgba(184, 138, 59, 0.12);
  color: #f2dfb4;
  font-weight: 800;
}

.hero-lead {
  max-width: 680px;
  margin-top: 18px;
  font-size: 1.02rem;
}

.hero-project-card {
  position: relative;
  max-width: 700px;
  margin-top: 20px;
  padding: 14px;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 8px, transparent 8px 24px) top / 100% 8px no-repeat,
    linear-gradient(180deg, rgba(18, 22, 30, 0.88), rgba(8, 10, 15, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.hero-project-card::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 45px;
  height: 1px;
  background: linear-gradient(90deg, rgba(215, 25, 32, 0.72), rgba(184, 138, 59, 0.48), transparent);
}

.hero-project-top {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 30px;
  padding-top: 4px;
  color: var(--steel);
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-project-top strong {
  min-width: 0;
  flex: 1;
  color: var(--white);
  font-size: 0.82rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-project-top em {
  padding: 2px 8px;
  border: 1px solid rgba(215, 25, 32, 0.72);
  color: #ffd7d9;
  font-style: normal;
  letter-spacing: 0;
}

.hero-project-timeline {
  position: relative;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.hero-project-timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 33px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-project-timeline::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 8px;
  width: 2px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(215, 25, 32, 0.52);
  animation: hero-project-playhead 4.4s cubic-bezier(0.55, 0, 0.16, 1) 1200ms infinite;
}

.hero-step {
  position: relative;
  min-height: 88px;
  padding: 12px 10px 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-step::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: rgba(184, 138, 59, 0.56);
}

.hero-step::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  height: 4px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 8px, transparent 8px 16px);
  opacity: 0.72;
}

.hero-step small,
.hero-step span {
  display: block;
  color: var(--steel);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-step strong {
  display: block;
  margin-top: 19px;
  color: var(--white);
  font-size: 0.94rem;
  line-height: 1.35;
}

.hero-step span {
  margin-top: 4px;
  color: #d6c08d;
}

.hero-step.active {
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.16), rgba(255, 255, 255, 0.045));
  border-color: rgba(215, 25, 32, 0.7);
}

.hero-step.active::before {
  background: rgba(215, 25, 32, 0.8);
}

.hero-render-check {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-check {
  position: relative;
  min-height: 34px;
  padding: 9px 10px 0 23px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-check:last-child {
  border-right: 0;
}

.hero-check::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2a2e38;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  animation: hero-check-lamp 780ms ease var(--delay) both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-proof span,
.tag,
.chip-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-stage {
  position: relative;
  min-height: 620px;
}

.monitor-frame {
  position: absolute;
  top: 66px;
  right: 6px;
  width: 88%;
  max-width: 520px;
  opacity: 0.76;
  filter: saturate(0.8) brightness(0.72);
}

.standee-frame {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: min(430px, 86%);
  padding-top: 18px;
}

.standee-frame::before {
  content: "";
  position: absolute;
  inset: 36px 26px 20px;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: skewX(-7deg);
  box-shadow: var(--shadow);
}

.standee-frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.72));
}

.name-plate {
  position: absolute;
  left: 8px;
  bottom: 40px;
  z-index: 3;
  min-width: 210px;
  padding: 14px 18px;
  background: rgba(7, 8, 12, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stage .name-plate {
  display: none;
}

.name-plate span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.name-plate strong {
  display: block;
  font-size: 1.35rem;
}

.hero-side-console {
  position: absolute;
  left: 0;
  bottom: 64px;
  z-index: 4;
  width: min(282px, 52%);
  padding: 16px 18px;
  background:
    linear-gradient(180deg, rgba(22, 25, 34, 0.9), rgba(8, 10, 15, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
}

.hero-side-console::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--red), rgba(184, 138, 59, 0.48), transparent);
}

.hero-side-console span {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-side-console strong {
  display: block;
  margin-top: 2px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.hero-side-console p {
  margin-top: 8px;
  font-size: 0.78rem;
  line-height: 1.55;
}

.hero-side-meter {
  height: 5px;
  margin-top: 13px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.hero-side-meter span {
  display: block;
  width: 82%;
  height: 100%;
  background: linear-gradient(90deg, var(--red), #f2dfb4);
  transform-origin: left;
  animation: hero-side-meter 1600ms cubic-bezier(0.2, 0.72, 0.15, 1) 1180ms both;
}

.film-reel {
  position: relative;
  z-index: 4;
  width: min(var(--max), calc(100% - 40px));
  margin: -10px auto 70px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 10px, transparent 10px 30px) top / 100% 10px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 10px, transparent 10px 30px) bottom / 100% 10px no-repeat,
    rgba(5, 6, 10, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow);
}

.reel-cell {
  position: relative;
  min-height: 92px;
  padding: 24px 14px 14px;
  display: block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.reel-cell::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(184, 138, 59, 0.52));
}

.reel-cell span {
  display: block;
  color: var(--steel);
  font-size: 0.75rem;
  font-weight: 800;
}

.reel-cell strong {
  display: block;
  margin-top: 4px;
  font-size: 1.05rem;
}

.reel-cell:hover,
.reel-cell:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(247, 247, 247, 0.62);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.reel-cell:focus-visible {
  outline: 2px solid rgba(247, 247, 247, 0.9);
  outline-offset: 3px;
}

.reel-cell.active {
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.2), rgba(255, 255, 255, 0.05));
  border-color: rgba(215, 25, 32, 0.8);
}

.reel-cell.active::before {
  background: rgba(215, 25, 32, 0.74);
}

.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 48px;
  align-items: center;
}

.editorial-philosophy {
  background: #f6f4ee;
  color: #111114;
}

.editorial-philosophy::before,
.editorial-philosophy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  background: repeating-linear-gradient(90deg, #111114 0 10px, transparent 10px 34px);
  opacity: 0.08;
  pointer-events: none;
}

.editorial-philosophy::before {
  top: 0;
}

.editorial-philosophy::after {
  bottom: 0;
}

.philosophy-paper {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) 1px minmax(0, 1.34fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
  padding-top: 86px;
  padding-bottom: 86px;
}

.philosophy-title-block {
  position: sticky;
  top: 190px;
}

.philosophy-scene {
  margin-bottom: 16px;
  color: #ef4444;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.philosophy-title-block h2 {
  color: #f34141;
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.92;
}

.philosophy-title-block p:last-child {
  margin-top: 18px;
  color: #111114;
  font-weight: 900;
}

.philosophy-divider {
  display: block;
  width: 1px;
  min-height: 100%;
  background: #ef4444;
}

.philosophy-body {
  max-width: 770px;
  color: #111114;
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 2;
}

.philosophy-body p {
  color: #111114;
}

.philosophy-body p + p {
  margin-top: 28px;
}

.philosophy-body mark {
  padding: 0 0.18em;
  color: #090909;
  background: #f6d45d;
  font-weight: 900;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.philosophy-closing {
  font-size: 1.08em;
  line-height: 1.8;
}

.philosophy-note {
  color: #777166;
  font-size: 0.86rem;
  font-weight: 700;
}

.check-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.check-list li {
  min-height: 72px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--red);
  color: var(--white);
  font-weight: 800;
}

.decision-list li {
  min-height: 154px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.decision-list span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.decision-list strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.35;
}

.decision-list small {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.compact {
  padding-top: 64px;
  padding-bottom: 64px;
}

.cta-card {
  padding: 24px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 10px, transparent 10px 28px) top / 100% 10px no-repeat,
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-card p {
  margin-bottom: 18px;
}

.profile-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 18px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  border: 1px solid var(--line);
}

.profile-card img {
  max-height: 280px;
  object-fit: contain;
}

.profile-card span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
}

.profile-card strong {
  display: block;
  margin: 4px 0 8px;
  font-size: 1.6rem;
}

.issue-grid,
.strength-grid,
.voice-grid,
.placeholder-grid,
.present-grid {
  display: grid;
  gap: 18px;
}

.issue-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.strength-grid,
.present-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.voice-grid,
.placeholder-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.issue-grid article,
.strength-grid article,
.voice-grid article,
.placeholder-grid article,
.present-grid article {
  min-height: 180px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--panel);
  border: 1px solid var(--line);
}

.section-light .placeholder-grid article,
.section-light .issue-grid article {
  background: #ffffff;
  border-color: rgba(17, 19, 26, 0.14);
}

.issue-grid span,
.strength-grid span,
.present-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 900;
}

.strength-grid h3,
.issue-grid h3,
.present-grid h3 {
  margin-bottom: 10px;
}

.strength {
  background:
    radial-gradient(circle at 16% 18%, rgba(215, 25, 32, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(8, 10, 14, 0.96) 58%),
    #0a0c11;
}

.strength-head {
  align-items: end;
  margin-bottom: 34px;
}

.strength-head > p {
  max-width: 450px;
}

.strength-head h2 {
  overflow-wrap: anywhere;
}

.strength-suite {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 22px;
  align-items: stretch;
}

.strength-console {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    #090b10;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow);
}

.strength-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 58px);
  pointer-events: none;
}

.strength-console-top,
.strength-console-bottom {
  position: relative;
  z-index: 2;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  background: #080a0f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.strength-console-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 0;
}

.strength-console-top span,
.strength-console-top strong,
.strength-console-bottom span {
  color: #c8cedb;
  font-size: 0.74rem;
  font-weight: 900;
}

.strength-console-top strong {
  color: #ffd7d9;
}

.strength-preview {
  position: relative;
  z-index: 1;
  min-height: 360px;
  margin: 18px;
  padding: 30px;
  overflow: hidden;
  display: grid;
  align-content: end;
  background:
    linear-gradient(145deg, rgba(215, 25, 32, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    #0b0d13;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.strength-preview::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.045) 18px 19px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
}

.strength-kit-strip {
  position: absolute;
  left: 30px;
  top: 36px;
  z-index: 1;
  width: min(380px, 76%);
  opacity: 0.24;
  filter: saturate(0.78) brightness(0.86);
}

.strength-kit-wave {
  position: absolute;
  right: 24px;
  top: 36px;
  z-index: 1;
  width: 150px;
  opacity: 0.18;
  filter: saturate(0.72) brightness(0.82);
}

.strength-preview-label,
.strength-preview h3,
.strength-preview p,
.strength-checks {
  position: relative;
  z-index: 2;
}

.strength-preview-label {
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: var(--gold);
  background: rgba(184, 138, 59, 0.11);
  border: 1px solid rgba(184, 138, 59, 0.34);
  font-size: 0.72rem;
  font-weight: 900;
}

.strength-preview h3 {
  font-size: 2.08rem;
  line-height: 1.22;
}

.strength-preview p {
  max-width: 500px;
  margin-top: 12px;
  color: #dfe3eb;
}

.strength-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.strength-checks span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: #9fa8bd;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.68rem;
  font-weight: 900;
}

.strength-checks span.is-on {
  color: var(--white);
  background: rgba(215, 25, 32, 0.28);
  border-color: rgba(215, 25, 32, 0.72);
  box-shadow: 0 0 20px rgba(215, 25, 32, 0.22);
}

.strength-progress {
  width: min(210px, 46%);
  height: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.strength-progress span {
  display: block;
  width: 78%;
  height: 100%;
  background: linear-gradient(90deg, var(--red), rgba(184, 138, 59, 0.72), rgba(255, 255, 255, 0.72));
}

.strength-console.is-loading .strength-preview h3,
.strength-console.is-loading .strength-preview p,
.strength-console.is-loading .strength-preview-label {
  animation: strength-console-load 420ms cubic-bezier(0.2, 0.78, 0.16, 1) both;
}

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

.strength-gate {
  position: relative;
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px 18px;
  overflow: hidden;
  color: var(--white);
  font: inherit;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(12, 14, 20, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.strength-gate::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 14px;
  height: 2px;
  background: rgba(184, 138, 59, 0.55);
}

.strength-gate::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 5px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.32) 0 10px, transparent 10px 17px);
  opacity: 0.32;
}

.strength-gate:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.36);
}

.strength-gate.is-active {
  background:
    linear-gradient(145deg, rgba(215, 25, 32, 0.24), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(12, 14, 20, 0.96));
  border-color: rgba(215, 25, 32, 0.78);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(215, 25, 32, 0.14);
}

.strength-gate.is-active::before {
  background: var(--red);
  box-shadow: 0 0 18px rgba(215, 25, 32, 0.46);
}

.strength-gate .material-symbols-outlined {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.strength-gate.is-active .material-symbols-outlined {
  background: rgba(215, 25, 32, 0.28);
  border-color: rgba(215, 25, 32, 0.58);
}

.strength-gate small {
  margin-top: 10px;
  color: #aeb6ca;
  font-size: 0.68rem;
  font-weight: 900;
}

.strength-gate strong {
  color: var(--white);
  font-size: 1.14rem;
  line-height: 1.35;
}

.strength-gate p {
  color: #d6dbe6;
  font-size: 0.9rem;
}

.strength-proof-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 16px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    #090a0f;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--red);
}

.strength-proof-line span {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.strength-proof-line strong {
  color: #f1f3f7;
  line-height: 1.6;
}

@keyframes strength-console-load {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .strength-suite {
    grid-template-columns: 1fr;
  }

  .strength-console {
    min-height: 420px;
  }

  .strength-gates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .strength-head {
    align-items: start;
    margin-bottom: 24px;
  }

  .strength-preview {
    min-height: 330px;
    margin: 12px;
    padding: 22px;
  }

  .strength-preview h3 {
    font-size: 1.54rem;
  }

  .strength-kit-strip {
    left: 18px;
    top: 28px;
    width: 82%;
    opacity: 0.16;
  }

  .strength-kit-wave {
    display: none;
  }

  .strength-console-top,
  .strength-console-bottom {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 12px;
  }

  .strength-progress {
    width: 100%;
  }

  .strength-gates {
    grid-template-columns: 1fr;
  }

  .strength-gate {
    min-height: 180px;
  }

  .strength-proof-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  display: inline-flex;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
}

.diagnosis {
  background: #050608;
}

.diagnosis::before,
.diagnosis::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  background:
    repeating-linear-gradient(90deg, rgba(210, 189, 134, 0.14) 0 10px, transparent 10px 30px),
    rgba(255, 255, 255, 0.018);
  pointer-events: none;
}

.diagnosis::before {
  top: 0;
}

.diagnosis::after {
  bottom: 0;
}

.diagnosis-inner {
  position: relative;
  z-index: 1;
}

.diagnosis-head {
  align-items: start;
}

.diagnosis-head p {
  max-width: 520px;
}

.diagnosis-stage {
  margin-top: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.48fr);
  gap: 22px;
  align-items: stretch;
}

.diagnosis-monitor {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #0d1015;
  border: 1px solid rgba(210, 189, 134, 0.18);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}

.diagnosis-monitor::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(210, 189, 134, 0.055) 88px 89px),
    repeating-linear-gradient(180deg, transparent 0 54px, rgba(210, 189, 134, 0.04) 54px 55px);
  opacity: 0.42;
  pointer-events: none;
}

.diagnosis-monitor-top {
  position: relative;
  z-index: 1;
  min-height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 18px;
  background: #080a0d;
  border-bottom: 1px solid rgba(210, 189, 134, 0.16);
}

.diagnosis-monitor-top span,
.diagnosis-monitor-top strong {
  color: #c4cad7;
  font-size: 0.76rem;
  font-weight: 900;
}

.diagnosis-monitor-top strong {
  color: var(--champagne);
}

.diagnosis-preview {
  position: relative;
  z-index: 1;
  min-height: 358px;
  margin: 18px;
  overflow: hidden;
  background: #0a0d13;
  border: 1px solid rgba(210, 189, 134, 0.14);
}

.diagnosis-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(210, 189, 134, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(210, 189, 134, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.38;
}

.diagnosis-playhead {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 30px;
  z-index: 3;
  width: 3px;
  background: var(--wine-line);
  box-shadow: none;
}

.diagnosis-playhead::before {
  display: none;
}

.diagnosis-frame-row {
  position: absolute;
  left: 46px;
  right: 24px;
  top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.diagnosis-frame-row span {
  min-height: 126px;
  display: block;
  background: #10141b;
  border: 1px solid rgba(210, 189, 134, 0.12);
}

.diagnosis-frame-row span:nth-child(1) {
  border-color: rgba(136, 42, 47, 0.64);
  box-shadow: inset 0 0 0 1px rgba(136, 42, 47, 0.2);
}

.diagnosis-alert {
  position: absolute;
  left: 46px;
  right: 28px;
  bottom: 30px;
  z-index: 4;
  padding: 22px 24px;
  background: rgba(15, 18, 24, 0.96);
  border: 1px solid rgba(210, 189, 134, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.diagnosis-alert::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 13px;
  height: 2px;
  background: var(--wine-line);
}

.diagnosis-alert span {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
}

.diagnosis-alert strong {
  display: block;
  margin-top: 6px;
  font-size: 1.62rem;
  line-height: 1.25;
}

.diagnosis-alert p {
  margin-top: 10px;
}

.diagnosis-meter {
  position: relative;
  z-index: 1;
  height: 4px;
  margin: 0 18px 18px;
  overflow: hidden;
  background: rgba(210, 189, 134, 0.08);
}

.diagnosis-meter span {
  display: block;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg, rgba(210, 189, 134, 0.56) 0 18px, transparent 18px 28px);
  transform-origin: left;
}

.diagnosis-queue {
  display: grid;
  gap: 10px;
}

.diagnosis-clip {
  position: relative;
  width: 100%;
  min-height: 112px;
  padding: 16px 16px 14px 54px;
  text-align: left;
  color: var(--white);
  background: #10141a;
  border: 1px solid rgba(210, 189, 134, 0.14);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.diagnosis-clip::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 10px;
  height: 2px;
  background: rgba(210, 189, 134, 0.34);
}

.diagnosis-clip .material-symbols-outlined {
  position: absolute;
  left: 16px;
  top: 42px;
  color: var(--champagne);
  font-size: 26px;
}

.diagnosis-clip small,
.diagnosis-clip em {
  display: block;
  color: var(--steel);
  font-size: 0.68rem;
  font-weight: 900;
  font-style: normal;
}

.diagnosis-clip strong {
  display: block;
  margin: 8px 0 3px;
  font-size: 1.04rem;
  line-height: 1.25;
}

.diagnosis-clip.is-active {
  background: #151922;
  border-color: rgba(136, 42, 47, 0.72);
  box-shadow:
    inset 3px 0 0 var(--wine-line),
    inset 0 0 0 1px rgba(210, 189, 134, 0.06);
}

.diagnosis-clip.is-active::before {
  background: var(--wine-line);
}

.diagnosis-clip:hover,
.diagnosis-clip:focus-visible {
  border-color: rgba(210, 189, 134, 0.42);
}

.diagnosis-clip:focus-visible {
  outline: 2px solid rgba(247, 247, 247, 0.9);
  outline-offset: 3px;
}

.diagnosis-resolve {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(210, 189, 134, 0.16);
  background: #0d1015;
}

.diagnosis-resolve div {
  min-height: 136px;
  padding: 22px;
  border-right: 1px solid rgba(210, 189, 134, 0.12);
}

.diagnosis-resolve div:last-child {
  border-right: 0;
}

.diagnosis-resolve span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.diagnosis-resolve strong {
  display: block;
  margin-top: 8px;
  font-size: 1.18rem;
}

.diagnosis-resolve p {
  margin-top: 8px;
  font-size: 0.92rem;
}

.schedule {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent),
    var(--black);
}

.schedule-head {
  align-items: start;
}

.day-switch {
  width: fit-content;
  margin-bottom: 24px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.day-switch span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
}

.day-switch span:first-child {
  background: var(--red);
}

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

.day-column {
  position: relative;
  padding: 22px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.13) 0 12px, transparent 12px 32px) top / 100% 12px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.13) 0 12px, transparent 12px 32px) bottom / 100% 12px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.day-column::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(184, 138, 59, 0.58), rgba(255, 255, 255, 0.16), transparent);
}

.day-title {
  position: relative;
  z-index: 2;
  margin: 8px 0 16px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.day-title span {
  color: var(--gold);
  font-weight: 900;
}

.day-title strong {
  font-size: 1.3rem;
}

.film-timeline {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.film-card {
  position: relative;
  min-height: 134px;
  padding: 18px 16px;
  background: rgba(7, 8, 12, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.film-card::before,
.film-card::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 6px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 6px, transparent 6px 16px);
}

.film-card::before {
  top: 8px;
}

.film-card::after {
  bottom: 8px;
}

.film-card.hot {
  border-color: rgba(215, 25, 32, 0.74);
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.24), rgba(7, 8, 12, 0.88));
}

.film-card .time {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.film-card strong {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
}

.film-card p {
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.course-timeline {
  position: relative;
  overflow: hidden;
  padding: 26px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 10px, transparent 10px 30px) top / 100% 12px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 10px, transparent 10px 30px) bottom / 100% 12px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.course-monitor {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto minmax(210px, 0.8fr) minmax(280px, 1.2fr);
  align-items: center;
  gap: 12px;
  margin: 10px 0 18px;
  padding: 14px 16px;
  background: rgba(4, 5, 8, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 1px rgba(215, 25, 32, 0.12);
}

.course-monitor.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(215, 25, 32, 0.18), transparent);
  animation: course-monitor-scan 420ms ease both;
}

.course-monitor-counter,
.course-monitor-track {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.course-monitor strong {
  color: var(--white);
  font-size: 1.18rem;
}

.course-monitor p {
  color: #d8dbe4;
  font-size: 0.92rem;
  line-height: 1.65;
}

.course-editor {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.course-editor-top {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  background: #080a0f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.course-editor-top span,
.course-editor-top strong {
  color: #bfc5d4;
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
}

.course-editor-top strong {
  color: var(--white);
}

.course-scroll {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 16px;
  scrollbar-color: rgba(215, 25, 32, 0.85) rgba(255, 255, 255, 0.08);
}

.course-grid {
  position: relative;
  min-width: 1840px;
  display: grid;
  grid-template-columns: repeat(16, 108px);
  grid-template-rows: 32px 34px 112px 18px;
  gap: 8px;
  padding: 14px;
  background:
    repeating-linear-gradient(90deg, transparent 0 115px, rgba(255, 255, 255, 0.07) 115px 116px),
    linear-gradient(180deg, transparent 0 74px, rgba(255, 255, 255, 0.06) 74px 75px, transparent 75px),
    #101219;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.course-corner,
.course-ruler-label,
.course-lane-label,
.course-day,
.course-time {
  display: flex;
  align-items: center;
  min-width: 0;
  font-size: 0.72rem;
  font-weight: 900;
}

.course-corner {
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
  color: #8f96a8;
}

.course-day {
  justify-content: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.course-day-build {
  grid-column: 1 / span 8;
  grid-row: 1;
  background: linear-gradient(90deg, rgba(112, 119, 135, 0.34), rgba(255, 255, 255, 0.045));
}

.course-day-review {
  grid-column: 9 / span 8;
  grid-row: 1;
  background: linear-gradient(90deg, rgba(217, 154, 43, 0.28), rgba(255, 255, 255, 0.05));
}

.course-ruler-label {
  grid-column: 1;
  grid-row: 2;
  justify-content: center;
  color: #8f96a8;
}

.course-time {
  grid-row: 2;
  justify-content: center;
  color: #aeb6ca;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.course-lane-label {
  grid-column: 1;
  justify-content: center;
  color: #ccd2df;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.course-playhead {
  position: absolute;
  top: 58px;
  bottom: 28px;
  left: 68px;
  z-index: 6;
  width: 2px;
  background: var(--red);
  box-shadow: 0 0 22px rgba(215, 25, 32, 0.72);
  animation: course-playhead 25.6s linear infinite;
}

.course-playhead::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: var(--red);
  transform: translateX(-50%) rotate(45deg);
}

.course-clip {
  position: relative;
  grid-row: 3;
  min-width: 0;
  min-height: 112px;
  padding: 14px 12px;
  overflow: hidden;
  color: var(--white);
  font: inherit;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(10, 12, 18, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.course-clip::after {
  content: "";
  position: absolute;
  inset: auto 8px 8px;
  height: 5px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.45) 0 10px, transparent 10px 16px);
  opacity: 0.34;
}

.course-clip span {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
}

.course-clip strong {
  display: block;
  overflow-wrap: normal;
  word-break: keep-all;
  font-size: 0.84rem;
  line-height: 1.18;
}

.course-wave {
  grid-column: 1 / -1;
  grid-row: 4;
  align-self: center;
  height: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(184, 138, 59, 0.66) 0 18px, rgba(255, 255, 255, 0.22) 18px 28px, transparent 28px 42px);
  opacity: 0.66;
}

.course-clip.setup {
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(10, 12, 18, 0.9));
}

.course-clip.visual {
  border-color: rgba(78, 159, 255, 0.56);
  background: linear-gradient(180deg, rgba(78, 159, 255, 0.18), rgba(10, 12, 18, 0.9));
}

.course-clip.audio {
  border-color: rgba(217, 154, 43, 0.66);
  background: linear-gradient(180deg, rgba(217, 154, 43, 0.2), rgba(10, 12, 18, 0.9));
}

.course-clip.check {
  border-color: rgba(93, 216, 190, 0.54);
  background: linear-gradient(180deg, rgba(93, 216, 190, 0.14), rgba(10, 12, 18, 0.9));
}

.course-clip.hot {
  border-color: rgba(215, 25, 32, 0.86);
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.26), rgba(10, 12, 18, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.course-clip.wide strong {
  font-size: 0.96rem;
}

.course-clip:hover,
.course-clip:focus-visible,
.course-clip.is-active {
  z-index: 5;
  transform: translateY(-2px);
  border-color: var(--white);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(215, 25, 32, 0.32);
  filter: saturate(1.18);
}

.course-clip.is-active {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(10, 12, 18, 0.92));
}

.course-clip:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@keyframes hero-boot-scan {
  0% {
    opacity: 0;
    transform: translateX(-105%) skewX(-8deg);
  }
  18% {
    opacity: 1;
  }
  78% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
    transform: translateX(105%) skewX(-8deg);
  }
}

@keyframes hero-boot-item {
  0% {
    opacity: 0;
    transform: translateY(18px);
    filter: brightness(1.8) blur(1px);
  }
  58% {
    filter: brightness(1.2) blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: brightness(1);
  }
}

@keyframes hero-cta-pulse {
  0%, 100% {
    box-shadow: 0 14px 36px rgba(215, 25, 32, 0.3);
  }
  46% {
    box-shadow: 0 18px 46px rgba(215, 25, 32, 0.48), 0 0 0 1px rgba(247, 247, 247, 0.34);
  }
}

@keyframes hero-project-playhead {
  0%, 14% {
    opacity: 0;
    left: 8px;
  }
  22% {
    opacity: 1;
  }
  84% {
    opacity: 1;
    left: calc(100% - 10px);
  }
  100% {
    opacity: 0;
    left: calc(100% - 10px);
  }
}

@keyframes hero-check-lamp {
  0% {
    background: #2a2e38;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  }
  72%, 100% {
    background: var(--red);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.35),
      0 0 16px rgba(215, 25, 32, 0.48);
  }
}

@keyframes hero-side-meter {
  0% {
    transform: scaleX(0);
    filter: brightness(1.6);
  }
  100% {
    transform: scaleX(1);
    filter: brightness(1);
  }
}

@keyframes approval-stamp-hit {
  0% {
    opacity: 0;
    transform: rotate(-12deg) scale(1.58);
    filter: blur(1px);
  }
  42% {
    opacity: 1;
    transform: rotate(-12deg) scale(0.88);
    filter: blur(0);
  }
  64% {
    transform: rotate(-12deg) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: rotate(-12deg) scale(1);
    filter: blur(0);
  }
}

@keyframes now-playing-pop {
  0% {
    opacity: 0;
    transform: translateY(12px) skewX(-8deg);
    filter: brightness(1.6);
  }
  18%, 76% {
    opacity: 1;
    transform: translateY(0) skewX(-8deg);
    filter: brightness(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-8px) skewX(-8deg);
  }
}

@keyframes cut-badge-slash {
  0% {
    opacity: 0;
    transform: translateX(-160%) rotate(-18deg);
  }
  22% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(420%) rotate(-18deg);
  }
}

@keyframes price-playhead-sweep {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  14%, 78% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(calc(100vw - 220px));
  }
}

@keyframes price-meter-fill {
  0% {
    width: 0;
    filter: brightness(1.8);
  }
  100% {
    width: 100%;
    filter: brightness(1);
  }
}

@keyframes price-track-load {
  0% {
    opacity: 0.38;
    transform: translateY(10px);
    filter: brightness(1.35);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: brightness(1);
  }
}

@keyframes line-message-in {
  0% {
    opacity: 0;
    transform: translateY(12px);
    filter: brightness(1.35);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: brightness(1);
  }
}

@keyframes trust-ok-lamp {
  0% {
    background: #2a2e38;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.24);
  }
  58% {
    background: #fff;
    box-shadow:
      0 0 0 4px rgba(215, 25, 32, 0.18),
      0 0 18px rgba(215, 25, 32, 0.8);
  }
  100% {
    background: var(--red);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow:
      0 0 0 4px rgba(215, 25, 32, 0.12),
      0 0 16px rgba(215, 25, 32, 0.66);
  }
}

@keyframes film-noise-drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-1.5%, 1%);
  }
  40% {
    transform: translate(1%, -1.2%);
  }
  60% {
    transform: translate(-0.6%, -0.4%);
  }
  80% {
    transform: translate(1.4%, 0.8%);
  }
}

@keyframes film-scan-drift {
  0% {
    background-position: 0 0, 0 -45vh;
  }
  100% {
    background-position: 0 42px, 0 105vh;
  }
}

@keyframes course-playhead {
  0% {
    left: 68px;
  }
  100% {
    left: calc(100% - 68px);
  }
}

@keyframes course-monitor-scan {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.section-light .chip-cloud span {
  color: #11131a;
  background: #ffffff;
  border-color: rgba(17, 19, 26, 0.14);
}

.review-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.review-steps li {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  font-weight: 900;
}

.review-steps span {
  color: var(--gold);
}

.review-inner {
  display: grid;
  gap: 58px;
}

.review-inner > * {
  min-width: 0;
}

.review-head {
  align-items: start;
}

.review-head > *,
.works-tape-head > * {
  min-width: 0;
}

.review-head h2 {
  max-width: 760px;
}

.works-tape {
  position: relative;
  min-width: 0;
}

.works-tape-head {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: 34px;
}

.works-tape-head h3 {
  margin-top: 8px;
  font-size: 1.85rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.works-tape-head p {
  overflow-wrap: anywhere;
}

.works-tape-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 26px;
  padding: 52px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 18%, transparent 82%, rgba(184, 138, 59, 0.09)),
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.08), transparent 32%),
    #08090d;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.055), var(--shadow);
}

.works-tape-frame::before,
.works-tape-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 9px, transparent 9px 28px);
  opacity: 0.62;
}

.works-tape-frame::before {
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.works-tape-frame::after {
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.works-track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  gap: 0;
  will-change: transform;
}

.works-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(184, 138, 59, 0.58), rgba(255, 255, 255, 0.22), transparent);
  transform: translateY(-50%);
  opacity: 0.42;
  pointer-events: none;
}

.works-track + .works-track {
  margin-top: 22px;
  opacity: 0.76;
}

.works-track-primary {
  animation: works-marquee-left 42s linear infinite;
}

.works-track-secondary {
  animation: works-marquee-right 52s linear infinite;
}

.works-set {
  display: flex;
  gap: 18px;
  padding-right: 18px;
}

.work-card {
  position: relative;
  flex: 0 0 334px;
  overflow: hidden;
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.work-card::before,
.work-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 10px;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.18);
}

.work-card::before {
  left: 10px;
}

.work-card::after {
  right: 10px;
}

.work-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #050609;
}

.work-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.76)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 4px);
  opacity: 0.56;
  pointer-events: none;
}

.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  gap: 4px;
  padding: 34px 16px 14px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82) 34%, rgba(10, 11, 15, 0.96));
}

.work-caption span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.work-caption strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.25;
}

.works-focus {
  position: relative;
  margin-top: 70px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 10px, transparent 10px 30px) top / 100% 12px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 10px, transparent 10px 30px) bottom / 100% 12px no-repeat,
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.075), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    #090a0e;
  box-shadow: var(--shadow);
}

.works-focus::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(184, 138, 59, 0.54), rgba(255, 255, 255, 0.18), transparent);
  opacity: 0.58;
  pointer-events: none;
}

.works-focus-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.works-focus-head > * {
  min-width: 0;
}

.works-focus-head h3 {
  margin-top: 8px;
  font-size: 1.85rem;
  line-height: 1.2;
}

.works-focus-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.58fr);
  gap: 24px;
  align-items: stretch;
}

.work-focus-screen {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050609;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 28px 66px rgba(0, 0, 0, 0.5);
}

.work-focus-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 15%, transparent 82%, rgba(0, 0, 0, 0.42)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 5px);
  opacity: 0.48;
  pointer-events: none;
}

.work-focus-screen::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.work-focus-screen.is-switching img {
  animation: focus-load 360ms ease both;
}

.work-focus-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
}

.work-focus-corner,
.work-focus-ready {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  background: rgba(7, 8, 12, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
}

.work-focus-corner {
  left: 18px;
  top: 18px;
}

.work-focus-ready {
  right: 18px;
  bottom: 18px;
  color: var(--gold);
}

.work-focus-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 42%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.work-focus-tag {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.work-focus-copy h4 {
  margin: 0;
  color: var(--white);
  font-size: 1.65rem;
  line-height: 1.18;
}

.work-focus-copy p {
  color: #e5e8ef;
}

.work-focus-meter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 4px;
}

.work-focus-meter span {
  height: 8px;
  background: linear-gradient(90deg, rgba(184, 138, 59, 0.78), rgba(255, 255, 255, 0.2));
  transform-origin: left;
  animation: meter-pulse 1400ms ease-in-out infinite;
}

.work-focus-meter span:nth-child(2) {
  animation-delay: 120ms;
}

.work-focus-meter span:nth-child(3) {
  animation-delay: 240ms;
}

.work-focus-meter span:nth-child(4) {
  animation-delay: 360ms;
}

.work-focus-meter span:nth-child(5) {
  animation-delay: 480ms;
}

.focus-thumb-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(8, minmax(92px, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.focus-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: 0;
  background: #08090d;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

.focus-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.76));
  pointer-events: none;
}

.focus-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.74);
  transform: scale(1.02);
  transition: transform 180ms ease, filter 180ms ease;
}

.focus-thumb span {
  position: absolute;
  left: 8px;
  bottom: 6px;
  z-index: 2;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.focus-thumb:hover,
.focus-thumb:focus-visible,
.focus-thumb.is-active {
  border-color: rgba(215, 25, 32, 0.9);
}

.focus-thumb:hover img,
.focus-thumb:focus-visible img,
.focus-thumb.is-active img {
  filter: saturate(1) brightness(0.96);
  transform: scale(1.08);
}

.focus-thumb:focus-visible {
  outline: 2px solid rgba(247, 247, 247, 0.9);
  outline-offset: 3px;
}

.works-timeline {
  position: relative;
  margin-top: 70px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055), transparent),
    #080a0f;
  box-shadow: var(--shadow);
}

.works-timeline::before,
.works-timeline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 13px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 10px, transparent 10px 30px);
  pointer-events: none;
}

.works-timeline::before {
  top: 0;
}

.works-timeline::after {
  bottom: 0;
}

.works-timeline-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 28px;
}

.works-timeline-head > * {
  min-width: 0;
}

.works-timeline-head h3 {
  margin-top: 8px;
  font-size: 1.85rem;
  line-height: 1.2;
}

.timeline-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.timeline-now {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.08), transparent 42%),
    #07080c;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.timeline-now::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.88));
  opacity: 0.58;
  pointer-events: none;
}

.timeline-now.is-loading img {
  animation: timeline-load 360ms ease both;
}

.timeline-now img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.timeline-now-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--white);
  background: rgba(7, 8, 12, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.72rem;
  font-weight: 900;
}

.timeline-now-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  gap: 5px;
  padding: 52px 18px 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9) 48%, rgba(7, 8, 12, 0.98));
}

.timeline-now-copy span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.timeline-now-copy strong {
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.2;
}

.timeline-editor {
  position: relative;
  display: grid;
  align-content: center;
  gap: 14px;
  min-height: 330px;
  padding: 20px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 20%, rgba(184, 138, 59, 0.065)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 72px),
    #10131a;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.timeline-ruler {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: #8f98a8;
  font-size: 0.68rem;
  font-weight: 900;
}

.timeline-ruler span {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 8px;
}

.timeline-playhead {
  position: absolute;
  top: 42px;
  bottom: 24px;
  left: 20px;
  z-index: 4;
  width: 2px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(215, 25, 32, 0.75);
  animation: timeline-playhead 17.6s linear infinite;
}

.timeline-playhead::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 13px;
  height: 13px;
  background: var(--red);
  transform: translateX(-50%) rotate(45deg);
}

.timeline-lane {
  display: grid;
  grid-template-columns: 1.12fr 0.94fr 1.06fr 0.88fr;
  gap: 10px;
}

.timeline-lane-alt {
  grid-template-columns: 0.95fr 1.12fr 0.92fr 1fr;
  padding-left: 34px;
}

.timeline-clip {
  position: relative;
  min-width: 0;
  height: 118px;
  overflow: hidden;
  padding: 0;
  background: #08090d;
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.timeline-clip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.86));
  pointer-events: none;
}

.timeline-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.72);
  transform: scale(1.02);
  transition: filter 180ms ease, transform 180ms ease;
}

.timeline-clip span {
  position: absolute;
  left: 10px;
  bottom: 8px;
  z-index: 2;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.timeline-clip:hover,
.timeline-clip:focus-visible,
.timeline-clip.is-active {
  transform: translateY(-4px);
  border-color: rgba(215, 25, 32, 0.9);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
}

.timeline-clip:hover img,
.timeline-clip:focus-visible img,
.timeline-clip.is-active img {
  filter: saturate(1) brightness(0.96);
  transform: scale(1.08);
}

.timeline-clip:focus-visible {
  outline: 2px solid rgba(247, 247, 247, 0.9);
  outline-offset: 3px;
}

@keyframes timeline-playhead {
  from {
    left: 20px;
  }

  to {
    left: calc(100% - 22px);
  }
}

@keyframes timeline-load {
  0% {
    opacity: 0.24;
    transform: scale(1.05);
    filter: brightness(1.5) contrast(1.16);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }
}

@keyframes focus-load {
  0% {
    opacity: 0.18;
    transform: translateX(18px) scale(1.02);
    filter: brightness(1.8) contrast(1.2);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: saturate(0.94) contrast(1.02);
  }
}

@keyframes meter-pulse {
  0%, 100% {
    transform: scaleX(0.36);
    opacity: 0.52;
  }

  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes works-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes works-marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.present {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 8%, rgba(184, 138, 59, 0.08), transparent 32%),
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(180deg, #08090d, #0c0f15 58%, #07080c);
}

.present::before,
.present::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 16px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 10px, transparent 10px 30px);
  pointer-events: none;
}

.present::before {
  top: 0;
}

.present::after {
  bottom: 0;
}

.present-head {
  align-items: end;
}

.present-shelf {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  padding: 30px 28px 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    #0a0b10;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow);
}

.present-shelf::before,
.present-shelf::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  height: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(184, 138, 59, 0.48), rgba(255, 255, 255, 0.12));
}

.present-shelf::before {
  top: 18px;
}

.present-shelf::after {
  bottom: 22px;
}

.present-case {
  position: relative;
  z-index: 1;
  min-height: 258px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 18px 20px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 12px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(11, 12, 17, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.present-case::before {
  content: "";
  position: absolute;
  inset: 14px 14px auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.present-case::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 30px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 8px, transparent 8px 18px),
    rgba(255, 255, 255, 0.03);
  opacity: 0.76;
}

.present-case:hover {
  transform: translateY(-8px);
  border-color: rgba(247, 247, 247, 0.62);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.present-case.hot {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 2px, transparent 2px 12px),
    linear-gradient(180deg, rgba(215, 25, 32, 0.3), rgba(11, 12, 17, 0.98));
  border-color: rgba(215, 25, 32, 0.72);
}

.present-case.hot::before {
  background: var(--red);
  box-shadow: 0 0 18px rgba(215, 25, 32, 0.5);
}

.present-case-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 8px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.present-case-top .material-symbols-outlined {
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.present-case.hot .present-case-top .material-symbols-outlined {
  background: rgba(215, 25, 32, 0.28);
}

.present-case h3 {
  min-height: 58px;
  color: var(--white);
  font-size: 1.18rem;
}

.present-case p {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
  font-size: 0.92rem;
}

.present-case > strong {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.present-pass {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 16px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    #090a0f;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--red);
}

.present-pass .material-symbols-outlined {
  color: var(--gold);
}

.present-pass p {
  color: #e7e9ef;
}

.price {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(7, 8, 12, 0.98) 58%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 120px),
    #0c0d11;
}

.price::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255, 255, 255, 0.13) 22px 32px, transparent 32px 58px) top / 100% 18px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255, 255, 255, 0.1) 22px 32px, transparent 32px 58px) bottom / 100% 18px no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.price::after {
  content: "EXPORT";
  position: absolute;
  right: -34px;
  bottom: 8%;
  color: rgba(255, 255, 255, 0.026);
  font-size: clamp(5rem, 14vw, 13rem);
  font-weight: 900;
  line-height: 1;
  transform: rotate(-9deg);
  pointer-events: none;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: center;
}

.price-copy {
  min-width: 0;
}

.price-copy h2 {
  max-width: 660px;
}

.price-copy p:not(.scene-label) {
  max-width: 620px;
  margin-top: 22px;
}

.price-assurance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  max-width: 610px;
}

.price-assurance div {
  min-width: 0;
  min-height: 132px;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 10px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.price-assurance .material-symbols-outlined {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(215, 25, 32, 0.18);
  border: 1px solid rgba(215, 25, 32, 0.38);
}

.price-assurance strong {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.2;
}

.price-assurance p {
  margin: 0;
  color: #b9c0cf;
  font-size: 0.92rem;
}

.price-sequence {
  max-width: 610px;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
  counter-reset: none;
}

.price-sequence li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  min-height: 44px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.price-sequence span {
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.price-sequence p {
  margin: 0;
  padding: 10px 12px;
  color: #d8dbe3;
  font-size: 0.92rem;
  font-weight: 700;
}

.price-board {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.048), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)),
    #090b10;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.price-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 68px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 54px);
  pointer-events: none;
}

.price-board::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 46px;
  bottom: 0;
  left: 28px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(215, 25, 32, 0.96), transparent);
  box-shadow: 0 0 18px rgba(215, 25, 32, 0.72);
  opacity: 0;
  transform: translateX(0);
  pointer-events: none;
}

.price-board.is-playing::after {
  animation: price-playhead-sweep 1500ms cubic-bezier(0.18, 0.82, 0.2, 1) 120ms both;
}

.price-board-top {
  position: relative;
  z-index: 1;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  background: #080a0f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.price-board-top span,
.price-board-top strong {
  color: #c8cedb;
  font-size: 0.76rem;
  font-weight: 900;
}

.price-board-top strong {
  color: var(--white);
}

.price-status {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.2), transparent 42%),
    rgba(255, 255, 255, 0.028);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.status-lamp {
  width: 11px;
  height: 11px;
  background: #2d313b;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.price-board.is-playing .status-lamp {
  background: var(--red);
  box-shadow:
    0 0 0 4px rgba(215, 25, 32, 0.14),
    0 0 18px rgba(215, 25, 32, 0.72);
}

.price-status strong {
  color: var(--white);
  font-size: 0.82rem;
}

.price-status small {
  margin-left: auto;
  color: #9fa8bd;
  font-size: 0.72rem;
  font-weight: 900;
}

.price-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.46fr);
  gap: 18px;
  padding: 28px;
}

.price-amount {
  min-width: 0;
  padding: 8px 0 0;
}

.price-main span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.price-main strong {
  display: block;
  margin-top: 4px;
  color: var(--white);
  font-size: 3.4rem;
  line-height: 1;
}

.price-main strong small {
  margin-right: 8px;
  color: var(--gold);
  font-size: 1rem;
}

.price-main p {
  max-width: 430px;
  margin-top: 14px;
}

.price-meter {
  width: min(100%, 430px);
  height: 8px;
  margin-top: 20px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 8px, transparent 8px 16px),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.price-meter span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--red), #fff, var(--red));
  box-shadow: 0 0 18px rgba(215, 25, 32, 0.62);
}

.price-board.is-playing .price-meter span {
  animation: price-meter-fill 980ms cubic-bezier(0.18, 0.82, 0.22, 1) 260ms both;
}

.cut-badge {
  position: relative;
  min-height: 154px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.58), rgba(122, 15, 21, 0.32)),
    #11131a;
  border: 1px solid rgba(215, 25, 32, 0.74);
  overflow: hidden;
}

.cut-badge::before {
  content: "";
  position: absolute;
  left: -34%;
  top: 15%;
  width: 36%;
  height: 6px;
  transform: translateX(-160%) rotate(-18deg);
  transform-origin: center;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.96), rgba(215, 25, 32, 0.98), transparent);
  box-shadow:
    0 0 16px rgba(215, 25, 32, 0.86),
    0 0 34px rgba(215, 25, 32, 0.46);
  opacity: 0;
  pointer-events: none;
}

.cut-badge.is-slashed::before {
  animation: cut-badge-slash 860ms cubic-bezier(0.12, 0.82, 0.22, 1) 120ms both;
}

.cut-badge::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(215, 25, 32, 0.94), rgba(255, 255, 255, 0.82));
  transform: rotate(-8deg);
  opacity: 0.84;
  box-shadow: 0 0 12px rgba(215, 25, 32, 0.42);
}

.cut-badge .material-symbols-outlined {
  font-size: 34px;
}

.cut-badge strong {
  margin: 0;
  font-size: 1.12rem;
  text-align: center;
}

.cut-badge em {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
}

.price-track-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 28px 18px;
}

.price-track {
  position: relative;
  min-width: 0;
  min-height: 78px;
  padding: 12px 12px 12px 42px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.052), transparent),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: translateY(10px);
  opacity: 0.62;
}

.price-track::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  bottom: 14px;
  width: 4px;
  background: rgba(255, 255, 255, 0.22);
}

.price-track.active::before {
  background: var(--red);
  box-shadow: 0 0 14px rgba(215, 25, 32, 0.66);
}

.price-board.is-playing .price-track {
  animation: price-track-load 520ms cubic-bezier(0.18, 0.82, 0.2, 1) var(--delay) both;
}

.price-track span {
  color: #9fa8bd;
  font-size: 0.68rem;
  font-weight: 900;
}

.price-track p {
  margin: 4px 0 0;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.price-track strong {
  display: block;
  margin-top: 4px;
  color: var(--white);
  font-size: 1.04rem;
  line-height: 1.2;
}

.price-render-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 28px 20px;
  padding: 14px 16px;
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.13), transparent 44%),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.price-render-note .material-symbols-outlined {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(215, 25, 32, 0.22);
  border: 1px solid rgba(215, 25, 32, 0.48);
}

.price-render-note p {
  min-width: 0;
  margin: 0;
  color: #d9dde7;
  font-size: 0.9rem;
  font-weight: 700;
}

.price-cta {
  position: relative;
  z-index: 1;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 28px 28px;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease;
}

.price-cta:hover,
.price-cta:focus-visible {
  background: #f22a31;
  transform: translateY(-2px);
}

.price-cta:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.sales-line {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.sales-line span {
  min-height: 92px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 900;
}

.sales-line span:last-child {
  border-right: 0;
}

.compare-table {
  margin-top: 30px;
  border: 1px solid rgba(17, 19, 26, 0.16);
  background: #ffffff;
}

.compare-table [role="row"] {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr 1fr;
  border-bottom: 1px solid rgba(17, 19, 26, 0.12);
}

.compare-table [role="row"]:last-child {
  border-bottom: 0;
}

.compare-table span,
.compare-table strong {
  padding: 16px;
  border-right: 1px solid rgba(17, 19, 26, 0.12);
}

.compare-table span:last-child,
.compare-table strong:last-child {
  border-right: 0;
}

.compare-table strong {
  color: var(--red);
}

.table-head {
  background: #11131a;
  color: var(--white);
  font-weight: 900;
}

.price-panel {
  display: grid;
  gap: 12px;
}

.price-panel div {
  min-height: 82px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.price-panel span {
  color: var(--muted);
}

.price-panel strong {
  font-size: 1.45rem;
}

.quote-panel {
  margin-top: 26px;
  padding: 34px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 10px, transparent 10px 28px) top / 100% 12px no-repeat,
    rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
}

.quote-panel p {
  color: var(--white);
  font-size: 1.25rem;
}

.quote-panel span {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 900;
}

.voice {
  position: relative;
  overflow: hidden;
  background: #050608;
}

.voice::before,
.voice::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  background: repeating-linear-gradient(90deg, transparent 0 22px, rgba(210, 189, 134, 0.16) 22px 32px, transparent 32px 54px);
  pointer-events: none;
}

.voice::before {
  top: 0;
}

.voice::after {
  bottom: 0;
}

.voice-inner {
  position: relative;
  z-index: 1;
}

.voice-head {
  align-items: end;
}

.voice-head h2 {
  max-width: 780px;
}

.voice-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.46fr);
  gap: 24px;
  margin-top: 34px;
  align-items: stretch;
}

.voice-review-wall {
  position: relative;
  min-width: 0;
  padding: 30px;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(210, 189, 134, 0.14) 0 10px, transparent 10px 30px) top / 100% 12px no-repeat,
    repeating-linear-gradient(90deg, rgba(210, 189, 134, 0.1) 0 10px, transparent 10px 30px) bottom / 100% 12px no-repeat,
    #090b0e;
  border: 1px solid rgba(210, 189, 134, 0.18);
  box-shadow: var(--shadow);
}

.voice-review-wall::after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: -35%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: skewX(-12deg);
  animation: voice-scan 5.8s ease-in-out infinite;
  pointer-events: none;
}

.voice-strip-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.voice-strip-label strong {
  color: #cfd5e2;
  font-size: 0.72rem;
}

.voice-monitor {
  position: relative;
  z-index: 1;
  min-height: 252px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px 26px;
  margin-bottom: 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.12), transparent 44%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.046) 0 1px, transparent 1px 62px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.038) 0 1px, transparent 1px 52px),
    #0c0f15;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.voice-monitor::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  width: 2px;
  background: rgba(215, 25, 32, 0.78);
  box-shadow: 0 0 20px rgba(215, 25, 32, 0.42);
}

.voice-monitor::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 38%, rgba(255, 255, 255, 0.09) 46%, transparent 54%),
    repeating-linear-gradient(180deg, transparent 0 5px, rgba(255, 255, 255, 0.035) 5px 6px);
  opacity: 0;
  pointer-events: none;
}

.voice-monitor.is-loading::after {
  animation: voice-monitor-load 520ms ease both;
}

.voice-monitor-top,
.voice-monitor-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.voice-monitor-top span,
.voice-monitor-top strong,
.voice-monitor-meta span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.voice-monitor-top strong,
.voice-monitor-meta span:last-child {
  color: var(--white);
}

.voice-monitor h3 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: var(--white);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.22;
}

.voice-monitor p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: #dfe3ec;
  font-size: 1rem;
}

.voice-monitor-meta {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.voice-ticket-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.voice-ticket {
  position: relative;
  min-height: 216px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 14px;
  padding: 22px;
  overflow: hidden;
  appearance: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 12px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(8, 9, 13, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.voice-ticket:hover,
.voice-ticket:focus-visible,
.voice-ticket.is-active {
  border-color: rgba(215, 25, 32, 0.72);
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.2) 0 2px, transparent 2px 12px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(8, 9, 13, 0.96));
}

.voice-ticket:hover,
.voice-ticket:focus-visible {
  transform: translateY(-2px);
}

.voice-ticket:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.voice-ticket.is-active {
  box-shadow:
    inset 0 -3px 0 rgba(215, 25, 32, 0.5),
    0 14px 34px rgba(0, 0, 0, 0.2);
}

.voice-ticket::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 14px;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.voice-ticket::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  height: 22px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 8px, transparent 8px 17px),
    rgba(255, 255, 255, 0.025);
  opacity: 0.72;
}

.voice-no {
  margin-top: 10px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.voice-ticket h3 {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.42;
}

.voice-ticket p {
  color: #d8dde8;
  font-size: 0.88rem;
}

.voice-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.voice-meta span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: #e7eaf2;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.74rem;
  font-weight: 800;
}

.recommended-card {
  position: relative;
  min-width: 0;
  min-height: 100%;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #0b0d12;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow);
}

.approval-stamp {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
  padding: 5px 11px;
  color: rgba(247, 247, 247, 0.92);
  border: 2px solid rgba(215, 25, 32, 0.86);
  background: rgba(215, 25, 32, 0.18);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 0;
  transform: rotate(-12deg) scale(1.42);
  box-shadow:
    inset 0 0 0 1px rgba(247, 247, 247, 0.16),
    0 0 20px rgba(215, 25, 32, 0.28);
}

.recommended-card.is-approved .approval-stamp {
  animation: approval-stamp-hit 720ms cubic-bezier(0.12, 0.86, 0.18, 1) both;
}

.recommended-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--red);
}

.recommended-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.recommended-top .material-symbols-outlined {
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(215, 25, 32, 0.28);
  border: 1px solid rgba(215, 25, 32, 0.55);
}

.recommended-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.55;
}

.recommended-cues {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.recommended-cues span {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #e7eaf2;
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.12), transparent),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
  font-weight: 900;
}

.recommender {
  position: relative;
  z-index: 1;
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.recommender img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.recommender strong,
.recommender span {
  display: block;
}

.recommender strong {
  color: var(--white);
}

.recommender span {
  margin-top: 4px;
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 800;
}

.trust-reel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
  padding: 24px 16px;
  overflow: hidden;
  border: 1px solid rgba(210, 189, 134, 0.22);
  background:
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(210, 189, 134, 0.2) 16px 26px, transparent 26px 44px) top / 100% 12px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(210, 189, 134, 0.16) 16px 26px, transparent 26px 44px) bottom / 100% 12px no-repeat,
    var(--film-ink);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 22px 54px rgba(0, 0, 0, 0.34);
}

.trust-reel::before {
  content: "";
  position: absolute;
  inset: 13px 16px;
  border: 1px solid rgba(210, 189, 134, 0.1);
  pointer-events: none;
}

.trust-reel::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  height: 1px;
  background: rgba(136, 42, 47, 0.5);
  opacity: 0.7;
  pointer-events: none;
}

.trust-reel div {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 28px 18px 22px;
  overflow: hidden;
  background: var(--film-cell);
  border: 1px solid rgba(210, 189, 134, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -18px 24px rgba(0, 0, 0, 0.2);
}

.trust-reel div:last-child {
  border-right: 1px solid rgba(210, 189, 134, 0.14);
}

.trust-reel div::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 13px;
  height: 2px;
  background: var(--wine-line);
  opacity: 0.82;
}

.trust-reel div::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 5px;
  background: repeating-linear-gradient(90deg, rgba(210, 189, 134, 0.48) 0 8px, transparent 8px 14px);
  opacity: 0.24;
}

.ok-lamp {
  position: relative;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2a2e38;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.24);
}

.trust-reel.is-lit .ok-lamp {
  animation: trust-ok-lamp 720ms ease both;
}

.trust-reel.is-lit div:nth-child(2) .ok-lamp {
  animation-delay: 160ms;
}

.trust-reel.is-lit div:nth-child(3) .ok-lamp {
  animation-delay: 320ms;
}

.trust-reel.is-lit div:nth-child(4) .ok-lamp {
  animation-delay: 480ms;
}

.trust-reel.is-lit div {
  background: var(--film-cell-2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -2px 0 rgba(136, 42, 47, 0.42),
    inset 0 -18px 24px rgba(0, 0, 0, 0.16);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.trust-reel.is-lit div:nth-child(1) {
  transition-delay: 80ms;
}

.trust-reel.is-lit div:nth-child(2) {
  transition-delay: 220ms;
}

.trust-reel.is-lit div:nth-child(3) {
  transition-delay: 360ms;
}

.trust-reel.is-lit div:nth-child(4) {
  transition-delay: 500ms;
}

.trust-reel .material-symbols-outlined {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--champagne);
  background: #0a0c10;
  border: 1px solid rgba(210, 189, 134, 0.25);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.36);
}

.trust-reel strong {
  color: #f3eee2;
  font-size: 0.92rem;
  line-height: 1.35;
}

.contact {
  min-height: 520px;
}

.contact-bg {
  position: absolute;
  inset: 0;
  opacity: 0.28;
}

.contact-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 8, 12, 0.98), rgba(7, 8, 12, 0.74), rgba(7, 8, 12, 0.95));
}

.contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.contact-inner p {
  margin: 18px 0 28px;
}

.line-chat {
  display: grid;
  gap: 12px;
  width: min(100%, 560px);
  margin: 0 0 26px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(7, 8, 12, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}

.line-message {
  display: flex;
  opacity: 0;
  transform: translateY(12px);
}

.line-message span {
  position: relative;
  max-width: 86%;
  padding: 12px 14px;
  color: #f5f7fb;
  background: #202530;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 800;
  line-height: 1.55;
}

.line-message.from-school span {
  border-color: rgba(215, 25, 32, 0.36);
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.42), rgba(122, 15, 21, 0.28)),
    #171a22;
}

.line-message.from-user {
  justify-content: flex-end;
}

.line-message.from-user span {
  color: #071006;
  background: #8ee46f;
  border-color: rgba(142, 228, 111, 0.6);
}

.line-chat.is-typing .line-message {
  animation: line-message-in 480ms cubic-bezier(0.16, 0.88, 0.22, 1) var(--delay, 0ms) both;
}

.faq {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(180deg, #07080c 0%, #101017 48%, #07080c 100%);
  color: var(--white);
}

.faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255, 255, 255, 0.055) 22px 32px, transparent 32px 54px) top / 100% 18px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255, 255, 255, 0.045) 22px 32px, transparent 32px 54px) bottom / 100% 18px no-repeat;
  opacity: 0.85;
}

.faq .scene-label {
  color: var(--gold);
}

.faq h2 {
  color: var(--white);
}

.faq-list {
  margin-top: 26px;
  display: grid;
  gap: 14px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 10px, transparent 10px 26px) top / 100% 10px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    #11131a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.35);
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--red);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 280ms ease;
}

.faq-item.is-open::before {
  transform: scaleY(1);
}

.faq-question {
  width: 100%;
  min-height: 86px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 18px;
  border: 0;
  background: transparent;
  color: var(--white);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-question:focus-visible {
  outline: 3px solid rgba(215, 25, 32, 0.55);
  outline-offset: -3px;
}

.reel-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transform-origin: center;
  filter: drop-shadow(0 12px 18px rgba(17, 19, 26, 0.2));
}

.reel-icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #11131a 0 8%, transparent 9%),
    radial-gradient(circle at 50% 20%, #fff 0 11%, transparent 12%),
    radial-gradient(circle at 78% 38%, #fff 0 11%, transparent 12%),
    radial-gradient(circle at 68% 76%, #fff 0 11%, transparent 12%),
    radial-gradient(circle at 32% 76%, #fff 0 11%, transparent 12%),
    radial-gradient(circle at 22% 38%, #fff 0 11%, transparent 12%),
    #1f1a1d;
  border: 2px solid #1f1a1d;
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.06),
    inset 0 -12px 18px rgba(0, 0, 0, 0.3);
}

.reel-icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px dashed rgba(215, 25, 32, 0.55);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 200ms ease, transform 260ms ease;
}

.reel-icon svg {
  display: none;
}

.reel-icon .reel-hatch {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.reel-icon .reel-hatch::before,
.reel-icon .reel-hatch::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: repeating-linear-gradient(135deg, rgba(17, 19, 26, 0.28) 0 1px, transparent 1px 3px);
}

.reel-icon .reel-hatch::before {
  left: 14px;
  top: 36px;
}

.reel-icon .reel-hatch::after {
  right: 8px;
  top: 20px;
}

.reel-icon {
  transform-origin: center;
}

.reel-ring,
.reel-core,
.reel-hole,
.reel-cut {
  fill: none;
  stroke: #f7f7f7;
  stroke-width: 3;
}

.reel-core {
  fill: #11131a;
  stroke: var(--gold);
}

.reel-hole {
  fill: #090a0f;
  stroke: rgba(247, 247, 247, 0.78);
  stroke-width: 2;
}

.reel-cut {
  stroke: rgba(215, 25, 32, 0.82);
  stroke-linecap: round;
}

.faq-item.is-open .reel-icon::after {
  opacity: 1;
  transform: scale(1);
}

.faq-item.is-open.anim-a .reel-icon {
  animation: reel-spin 720ms cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

.faq-item.is-open.anim-b .reel-icon {
  animation: reel-rewind 880ms cubic-bezier(0.3, 0.8, 0.2, 1) both;
}

.faq-item.is-open.anim-c .reel-icon {
  animation: reel-projector 740ms steps(4, end) both;
}

.faq-item.is-open.anim-d .reel-icon {
  animation: reel-thread 920ms cubic-bezier(0.16, 0.9, 0.28, 1) both;
}

.faq-item.is-open.anim-e .reel-icon {
  animation: reel-glitch 760ms linear both;
}

.question-copy {
  display: grid;
  gap: 4px;
  color: var(--white);
  font-weight: 900;
  line-height: 1.45;
}

.question-copy span {
  color: var(--red);
  font-size: 0.76rem;
  letter-spacing: 0;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 360ms ease;
}

.faq-answer[hidden] {
  display: none;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.answer-tape {
  position: relative;
  min-height: 0;
  margin: 0 22px 22px 100px;
  padding: 18px 20px 20px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.1), transparent 36%),
    #11131a;
  border: 1px solid rgba(215, 25, 32, 0.26);
  color: var(--white);
}

.answer-tape::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 7px),
    linear-gradient(90deg, transparent, rgba(247, 247, 247, 0.22), transparent);
  opacity: 0;
  transform: translateX(-105%);
}

.faq-item.is-open.anim-a .answer-tape::before {
  animation: tape-scan 520ms ease 120ms both;
}

.faq-item.is-open.anim-b .answer-tape {
  animation: answer-rewind 420ms ease both;
}

.faq-item.is-open.anim-b .answer-tape::before {
  animation: tape-rewind-scan 680ms ease both;
}

.faq-item.is-open.anim-c .answer-tape {
  animation: answer-projector 540ms steps(3, end) both;
}

.faq-item.is-open.anim-c .answer-tape::before {
  animation: tape-flash 620ms ease both;
}

.faq-item.is-open.anim-d .answer-tape {
  animation: answer-thread 620ms cubic-bezier(0.16, 0.9, 0.28, 1) both;
}

.faq-item.is-open.anim-d .answer-tape::before {
  animation: tape-thread-scan 720ms ease both;
}

.faq-item.is-open.anim-e .answer-tape {
  animation: answer-glitch 560ms linear both;
}

.faq-item.is-open.anim-e .answer-tape::before {
  animation: tape-glitch-scan 680ms steps(5, end) both;
}

.answer-label {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
}

.answer-tape p {
  position: relative;
  z-index: 2;
  padding: 0;
  color: #eef0f5;
}

@keyframes reel-spin {
  0% {
    transform: rotate(0deg) scale(0.94);
  }
  72% {
    transform: rotate(430deg) scale(1.04);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes reel-rewind {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  34% {
    transform: rotate(-230deg) translateX(-3px);
  }
  68% {
    transform: rotate(-70deg) translateX(2px);
  }
  100% {
    transform: rotate(-360deg) translateX(0);
  }
}

@keyframes reel-projector {
  0% {
    transform: rotate(0deg) scale(1);
    filter: brightness(1) drop-shadow(0 12px 18px rgba(17, 19, 26, 0.2));
  }
  35% {
    transform: rotate(90deg) scale(1.08);
    filter: brightness(1.8) drop-shadow(0 0 18px rgba(215, 25, 32, 0.45));
  }
  70% {
    transform: rotate(180deg) scale(0.98);
    filter: brightness(0.8) drop-shadow(0 12px 18px rgba(17, 19, 26, 0.2));
  }
  100% {
    transform: rotate(360deg) scale(1);
    filter: brightness(1) drop-shadow(0 12px 18px rgba(17, 19, 26, 0.2));
  }
}

@keyframes reel-thread {
  0% {
    transform: rotate(-18deg) scale(0.88);
  }
  45% {
    transform: rotate(220deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes reel-glitch {
  0%, 100% {
    transform: rotate(0deg) translate(0, 0);
  }
  16% {
    transform: rotate(80deg) translate(2px, -1px);
  }
  24% {
    transform: rotate(60deg) translate(-2px, 1px);
  }
  42% {
    transform: rotate(190deg) translate(1px, 2px);
  }
  58% {
    transform: rotate(170deg) translate(-3px, -1px);
  }
  78% {
    transform: rotate(360deg) translate(0, 0);
  }
}

@keyframes tape-scan {
  0% {
    opacity: 0;
    transform: translateX(-105%);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(105%);
  }
}

@keyframes tape-rewind-scan {
  0% {
    opacity: 0;
    transform: translateX(105%);
  }
  16% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-105%);
  }
}

@keyframes tape-flash {
  0%, 100% {
    opacity: 0;
  }
  22%, 44% {
    opacity: 0.65;
    transform: translateX(0);
  }
  66% {
    opacity: 0.18;
  }
}

@keyframes tape-thread-scan {
  0% {
    opacity: 0;
    transform: translateX(-105%) skewX(-12deg);
  }
  24% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(105%) skewX(-12deg);
  }
}

@keyframes tape-glitch-scan {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  20% {
    opacity: 0.85;
    transform: translateX(-20%);
  }
  38% {
    transform: translateX(-42%);
  }
  62% {
    opacity: 0.5;
    transform: translateX(28%);
  }
  100% {
    opacity: 0;
    transform: translateX(105%);
  }
}

@keyframes answer-rewind {
  0% {
    opacity: 0;
    transform: translateX(28px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes answer-projector {
  0% {
    opacity: 0;
    filter: brightness(1.8);
  }
  34% {
    opacity: 1;
    filter: brightness(0.6);
  }
  68%, 100% {
    opacity: 1;
    filter: brightness(1);
  }
}

@keyframes answer-thread {
  0% {
    opacity: 0;
    transform: scaleX(0.08);
    transform-origin: left;
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
}

@keyframes answer-glitch {
  0%, 100% {
    opacity: 1;
    transform: translateX(0);
  }
  18% {
    opacity: 0.55;
    transform: translateX(-4px);
  }
  32% {
    opacity: 1;
    transform: translateX(3px);
  }
  48% {
    transform: translateX(-2px);
  }
  64% {
    transform: translateX(2px);
  }
}

@keyframes voice-scan {
  0%, 28% {
    left: -35%;
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  72%, 100% {
    left: 108%;
    opacity: 0;
  }
}

@keyframes voice-monitor-load {
  0% {
    opacity: 0;
    transform: translateX(-36%) skewX(-8deg);
  }
  20%, 74% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(36%) skewX(-8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-answer,
  .faq-item::before,
  .reel-icon::after {
    transition: none;
  }

  .faq-item.is-open .reel-icon,
  .faq-item.is-open .answer-tape,
  .faq-item.is-open .answer-tape::before,
  .hero-startup::before,
  .hero-startup .hero-logo,
  .hero-startup .scene-label,
  .hero-startup .supervision,
  .hero-startup h1,
  .hero-startup .hero-lead,
  .hero-startup .hero-project-card,
  .hero-startup .hero-actions,
  .hero-startup .hero-proof,
  .hero-startup .monitor-frame,
  .hero-startup .standee-frame,
  .hero-startup .hero-side-console,
  .hero-startup .primary-btn,
  .hero-project-timeline::after,
  .hero-check::before,
  .hero-side-meter span,
  .recommended-card.is-approved .approval-stamp,
  .cut-badge.is-slashed::before,
  .line-chat.is-typing .line-message,
  .trust-reel.is-lit .ok-lamp,
  .now-playing-label,
  body::before,
  body::after,
  .works-track,
  .work-focus-screen.is-switching img,
  .work-focus-meter span,
  .voice-review-wall::after,
  .voice-monitor.is-loading::after,
  .course-playhead,
  .course-monitor.is-loading::after,
  .timeline-playhead,
  .timeline-now.is-loading img {
    animation: none;
  }

  .hero-startup .scene-label,
  .hero-startup .hero-logo,
  .hero-startup .supervision,
  .hero-startup h1,
  .hero-startup .hero-lead,
  .hero-startup .hero-project-card,
  .hero-startup .hero-actions,
  .hero-startup .hero-proof,
  .hero-startup .monitor-frame,
  .hero-startup .standee-frame,
  .hero-startup .hero-side-console {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .approval-stamp {
    opacity: 1;
    transform: rotate(-12deg) scale(1);
  }

  .line-chat.is-typing .line-message {
    opacity: 1;
    transform: none;
  }

  .trust-reel.is-lit .ok-lamp {
    background: var(--red);
    border-color: rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 1040px) {
  h1 {
    font-size: 3.7rem;
  }

  .hero h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .hero-inner,
  .split,
  .offer-grid,
  .philosophy-paper,
  .section-head,
  .works-tape-head,
  .works-focus-head,
  .works-focus-stage,
  .works-timeline-head,
  .timeline-showcase,
  .voice-stage,
  .schedule-board {
    grid-template-columns: 1fr;
  }

  .philosophy-title-block {
    position: static;
  }

  .philosophy-divider {
    width: 100%;
    min-height: 1px;
    height: 1px;
  }

  .philosophy-title-block h2 {
    font-size: 3.4rem;
  }

  .present-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-layout {
    grid-template-columns: 1fr;
  }

  .diagnosis-stage {
    grid-template-columns: 1fr;
  }

  .diagnosis-queue {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-reel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-reel div:nth-child(2) {
    border-right: 1px solid rgba(210, 189, 134, 0.14);
  }

  .trust-reel div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(210, 189, 134, 0.14);
  }

  .course-monitor {
    grid-template-columns: auto auto 1fr;
  }

  .course-monitor p {
    grid-column: 1 / -1;
  }

  .course-grid {
    min-width: 1690px;
    grid-template-columns: repeat(16, 98px);
    grid-template-rows: 32px 34px 108px 18px;
  }

  .hero-project-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-render-check {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-check:nth-child(2) {
    border-right: 0;
  }

  .hero-check:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-stage {
    min-height: 520px;
  }

  .monitor-frame {
    right: auto;
    left: 0;
  }

  .standee-frame {
    right: 8%;
  }

  .work-card {
    flex-basis: 300px;
  }

  .focus-thumb-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .timeline-now,
  .timeline-now img,
  .timeline-editor {
    min-height: 280px;
  }

  .film-reel,
  .issue-grid,
  .strength-grid,
  .present-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  h1 {
    max-width: 100%;
    font-size: 2.35rem;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .mobile-title-break {
    display: initial;
  }

  h2 {
    font-size: 1.75rem;
  }

  .philosophy-paper {
    gap: 22px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .philosophy-title-block h2 {
    font-size: 2.55rem;
  }

  .philosophy-body {
    font-size: 0.95rem;
    line-height: 1.9;
  }

  .section-inner,
  .hero-inner,
  .film-reel {
    width: min(100% - 28px, var(--max));
  }

  .review-inner {
    gap: 40px;
  }

  .works-tape-head h3 {
    font-size: 1.35rem;
  }

  .works-tape-frame {
    margin-left: -14px;
    margin-right: -14px;
    padding: 42px 0;
  }

  .works-track + .works-track {
    margin-top: 14px;
  }

  .works-set {
    gap: 12px;
    padding-right: 12px;
  }

  .work-card {
    flex-basis: 258px;
  }

  .work-caption {
    padding: 28px 12px 12px;
  }

  .works-focus {
    margin-top: 48px;
    padding: 22px 14px;
  }

  .works-focus-head h3 {
    font-size: 1.35rem;
  }

  .work-focus-copy {
    padding: 20px;
  }

  .work-focus-copy h4 {
    font-size: 1.32rem;
  }

  .focus-thumb-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
  }

  .focus-thumb {
    flex: 0 0 134px;
    scroll-snap-align: start;
  }

  .present-shelf {
    grid-template-columns: 1fr;
    margin-left: -14px;
    margin-right: -14px;
    padding: 24px 14px 34px;
  }

  .present-shelf::before,
  .present-shelf::after {
    left: 14px;
    right: 14px;
  }

  .present-case {
    min-height: 214px;
  }

  .present-case h3 {
    min-height: auto;
  }

  .present-pass {
    align-items: flex-start;
  }

  .price-layout {
    gap: 26px;
  }

  .diagnosis-stage {
    gap: 18px;
    margin-top: 30px;
  }

  .diagnosis-preview {
    min-height: 360px;
    margin: 12px;
  }

  .diagnosis-frame-row {
    left: 14px;
    right: 14px;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .diagnosis-frame-row span {
    min-height: 86px;
  }

  .diagnosis-alert {
    left: 14px;
    right: 14px;
    bottom: 18px;
    padding: 18px;
  }

  .diagnosis-alert strong {
    font-size: 1.28rem;
  }

  .diagnosis-queue,
  .diagnosis-resolve {
    grid-template-columns: 1fr;
  }

  .diagnosis-resolve div {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .diagnosis-resolve div:last-child {
    border-bottom: 0;
  }

  .price-assurance,
  .price-track-list {
    grid-template-columns: 1fr;
  }

  .price-assurance div {
    min-height: auto;
  }

  .price-sequence li {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .price-board-top,
  .price-main,
  .price-track-list,
  .price-status {
    padding-left: 16px;
    padding-right: 16px;
  }

  .price-board-top {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .price-main {
    grid-template-columns: 1fr;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .price-main strong {
    font-size: 2.55rem;
  }

  .price-status {
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .price-status small {
    width: 100%;
    margin-left: 21px;
  }

  .cut-badge {
    min-height: 92px;
  }

  .price-track {
    min-height: auto;
  }

  .price-render-note {
    align-items: flex-start;
    margin: 0 16px 16px;
  }

  .price-cta {
    margin: 0 16px 16px;
  }

  .voice-review-wall {
    padding: 24px;
  }

  .voice-ticket-row {
    grid-template-columns: 1fr;
  }

  .voice-ticket {
    min-height: 190px;
  }

  .voice-monitor {
    min-height: 278px;
    padding: 22px 18px 22px 26px;
  }

  .voice-monitor-top,
  .voice-monitor-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .voice-monitor h3 {
    font-size: 1.62rem;
  }

  .recommended-card {
    padding: 22px;
  }

  .recommended-card blockquote {
    font-size: 1.08rem;
  }

  .trust-reel {
    grid-template-columns: 1fr;
  }

  .trust-reel div {
    min-height: 76px;
    border-right: 1px solid rgba(210, 189, 134, 0.14);
    border-bottom: 1px solid rgba(210, 189, 134, 0.14);
  }

  .trust-reel div:last-child {
    border-bottom: 1px solid rgba(210, 189, 134, 0.14);
  }

  .course-timeline {
    margin-left: -14px;
    margin-right: -14px;
    padding: 20px 14px;
  }

  .course-monitor {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
  }

  .course-monitor strong,
  .course-monitor p {
    flex: 1 1 100%;
  }

  .course-monitor strong {
    font-size: 1.05rem;
  }

  .course-monitor p {
    font-size: 0.86rem;
  }

  .course-editor-top {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 12px;
  }

  .course-scroll {
    margin-left: -14px;
    margin-right: -14px;
    padding: 14px;
  }

  .course-grid {
    min-width: 1480px;
    grid-template-columns: repeat(16, 86px);
    grid-template-rows: 30px 32px 104px 18px;
    gap: 7px;
    padding: 12px;
  }

  .course-playhead {
    top: 56px;
    bottom: 26px;
    left: 55px;
  }

  .course-clip {
    min-height: 104px;
    padding: 10px 8px;
  }

  .course-clip span {
    font-size: 0.68rem;
  }

  .course-clip strong {
    font-size: 0.72rem;
  }

  @keyframes course-playhead {
    0% {
      left: 55px;
    }
    100% {
      left: calc(100% - 55px);
    }
  }

  .works-timeline {
    margin-top: 48px;
    padding: 22px 14px;
  }

  .works-timeline-head h3 {
    font-size: 1.35rem;
  }

  .timeline-showcase {
    gap: 16px;
  }

  .timeline-now,
  .timeline-now img {
    min-height: 230px;
  }

  .timeline-editor {
    min-height: auto;
    padding: 16px;
  }

  .timeline-lane,
  .timeline-lane-alt {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 0 6px;
  }

  .timeline-lane-alt {
    padding-left: 0;
  }

  .timeline-clip {
    flex: 0 0 178px;
    scroll-snap-align: start;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 134px;
    height: 46px;
  }

  .brand-mini-logo {
    width: 66px;
    height: 46px;
  }

  .header-scene-rail {
    grid-template-columns: 52px 38px minmax(0, 1fr) 38px;
    gap: 6px;
    padding: 10px 10px 12px;
  }

  .scene-brand {
    width: 52px;
    min-height: 56px;
  }

  .scene-brand .brand-mini-logo {
    width: 42px;
    height: 34px;
  }

  .rail-arrow {
    width: 38px;
    min-height: 56px;
    font-size: 1.6rem;
  }

  .header-cta {
    display: none;
  }

  .section-inner {
    padding: 70px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 64px 0 30px;
  }

  .hero-logo {
    width: min(260px, 72vw);
  }

  .hero-project-card {
    margin-top: 22px;
    padding: 12px;
  }

  .hero-project-card::before {
    top: 79px;
  }

  .hero-project-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 6px;
  }

  .hero-project-top strong {
    width: 100%;
    white-space: normal;
    line-height: 1.35;
  }

  .hero-project-timeline {
    margin-top: 10px;
  }

  .hero-step {
    min-height: 82px;
    padding: 11px 9px 13px;
  }

  .hero-step strong {
    margin-top: 18px;
    font-size: 0.86rem;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .hero-proof {
    margin-top: 22px;
  }

  .hero-stage {
    min-height: 440px;
  }

  .standee-frame {
    width: min(330px, 92%);
    right: 2%;
  }

  .monitor-frame {
    width: 94%;
  }

  .hero-side-console {
    display: none;
  }

  .film-reel,
  .check-list,
  .issue-grid,
  .strength-grid,
  .voice-grid,
  .placeholder-grid,
  .present-grid,
  .film-timeline,
  .sales-line,
  .compare-table [role="row"] {
    grid-template-columns: 1fr;
  }

  .film-reel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 18px 16px;
  }

  .reel-cell {
    min-width: 176px;
    scroll-snap-align: start;
  }

  .reel-cell,
  .film-card {
    min-height: 112px;
  }

  .day-column::after {
    left: auto;
    right: 18px;
  }

  .profile-card {
    grid-template-columns: 1fr;
  }

  .profile-card img {
    max-height: 240px;
  }

  .sales-line span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .compare-table span,
  .compare-table strong {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 19, 26, 0.1);
  }
}
