@charset "UTF-8";

/* Netflix-inspired presentation layer.
   Interaction model and visual hierarchy are adapted for a Chinese product
   showroom; no Netflix trademarks, fonts or media assets are used. */

.showroom-page {
  --netflix-bg: #141414;
  --netflix-panel: #181818;
  --netflix-panel-hover: #242424;
  --netflix-red: #e50914;
  --netflix-white: #fff;
  --netflix-muted: #b3b3b3;
  --netflix-dark-muted: #777;
  --cinema-black: var(--netflix-bg);
  --cinema-panel: var(--netflix-panel);
  --cinema-paper: var(--netflix-white);
  --cinema-muted: var(--netflix-muted);
  --cinema-dim: var(--netflix-dark-muted);
  --cinema-accent: var(--netflix-red);
  --lime: var(--netflix-red);
  --brand: var(--netflix-red);
  font-family: Arial, Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--netflix-white);
  background: var(--netflix-bg);
}

.showroom-page .cinema-nav {
  width: 100%;
  max-width: none;
  height: 68px;
  padding: 0 max(32px, calc((100vw - 1480px) / 2));
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.84), transparent);
  transition: background .25s ease;
}

.cinema-nav .brand {
  color: var(--netflix-red);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.cinema-nav .brand-mark { display: none; }
.cinema-nav .brand span { color: rgba(255,255,255,.54); font-size: 10px; letter-spacing: .1em; }

.cinema-nav .nav-links {
  gap: clamp(16px, 1.8vw, 28px);
  color: rgba(255,255,255,.82);
  font-size: 12px;
}

.cinema-nav .nav-links a::after { display: none; }
.cinema-nav .nav-links a:hover { color: #b3b3b3; }
.cinema-nav .nav-contact { font-weight: 700; }

.showroom-page .cinema-hero {
  min-height: min(900px, 88vh);
  background: #000;
}

.showroom-page .cinema-hero-slide img {
  filter: saturate(.86) contrast(1.05) brightness(.68);
}

.cinema-hero-scrim {
  background:
    linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.6) 38%, rgba(0,0,0,.12) 67%, rgba(0,0,0,.24) 100%),
    linear-gradient(180deg, rgba(0,0,0,.2), transparent 52%, var(--netflix-bg));
}

.cinema-hero-copy {
  bottom: 105px;
  width: min(760px, 58vw);
}

.cinema-hero-copy .eyebrow {
  color: rgba(255,255,255,.68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.cinema-hero-copy .eyebrow span { background: var(--netflix-red); }

.showroom-page .cinema-hero-copy h1 {
  max-width: none;
  margin: 18px 0 22px;
  font-size: clamp(58px, 5.7vw, 82px);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -.055em;
  text-shadow: 0 3px 12px rgba(0,0,0,.36);
}

.showroom-page .cinema-hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.showroom-page .cinema-hero-copy p {
  max-width: 570px;
  color: #fff;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 450;
  line-height: 1.5;
  text-shadow: 0 2px 6px rgba(0,0,0,.55);
}

.showroom-page .cinema-hero-copy .button-primary,
.showroom-page .cinema-hero-copy .button-secondary {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 750;
}

.showroom-page .cinema-hero-copy .button-primary {
  color: #000;
  background: #fff;
}

.showroom-page .cinema-hero-copy .button-primary:hover { background: rgba(255,255,255,.76); }

.showroom-page .cinema-hero-copy .button-secondary {
  color: #fff;
  background: rgba(109,109,110,.72);
  backdrop-filter: blur(8px);
}

.showroom-page .cinema-hero-copy .button-secondary:hover { background: rgba(109,109,110,.46); }
.cinema-hero-copy .hero-disclaimer { color: rgba(255,255,255,.53); }
.cinema-hero::after { background: linear-gradient(180deg, transparent, var(--netflix-bg)); }

.showroom-page .cinema-hero-case {
  border-top-color: rgba(255,255,255,.5);
}

.cinema-hero-case small,
.cinema-hero-controls button.active,
.cinema-hero-facts span:first-child { color: #fff; }

.cinema-hero-controls button.active i { background: var(--netflix-red); }

/* Product shortcuts */
.problem-finder {
  width: min(1480px, calc(100% - 64px));
  margin: 82px auto 0;
}

.problem-finder-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 18px 64px;
  align-items: end;
  margin-bottom: 28px;
}

.problem-finder-head .section-kicker {
  grid-column: 1 / -1;
  color: var(--netflix-red);
}

.problem-finder-head h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
}

.problem-finder-head p {
  margin: 0;
  color: var(--netflix-muted);
  font-size: 13px;
  line-height: 1.7;
}

.problem-finder .cinema-index {
  width: 100%;
  margin-top: 0;
}

.cinema-index {
  width: min(1480px, calc(100% - 64px));
  gap: 4px;
  margin-top: -2px;
  padding: 0;
  border: 0;
}

.cinema-index a {
  min-height: 112px;
  padding: 20px 22px;
  border: 0;
  border-radius: 3px;
  background: var(--netflix-panel);
}

.cinema-index a:hover {
  color: #fff;
  background: #2a2a2a;
}

.cinema-index a > span,
.cinema-index a:hover > span { color: var(--netflix-red); }
.cinema-index strong { font-size: clamp(16px, 1.4vw, 21px); font-weight: 700; }
.cinema-index small { color: var(--netflix-muted); }
.cinema-index em {
  margin-top: 5px;
  color: rgba(255,255,255,.42);
  font-size: 9px;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Selected coverflow */
.spotlight-section { margin-top: 105px; }

.spotlight-heading {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  padding-top: 0;
  border-top: 0;
}

.spotlight-heading .section-kicker,
.cinema-shelf-heading .section-kicker,
.cinema-collaboration .section-kicker,
.cinema-contact .section-kicker { color: var(--netflix-red); }

.spotlight-heading h2 {
  margin-top: 10px;
  font-size: clamp(34px, 3.7vw, 54px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.055em;
}

.spotlight-heading h2 em {
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
}

.spotlight-shell { margin-top: 32px; }

.spotlight-card {
  border: 0;
  border-radius: 4px;
  background: var(--netflix-panel);
  box-shadow: 0 30px 70px rgba(0,0,0,.58);
}

.spotlight-card-label small,
.spotlight-meta span { color: var(--netflix-red); }
.spotlight-card-label strong { font-weight: 800; }

.spotlight-arrow {
  width: 52px;
  height: 120px;
  border: 0;
  border-radius: 3px;
  background: rgba(20,20,20,.66);
  font-size: 28px;
}

.spotlight-arrow:hover,
.spotlight-arrow:focus-visible {
  color: #fff;
  background: rgba(20,20,20,.92);
  transform: translateY(-50%) scale(1);
}

.spotlight-meta { border-top-color: rgba(255,255,255,.16); }
.spotlight-meta strong { font-weight: 700; }

.spotlight-open {
  color: #000;
  border: 0;
  background: #fff;
  font-weight: 750;
}

.spotlight-open span { color: #000; }
.spotlight-open:hover { color: #000; background: rgba(255,255,255,.76); }

/* Netflix-style rows */
.showroom-page .cinema-shelf { margin-top: 84px; }

.showroom-page .cinema-shelf-heading {
  align-items: end;
  margin-bottom: 13px;
  padding-top: 0;
  border-top: 0;
}

.showroom-page .cinema-shelf-heading h2 {
  margin-top: 6px;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.cinema-shelf-side {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 18px;
}

.cinema-shelf-note { gap: 4px; }
.cinema-shelf-note span { color: var(--netflix-red); font-size: 9px; font-weight: 750; }
.showroom-page .cinema-shelf-note p { color: #888; font-size: 11px; line-height: 1.45; text-align: right; }

.shelf-navigation button {
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: rgba(42,42,42,.86);
  font-size: 23px;
}

.shelf-navigation button:hover,
.shelf-navigation button:focus-visible {
  color: #fff;
  background: #333;
  transform: none;
}

.showroom-page .cinema-track {
  gap: 5px;
  padding: 0 0 24px;
  scrollbar-width: none;
}

.showroom-page .cinema-track::-webkit-scrollbar { display: none; }

.showroom-page .cinema-track .cinema-card,
.showroom-page .cinema-track .cinema-card-variant-1 {
  width: clamp(270px, 24vw, 360px);
  min-width: clamp(270px, 24vw, 360px);
}

.showroom-page .shelf-fixed .cinema-track {
  display: grid;
  overflow: visible;
  scroll-snap-type: none;
  cursor: default;
}

.showroom-page .shelf-count-1 .cinema-track { grid-template-columns: 1fr; }
.showroom-page .shelf-count-2 .cinema-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.showroom-page .shelf-count-3 .cinema-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.showroom-page .shelf-fixed .cinema-card,
.showroom-page .shelf-fixed .cinema-card-variant-1,
.showroom-page .shelf-fixed .cinema-card-variant-2 {
  width: auto;
  min-width: 0;
}

.cinema-card-art,
.cinema-card-variant-1 .cinema-card-art,
.cinema-card-variant-2 .cinema-card-art {
  aspect-ratio: 16 / 9;
  border-radius: 3px;
  background: var(--netflix-panel);
}

.shelf-count-1 .cinema-card-art { aspect-ratio: 21 / 8; }

.cinema-card-art::after {
  background: linear-gradient(180deg, transparent 47%, rgba(0,0,0,.72));
}

.cinema-card-number {
  top: 11px;
  left: 12px;
  color: rgba(255,255,255,.72);
  font-size: 9px;
}

.cinema-card-status {
  top: 10px;
  right: 10px;
  padding: 4px 6px;
  border-radius: 2px;
  color: #fff;
  background: rgba(0,0,0,.54);
  font-size: 8px;
  letter-spacing: .06em;
}

.cinema-card-preview {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 5px;
  padding: 54px 15px 14px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.94));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.cinema-card-preview small {
  color: #46d369;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cinema-card-preview .cinema-card-proof {
  color: rgba(255,255,255,.72);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .04em;
}

.cinema-card-preview strong {
  font-size: 17px;
  line-height: 1.15;
}

.cinema-card-preview em {
  overflow: hidden;
  color: #d2d2d2;
  font-size: 10px;
  font-style: normal;
  line-height: 1.45;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cinema-card-preview b {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 700;
}

.cinema-card-link:hover .cinema-card-preview,
.cinema-card-link:focus-visible .cinema-card-preview,
.shelf-count-1 .cinema-card-preview {
  opacity: 1;
  transform: translateY(0);
}

.showroom-page .cinema-card:hover,
.showroom-page .cinema-track .cinema-card:hover,
.showroom-page .cinema-track .cinema-card:focus-within {
  z-index: 8;
  transform: scale(1.025);
}

.showroom-page .shelf-count-1 .cinema-card:hover { transform: none; }

.cinema-card-caption {
  display: none;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 12px;
  padding-top: 9px;
}

.cinema-card-heading small { margin-bottom: 4px; color: #777; font-size: 8px; }
.cinema-card-heading h3 { font-size: 15px; font-weight: 700; letter-spacing: -.025em; }
.cinema-card-copy strong { margin-bottom: 3px; font-size: 11px; }
.cinema-card-evidence { display: block; margin-bottom: 5px; color: #46d369; font-size: 8px; font-weight: 750; letter-spacing: .04em; }
.cinema-card-copy p { color: #777; font-size: 9px; line-height: 1.4; -webkit-line-clamp: 1; }

.shelf-count-1 .cinema-card-caption { display: none; }
.shelf-count-1 .cinema-card-preview { max-width: 540px; padding: 90px 28px 25px; }
.shelf-count-1 .cinema-card-preview strong { font-size: clamp(25px, 3vw, 42px); }
.shelf-count-1 .cinema-card-preview em { font-size: 13px; white-space: normal; }
.shelf-count-1 .cinema-card-preview b { margin-top: 8px; font-size: 12px; }

/* Closing sections */
.cinema-collaboration {
  margin-top: 120px;
  border-color: rgba(255,255,255,.14);
}

.cinema-collaboration h2 { font-weight: 800; }
.cinema-steps span { color: var(--netflix-red); }

.cinema-collaboration-title > p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--netflix-muted);
  font-size: 13px;
  line-height: 1.75;
}

.cinema-scope-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin-top: 12px;
}

.cinema-scope-grid article {
  min-height: 126px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: 20px;
  border-radius: 3px;
  background: var(--netflix-panel);
}

.cinema-scope-grid small {
  color: var(--netflix-red);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cinema-scope-grid strong {
  max-width: 330px;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.55;
}

.showroom-page .cinema-contact {
  min-height: 350px;
  margin-top: 80px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: var(--netflix-panel);
}

.showroom-page .cinema-contact .section-kicker { color: var(--netflix-red); }
.showroom-page .cinema-contact h2 { font-size: clamp(45px, 5.3vw, 78px); font-weight: 850; }
.showroom-page .cinema-contact p { color: var(--netflix-muted); }

.cinema-contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 27px;
}

.cinema-contact-direct a,
.cinema-contact-direct button {
  min-width: 190px;
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 4px;
  color: #fff;
  background: rgba(255,255,255,.045);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.cinema-contact-direct small { color: var(--netflix-muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.cinema-contact-direct strong { font-size: 13px; }
.cinema-contact-direct span { color: var(--netflix-red); font-size: 9px; }

.showroom-page .cinema-contact .button-primary {
  color: #fff;
  background: var(--netflix-red);
  font-weight: 800;
}

.showroom-page .cinema-contact .button-primary:hover { background: #f6121d; }

@media (max-width: 1050px) {
  .showroom-page .cinema-nav { padding: 0 22px; }
  .problem-finder { width: calc(100% - 42px); }
  .showroom-page .shelf-count-3 .cinema-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cinema-card-caption { grid-template-columns: 1fr; }
  .cinema-card-copy p { display: none; }
}

@media (max-width: 720px) {
  .showroom-page .cinema-nav { width: 100%; height: 58px; padding: 0 16px; }
  .cinema-nav .brand { font-size: 13px; }
  .cinema-nav .nav-contact { padding: 7px 10px !important; border-radius: 3px; color: #fff; background: var(--netflix-red); }

  .showroom-page .cinema-hero { min-height: 760px; }
  .cinema-hero-copy { bottom: 86px; }
  .showroom-page .cinema-hero-copy h1 { font-size: clamp(43px, 12.5vw, 57px); line-height: 1; }
  .showroom-page .cinema-hero-copy p { font-size: 15px; line-height: 1.45; }
  .showroom-page .cinema-hero-copy .button-primary,
  .showroom-page .cinema-hero-copy .button-secondary { min-height: 42px; padding: 0 13px; font-size: 11px; }

  .problem-finder { width: calc(100% - 28px); margin-top: 58px; }
  .problem-finder-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 22px; }
  .problem-finder-head h2 { font-size: clamp(34px, 10.4vw, 46px); }
  .problem-finder-head p { font-size: 12px; }
  .cinema-index { grid-template-columns: 1fr; gap: 3px; }
  .cinema-index a { min-height: 116px; border: 0 !important; }
  .cinema-index em { font-size: 8px; }

  .spotlight-heading { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .spotlight-heading h2 { font-size: clamp(30px, 8.8vw, 40px); }
  .spotlight-heading > p { font-size: 12px; }
  .spotlight-arrow { width: 38px; height: 86px; font-size: 23px; }

  .showroom-page .cinema-shelf { margin-top: 64px; }
  .showroom-page .cinema-shelf-heading { display: flex; align-items: end; }
  .showroom-page .cinema-shelf-heading h2 { font-size: 20px; }
  .cinema-shelf-side { width: auto; margin-top: 0; }
  .cinema-shelf-note p { display: none; }

  .showroom-page .shelf-fixed .cinema-track,
  .showroom-page .shelf-count-1 .cinema-track,
  .showroom-page .shelf-count-2 .cinema-track,
  .showroom-page .shelf-count-3 .cinema-track {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x proximity;
    cursor: grab;
  }

  .showroom-page .shelf-fixed .cinema-card,
  .showroom-page .shelf-count-1 .cinema-card,
  .showroom-page .shelf-count-2 .cinema-card,
  .showroom-page .shelf-count-3 .cinema-card {
    width: 78vw;
    min-width: 78vw;
    scroll-snap-align: start;
  }

  .shelf-count-1 .cinema-card-art,
  .cinema-card-art { aspect-ratio: 16 / 9; }
  .shelf-count-1 .cinema-card-caption { display: grid; }
  .shelf-count-1 .cinema-card-preview { max-width: none; padding: 54px 15px 14px; opacity: 0; }
  .shelf-count-1 .cinema-card-preview strong { font-size: 17px; }
  .shelf-count-1 .cinema-card-preview em { font-size: 10px; white-space: nowrap; }

  .cinema-card-caption { display: grid; grid-template-columns: 1fr; }
  .cinema-card-copy { display: none; }
  .cinema-card-heading h3 { font-size: 14px; }
  .cinema-card-preview { display: none; }

  .showroom-page .cinema-contact { padding: 30px 22px; }
  .showroom-page .cinema-contact h2 { font-size: clamp(40px, 11vw, 52px); }
  .cinema-contact-direct { display: grid; }
  .cinema-contact-direct a,
  .cinema-contact-direct button { width: 100%; }
  .cinema-scope-grid { grid-template-columns: 1fr; }
}
