:root {
  --bg: #050505;
  --panel: rgba(12, 12, 12, 0.88);
  --panel-solid: #111111;
  --text: #ffffff;
  --muted: #b8b8b8;
  --line: rgba(255,255,255,0.09);
  --accent: #d4af37;
  --accent-two: #8a6818;
  --shadow: 0 30px 80px rgba(0,0,0,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(200,164,77,.14), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(130,95,20,.12), transparent 30%),
    linear-gradient(180deg,#050505,#0d0d0d 60%,#12100a);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.page-glow {
  position: fixed; inset: auto;
  width: 420px; height: 420px;
  filter: blur(120px);
  opacity: .17;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
.page-glow-one { background: var(--accent); top: 20%; left: -220px; }
.page-glow-two { background: var(--accent-two); right: -240px; top: 56%; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 36px; height: 36px; border-radius: 11px;
  display: grid; place-items: center;
  font-family: Manrope, sans-serif; font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--accent-two));
  box-shadow: 0 10px 30px rgba(212,175,55,.28);
}
.brand-text { font-family: Manrope, sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.6px; }
.brand-text span { color: #e0bc52; }

.desktop-nav { display: flex; align-items: center; gap: 30px; color: #c2c6d1; font-size: 14px; }
.desktop-nav a:hover { color: white; }

.nav-button {
  padding: 11px 17px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  background: rgba(255,255,255,.05);
}

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 710px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 52px;
  padding: 50px 0 90px;
}
.eyebrow, .section-kicker {
  color: #d4af37;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.eyebrow span { width: 26px; height: 2px; background: linear-gradient(90deg, var(--accent), var(--accent-two)); }

h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  font-family: Manrope, sans-serif;
  font-size: clamp(48px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -4px;
  margin-bottom: 26px;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #f0d477, #b88b1f);
  -webkit-background-clip: text;
  color: transparent;
}
.hero-copy > p {
  max-width: 610px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions { display: flex; gap: 14px; margin: 34px 0 28px; flex-wrap: wrap; }
.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: linear-gradient(135deg, var(--accent), #b88b1f 58%, #8a6818);
  box-shadow: 0 18px 35px rgba(212,175,55,.25);
}
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.045); }
.play-icon { font-size: 11px; }

.trust-row { display: flex; gap: 18px; flex-wrap: wrap; color: #8f95a3; font-size: 12px; }
.trust-row span::before { content: "✓"; color: #d4af37; margin-right: 6px; }

.hero-visual { position: relative; }
.screen-shell {
  position: relative;
  padding: 17px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(155deg, rgba(18,18,18,.97), rgba(5,5,5,.99));
  box-shadow: var(--shadow);
  transform: perspective(1100px) rotateY(-6deg) rotateX(2deg);
}
.screen-topbar { display: flex; justify-content: space-between; align-items: center; padding: 3px 3px 14px; }
.screen-brand { font-family: Manrope; font-weight: 800; font-size: 13px; }
.screen-dots { display: flex; gap: 5px; }
.screen-dots i { width: 5px; height: 5px; border-radius: 50%; background: #5b6270; }
.featured-card {
  min-height: 286px;
  border-radius: 17px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 28%, rgba(212,175,55,.48), transparent 14%),
    linear-gradient(120deg, rgba(0,0,0,.18), rgba(8,8,8,.88)),
    linear-gradient(135deg, #17130b, #4a3512 48%, #0b0b0b 80%);
  position: relative;
}
.featured-card::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 72% 55%, transparent 0 12%, rgba(0,0,0,.48) 40%, rgba(0,0,0,.88) 85%);
}
.featured-overlay { position: relative; z-index: 2; padding: 56px 34px; }
.featured-label { font-size: 9px; letter-spacing: 1.8px; font-weight: 800; color: #e0bc52; }
.featured-overlay h2 { margin: 9px 0 22px; font-family: Manrope; font-size: 34px; line-height: 1.08; letter-spacing: -1.3px; }
.featured-overlay button {
  border: 0; border-radius: 9px; padding: 10px 17px;
  background: #fff; color: #111111; font-weight: 800; font-size: 12px;
}
.screen-row-title { display: flex; justify-content: space-between; margin: 18px 2px 10px; font-size: 11px; font-weight: 700; }
.screen-row-title small { color: #777f90; }
.poster-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.poster {
  aspect-ratio: 2/3;
  min-width: 0;
  border-radius: 9px;
  display: flex;
  align-items: end;
  padding: 10px 8px;
  font-size: 9px;
  letter-spacing: .4px;
  box-shadow: inset 0 -45px 35px rgba(0,0,0,.65);
}
.poster-one { background: linear-gradient(145deg,#2a2414,#111111); }
.poster-two { background: linear-gradient(145deg,#4f3710,#17110a); }
.poster-three { background: linear-gradient(145deg,#2b2412,#11100b); }
.poster-four { background: linear-gradient(145deg,#7b5c19,#17130a); }

.floating-card {
  position: absolute;
  display: flex; gap: 10px; align-items: center;
  padding: 13px 15px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(14,14,14,.95);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
}
.floating-card-one { right: -32px; top: 76px; }
.floating-card-two { left: -35px; bottom: 44px; }
.float-icon {
  width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center;
  background: rgba(212,175,55,.18); color: #d4af37; font-weight: 800;
}
.floating-card b, .floating-card small { display: block; }
.floating-card b { font-size: 11px; margin-bottom: 3px; }
.floating-card small { font-size: 9px; color: #8f95a3; }

.stats-bar {
  width: min(1080px, calc(100% - 40px));
  margin: -24px auto 110px;
  padding: 25px 36px;
  border: 1px solid var(--line);
  background: rgba(10,10,10,.78);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.stats-bar div { text-align: center; border-right: 1px solid var(--line); }
.stats-bar div:last-child { border: 0; }
.stats-bar strong, .stats-bar span { display: block; }
.stats-bar strong { font-family: Manrope; font-size: 22px; }
.stats-bar span { color: #878e9c; font-size: 11px; margin-top: 5px; }

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 0;
}
.section-heading { max-width: 680px; margin: 0 auto 46px; text-align: center; }
.section-heading h2, .split-copy > h2, .request-banner h2 {
  font-family: Manrope;
  font-size: clamp(34px, 5vw, 51px);
  letter-spacing: -2.2px;
  margin: 12px 0 14px;
}
.section-heading p, .request-banner p { color: var(--muted); line-height: 1.7; }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card {
  padding: 30px;
  background: linear-gradient(155deg, rgba(18,18,18,.88), rgba(7,7,7,.92));
  border: 1px solid var(--line);
  border-radius: 22px;
}
.feature-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(212,175,55,.14);
  color: #d4af37; font-size: 22px;
  margin-bottom: 24px;
}
.feature-card h3 { font-family: Manrope; font-size: 19px; margin-bottom: 10px; }
.feature-card p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-visual { padding: 30px; }
.mini-screen {
  min-height: 440px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.11);
  background:
    linear-gradient(to top, rgba(0,0,0,.96), rgba(0,0,0,.18) 70%),
    radial-gradient(circle at 60% 30%, #6f5618, transparent 12%),
    linear-gradient(140deg,#16120b,#19150d 56%,#0d0d0d);
  padding: 28px;
  display: flex; flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
}
.mini-logo { font-family: Manrope; font-weight: 800; }
.mini-progress { width: 70%; height: 3px; margin-top: auto; margin-bottom: 25px; background: rgba(255,255,255,.15); border-radius: 3px; }
.mini-progress::before { content:""; display:block; width: 48%; height:100%; background: linear-gradient(90deg,var(--accent),var(--accent-two)); }
.mini-copy small { font-size: 9px; color: #d4af37; letter-spacing: 1.5px; font-weight: 800; }
.mini-copy h3 { font-family: Manrope; font-size: 26px; margin: 9px 0; }
.mini-copy span { color: #a0a6b3; font-size: 12px; }

.steps { margin-top: 40px; }
.step { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.step > b { color: #d4af37; font-family: Manrope; font-size: 13px; }
.step h3 { font-family: Manrope; margin-bottom: 6px; font-size: 17px; }
.step p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }

.device-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.device-grid div {
  padding: 24px 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  text-align: center;
  background: rgba(255,255,255,.025);
}
.device-grid span { display: block; font-size: 28px; color: #d4af37; margin-bottom: 10px; }
.device-grid b { font-size: 12px; }

.request-banner {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 56px;
  border-radius: 28px;
  border: 1px solid rgba(212,175,55,.30);
  background:
    radial-gradient(circle at 85% 30%, rgba(212,175,55,.12), transparent 30%),
    radial-gradient(circle at 15% 80%, rgba(212,175,55,.16), transparent 35%),
    rgba(12,12,12,.88);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
}
.request-banner > div { max-width: 700px; }
.request-banner p { margin-bottom: 0; }

.faq-section { padding-bottom: 130px; }
.faq-list { max-width: 820px; margin: 0 auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 22px 4px; font-weight: 700; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; float:right; color:#d4af37; font-size:22px; }
details[open] summary::after { content:"–"; }
details p { color: var(--muted); line-height: 1.7; padding: 0 45px 22px 4px; margin:0; font-size:14px; }

footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 48px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.footer-brand { justify-content:center; margin-bottom:15px; }
footer p { color: #8d94a2; font-size: 13px; }
.footer-links { display:flex; justify-content:center; gap:24px; color:#c5c8d1; font-size:13px; margin:22px 0; }
footer small { color:#646b79; font-size:11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .desktop-nav { display:none; }
  .hero { grid-template-columns: 1fr; padding-top: 35px; }
  .hero-copy { text-align:center; }
  .hero-copy > p { margin-left:auto; margin-right:auto; }
  .eyebrow, .hero-actions, .trust-row { justify-content:center; }
  .hero h1 { letter-spacing:-2.8px; }
  .hero-visual { max-width:650px; margin:0 auto; width:100%; }
  .split-section { grid-template-columns:1fr; }
  .feature-grid { grid-template-columns:1fr; }
  .device-grid { grid-template-columns:repeat(3,1fr); }
  .request-banner { flex-direction:column; text-align:center; }
}

@media (max-width: 620px) {
  .site-header { height:74px; }
  .nav-button { padding:10px 12px; font-size:12px; }
  .brand-mark { width:32px; height:32px; }
  .brand-text { font-size:18px; }
  .hero { width:min(100% - 28px,1180px); min-height:auto; padding-bottom:70px; }
  .hero h1 { font-size:46px; letter-spacing:-2.2px; }
  .hero-copy > p { font-size:16px; }
  .button { width:100%; }
  .trust-row { flex-direction:column; gap:8px; }
  .screen-shell { transform:none; padding:11px; }
  .featured-card { min-height:235px; }
  .featured-overlay { padding:42px 22px; }
  .featured-overlay h2 { font-size:29px; }
  .floating-card { display:none; }
  .stats-bar { grid-template-columns:1fr 1fr; padding:18px; margin-bottom:70px; }
  .stats-bar div { padding:15px 5px; }
  .stats-bar div:nth-child(2) { border-right:0; }
  .stats-bar div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .section { padding:72px 0; width:min(100% - 28px,1120px); }
  .section-heading h2, .split-copy > h2, .request-banner h2 { letter-spacing:-1.4px; }
  .split-visual { padding:0; }
  .mini-screen { min-height:370px; }
  .device-grid { grid-template-columns:repeat(2,1fr); }
  .request-banner { padding:38px 22px; }
}

/* VaultView black, gold and white refinement */
.site-header {
  border-bottom: 1px solid rgba(212,175,55,.28);
}
.nav-button,
.button-secondary,
.feature-card,
.screen-shell,
.stats-bar,
.device-grid div,
.request-banner,
details,
.mini-screen {
  border-color: rgba(212,175,55,.34);
}
.button-primary {
  color: #050505;
  background: linear-gradient(135deg, #f0d477, #d4af37 52%, #8a6818);
  box-shadow: 0 18px 38px rgba(212,175,55,.24);
}
.button-secondary:hover,
.nav-button:hover {
  border-color: #d4af37;
  box-shadow: 0 0 0 1px rgba(212,175,55,.28), 0 12px 32px rgba(0,0,0,.38);
}
.screen-shell,
.feature-card,
.stats-bar,
.request-banner,
.mini-screen {
  box-shadow:
    0 0 0 1px rgba(212,175,55,.12),
    0 28px 70px rgba(0,0,0,.55);
}
.feature-card::before,
.device-grid div::before {
  content: "";
  display: block;
  height: 1px;
  margin: -30px -30px 26px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,.75), transparent);
}
.device-grid div::before {
  margin: -24px -12px 20px;
}
.section-heading h2,
.split-copy > h2,
.request-banner h2,
.hero h1 {
  text-shadow: 0 2px 28px rgba(212,175,55,.07);
}
.hero h1 em {
  background: linear-gradient(90deg, #ffffff 0%, #f0d477 42%, #d4af37 72%, #ffffff 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.featured-card {
  background:
    radial-gradient(circle at 68% 28%, rgba(212,175,55,.48), transparent 14%),
    linear-gradient(120deg, rgba(0,0,0,.12), rgba(5,5,5,.90)),
    linear-gradient(135deg, #17130b, #3b2c0f 48%, #050505 82%);
}
.poster-one { background: linear-gradient(145deg,#2a2414,#080808); }
.poster-two { background: linear-gradient(145deg,#4a3512,#090909); }
.poster-three { background: linear-gradient(145deg,#2b2412,#080808); }
.poster-four { background: linear-gradient(145deg,#7b5c19,#0b0905); }
.mini-screen {
  background:
    linear-gradient(to top, rgba(0,0,0,.96), rgba(0,0,0,.18) 70%),
    radial-gradient(circle at 60% 30%, #6f5618, transparent 12%),
    linear-gradient(140deg,#16120b,#2d230d 56%,#050505);
}
footer {
  border-top-color: rgba(212,175,55,.34);
}

/* VaultView official logo integration */
.brand-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 245px;
}
.header-logo {
  display: block;
  width: min(245px, 30vw);
  height: auto;
  object-fit: contain;
}
.hero-brand-lockup {
  display: block;
  width: min(430px, 82vw);
  height: auto;
  margin: 0 0 24px;
  filter: drop-shadow(0 12px 34px rgba(212,175,55,.18));
}
.hero-watermark {
  position: absolute;
  width: min(170px, 28vw);
  right: -18px;
  top: -40px;
  opacity: .13;
  filter: saturate(.9) contrast(1.08);
  pointer-events: none;
  z-index: 0;
}
.hero-visual .screen-shell,
.hero-visual .floating-card {
  position: relative;
  z-index: 1;
}
.footer-logo {
  width: min(330px, 74vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 28px rgba(212,175,55,.14));
}
@media (max-width: 620px) {
  .header-logo { width: 175px; }
  .hero-brand-lockup {
    width: min(340px, 88vw);
    margin-left: auto;
    margin-right: auto;
  }
  .hero-watermark {
    width: 112px;
    right: -8px;
    top: -22px;
    opacity: .11;
  }
}

/* Transparent branding refinement */
.header-logo,
.hero-brand-lockup,
.footer-logo {
  background: transparent !important;
  mix-blend-mode: normal;
}
.header-logo {
  width: min(255px, 31vw);
  filter: drop-shadow(0 4px 14px rgba(212,175,55,.16));
}
.hero-brand-lockup {
  width: min(510px, 88vw);
  margin-bottom: 28px;
  filter:
    drop-shadow(0 8px 18px rgba(0,0,0,.75))
    drop-shadow(0 0 18px rgba(212,175,55,.15));
}
.footer-logo {
  width: min(350px, 78vw);
  filter: drop-shadow(0 5px 15px rgba(212,175,55,.14));
}
.hero-watermark {
  opacity: .09;
  filter: grayscale(.1) contrast(1.05) drop-shadow(0 0 18px rgba(212,175,55,.16));
}
.site-header {
  background: linear-gradient(180deg, rgba(5,5,5,.96), rgba(5,5,5,.72), transparent);
}
@media (max-width: 620px) {
  .header-logo { width: 185px; }
  .hero-brand-lockup { width: min(370px, 92vw); }
}

/* Phase One: Cinematic Hero — Entertainment Unlocked */
.cinematic-hero {
  position: relative;
  min-height: 790px;
  isolation: isolate;
}
.cinematic-backdrop {
  position: absolute;
  inset: -88px calc(50% - 50vw) -20px;
  overflow: hidden;
  z-index: -2;
  pointer-events: none;
}
.cinematic-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.86) 34%, rgba(5,5,5,.26) 64%, rgba(5,5,5,.82) 100%),
    linear-gradient(180deg, rgba(5,5,5,.12) 0%, rgba(5,5,5,.04) 52%, #050505 100%),
    url("assets/vaultview-splash-background.jpg") center 38% / cover no-repeat;
  transform: scale(1.045);
  animation: cinematicDrift 18s ease-in-out infinite alternate;
  filter: saturate(.72) contrast(1.08) brightness(.72);
}
.cinematic-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 42%, rgba(212,175,55,.10), transparent 21%),
    radial-gradient(ellipse at center, transparent 25%, rgba(0,0,0,.32) 68%, rgba(0,0,0,.88) 100%);
}
.cinematic-rays {
  position: absolute;
  width: 58vw;
  height: 120%;
  top: -10%;
  right: 2vw;
  background:
    linear-gradient(104deg, transparent 0 34%, rgba(240,212,119,.08) 43%, transparent 53%),
    linear-gradient(114deg, transparent 0 49%, rgba(212,175,55,.055) 57%, transparent 64%);
  transform: skewX(-8deg);
  filter: blur(3px);
  animation: rayShift 12s ease-in-out infinite alternate;
}
.cinematic-particles {
  position: absolute;
  inset: 0;
}
.cinematic-particles i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(240,212,119,.58);
  box-shadow: 0 0 10px rgba(212,175,55,.52);
  animation: floatParticle 9s linear infinite;
}
.cinematic-particles i:nth-child(1) { left: 58%; top: 74%; animation-delay: -2s; }
.cinematic-particles i:nth-child(2) { left: 64%; top: 61%; animation-delay: -6s; width: 2px; height: 2px; }
.cinematic-particles i:nth-child(3) { left: 72%; top: 82%; animation-delay: -3s; }
.cinematic-particles i:nth-child(4) { left: 78%; top: 53%; animation-delay: -8s; width: 2px; height: 2px; }
.cinematic-particles i:nth-child(5) { left: 84%; top: 69%; animation-delay: -4s; }
.cinematic-particles i:nth-child(6) { left: 69%; top: 38%; animation-delay: -1s; width: 2px; height: 2px; }
.cinematic-particles i:nth-child(7) { left: 88%; top: 42%; animation-delay: -7s; }
.cinematic-particles i:nth-child(8) { left: 76%; top: 28%; animation-delay: -5s; width: 2px; height: 2px; }
.cinematic-particles i:nth-child(9) { left: 92%; top: 77%; animation-delay: -9s; }
.cinematic-particles i:nth-child(10) { left: 61%; top: 47%; animation-delay: -3.5s; width: 2px; height: 2px; }

.cinematic-hero .hero-copy {
  position: relative;
  z-index: 2;
}
.cinematic-hero .hero-copy::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 62px;
  width: 3px;
  height: 210px;
  border-radius: 3px;
  background: linear-gradient(180deg, transparent, #d4af37 24%, #f0d477 58%, transparent);
  box-shadow: 0 0 24px rgba(212,175,55,.24);
}
.cinematic-hero h1 {
  text-shadow: 0 10px 45px rgba(0,0,0,.85);
}
.cinematic-hero h1 em {
  background: linear-gradient(90deg, #ffffff 0%, #f0d477 38%, #d4af37 73%, #ffffff 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.cinematic-hero .hero-copy > p {
  color: #d4d4d4;
  text-shadow: 0 3px 18px rgba(0,0,0,.9);
}
.hero-signature {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 2px 0 22px;
  color: #d4af37;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
}
.hero-signature::before,
.hero-signature::after {
  content: "";
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,.82));
}
.hero-signature::after {
  background: linear-gradient(90deg, rgba(212,175,55,.82), transparent);
}
.cinematic-hero .screen-shell {
  border-color: rgba(212,175,55,.42);
  background: linear-gradient(155deg, rgba(13,13,13,.90), rgba(2,2,2,.96));
  box-shadow:
    0 0 0 1px rgba(212,175,55,.10),
    0 34px 90px rgba(0,0,0,.68),
    0 0 42px rgba(212,175,55,.08);
}
.cinematic-hero .featured-card {
  background:
    radial-gradient(circle at 70% 30%, rgba(240,212,119,.28), transparent 15%),
    linear-gradient(120deg, rgba(0,0,0,.12), rgba(0,0,0,.78)),
    linear-gradient(135deg, #17130b, #4b3711 47%, #050505 82%);
}

@keyframes cinematicDrift {
  0% { transform: scale(1.045) translate3d(0,0,0); }
  100% { transform: scale(1.09) translate3d(-1.2%, -0.8%, 0); }
}
@keyframes rayShift {
  0% { opacity: .42; transform: skewX(-8deg) translateX(0); }
  100% { opacity: .72; transform: skewX(-8deg) translateX(-4%); }
}
@keyframes floatParticle {
  0% { transform: translate3d(0,30px,0) scale(.7); opacity: 0; }
  20% { opacity: .7; }
  80% { opacity: .35; }
  100% { transform: translate3d(18px,-90px,0) scale(1.2); opacity: 0; }
}

@media (max-width: 900px) {
  .cinematic-hero { min-height: auto; }
  .cinematic-image {
    background:
      linear-gradient(180deg, rgba(5,5,5,.58), rgba(5,5,5,.88) 54%, #050505 100%),
      linear-gradient(90deg, rgba(5,5,5,.64), rgba(5,5,5,.28)),
      url("assets/vaultview-splash-background.jpg") 62% 30% / cover no-repeat;
    filter: saturate(.68) contrast(1.08) brightness(.62);
  }
  .cinematic-hero .hero-copy::before { display: none; }
  .hero-signature { justify-content: center; }
}
@media (max-width: 620px) {
  .cinematic-backdrop { inset-top: -74px; }
  .cinematic-image { animation: none; transform: scale(1.03); }
  .cinematic-rays { opacity: .42; right: -16vw; width: 78vw; }
  .hero-signature { font-size: 8px; letter-spacing: 2.2px; }
  .hero-signature::before,
  .hero-signature::after { width: 22px; }
}

/* Fixed cinematic background with foreground content scrolling over it */
body {
  background: #050505;
}

main {
  position: relative;
}

.cinematic-hero {
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.cinematic-backdrop {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: -4;
}

.cinematic-image {
  position: absolute;
  inset: -3%;
  width: 106%;
  height: 106%;
  background:
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.84) 34%, rgba(5,5,5,.28) 64%, rgba(5,5,5,.84) 100%),
    linear-gradient(180deg, rgba(5,5,5,.10) 0%, rgba(5,5,5,.08) 55%, rgba(5,5,5,.72) 100%),
    url("assets/vaultview-splash-background.jpg") center 38% / cover no-repeat;
  filter: saturate(.72) contrast(1.08) brightness(.70);
  animation: fixedBackdropDrift 24s ease-in-out infinite alternate;
  will-change: transform;
}

.cinematic-vignette {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 68% 42%, rgba(212,175,55,.10), transparent 22%),
    radial-gradient(ellipse at center, transparent 22%, rgba(0,0,0,.28) 62%, rgba(0,0,0,.86) 100%);
}

.cinematic-rays {
  position: fixed;
  width: 58vw;
  height: 120vh;
  top: -10vh;
  right: 2vw;
}

.cinematic-particles {
  position: fixed;
  inset: 0;
}

.scrolling-content {
  position: relative;
  z-index: 5;
  margin-top: 0;
  padding-top: 34px;
  background:
    linear-gradient(
      180deg,
      rgba(5,5,5,.50) 0%,
      rgba(5,5,5,.82) 8%,
      rgba(5,5,5,.94) 22%,
      #050505 46%,
      #050505 100%
    );
  box-shadow: 0 -28px 65px rgba(0,0,0,.58);
  backdrop-filter: blur(2px);
}

.scrolling-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1120px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(212,175,55,.72), transparent);
}

.scrolling-content .stats-bar {
  margin-top: 0;
}

.site-header {
  position: relative;
  z-index: 10;
}

@keyframes fixedBackdropDrift {
  0% {
    transform: scale(1.03) translate3d(0,0,0);
  }
  100% {
    transform: scale(1.09) translate3d(-1.1%, -0.7%, 0);
  }
}

@media (max-width: 900px) {
  .cinematic-image {
    background:
      linear-gradient(180deg, rgba(5,5,5,.56), rgba(5,5,5,.78) 54%, rgba(5,5,5,.92) 100%),
      linear-gradient(90deg, rgba(5,5,5,.60), rgba(5,5,5,.30)),
      url("assets/vaultview-splash-background.jpg") 62% 30% / cover no-repeat;
    filter: saturate(.68) contrast(1.08) brightness(.62);
  }
  .scrolling-content {
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.70) 0%,
        rgba(5,5,5,.90) 12%,
        #050505 34%,
        #050505 100%
      );
  }
}

@media (max-width: 620px) {
  .cinematic-image {
    animation: none;
    transform: scale(1.03);
  }
  .cinematic-rays {
    right: -16vw;
    width: 78vw;
    opacity: .42;
  }
}
