
:root{
  --bg:#040604;
  --bg-soft:#090c09;
  --panel:#101410;
  --panel-2:#171b17;
  --panel-3:#1e231e;
  --gold:#d4aa3c;
  --gold-bright:#f0d77a;
  --gold-deep:#8b6118;
  --text:#eee8d6;
  --muted:#9ba19a;
  --muted-2:#697069;
  --line:rgba(212,170,60,.28);
  --line-strong:rgba(240,215,122,.55);
  --green:#6fe69a;
  --red:#d84848;
  --shadow:0 24px 70px rgba(0,0,0,.48);
  --radius:14px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(circle at 50% -10%,rgba(212,170,60,.14),transparent 34%),
    repeating-linear-gradient(135deg,rgba(255,255,255,.012) 0 2px,transparent 2px 13px),
    var(--bg);
  font-family:Inter,Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit}
button,input{font:inherit}
::selection{background:rgba(212,170,60,.28);color:#fff8d9}
.site-shell{position:relative;min-height:100vh}
.ambient{
  position:fixed;inset:0;pointer-events:none;z-index:-1;overflow:hidden
}
.ambient::before,.ambient::after{
  content:"";position:absolute;border-radius:50%;filter:blur(90px);opacity:.15
}
.ambient::before{width:420px;height:420px;background:#9c6c17;top:8%;left:-180px}
.ambient::after{width:360px;height:360px;background:#74612c;right:-160px;bottom:10%}
.site-header{
  position:sticky;top:0;z-index:80;
  display:flex;align-items:center;justify-content:space-between;
  gap:24px;padding:13px 28px;
  border-bottom:1px solid var(--line);
  background:rgba(4,6,4,.9);
  backdrop-filter:blur(18px);
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0}
.brand img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.72))}
.brand-copy{min-width:0}
.brand strong{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;font-weight:500;letter-spacing:2px;color:var(--gold-bright);
  white-space:nowrap
}
.brand span{display:block;margin-top:4px;color:var(--muted);font-size:7px;font-weight:800;letter-spacing:1.4px}
.site-nav{display:flex;align-items:center;gap:4px}
.site-nav a{
  padding:10px 11px;border:1px solid transparent;border-radius:7px;
  color:#c7c2b4;text-decoration:none;font-size:8px;font-weight:900;letter-spacing:1.25px;
  transition:.2s ease
}
.site-nav a:hover,.site-nav a.active{
  color:var(--gold-bright);border-color:var(--line);background:rgba(212,170,60,.05)
}
.nav-cta{border-color:rgba(212,170,60,.42)!important}
.menu-button{
  display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;
  background:#0c0f0c;color:var(--gold-bright);cursor:pointer
}
.hero{
  position:relative;min-height:calc(100vh - 83px);
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
  align-items:center;gap:54px;
  max-width:var(--max);margin:auto;padding:70px 28px 82px
}
.hero::after{
  content:"";position:absolute;left:28px;right:28px;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,var(--line-strong),transparent)
}
.hero-copy{position:relative;z-index:2}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  color:var(--gold);font-size:8px;font-weight:900;letter-spacing:2.2px
}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--gold)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500}
.hero h1{
  margin:19px 0 16px;
  font-size:clamp(48px,7.2vw,94px);
  line-height:.94;letter-spacing:4px;
  color:transparent;
  background:linear-gradient(180deg,#fff0ae,#d4a536 55%,#7d540e);
  -webkit-background-clip:text;background-clip:text
}
.hero-lead{max-width:690px;margin:0;color:#b5bab3;font-size:15px;line-height:1.82}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:29px}
.button{
  min-height:48px;display:inline-flex;align-items:center;justify-content:center;
  padding:0 18px;border:1px solid var(--gold);border-radius:8px;
  text-decoration:none;font-size:8px;font-weight:900;letter-spacing:1.45px;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease
}
.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.34);filter:brightness(1.08)}
.button.primary{background:linear-gradient(180deg,#f0d477,#b88623);color:#080908}
.button.secondary{background:#0c0f0c;color:var(--gold-bright)}
.hero-proof{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:34px
}
.hero-proof article{
  padding:13px;border:1px solid var(--line);border-radius:9px;
  background:rgba(255,255,255,.018)
}
.hero-proof strong{display:block;color:#f0df9d;font-size:10px;letter-spacing:.7px}
.hero-proof span{display:block;margin-top:5px;color:var(--muted-2);font-size:7px;line-height:1.5}
.hero-visual{position:relative;display:grid;place-items:center}
.hero-ring{
  position:absolute;width:min(520px,42vw);aspect-ratio:1;border-radius:50%;
  border:1px solid rgba(212,170,60,.22);
  box-shadow:0 0 0 22px rgba(212,170,60,.018),0 0 0 46px rgba(212,170,60,.012)
}
.hero-emblem{
  position:relative;width:min(420px,36vw);animation:vaultFloat 6s ease-in-out infinite;
  filter:drop-shadow(0 42px 45px rgba(0,0,0,.72)) drop-shadow(0 0 28px rgba(212,170,60,.13))
}
.hero-emblem::after{
  content:"";position:absolute;left:16%;right:16%;bottom:-5%;height:20px;
  border-radius:50%;background:rgba(0,0,0,.48);filter:blur(18px)
}
.hero-emblem img{position:relative;z-index:1}
.scroll-cue{
  position:absolute;bottom:25px;left:50%;transform:translateX(-50%);
  color:var(--muted-2);font-size:7px;font-weight:900;letter-spacing:1.4px
}
.scroll-cue::after{
  content:"";display:block;width:1px;height:30px;margin:8px auto 0;
  background:linear-gradient(var(--gold),transparent);animation:scrollPulse 1.8s ease-in-out infinite
}
.section{max-width:var(--max);margin:auto;padding:84px 28px}
.section.compact{padding-top:58px;padding-bottom:58px}
.section-head{max-width:760px;margin:0 auto 34px;text-align:center}
.section-head h2{
  margin:9px 0 10px;font-size:clamp(30px,4.5vw,52px);letter-spacing:3px;color:var(--gold-bright)
}
.section-head p{margin:0;color:var(--muted);font-size:12px;line-height:1.75}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.feature-card{
  position:relative;min-height:260px;padding:25px;border:1px solid var(--line);border-radius:var(--radius);
  background:
    linear-gradient(145deg,rgba(255,255,255,.035),transparent 36%),
    linear-gradient(180deg,var(--panel-2),#090b09);
  box-shadow:var(--shadow);overflow:hidden;transition:.25s ease
}
.feature-card:hover{transform:translateY(-5px);border-color:var(--line-strong)}
.feature-card::after{
  content:"";position:absolute;width:160px;height:160px;border-radius:50%;
  right:-70px;bottom:-90px;background:rgba(212,170,60,.07);filter:blur(8px)
}
.feature-number{color:var(--gold);font-size:9px;font-weight:900;letter-spacing:1.5px}
.feature-icon{
  width:49px;height:49px;display:grid;place-items:center;margin:22px 0 18px;
  border:1px solid var(--line);border-radius:50%;color:var(--gold-bright);
  background:#0b0e0b;font-family:Georgia,serif;font-size:20px
}
.feature-card h3{margin:0 0 10px;color:#f0df9f;font-size:21px}
.feature-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.75}
.story-strip{
  max-width:var(--max);margin:0 auto;padding:0 28px
}
.story-panel{
  display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:36px;align-items:center;
  padding:36px;border:1px solid var(--line);border-radius:18px;
  background:
    radial-gradient(circle at 15% 50%,rgba(212,170,60,.1),transparent 35%),
    linear-gradient(180deg,#141814,#080a08);
  box-shadow:var(--shadow)
}
.story-mark{
  min-height:290px;display:grid;place-items:center;border:1px solid rgba(212,170,60,.2);
  border-radius:14px;background:rgba(0,0,0,.18)
}
.story-mark img{width:min(280px,78%);filter:drop-shadow(0 25px 30px rgba(0,0,0,.65))}
.story-copy h2{margin:10px 0 13px;color:var(--gold-bright);font-size:clamp(30px,4vw,48px);letter-spacing:2px}
.story-copy p{color:var(--muted);line-height:1.82;font-size:12px}
.integrity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.integrity-step{
  padding:18px;border-top:2px solid var(--gold-deep);border-left:1px solid var(--line);
  border-right:1px solid var(--line);border-bottom:1px solid var(--line);
  border-radius:8px;background:rgba(255,255,255,.018)
}
.integrity-step strong{display:block;color:#f0df9d;font-size:10px;letter-spacing:.8px}
.integrity-step span{display:block;margin-top:7px;color:var(--muted);font-size:9px;line-height:1.6}
.launch-panel{
  display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:center;
  padding:30px;border:1px solid var(--line);border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.028),transparent 40%),#0e120e
}
.launch-panel h2{margin:9px 0 11px;color:var(--gold-bright);font-size:34px}
.launch-panel p{margin:0;color:var(--muted);font-size:11px;line-height:1.75}
.launch-status{
  display:flex;align-items:center;justify-content:center;gap:10px;
  min-height:76px;border:1px solid rgba(111,230,154,.35);border-radius:12px;
  color:var(--green);font-size:9px;font-weight:900;letter-spacing:1.5px;
  background:rgba(111,230,154,.05)
}
.launch-status i{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 15px rgba(111,230,154,.55)}
.social-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.social-card{
  display:flex;align-items:center;gap:13px;padding:15px;border:1px solid var(--line);border-radius:10px;
  text-decoration:none;background:linear-gradient(180deg,#151915,#0a0c0a);transition:.2s ease
}
.social-card:hover{transform:translateY(-3px);border-color:var(--line-strong)}
.social-card b{
  width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;
  color:var(--gold-bright);background:#0b0e0b
}
.social-card strong{display:block;color:#eadb9c;font-size:10px;letter-spacing:1px}
.social-card span{display:block;margin-top:4px;color:var(--muted);font-size:8px}
.page-hero{max-width:var(--max);margin:auto;padding:84px 28px 46px;text-align:center}
.page-hero h1{margin:15px 0 12px;font-size:clamp(42px,6vw,72px);color:var(--gold-bright);letter-spacing:4px}
.page-hero p{max-width:760px;margin:auto;color:var(--muted);line-height:1.75}
.content{max-width:980px;margin:auto;padding:0 28px 78px}
.content .feature-card{min-height:auto;margin-bottom:13px}
.status{
  display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:8px 12px;
  border:1px solid rgba(111,230,154,.34);border-radius:999px;background:rgba(111,230,154,.05);
  color:var(--green);font-size:8px;font-weight:900;letter-spacing:1.2px
}
.archive-empty{
  padding:48px 24px;border:1px dashed rgba(212,170,60,.3);border-radius:13px;text-align:center;
  color:var(--muted);background:rgba(255,255,255,.012)
}
.archive-empty strong{display:block;color:#e9d895;font-family:Georgia,serif;font-size:23px;margin-bottom:8px}
.site-footer{
  padding:34px 28px;border-top:1px solid var(--line);background:#030403;text-align:center
}
.site-footer strong{display:block;color:var(--gold-bright);font-family:Georgia,serif;font-size:18px;letter-spacing:2px}
.site-footer p{margin:7px 0;color:var(--muted-2);font-size:8px;letter-spacing:.8px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}
@keyframes vaultFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes scrollPulse{0%,100%{opacity:.3;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}
@media(max-width:980px){
  .site-header{padding:12px 18px}
  .menu-button{display:block}
  .site-nav{
    position:fixed;inset:82px 14px auto 14px;display:none;flex-direction:column;align-items:stretch;
    padding:14px;border:1px solid var(--line);border-radius:12px;background:#080b08;box-shadow:var(--shadow)
  }
  .site-nav.open{display:flex}
  .site-nav a{padding:13px}
  .hero{grid-template-columns:1fr;text-align:center;padding-top:54px}
  .hero-copy{order:2}
  .hero-visual{order:1}
  .hero-ring{width:min(430px,72vw)}
  .hero-emblem{width:min(330px,56vw)}
  .hero-lead{margin-inline:auto}
  .hero-actions,.hero-proof{justify-content:center}
  .story-panel,.launch-panel{grid-template-columns:1fr}
  .integrity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .brand strong{font-size:14px}
  .brand span{display:none}
  .brand img{width:48px;height:48px}
  .hero{min-height:auto;padding:45px 20px 76px}
  .hero h1{font-size:52px}
  .hero-proof,.feature-grid,.social-grid{grid-template-columns:1fr}
  .section{padding:68px 20px}
  .story-strip{padding:0 20px}
  .story-panel{padding:22px}
  .integrity-grid{grid-template-columns:1fr}
  .page-hero{padding:65px 20px 36px}
  .content{padding-inline:20px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .hero-emblem,.scroll-cue::after{animation:none!important}
  .reveal{opacity:1;transform:none;transition:none}
}


/* =========================================================
   WEBSITE BUILD 002 — CINEMATIC MOTION SYSTEM
========================================================= */

.vault-intro {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 20px;
  background:
    radial-gradient(circle at 50% 45%, rgba(212,170,60,.12), transparent 26%),
    #020302;
  transition:
    opacity .7s ease,
    visibility .7s ease;
}

.vault-intro.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vault-intro-mark {
  position: relative;
  width: min(220px, 42vw);
  opacity: 0;
  transform: scale(.72) rotate(-8deg);
  animation:
    gvIntroMark 1.15s cubic-bezier(.19,.86,.22,1)
    .1s forwards;
}

.vault-intro-mark::after {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  box-shadow:
    0 0 35px rgba(212,170,60,.18),
    0 0 85px rgba(212,170,60,.12);
}

.vault-intro-copy {
  text-align: center;
  opacity: 0;
  transform: translateY(12px);
  animation:
    gvIntroCopy .7s ease
    .65s forwards;
}

.vault-intro-copy span,
.vault-intro-copy strong {
  display: block;
}

.vault-intro-copy span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 2.6px;
}

.vault-intro-copy strong {
  margin-top: 8px;
  color: var(--gold-bright);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.vault-intro-scan {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.vault-intro-scan::before {
  content: "";
  position: absolute;
  top: -30%;
  bottom: -30%;
  width: 18%;
  left: -25%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(240,215,122,.11),
      rgba(255,255,255,.22),
      rgba(240,215,122,.08),
      transparent
    );
  transform: skewX(-14deg);
  filter: blur(10px);
  animation: gvIntroScan 1.55s ease .35s forwards;
}

.cinematic-hero {
  overflow: hidden;
  isolation: isolate;
}

.vault-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: .72;
}

.hero-light {
  position: absolute;
  width: 580px;
  height: 580px;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(212,170,60,.16),
      rgba(212,170,60,.04) 38%,
      transparent 68%
    );
  filter: blur(18px);
  animation: gvHeroGlow 5.5s ease-in-out infinite;
  z-index: -1;
}

.hero-copy-cinematic {
  transition-delay: .08s;
}

.hero-eyebrow {
  opacity: 0;
  transform: translateX(-18px);
  animation: gvHeroEyebrow .7s ease 1.55s forwards;
}

.hero-title {
  overflow: hidden;
}

.hero-line {
  display: block;
  opacity: 0;
  transform: translateY(70%);
  animation: gvHeroLine .86s cubic-bezier(.2,.84,.2,1) forwards;
}

.hero-line:first-child {
  animation-delay: 1.72s;
}

.hero-line:last-child {
  animation-delay: 1.88s;
}

.hero-copy-cinematic .hero-lead,
.hero-copy-cinematic .hero-actions,
.hero-copy-cinematic .hero-proof {
  opacity: 0;
  transform: translateY(16px);
  animation: gvHeroDetail .72s ease forwards;
}

.hero-copy-cinematic .hero-lead {
  animation-delay: 2.08s;
}

.hero-copy-cinematic .hero-actions {
  animation-delay: 2.22s;
}

.hero-copy-cinematic .hero-proof {
  animation-delay: 2.36s;
}

.cinematic-logo-wrap {
  min-height: 540px;
  perspective: 1100px;
}

.cinematic-emblem {
  z-index: 3;
  animation:
    vaultFloat 6s ease-in-out infinite,
    gvLogoReveal 1.25s cubic-bezier(.18,.86,.2,1) 1.35s both;
}

.vault-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.vault-orbit-outer {
  width: min(520px,42vw);
  aspect-ratio: 1;
  border:
    1px solid
    rgba(212,170,60,.25);
  box-shadow:
    0 0 0 20px rgba(212,170,60,.015),
    0 0 0 44px rgba(212,170,60,.009);
  animation: gvOrbitSlow 18s linear infinite;
}

.vault-orbit-outer::before,
.vault-orbit-outer::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(212,170,60,.48);
}

.vault-orbit-outer::before {
  top: 9%;
  left: 18%;
}

.vault-orbit-outer::after {
  right: 8%;
  bottom: 24%;
}

.vault-orbit-inner {
  width: min(410px,33vw);
  aspect-ratio: 1;
  border:
    1px dashed
    rgba(212,170,60,.18);
  animation: gvOrbitReverse 14s linear infinite;
}

.vault-beam {
  position: absolute;
  width: min(460px,36vw);
  height: 82%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(240,215,122,.025),
      rgba(255,239,177,.12),
      rgba(240,215,122,.025),
      transparent
    );
  transform: rotate(8deg) translateX(-150%);
  filter: blur(8px);
  animation: gvBeamSweep 6.2s ease-in-out 2.4s infinite;
  z-index: 2;
}

.vault-status-chip {
  position: absolute;
  bottom: 58px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border:
    1px solid
    rgba(111,230,154,.34);
  border-radius: 999px;
  background: rgba(7,28,15,.35);
  color: var(--green);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.25px;
  opacity: 0;
  transform: translateY(10px);
  animation: gvHeroDetail .65s ease 2.45s forwards;
}

.vault-status-chip span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    0 0 14px
    rgba(111,230,154,.65);
  animation: gvStatusPulse 1.8s ease-in-out infinite;
}

.feature-card,
.social-card,
.integrity-step,
.story-panel,
.launch-panel {
  transform-style: preserve-3d;
  will-change: transform;
}

.feature-card.is-tilting,
.social-card.is-tilting {
  transition: transform .08s linear;
}

.cursor-glow {
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  background:
    radial-gradient(
      circle,
      rgba(212,170,60,.075),
      transparent 70%
    );
  transform: translate(-50%,-50%);
  transition: opacity .25s ease;
  mix-blend-mode: screen;
}

body:hover .cursor-glow {
  opacity: 1;
}

@keyframes gvIntroMark {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes gvIntroCopy {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes gvIntroScan {
  to {
    left: 120%;
  }
}

@keyframes gvHeroEyebrow {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes gvHeroLine {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes gvHeroDetail {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes gvLogoReveal {
  from {
    opacity: 0;
    transform:
      scale(.76)
      rotateY(-22deg)
      rotateZ(-6deg);
  }

  to {
    opacity: 1;
    transform:
      scale(1)
      rotateY(0)
      rotateZ(0);
  }
}

@keyframes gvOrbitSlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes gvOrbitReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes gvBeamSweep {
  0%, 18% {
    transform:
      rotate(8deg)
      translateX(-150%);
    opacity: 0;
  }

  40%, 55% {
    opacity: 1;
  }

  82%, 100% {
    transform:
      rotate(8deg)
      translateX(150%);
    opacity: 0;
  }
}

@keyframes gvHeroGlow {
  0%,100% {
    transform:
      translateY(-50%)
      scale(.94);
    opacity: .75;
  }

  50% {
    transform:
      translateY(-50%)
      scale(1.05);
    opacity: 1;
  }
}

@keyframes gvStatusPulse {
  0%,100% {
    transform: scale(.9);
    opacity: .65;
  }

  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@media (max-width:980px) {
  .cinematic-logo-wrap {
    min-height: 400px;
  }

  .hero-light {
    width: 430px;
    height: 430px;
    right: 50%;
    transform: translate(50%,-50%);
  }

  .vault-status-chip {
    bottom: 10px;
  }
}

@media (max-width:720px) {
  .cinematic-logo-wrap {
    min-height: 310px;
  }

  .vault-orbit-outer {
    width: 72vw;
  }

  .vault-orbit-inner {
    width: 58vw;
  }

  .vault-status-chip {
    bottom: -5px;
  }

  .cursor-glow {
    display: none;
  }
}

@media (prefers-reduced-motion:reduce) {
  .vault-intro {
    display: none;
  }

  .hero-eyebrow,
  .hero-line,
  .hero-copy-cinematic .hero-lead,
  .hero-copy-cinematic .hero-actions,
  .hero-copy-cinematic .hero-proof,
  .cinematic-emblem,
  .vault-status-chip {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .vault-orbit,
  .vault-beam,
  .hero-light {
    animation: none !important;
  }
}


/* =========================================================
   WEBSITE BUILD 002.1 — APPROVED HERO IMPLEMENTATION
========================================================= */

.site-header-build0021 {
  min-height: 92px;
  padding: 16px 38px;
  background: rgba(3,4,3,.96);
}

.brand-stacked {
  gap: 14px;
}

.brand-stacked img {
  width: 62px;
  height: 62px;
}

.brand-stacked strong {
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: 2.4px;
}

.site-header-build0021 .site-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 20px;
}

.site-header-build0021 .site-nav a {
  position: relative;
  padding: 12px 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.site-header-build0021 .site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background: var(--gold-bright);
  box-shadow: 0 0 12px rgba(240,215,122,.75);
  transition: left .25s ease, right .25s ease;
}

.site-header-build0021 .site-nav a:hover::after,
.site-header-build0021 .site-nav a.active::after {
  left: 0;
  right: 0;
}

.header-community-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(212,170,60,.58);
  border-radius: 8px;
  color: #ede9da;
  text-decoration: none;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.3px;
  transition: .2s ease;
}

.header-community-button:hover {
  color: var(--gold-bright);
  border-color: var(--gold-bright);
  box-shadow: 0 0 20px rgba(212,170,60,.12);
}

.hero-approved {
  min-height: calc(100vh - 92px);
  max-width: none;
  grid-template-columns:
    minmax(0, .95fr)
    minmax(480px, 1.05fr);
  gap: 42px;
  padding: 72px 6vw 150px;
  overflow: hidden;
}

.hero-approved::after {
  display: none;
}

.hero-approved-copy {
  max-width: 670px;
  align-self: center;
  z-index: 3;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--gold-bright);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.9px;
}

.hero-kicker::after {
  content: "";
  width: 56px;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      var(--gold),
      transparent
    );
}

.hero-approved-title {
  margin: 24px 0 21px;
  color: #eee8da;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.05;
  letter-spacing: 1.4px;
}

.hero-approved-title span {
  display: block;
}

.hero-approved-title .gold-line {
  color: transparent;
  background:
    linear-gradient(
      180deg,
      #fff0ad,
      #d7aa3c 62%,
      #906318
    );
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-approved-lead {
  max-width: 560px;
  margin: 0;
  color: #b5bab3;
  font-size: 13px;
  line-height: 1.9;
}

.hero-approved-copy .hero-actions {
  margin-top: 28px;
}

.hero-approved-copy .button {
  min-width: 180px;
}

.hero-approved-visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  z-index: 2;
}

.hero-approved-visual::before {
  content: "";
  position: absolute;
  width: min(720px, 54vw);
  height: min(720px, 54vw);
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(212,170,60,.12),
      rgba(212,170,60,.03) 44%,
      transparent 70%
    );
  filter: blur(10px);
}

.hero-approved-visual .cinematic-emblem {
  width: min(560px, 42vw);
}

.hero-approved-visual .vault-orbit-outer {
  width: min(660px, 49vw);
}

.hero-approved-visual .vault-orbit-inner {
  width: min(540px, 40vw);
}

.hero-approved-visual .vault-status-chip {
  bottom: 52px;
}

.hero-approved-glow {
  position: absolute;
  width: 900px;
  height: 900px;
  right: -180px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(212,170,60,.10),
      transparent 70%
    );
  filter: blur(24px);
  pointer-events: none;
  z-index: -1;
}

.hero-pagination {
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 12px;
}

.hero-pagination span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #454b45;
}

.hero-pagination span.active {
  background: transparent;
  border: 2px solid var(--gold);
  box-shadow: 0 0 12px rgba(212,170,60,.45);
}

.scroll-to-explore {
  position: absolute;
  left: 50%;
  bottom: 44px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 7px;
  color: var(--gold-bright);
  text-decoration: none;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.25px;
}

.scroll-to-explore b {
  font-size: 28px;
  font-weight: 300;
  line-height: .7;
  animation: scrollPulse 1.8s ease-in-out infinite;
}

.principles-bar {
  width: min(1180px, calc(100% - 56px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin: -102px auto 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.02),
      rgba(0,0,0,.14)
    ),
    #080a08;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 8;
}

.principles-bar article {
  min-height: 132px;
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.principles-bar article:last-child {
  border-right: 0;
}

.principle-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212,170,60,.5);
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 17px;
  background: #0b0d0b;
}

.principles-bar h3 {
  margin: 0 0 7px;
  color: #f0e5c4;
  font-size: 15px;
  letter-spacing: .5px;
}

.principles-bar p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .site-header-build0021 .site-nav {
    gap: 10px;
  }

  .header-community-button {
    display: none;
  }

  .hero-approved {
    grid-template-columns: 1fr 1fr;
    padding-inline: 4vw;
  }

  .hero-approved-title {
    font-size: 50px;
  }

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

  .principles-bar article:nth-child(2) {
    border-right: 0;
  }

  .principles-bar article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 980px) {
  .site-header-build0021 .site-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    transform: none;
  }

  .hero-approved {
    grid-template-columns: 1fr;
    padding-top: 54px;
    text-align: center;
  }

  .hero-approved-copy {
    max-width: 760px;
    margin: auto;
    order: 2;
  }

  .hero-approved-visual {
    min-height: 480px;
    order: 1;
  }

  .hero-kicker {
    justify-content: center;
  }

  .hero-kicker::after {
    display: none;
  }

  .hero-approved-lead {
    margin-inline: auto;
  }

  .hero-approved-visual .cinematic-emblem {
    width: min(430px, 62vw);
  }

  .hero-approved-visual .vault-orbit-outer {
    width: min(520px, 74vw);
  }

  .hero-approved-visual .vault-orbit-inner {
    width: min(430px, 62vw);
  }

  .hero-pagination {
    display: none;
  }

  .principles-bar {
    margin-top: -75px;
  }
}

@media (max-width: 700px) {
  .site-header-build0021 {
    min-height: 74px;
    padding: 10px 16px;
  }

  .brand-stacked img {
    width: 50px;
    height: 50px;
  }

  .brand-stacked strong {
    font-size: 14px;
  }

  .hero-approved {
    min-height: auto;
    padding:
      34px 20px
      130px;
  }

  .hero-approved-visual {
    min-height: 340px;
  }

  .hero-approved-title {
    font-size: 42px;
  }

  .hero-approved-visual .vault-status-chip {
    bottom: 6px;
  }

  .scroll-to-explore {
    bottom: 26px;
  }

  .principles-bar {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    margin-top: -88px;
  }

  .principles-bar article {
    min-height: 106px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principles-bar article:last-child {
    border-bottom: 0;
  }
}


/* =========================================================
   WEBSITE BUILD 003 — COMPLETE PUBLIC EXPERIENCE
========================================================= */

.hero-emblem-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.hero-emblem-stack > img {
  width: 100%;
}

.hero-approved-visual .hero-emblem-stack
.vault-status-chip {
  position: static;
  transform: none;
  margin-top: 0;
  opacity: 1;
  animation: gvHeroDetail .65s ease 1.8s both;
  flex: 0 0 auto;
}

.final-callout {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 50%,rgba(212,170,60,.08),transparent 38%),
    linear-gradient(180deg,#131713,#090b09);
  box-shadow: var(--shadow);
}

.final-callout h2 {
  margin: 10px 0 9px;
  color: var(--gold-bright);
  font-size: clamp(27px,4vw,42px);
}

.final-callout p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.final-callout-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.story-content {
  max-width: 1080px;
}

.story-chapter {
  display: grid;
  grid-template-columns: 105px minmax(0,1fr);
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.story-chapter:last-of-type {
  border-bottom: 1px solid var(--line);
}

.story-index {
  color: transparent;
  background:
    linear-gradient(180deg,#fff0ad,#a57220);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 52px;
  line-height: 1;
}

.story-chapter h2,
.integrity-summary h2,
.live-hero-panel h2 {
  margin: 9px 0 11px;
  color: var(--gold-bright);
  font-size: clamp(26px,4vw,39px);
  letter-spacing: 1.7px;
}

.story-chapter p,
.integrity-timeline-step p,
.integrity-summary li,
.live-hero-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.quote-panel {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 0%,rgba(212,170,60,.08),transparent 55%),
    #0c0f0c;
  text-align: center;
}

.quote-panel blockquote {
  max-width: 780px;
  margin: auto;
  color: #eadfae;
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(19px,3vw,31px);
  line-height: 1.55;
}

.integrity-content {
  max-width: 1080px;
}

.integrity-timeline {
  position: relative;
}

.integrity-timeline::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 27px;
  width: 1px;
  background:
    linear-gradient(
      var(--gold),
      rgba(212,170,60,.12)
    );
}

.integrity-timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0,1fr);
  gap: 22px;
  padding: 0 0 26px;
}

.timeline-number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212,170,60,.48);
  border-radius: 50%;
  background: #080b08;
  color: var(--gold-bright);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 15px;
  z-index: 2;
}

.integrity-timeline-step > div {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background:
    linear-gradient(180deg,#141814,#090b09);
}

.integrity-timeline-step strong {
  display: block;
  margin-bottom: 8px;
  color: #eedb91;
  font-size: 11px;
  letter-spacing: 1px;
}

.integrity-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    radial-gradient(circle at 10% 20%,rgba(212,170,60,.07),transparent 44%),
    #0b0e0b;
}

.integrity-summary ul {
  columns: 2;
  gap: 25px;
  margin: 0;
  padding-left: 18px;
}

.integrity-summary li {
  break-inside: avoid;
  margin-bottom: 9px;
}

.archive-toolbar {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 10px;
  margin-bottom: 14px;
}

.archive-toolbar label {
  display: block;
}

.archive-toolbar label span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.archive-toolbar input,
.archive-toolbar button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0a0d0a;
  color: #d7d2c4;
}

.archive-toolbar input {
  width: 100%;
  padding: 0 14px;
}

.archive-toolbar button {
  align-self: end;
  padding: 0 15px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1px;
}

.archive-toolbar :disabled {
  opacity: .55;
}

.archive-empty-premium {
  padding: 56px 28px;
}

.archive-empty-premium p {
  max-width: 660px;
  margin: 12px auto 0;
  line-height: 1.75;
}

.archive-lock {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 17px;
  border: 1px solid rgba(212,170,60,.5);
  border-radius: 50%;
  background:
    radial-gradient(circle,rgba(212,170,60,.08),transparent 65%),
    #0a0c0a;
  color: var(--gold-bright);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 28px;
}

.archive-preview-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 11px;
  margin-top: 14px;
}

.archive-preview-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: linear-gradient(180deg,#151915,#090b09);
}

.archive-preview-card span {
  color: var(--gold);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.archive-preview-card strong {
  display: block;
  margin-top: 10px;
  color: #efdfa0;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 17px;
}

.archive-preview-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.live-hero-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 82% 30%,rgba(212,170,60,.09),transparent 38%),
    linear-gradient(180deg,#141814,#080a08);
  box-shadow: var(--shadow);
}

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.live-indicator span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(111,230,154,.58);
  animation: gvStatusPulse 1.8s ease-in-out infinite;
}

.live-meta {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 9px;
  margin-top: 24px;
}

.live-meta > div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255,255,255,.018);
}

.live-meta span {
  display: block;
  color: var(--gold);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.live-meta strong {
  display: block;
  margin-top: 6px;
  color: #e8dfbd;
  font-size: 10px;
}

.social-grid-large {
  margin-top: 14px;
}

.social-grid-large .social-card {
  min-height: 100px;
  align-items: flex-start;
}

.social-grid-large .social-card span {
  line-height: 1.65;
}

.site-footer-build003 {
  padding: 0;
  text-align: left;
}

.footer-grid {
  max-width: var(--max);
  display: grid;
  grid-template-columns: 1.5fr repeat(3,minmax(0,1fr));
  gap: 36px;
  margin: auto;
  padding: 44px 28px 32px;
}

.footer-grid > div:first-child p {
  max-width: 350px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.75;
}

.footer-grid span {
  display: block;
  margin-bottom: 11px;
  color: var(--gold);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.footer-grid a {
  display: block;
  margin: 8px 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 9px;
}

.footer-grid a:hover {
  color: var(--gold-bright);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: var(--max);
  margin: auto;
  padding: 17px 28px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 900px) {
  .final-callout,
  .integrity-summary {
    grid-template-columns: 1fr;
  }

  .final-callout-actions {
    justify-content: flex-start;
  }

  .archive-preview-grid,
  .footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 680px) {
  .hero-emblem-stack {
    gap: 22px;
  }

  .story-chapter {
    grid-template-columns: 64px minmax(0,1fr);
    gap: 15px;
  }

  .story-index {
    font-size: 37px;
  }

  .integrity-timeline::before {
    left: 20px;
  }

  .integrity-timeline-step {
    grid-template-columns: 42px minmax(0,1fr);
    gap: 12px;
  }

  .timeline-number {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .integrity-summary ul {
    columns: 1;
  }

  .archive-toolbar,
  .archive-preview-grid,
  .live-meta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}


/* =========================================================
   WEBSITE BUILD 004 — LIVE HUB & ARCHIVE FOUNDATION
========================================================= */

.home-live-grid {
  display: grid;
  grid-template-columns: minmax(0,1.5fr) repeat(2,minmax(220px,.75fr));
  gap: 12px;
}

.home-live-primary,
.home-live-card,
.live-broadcast-shell,
.live-update-panel,
.archive-record-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.025),transparent 38%),
    linear-gradient(180deg,#151915,#080a08);
  box-shadow: var(--shadow);
}

.home-live-primary {
  padding: 27px;
}

.home-live-primary h2 {
  margin: 10px 0 10px;
  color: var(--gold-bright);
  font-size: clamp(27px,4vw,41px);
}

.home-live-primary p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.home-live-actions {
  display: flex;
  gap: 9px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.home-live-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.home-live-card span {
  color: var(--gold);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.home-live-card strong {
  display: block;
  margin-top: 12px;
  color: #efdfa0;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 20px;
  line-height: 1.3;
}

.home-live-card small {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
}

.live-broadcast-shell {
  display: grid;
  grid-template-columns: minmax(0,1.55fr) minmax(300px,.75fr);
  overflow: hidden;
}

.live-player-panel {
  min-height: 530px;
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 44%,rgba(212,170,60,.08),transparent 32%),
    #050705;
}

.live-player-placeholder {
  min-height: 530px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 15px;
  padding: 34px;
  text-align: center;
}

.live-player-placeholder img {
  width: min(260px,48%);
  filter: drop-shadow(0 28px 34px rgba(0,0,0,.65));
  opacity: .74;
}

.live-player-placeholder strong {
  color: var(--gold-bright);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 24px;
  letter-spacing: 1.6px;
}

.live-player-placeholder p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.live-player-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(216,72,72,.34);
  border-radius: 999px;
  color: #ef8686;
  background: rgba(216,72,72,.05);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.live-player-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 13px rgba(216,72,72,.5);
}

.live-break-panel {
  padding: 28px;
}

.live-break-panel h2 {
  margin: 13px 0 20px;
  color: var(--gold-bright);
  font-size: 29px;
  line-height: 1.2;
}

.live-break-details {
  display: grid;
  gap: 9px;
  margin: 0;
}

.live-break-details > div {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.016);
}

.live-break-details dt,
.live-countdown-panel span {
  color: var(--gold);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.live-break-details dd {
  margin: 6px 0 0;
  color: #e6ddbd;
  font-size: 10px;
  line-height: 1.4;
}

.live-countdown-panel {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid rgba(212,170,60,.36);
  border-radius: 9px;
  background: rgba(212,170,60,.035);
  text-align: center;
}

.live-countdown-panel strong {
  display: block;
  margin-top: 9px;
  color: var(--gold-bright);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 22px;
}

.live-update-panel {
  margin-top: 14px;
  padding: 27px;
}

.live-update-panel h2 {
  margin: 10px 0 9px;
  color: var(--gold-bright);
  font-size: 31px;
}

.live-update-panel p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.archive-toolbar {
  grid-template-columns: minmax(0,1fr) minmax(190px,.3fr);
}

.archive-toolbar select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0a0d0a;
  color: #d7d2c4;
}

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

.archive-record-card {
  padding: 23px;
}

.archive-record-card[hidden] {
  display: none;
}

.archive-record-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.archive-record-top > span:last-child {
  color: var(--muted-2);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1px;
}

.archive-record-state {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1px;
}

.archive-record-state.scheduled {
  color: var(--gold-bright);
  border: 1px solid rgba(212,170,60,.34);
  background: rgba(212,170,60,.05);
}

.archive-record-state.verified {
  color: var(--green);
  border: 1px solid rgba(111,230,154,.34);
  background: rgba(111,230,154,.05);
}

.archive-record-card h2 {
  margin: 18px 0 17px;
  color: #efdfa0;
  font-size: 24px;
}

.archive-record-card dl {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
  margin: 0;
}

.archive-record-card dl > div {
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255,255,255,.015);
}

.archive-record-card dt {
  color: var(--gold);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 1px;
}

.archive-record-card dd {
  margin: 6px 0 0;
  color: #dcd4b7;
  font-size: 9px;
  line-height: 1.4;
}

.archive-record-card > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.72;
}

.archive-record-actions {
  margin-top: 17px;
}

.archive-record-actions button {
  min-height: 39px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #0a0d0a;
  color: var(--muted);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1px;
}

.archive-record-example {
  opacity: .82;
}

.archive-no-results {
  margin-top: 14px;
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 940px) {
  .home-live-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-live-primary {
    grid-column: 1 / -1;
  }

  .live-broadcast-shell {
    grid-template-columns: 1fr;
  }

  .live-player-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .archive-record-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .home-live-grid {
    grid-template-columns: 1fr;
  }

  .live-player-panel,
  .live-player-placeholder {
    min-height: 420px;
  }

  .archive-record-card dl {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   WEBSITE BUILD 005 — MULTI-PLATFORM BROADCAST UI
========================================================= */

.broadcast-platform-line {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.018);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.1px;
}

.broadcast-platform-line.live {
  color: var(--green);
  border-color: rgba(111,230,154,.38);
  background: rgba(111,230,154,.05);
}

.broadcast-platform-line.scheduled,
.broadcast-platform-line.preparing {
  color: var(--gold-bright);
  border-color: rgba(212,170,60,.36);
  background: rgba(212,170,60,.045);
}

.platform-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 13px currentColor;
}

.live-platform-mark {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.live-platform-mark span {
  color: var(--muted-2);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.live-platform-mark strong {
  color: var(--gold-bright);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 18px;
  letter-spacing: 1.3px;
}

.live-player-badge.live {
  color: var(--green);
  border-color: rgba(111,230,154,.4);
  background: rgba(111,230,154,.055);
}

.live-player-badge.live span {
  background: var(--green);
  box-shadow: 0 0 14px rgba(111,230,154,.58);
  animation: gvStatusPulse 1.5s ease-in-out infinite;
}

.live-player-badge.scheduled,
.live-player-badge.preparing {
  color: var(--gold-bright);
  border-color: rgba(212,170,60,.38);
  background: rgba(212,170,60,.045);
}

.live-player-badge.scheduled span,
.live-player-badge.preparing span {
  background: var(--gold);
  box-shadow: 0 0 13px rgba(212,170,60,.5);
}

.live-player-badge.completed {
  color: #c7c4b7;
  border-color: rgba(199,196,183,.28);
  background: rgba(199,196,183,.035);
}

.button.is-disabled {
  opacity: .45;
  pointer-events: none;
}

[data-live-state="live"] {
  border-color: rgba(111,230,154,.34);
}

[data-live-state="live"] .home-live-primary,
[data-live-state="live"].live-broadcast-shell {
  box-shadow:
    0 24px 70px rgba(0,0,0,.48),
    0 0 0 1px rgba(111,230,154,.08),
    0 0 38px rgba(111,230,154,.06);
}

/* SHOP BUILD 001 */
.shop-shell{max-width:var(--max);margin:auto;padding:0 28px 86px}.shop-toolbar{display:grid;grid-template-columns:minmax(280px,1.5fr) repeat(3,minmax(150px,.55fr));gap:10px;padding:16px;border:1px solid var(--line);border-radius:13px;background:linear-gradient(180deg,#151915,#090b09);box-shadow:var(--shadow)}.shop-toolbar label>span{display:block;margin-bottom:7px;color:var(--gold);font-size:7px;font-weight:900;letter-spacing:1.2px}.shop-toolbar input,.shop-toolbar select{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#080b08;color:#d8d2be}.shop-summary{display:flex;align-items:baseline;gap:8px;margin:18px 0 12px;color:var(--muted)}.shop-summary strong{color:var(--gold-bright);font-family:Georgia,"Times New Roman",serif;font-size:25px}.shop-summary span{color:#d7cfb0;font-size:8px;font-weight:900;letter-spacing:1.2px}.shop-summary small{margin-left:auto;color:var(--muted-2);font-size:8px}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.shop-card{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 35%),linear-gradient(180deg,#161a16,#080a08);box-shadow:var(--shadow);transition:.25s ease}.shop-card:hover{transform:translateY(-5px);border-color:var(--line-strong)}.shop-card-image{position:relative;aspect-ratio:4/3;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 50% 45%,rgba(212,170,60,.12),transparent 34%),#050705}.shop-card-image img{width:75%;height:75%;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(0,0,0,.65))}.shop-card-badges{position:absolute;top:12px;left:12px;display:flex;flex-wrap:wrap;gap:6px}.shop-card-badges span{padding:6px 8px;border:1px solid rgba(212,170,60,.38);border-radius:999px;background:rgba(4,6,4,.86);color:var(--gold-bright);font-size:6px;font-weight:900;letter-spacing:.8px}.shop-card-body{padding:20px}.shop-card-id{color:var(--gold);font-size:7px;font-weight:900;letter-spacing:1.2px}.shop-card h2{margin:9px 0 5px;color:#f0df9f;font-size:24px}.shop-card-subtitle{margin:0;color:var(--muted);font-size:9px;line-height:1.55}.shop-card-details{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0 0}.shop-card-details>div{padding:10px;border:1px solid var(--line);border-radius:7px;background:rgba(255,255,255,.015)}.shop-card-details dt,.shop-card-provenance span{color:var(--gold);font-size:6px;font-weight:900;letter-spacing:.9px}.shop-card-details dd{margin:6px 0 0;color:#ddd5b8;font-size:9px}.shop-card-provenance{margin-top:12px;padding:12px;border-left:2px solid var(--gold-deep);background:rgba(212,170,60,.025)}.shop-card-provenance strong{display:block;margin-top:6px;color:#dcd3b6;font-size:9px;line-height:1.5}.shop-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.shop-card-price{color:var(--gold-bright);font-family:Georgia,"Times New Roman",serif;font-size:18px}.shop-card-footer button{min-height:38px;padding:0 13px;border:1px solid var(--line);border-radius:7px;background:#0a0d0a;color:var(--muted);font-size:7px;font-weight:900;letter-spacing:1px}@media(max-width:980px){.shop-toolbar{grid-template-columns:1fr 1fr}.shop-search{grid-column:1/-1}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.shop-shell{padding-inline:20px}.shop-toolbar,.shop-grid{grid-template-columns:1fr}.shop-search{grid-column:auto}.shop-summary{flex-wrap:wrap}.shop-summary small{width:100%;margin-left:0}}
