/* CinemaFlow AI — graphite studio theme and video-editor surfaces. */

:root {
  --artboard-bg: #07090d;
  --artboard-raise: #0c1016;
  --artboard-panel: #10141b;
  --artboard-panel-strong: #151a22;
  --artboard-line-soft: rgba(222, 231, 246, 0.075);
  --artboard-line: rgba(222, 231, 246, 0.13);
  --artboard-copy: #f5f7fb;
  --artboard-muted: #929baa;
  --artboard-faint: #626b79;
  --artboard-violet: #2d8cff;
  --artboard-violet-soft: #57c7ff;
  --artboard-radius-lg: 16px;
  --artboard-radius-xl: 20px;
  --artboard-content-width: 1360px;
  --cinema-cyan: #28d0f7;
  --cinema-blue: #248cff;
  --cinema-indigo: #6759ff;
  --cinema-panel: #10151c;
  --cinema-panel-raised: #151b24;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 67% 4%, rgba(36, 140, 255, 0.075), transparent 26rem),
    var(--artboard-bg);
  font-feature-settings: "ss01" 1, "cv02" 1;
}

button,
input {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--cinema-cyan);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.artboard-backdrop-grid {
  opacity: 0.16;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 96px 96px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 74%);
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
}

.artboard-backdrop-grid::after,
.artboard-stats-panel::before,
.artboard-stats-panel::after {
  display: none;
}

.artboard-aura {
  filter: blur(110px);
}

.artboard-aura--top {
  background: radial-gradient(ellipse, rgba(42, 132, 255, 0.14), transparent 68%);
}

.artboard-aura--lower-left {
  background: radial-gradient(circle, rgba(103, 89, 255, 0.09), transparent 65%);
}

.artboard-pointer-aura {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(40, 208, 247, 0.09), transparent 62%);
  mix-blend-mode: normal;
}

.artboard-frame {
  padding-inline: clamp(20px, 4vw, 56px);
}

section {
  padding-block: clamp(72px, 9vw, 132px);
}

.artboard-band--tight-top {
  padding-top: clamp(48px, 6vw, 84px);
}

.artboard-band--mid-top {
  padding-top: clamp(64px, 7vw, 96px);
}

.artboard-eyebrow {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #87909e;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.artboard-heading {
  max-width: 790px;
  margin-bottom: clamp(44px, 6vw, 74px);
}

.artboard-heading__title,
.artboard-heading h2 {
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.048em;
  font-weight: 600;
}

.artboard-cta {
  min-height: 42px;
  border-radius: 9px;
  font-weight: 590;
  letter-spacing: -0.01em;
}

.artboard-cta--primary {
  background: linear-gradient(115deg, var(--cinema-blue), var(--cinema-indigo));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 12px 28px -14px rgba(47, 132, 255, 0.7);
}

.artboard-cta--primary:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 38px -16px rgba(47, 132, 255, 0.82);
}

.artboard-cta--large {
  min-height: 50px;
  padding-inline: 24px;
}

/* Header */

.artboard-masthead {
  background: rgba(7, 9, 13, 0.76);
  border-bottom-color: rgba(220, 230, 248, 0.08);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
}

.artboard-masthead__row {
  min-height: 66px;
  padding-block: 10px;
}

.artboard-wordmark {
  gap: 10px;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.artboard-wordmark__glyph {
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 9px;
  background: #f7f8fb;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 20px -10px rgba(36, 140, 255, 0.9);
}

.artboard-wordmark__glyph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artboard-wordmark:hover .artboard-wordmark__glyph {
  transform: translateY(-1px);
}

.artboard-primary-nav {
  gap: 32px;
}

.artboard-primary-nav a {
  color: #8c95a4;
  font-size: 13px;
}

.artboard-primary-nav a::after {
  background: var(--cinema-cyan);
}

/* Hero and editor */

.artboard-intro {
  min-height: 0;
  padding: clamp(72px, 7vw, 104px) 0 62px;
  text-align: center;
}

.artboard-intro > .artboard-frame {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 5vw, 72px);
  max-width: 1220px;
}

.cinema-hero-copy {
  width: 100%;
  max-width: 900px;
  min-width: 0;
  margin-inline: auto;
  text-align: center;
}

.artboard-intro h1 {
  max-width: 900px;
  margin: 0 auto 26px;
  color: #f7f8fb;
  font-size: clamp(48px, 5.35vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.058em;
  font-weight: 610;
  text-wrap: balance;
}

.artboard-intro p {
  max-width: 650px;
  margin: 0 auto 30px;
  color: #9ba4b2;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.62;
}

.artboard-intro__action {
  justify-content: center;
}

.artboard-intro .artboard-trust-row {
  justify-content: center;
  margin-top: 23px;
  color: #707987;
  font-size: 12px;
}

.cinema-proof-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cinema-cyan);
  box-shadow: 0 0 16px rgba(40, 208, 247, 0.72);
}

.artboard-intro .artboard-product-preview {
  min-width: 0;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 16px;
  background: #0a0d12;
  border-color: rgba(212, 224, 245, 0.15);
  box-shadow:
    0 44px 100px -50px rgba(0, 0, 0, 0.95),
    0 0 70px -35px rgba(36, 140, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cinema-model-trust {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 2.28fr);
  align-items: stretch;
  width: 100%;
  max-width: 1040px;
  margin: -26px auto 0;
  overflow: hidden;
  text-align: left;
  background:
    linear-gradient(110deg, rgba(36, 140, 255, 0.07), transparent 34%),
    rgba(12, 16, 22, 0.72);
  border: 1px solid rgba(214, 226, 245, 0.1);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 20px 55px -44px rgba(36, 140, 255, 0.9);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.cinema-model-trust__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 24px;
  border-right: 1px solid rgba(214, 226, 245, 0.08);
}

.cinema-model-trust__heading h2 {
  margin: 0;
  color: #9ba5b3;
  font-size: 12px;
  font-weight: 560;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.cinema-model-trust__signal {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cinema-cyan);
  box-shadow: 0 0 14px rgba(40, 208, 247, 0.62);
}

.cinema-model-trust__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.cinema-model-trust__model {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px 22px;
}

.cinema-model-trust__model + .cinema-model-trust__model {
  border-left: 1px solid rgba(214, 226, 245, 0.08);
}

.cinema-model-trust__mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
}

.cinema-model-trust__mark img {
  display: block;
  width: 17px;
  height: 17px;
  opacity: 0.82;
}

.cinema-model-trust__name {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.cinema-model-trust__name strong {
  overflow: hidden;
  color: #edf3fb;
  font-size: 14px;
  font-weight: 610;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cinema-model-trust__name small {
  overflow: hidden;
  color: #687382;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cinema-editor {
  min-height: 620px;
  color: #bec7d4;
  font-size: 11px;
  background: #090c11;
  user-select: none;
}

.cinema-editor button {
  color: inherit;
}

.cinema-editor__topbar {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 14px;
  background: #11151c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cinema-window-dots {
  display: flex;
  gap: 6px;
}

.cinema-window-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3d434d;
}

.cinema-window-dots i:first-child { background: #ff5f57; }
.cinema-window-dots i:nth-child(2) { background: #febc2e; }
.cinema-window-dots i:nth-child(3) { background: #28c840; }

.cinema-editor__project {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
}

.cinema-editor__project strong {
  color: #e6eaf0;
  font-size: 11px;
  font-weight: 580;
}

.cinema-editor__project small {
  color: #5e6774;
  font-size: 8px;
}

.cinema-editor__top-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.cinema-icon-button,
.cinema-editor__rail button {
  display: grid;
  place-items: center;
}

.cinema-icon-button {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
}

.cinema-icon-button svg {
  width: 12px;
  height: 12px;
}

.cinema-export-button {
  min-height: 28px;
  padding: 0 12px;
  color: #fff !important;
  border-radius: 7px;
  background: linear-gradient(110deg, var(--cinema-blue), var(--cinema-indigo));
  font-size: 10px;
  font-weight: 620;
}

.cinema-editor__workspace {
  min-height: 380px;
  display: grid;
  grid-template-columns: 44px 160px minmax(0, 1fr);
}

.cinema-editor__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  background: #0c1015;
  border-right: 1px solid rgba(255, 255, 255, 0.065);
}

.cinema-editor__rail button {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  color: #687281;
}

.cinema-editor__rail button.is-active {
  color: var(--cinema-cyan);
  background: rgba(40, 208, 247, 0.09);
}

.cinema-editor__rail svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cinema-editor__library {
  padding: 14px 12px;
  background: #0e1218;
  border-right: 1px solid rgba(255, 255, 255, 0.065);
}

.cinema-editor__library header,
.cinema-library-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cinema-editor__library header {
  color: #e1e5eb;
  font-size: 11px;
  font-weight: 600;
}

.cinema-editor__library header button {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

.cinema-library-tabs {
  justify-content: flex-start;
  gap: 12px;
  margin: 15px 0 10px;
  color: #5d6674;
  font-size: 9px;
}

.cinema-library-tabs .is-active {
  color: #d8dee7;
}

.cinema-library-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.cinema-library-grid span {
  aspect-ratio: 1.45;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background-position: center;
  background-size: cover;
}

.cinema-editor__stage {
  min-width: 0;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  background: #090c11;
}

.cinema-editor__monitor {
  position: relative;
  aspect-ratio: 16 / 9;
  width: min(100%, 520px);
  margin: auto;
  overflow: hidden;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 50px -28px rgba(0, 0, 0, 0.95);
}

.cinema-monitor-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(5, 8, 12, 0.64), transparent 35%),
    linear-gradient(110deg, rgba(24, 42, 72, 0.22), transparent 60%);
}

.cinema-monitor-caption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  letter-spacing: 0.03em;
}

.cinema-monitor-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(7, 11, 17, 0.55);
  backdrop-filter: blur(10px);
}

.cinema-monitor-play svg {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.cinema-editor.is-playing .cinema-monitor-play,
.cinema-editor.is-playing .cinema-icon-button[data-editor-play] {
  color: var(--cinema-cyan);
}

.cinema-prompt-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(100%, 520px);
  margin: auto;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  background: #121720;
}

.cinema-prompt-bar input {
  min-width: 0;
  flex: 1;
  color: #b7c0cd;
  background: transparent;
  border: 0;
  font-size: 9px;
}

.cinema-prompt-bar input:focus {
  outline: 0;
}

.cinema-prompt-bar button {
  min-height: 27px;
  padding: 0 10px;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(110deg, var(--cinema-blue), var(--cinema-indigo));
  font-size: 9px;
  font-weight: 620;
}

.cinema-prompt-bar.is-generating button {
  background: #28303c;
  color: #93dfff;
}

.cinema-editor__timeline {
  height: 192px;
  background: #0d1117;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.cinema-timeline-toolbar {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  color: #66717f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.cinema-timeline-body {
  display: grid;
  grid-template-columns: 42px 1fr;
  height: 158px;
}

.cinema-track-labels {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  padding-block: 8px;
  color: #525c69;
  background: #0b0e13;
  border-right: 1px solid rgba(255, 255, 255, 0.055);
}

.cinema-track-labels span {
  display: grid;
  place-items: center;
  font-size: 8px;
}

.cinema-tracks {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.95fr 1.15fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 5px;
  padding: 8px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 100%;
}

.cinema-clip {
  display: flex;
  align-items: center;
  padding: 0 8px;
  overflow: hidden;
  border: 1px solid rgba(75, 181, 255, 0.28);
  border-radius: 4px;
  color: #a8cdec;
  background: linear-gradient(90deg, rgba(36, 140, 255, 0.24), rgba(103, 89, 255, 0.18));
  font-size: 7px;
  white-space: nowrap;
}

.cinema-clip--one { grid-column: 1; grid-row: 1; }
.cinema-clip--two { grid-column: 2; grid-row: 1; }
.cinema-clip--three { grid-column: 3; grid-row: 2; }

.cinema-audio-wave {
  grid-column: 1 / -1;
  grid-row: 3;
  border: 1px solid rgba(103, 89, 255, 0.2);
  border-radius: 4px;
  opacity: 0.65;
  background:
    repeating-linear-gradient(90deg, transparent 0 3px, rgba(98, 126, 255, 0.75) 3px 4px),
    linear-gradient(180deg, transparent 40%, rgba(103, 89, 255, 0.2) 40% 60%, transparent 60%);
}

.cinema-playhead {
  position: absolute;
  z-index: 2;
  top: 2px;
  bottom: 4px;
  left: 44%;
  width: 1px;
  background: #ff6a8b;
  box-shadow: 0 0 8px rgba(255, 106, 139, 0.4);
}

.cinema-playhead::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  border: 4px solid transparent;
  border-top-color: #ff6a8b;
}

.cinema-editor.is-playing .cinema-playhead {
  animation: cinema-scrub 2.8s linear infinite;
}

@keyframes cinema-scrub {
  from { left: 14%; }
  to { left: 88%; }
}

/* Capabilities and workflow */

.artboard-band--flush-top {
  padding: 0 0 clamp(72px, 8vw, 110px);
}

.artboard-stats-panel {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.artboard-stats-panel .artboard-heading {
  margin-bottom: 44px;
  text-align: left;
}

.artboard-stats-grid {
  margin-top: 0;
  background: transparent;
  border: 1px solid var(--artboard-line-soft);
  border-radius: 14px;
}

.artboard-stat {
  min-height: 154px;
  padding: 30px;
}

.artboard-stat__value {
  color: #edf4fc;
  font-size: clamp(19px, 2vw, 26px);
  letter-spacing: -0.03em;
}

.artboard-stat__label {
  max-width: 250px;
  color: #7d8796;
  font-size: 13px;
}

.artboard-steps-grid {
  position: relative;
  gap: 0;
  border-top: 1px solid var(--artboard-line);
}

.artboard-step-card {
  padding: 54px 36px 16px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.artboard-step-card + .artboard-step-card {
  padding-left: 32px;
  border-left: 1px solid var(--artboard-line-soft);
}

.artboard-step-card:hover {
  transform: none;
}

.artboard-step-card__number {
  top: -15px;
  left: 0;
  right: auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #07090d;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--cinema-cyan), var(--cinema-blue));
  box-shadow: 0 0 0 7px var(--artboard-bg);
  font-size: 11px;
  font-weight: 700;
}

.artboard-step-card + .artboard-step-card .artboard-step-card__number {
  left: 32px;
}

.artboard-step-card__tag {
  padding: 0;
  color: #5da9d6;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 10px;
}

.artboard-step-card h4 {
  font-size: 22px;
  font-weight: 560;
}

.artboard-step-card p {
  color: #858e9c;
}

/* Use cases and deep feature */

.artboard-purpose-grid {
  gap: 1px;
  padding: 1px;
  overflow: hidden;
  border: 1px solid var(--artboard-line-soft);
  border-radius: 16px;
  background: var(--artboard-line-soft);
}

.artboard-purpose-card {
  min-height: 250px;
  padding: 30px;
  border: 0;
  border-radius: 0;
  background: #0d1117;
}

.artboard-purpose-card::before {
  background: linear-gradient(130deg, rgba(40, 208, 247, 0.06), transparent 55%);
}

.artboard-purpose-card:hover {
  transform: none;
  background: #111720;
}

.artboard-purpose-card__icon,
.artboard-icon-chip {
  color: #67cfff;
  background: rgba(40, 208, 247, 0.07);
  border-color: rgba(40, 208, 247, 0.15);
}

.artboard-purpose-card h4 {
  font-size: 20px;
  font-weight: 560;
}

.artboard-purpose-card p {
  color: #7f8998;
}

#features {
  border-block: 1px solid rgba(222, 231, 246, 0.055);
  background: #090c11;
}

.artboard-highlight-frame {
  gap: clamp(48px, 8vw, 110px);
}

.artboard-highlight-frame h3 {
  font-size: clamp(36px, 4vw, 55px);
  line-height: 1.03;
  letter-spacing: -0.048em;
  font-weight: 580;
}

.artboard-highlight-copy {
  color: #8d97a6;
  font-size: 15px;
}

.artboard-benefits li {
  color: #b3bcc8;
}

.artboard-highlight-art {
  min-height: 520px;
}

.cinema-ui-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(213, 226, 244, 0.13);
  border-radius: 14px;
  background: #05070a;
  box-shadow: 0 32px 90px -42px rgba(0, 0, 0, 0.95);
}

.cinema-ui-frame > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cinema-ui-frame:hover > img {
  transform: scale(1.012);
}

.cinema-studio-preview {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.cinema-studio-preview > img {
  object-position: center 48%;
}

.cinema-ui-caption {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(220, 232, 248, 0.11);
  border-radius: 9px;
  background: rgba(6, 9, 13, 0.82);
  color: #cbd4df;
  font-size: 10px;
  line-height: 1.25;
  backdrop-filter: blur(14px);
}

.cinema-ui-caption span {
  color: #72d6ff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.cinema-ui-caption strong {
  overflow: hidden;
  font-weight: 520;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artboard-highlight-art .artboard-highlight-art__front,
.artboard-highlight-art .artboard-highlight-art__rear {
  border-color: rgba(221, 231, 247, 0.12);
  border-radius: 12px;
  box-shadow: 0 26px 70px -32px rgba(0, 0, 0, 0.98);
}

.cinema-mini-timeline {
  position: absolute;
  z-index: 4;
  left: 8%;
  right: 2%;
  bottom: 5%;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr 0.7fr 1.2fr;
  gap: 5px;
  padding: 24px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(12, 16, 23, 0.9);
  box-shadow: 0 20px 50px -22px #000;
  backdrop-filter: blur(12px);
}

.cinema-mini-timeline::before {
  content: "Sequence 01     00:00:14:02";
  position: absolute;
  top: 7px;
  left: 12px;
  color: #68717e;
  font-size: 7px;
  letter-spacing: 0.02em;
}

.cinema-mini-timeline span {
  border: 1px solid rgba(40, 174, 255, 0.3);
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(36, 140, 255, 0.38), rgba(103, 89, 255, 0.26));
}

.cinema-mini-timeline i {
  position: absolute;
  top: 20px;
  bottom: 5px;
  left: 57%;
  width: 1px;
  background: #ff6389;
}

/* Filmstrip, quotes, and editorial sections */

.artboard-mosaic {
  grid-template-columns: repeat(8, minmax(210px, 1fr));
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 14px;
  scrollbar-color: #28313d transparent;
}

.cinema-product-gallery {
  grid-template-columns: repeat(6, minmax(330px, 1fr));
  gap: 12px;
  scroll-snap-type: x proximity;
}

.cinema-product-gallery .artboard-mosaic-tile {
  aspect-ratio: 16 / 9;
  scroll-snap-align: start;
  background: #05070a;
}

.cinema-product-gallery .artboard-mosaic-tile__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cinema-product-gallery .artboard-mosaic-tile:nth-child(1) .artboard-mosaic-tile__image,
.cinema-product-gallery .artboard-mosaic-tile:nth-child(2) .artboard-mosaic-tile__image {
  object-position: 18% center;
}

.cinema-product-gallery .artboard-mosaic-tile__caption {
  font-size: 11px;
}

.artboard-mosaic-tile {
  aspect-ratio: 16 / 10;
  border-radius: 10px;
}

.artboard-mosaic-tile__caption,
.artboard-mosaic-tile:hover .artboard-mosaic-tile__caption {
  opacity: 1;
  transform: none;
  padding: 44px 12px 11px;
  color: #d7dee8;
  font-size: 10px;
}

.artboard-mosaic-tile__caption small {
  display: block;
  margin-bottom: 3px;
  color: #72d6ff;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.artboard-exploration-layout {
  padding: clamp(28px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid var(--artboard-line-soft);
  border-radius: 18px;
  background: linear-gradient(135deg, #0c1118, #0a0d12);
}

.artboard-exploration-copy h2,
.artboard-production-copy h2,
.artboard-community-copy h2,
.artboard-narrative-heading h2 {
  font-weight: 580;
  letter-spacing: -0.045em;
}

.artboard-exploration-art .artboard-exploration-art__primary,
.artboard-exploration-art .artboard-exploration-art__secondary {
  border-radius: 12px;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 80px -35px #000;
}

.cinema-detail-list {
  display: grid;
  gap: 10px;
  max-width: 430px;
  margin: -10px 0 28px;
  padding: 0;
  list-style: none;
}

.cinema-detail-list li {
  position: relative;
  padding-left: 20px;
  color: #abb5c2;
  font-size: 13px;
  line-height: 1.55;
}

.cinema-detail-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cinema-cyan);
  box-shadow: 0 0 14px rgba(40, 208, 247, 0.65);
}

.cinema-director-map {
  min-height: 560px;
  aspect-ratio: auto;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(215, 227, 245, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 86% 8%, rgba(38, 145, 255, 0.14), transparent 34%),
    #080c12;
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.cinema-director-map::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(40, 208, 247, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(36, 140, 255, 0.11);
}

.cinema-director-map__header {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(218, 228, 243, 0.09);
}

.cinema-director-map__header span,
.cinema-platform-card__label {
  color: #72d6ff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.cinema-director-map__header strong {
  max-width: 360px;
  color: #edf3fa;
  font-size: 16px;
  font-weight: 560;
  letter-spacing: -0.015em;
}

.cinema-director-map__flow {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cinema-director-map__flow li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 67px;
  padding: 10px 12px;
  border: 1px solid rgba(215, 227, 245, 0.08);
  border-radius: 9px;
  background: rgba(13, 18, 26, 0.84);
}

.cinema-director-map__flow li > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(66, 170, 255, 0.25);
  border-radius: 8px;
  background: rgba(36, 140, 255, 0.09);
  color: #71cfff;
  font-size: 9px;
  font-weight: 700;
}

.cinema-director-map__flow li div {
  display: grid;
  gap: 3px;
}

.cinema-director-map__flow strong {
  color: #dfe7f0;
  font-size: 12px;
  font-weight: 560;
}

.cinema-director-map__flow small {
  color: #6f7987;
  font-size: 9px;
}

.cinema-director-map__status {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #8692a0;
  font-size: 9px;
}

.cinema-director-map__status span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #43e49b;
  box-shadow: 0 0 12px rgba(67, 228, 155, 0.55);
}

.artboard-quote-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-block: 1px solid var(--artboard-line-soft);
}

.artboard-quote {
  padding: 34px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.artboard-quote + .artboard-quote {
  border-left: 1px solid var(--artboard-line-soft);
}

.artboard-quote.is-emphasized {
  transform: none;
  border-color: var(--artboard-line-soft);
  box-shadow: inset 0 2px 0 rgba(40, 208, 247, 0.62);
}

.artboard-quote-stars {
  display: none;
}

.artboard-quote p {
  color: #c0c8d3;
  font-size: 15px;
  line-height: 1.65;
}

.cinema-capability-card {
  min-height: 230px;
  justify-content: flex-end;
}

.cinema-capability-card__index {
  position: absolute;
  top: 28px;
  left: 30px;
  color: #69cdfa;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.cinema-capability-card h3 {
  max-width: 190px;
  margin: 0 0 12px;
  color: #eef3f8;
  font-size: 21px;
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.cinema-capability-card p {
  margin: 0;
  color: #8b95a3;
  font-size: 12px;
  line-height: 1.6;
}

.artboard-production-layout,
.artboard-community-layout,
.artboard-narrative-layout {
  gap: clamp(50px, 8vw, 110px);
}

.artboard-production-art,
.artboard-prompt-art,
.artboard-community-card {
  border-radius: 14px;
  border-color: var(--artboard-line-soft);
  background-color: var(--artboard-panel);
}

.cinema-resolution-preview {
  aspect-ratio: 16 / 10;
  align-items: stretch;
  padding: 0;
  background: #05070a;
}

.cinema-resolution-preview::after {
  display: none;
}

.cinema-resolution-preview > img {
  object-position: center;
}

.artboard-production-stat {
  border-color: var(--artboard-line-soft);
}

.artboard-production-stat__value {
  color: #e8f5ff;
  font-size: clamp(28px, 3vw, 40px);
}

.artboard-community-card {
  background: #0d1117;
  overflow: hidden;
}

.cinema-platform-card__media {
  display: block;
  width: calc(100% + 56px);
  height: 150px;
  margin: -28px -28px 22px;
  object-fit: cover;
  object-position: 18% center;
  border-bottom: 1px solid rgba(214, 226, 244, 0.08);
  filter: saturate(0.86) brightness(0.9);
  transition: filter 350ms ease, transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.artboard-community-card:hover .cinema-platform-card__media {
  filter: saturate(1) brightness(1);
  transform: scale(1.015);
}

.cinema-platform-card__label {
  display: block;
  margin-bottom: 11px;
}

.artboard-narrative-divider {
  background: var(--artboard-line-soft);
}

.artboard-prompt-sample {
  border-color: rgba(40, 208, 247, 0.14);
  background: rgba(40, 208, 247, 0.045);
  color: #9facbb;
}

.artboard-narrative-heading .artboard-eyebrow {
  margin-bottom: 18px;
}

.cinema-command-demo {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #020305;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.7);
}

.cinema-command-demo:hover {
  transform: none;
}

.cinema-command-demo video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinema-command-demo .cinema-ui-caption {
  top: 14px;
  bottom: auto;
}

/* Comparison, plans, FAQ, close */

.artboard-decision-grid {
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--artboard-line-soft);
  border-radius: 16px;
  background: var(--artboard-line-soft);
}

.artboard-decision-panel {
  border: 0;
  border-radius: 0;
  background: #0d1117;
}

.artboard-decision-panel.artboard-decision-panel--positive {
  border: 0;
  background: linear-gradient(145deg, rgba(36, 140, 255, 0.115), #0d1117 65%);
  box-shadow: none;
}

.artboard-decision-icon--yes {
  color: var(--cinema-cyan);
  border-color: rgba(40, 208, 247, 0.25);
  background: rgba(40, 208, 247, 0.08);
}

.artboard-plans-heading h2 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 580;
  letter-spacing: -0.048em;
}

.artboard-cadence-toggle {
  border-radius: 9px;
  background: #0f141b;
}

.artboard-cadence-toggle .artboard-cadence-toggle__slider {
  border-radius: 6px;
  background: #252d39;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.artboard-tier-grid {
  position: relative;
  gap: 1px;
  padding-top: 34px;
  overflow: visible;
  border: 1px solid var(--artboard-line-soft);
  border-radius: 16px;
  background: var(--artboard-line-soft);
}

.artboard-tier-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background:
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(255, 255, 255, 0.07) 88px 89px),
    #0a0e13;
  border-radius: 16px 16px 0 0;
}

.artboard-tier {
  padding: 32px;
  border: 0;
  border-radius: 0;
  background: #0e1218;
}

.artboard-tier:first-child { border-radius: 0 0 0 15px; }
.artboard-tier:last-child { border-radius: 0 0 15px 0; }

.artboard-tier:hover {
  transform: none;
  background: #111720;
}

.artboard-tier.artboard-tier--featured,
.artboard-tier.artboard-tier--featured:hover {
  border: 0;
  background: linear-gradient(180deg, rgba(36, 140, 255, 0.12), #10151d 45%);
  box-shadow: inset 0 2px 0 var(--cinema-blue);
}

.artboard-tier__badge {
  top: 46px;
  left: auto;
  right: 20px;
  color: #86dfff;
  border-color: rgba(40, 208, 247, 0.18);
  border-radius: 5px;
  background: rgba(40, 208, 247, 0.08);
  box-shadow: none;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.artboard-tier__price .artboard-tier__amount {
  font-weight: 590;
}

.artboard-tier__features li {
  color: #8e98a7;
}

.artboard-tick {
  color: var(--cinema-cyan);
  background: rgba(40, 208, 247, 0.08);
}

.artboard-tick svg {
  color: var(--cinema-cyan);
}

.artboard-assurance {
  border-style: solid;
  border-color: var(--artboard-line-soft);
  background: #0d1117;
}

.artboard-assurance__icon {
  color: var(--cinema-cyan);
  border-color: rgba(40, 208, 247, 0.18);
  background: rgba(40, 208, 247, 0.07);
}

.artboard-answers-list {
  max-width: 900px;
  gap: 0;
  border-top: 1px solid var(--artboard-line-soft);
}

.artboard-answers-item,
.artboard-answers-item.is-open {
  border: 0;
  border-bottom: 1px solid var(--artboard-line-soft);
  border-radius: 0;
  background: transparent;
}

.artboard-answers-item__question {
  padding: 24px 4px;
  font-size: 16px;
}

.artboard-answers-item__answer p {
  padding: 0 48px 24px 4px;
}

.artboard-answers-item.is-open .artboard-answers-item__icon {
  color: var(--cinema-cyan);
  border-color: rgba(40, 208, 247, 0.3);
  background: rgba(40, 208, 247, 0.08);
}

.artboard-final-panel {
  padding: clamp(58px, 8vw, 96px) 36px;
  border: 1px solid rgba(102, 168, 255, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 125%, rgba(103, 89, 255, 0.35), transparent 40%),
    linear-gradient(135deg, #0e1724, #0b1018);
}

.artboard-final-panel::before,
.artboard-final-panel::after,
.artboard-final-panel .artboard-final-panel__bar {
  display: none;
}

.artboard-final-panel .artboard-eyebrow {
  color: #73d8ff;
  background: transparent;
  border: 0;
}

.artboard-final-panel h2 {
  max-width: 760px;
  color: #f3f7fb;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 580;
  letter-spacing: -0.052em;
}

.artboard-final-panel .artboard-cta--ink {
  background: linear-gradient(115deg, var(--cinema-blue), var(--cinema-indigo));
  border: 0;
}

footer {
  background: #06080b;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.artboard-page-footer-nav a,
.artboard-page-footer-brand p,
.artboard-page-footer-meta {
  color: #68717e;
}

.artboard-sticky-invite {
  background: rgba(13, 17, 23, 0.9);
  border-color: rgba(215, 226, 244, 0.13);
  border-radius: 12px;
  box-shadow: 0 22px 70px -28px #000;
}

@media (max-width: 1180px) {
  .artboard-intro {
    min-height: 0;
  }

  .artboard-intro > .artboard-frame {
    grid-template-columns: 1fr;
    max-width: 960px;
  }

  .cinema-hero-copy {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
  }

  .artboard-intro h1,
  .artboard-intro p {
    margin-inline: auto;
  }

  .artboard-intro__action,
  .artboard-intro .artboard-trust-row {
    justify-content: center;
  }

  .artboard-intro .artboard-product-preview {
    max-width: 860px;
    margin-inline: auto;
  }

  .artboard-quote-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .artboard-quote:nth-child(3) {
    border-left: 0;
  }

  .artboard-quote:nth-child(n + 3) {
    border-top: 1px solid var(--artboard-line-soft);
  }
}

@media (max-width: 860px) {
  section {
    padding-block: 78px;
  }

  .artboard-intro {
    padding-top: 70px;
  }

  .artboard-intro h1 {
    font-size: clamp(45px, 10vw, 66px);
  }

  .cinema-editor {
    min-width: 700px;
  }

  .artboard-product-preview {
    overflow-x: auto;
  }

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

  .cinema-model-trust__heading {
    justify-content: center;
    padding-block: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(214, 226, 245, 0.08);
  }

  .artboard-step-card + .artboard-step-card {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--artboard-line-soft);
  }

  .artboard-step-card,
  .artboard-step-card + .artboard-step-card {
    padding: 34px 0 36px 54px;
  }

  .artboard-step-card__number,
  .artboard-step-card + .artboard-step-card .artboard-step-card__number {
    top: 31px;
    left: 0;
    box-shadow: none;
  }

  .cinema-studio-preview {
    width: 100%;
  }

  .cinema-director-map {
    min-height: 0;
  }

  .cinema-resolution-preview {
    width: 100%;
  }

  .artboard-tier-grid {
    max-width: 560px;
    overflow: hidden;
  }

  .artboard-tier:first-child,
  .artboard-tier:last-child {
    border-radius: 0;
  }
}

@media (max-width: 640px) {
  .artboard-frame {
    padding-inline: 20px;
  }

  .artboard-masthead__row {
    padding-inline: 20px;
  }

  .artboard-wordmark {
    font-size: 14px;
  }

  .artboard-intro {
    padding-top: 58px;
  }

  .artboard-intro > .artboard-frame {
    display: flex;
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    flex-direction: column;
  }

  .cinema-hero-copy {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    flex: 0 0 auto;
  }

  .artboard-intro h1 {
    max-width: calc(100vw - 40px);
    font-size: clamp(40px, 12vw, 52px);
    text-wrap: wrap;
  }

  .artboard-intro p {
    max-width: calc(100vw - 40px);
    font-size: 15px;
  }

  .artboard-intro .artboard-product-preview {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 13px;
  }

  .cinema-model-trust {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-top: -26px;
    border-radius: 13px;
  }

  .cinema-model-trust__list {
    grid-template-columns: 1fr;
  }

  .cinema-model-trust__model {
    padding: 14px 20px;
  }

  .cinema-model-trust__model + .cinema-model-trust__model {
    border-top: 1px solid rgba(214, 226, 245, 0.08);
    border-left: 0;
  }

  .cinema-editor {
    width: 100%;
    min-width: 0;
    min-height: 0;
  }

  .cinema-editor__topbar {
    grid-template-columns: auto 1fr auto;
  }

  .cinema-window-dots {
    gap: 4px;
  }

  .cinema-window-dots i {
    width: 7px;
    height: 7px;
  }

  .cinema-editor__project {
    justify-self: center;
  }

  .cinema-export-button {
    display: none;
  }

  .cinema-editor__workspace {
    min-height: 252px;
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .cinema-editor__rail {
    grid-column: 1;
  }

  .cinema-editor__library {
    display: none;
  }

  .cinema-editor__stage {
    grid-column: 2;
    padding: 10px;
    gap: 8px;
  }

  .cinema-editor__monitor,
  .cinema-prompt-bar {
    width: 100%;
  }

  .cinema-prompt-bar {
    padding: 5px;
  }

  .cinema-prompt-bar input {
    font-size: 7px;
  }

  .cinema-prompt-bar button {
    padding-inline: 7px;
    font-size: 7px;
  }

  .cinema-editor__timeline {
    height: 150px;
  }

  .cinema-timeline-body {
    height: 116px;
  }

  .cinema-tracks {
    grid-template-columns: 1.2fr 0.9fr 1fr;
  }

  .artboard-stats-panel .artboard-heading {
    text-align: center;
  }

  .artboard-stats-grid {
    grid-template-columns: 1fr;
  }

  .artboard-stat {
    min-height: 130px;
    text-align: left;
  }

  .artboard-purpose-grid {
    grid-template-columns: 1fr;
  }

  .artboard-purpose-card {
    min-height: 210px;
  }

  .artboard-highlight-art {
    min-height: 0;
  }

  .cinema-studio-preview {
    aspect-ratio: 4 / 3;
  }

  .cinema-studio-preview > img {
    object-position: 44% center;
  }

  .cinema-ui-caption {
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .cinema-ui-caption strong {
    max-width: 72%;
  }

  .cinema-product-gallery {
    grid-template-columns: repeat(6, minmax(285px, 1fr));
  }

  .cinema-director-map {
    padding: 19px;
  }

  .cinema-director-map__flow li {
    min-height: 63px;
  }

  .cinema-capability-card {
    min-height: 190px;
  }

  .cinema-resolution-preview {
    aspect-ratio: 4 / 3;
  }

  .cinema-platform-card__media {
    height: 132px;
  }

  .cinema-command-demo {
    aspect-ratio: 16 / 10;
  }

  .cinema-command-demo .cinema-ui-caption {
    top: 9px;
    bottom: auto;
  }

  .cinema-mini-timeline {
    left: 2%;
  }

  .artboard-quote-grid {
    grid-template-columns: 1fr;
  }

  .artboard-quote + .artboard-quote {
    border-left: 0;
    border-top: 1px solid var(--artboard-line-soft);
  }

  .artboard-final-panel {
    padding-inline: 24px;
  }

  .artboard-final-panel h2 {
    font-size: 39px;
  }

  .artboard-sticky-invite {
    width: calc(100vw - 24px);
    justify-content: space-between;
    gap: 8px;
    padding-left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-editor.is-playing .cinema-playhead {
    animation: none;
  }
}
