:root{
  --bg:#060606;
  --bg-2:#0a0a0a;
  --text:#f4eee4;
  --muted:#b8b0a3;
  --gold:#ffd54a;
  --gold-deep:#a46d08;
  --line:rgba(255,213,74,.18);
  --soft-line:rgba(255,255,255,.075);
}
*{box-sizing:border-box}
html{background:var(--bg);color-scheme:dark}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(circle at 50% 18%, rgba(255,213,74,.065), transparent 28rem),
    radial-gradient(circle at 12% 75%, rgba(255,213,74,.035), transparent 26rem),
    linear-gradient(145deg,#040404 0%,#0a0a0a 48%,#050505 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
.texture{
  position:fixed;inset:0;z-index:-3;opacity:.085;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.gold-haze{
  position:fixed;z-index:-4;border-radius:50%;background:var(--gold);filter:blur(105px);opacity:.08;
}
.gold-haze-a{width:26rem;height:26rem;right:-11rem;top:-8rem}
.gold-haze-b{width:22rem;height:22rem;left:-10rem;bottom:-8rem}

.site{
  width:min(1220px,calc(100% - 48px));
  min-height:100vh;
  margin:0 auto;
  display:grid;
  grid-template-rows:auto 1fr auto;
}
.site-header,.site-footer{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.site-header{
  min-height:92px;
  border-bottom:1px solid var(--soft-line);
}
.mini-logo{
  width:230px;
  display:block;
}
.mini-logo img{
  display:block;width:100%;height:auto;
  object-fit:contain;
}
.production-status{
  display:inline-flex;align-items:center;gap:11px;
  color:#dad2c5;
  font-size:.75rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;
}
.status-dot{
  width:8px;height:8px;border-radius:50%;background:var(--gold);
  box-shadow:0 0 0 7px rgba(255,213,74,.075);
  animation:pulse 2.5s ease-in-out infinite;
}
.hero{
  max-width:1120px;
  width:100%;
  margin:auto;
  padding:62px 0 70px;
  text-align:center;
}
.eyebrow{
  margin:0 0 24px;
  color:var(--gold);
  font-size:.74rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase;
}
.logo-stage{
  position:relative;
  padding:clamp(26px,4vw,48px);
  border:1px solid var(--line);
  background:
    linear-gradient(180deg,rgba(255,213,74,.025),transparent 42%),
    rgba(10,10,10,.66);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 34px 95px rgba(0,0,0,.38);
  overflow:hidden;
}
.logo-stage::before{
  content:"";
  position:absolute;inset:-35%;
  background:radial-gradient(circle,rgba(255,213,74,.075),transparent 55%);
  pointer-events:none;
}
.logo-stage img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:auto;
  margin:auto;
  filter:drop-shadow(0 16px 30px rgba(0,0,0,.5));
}
.corner{
  position:absolute;width:34px;height:34px;z-index:2;opacity:.85;
}
.corner::before,.corner::after{
  content:"";position:absolute;background:var(--gold);
}
.corner::before{width:34px;height:1px}
.corner::after{width:1px;height:34px}
.corner-tl{left:12px;top:12px}
.corner-tr{right:12px;top:12px;transform:rotate(90deg)}
.corner-br{right:12px;bottom:12px;transform:rotate(180deg)}
.corner-bl{left:12px;bottom:12px;transform:rotate(270deg)}

.hero-copy{
  max-width:780px;
  margin:40px auto 0;
}
h1{
  margin:0;
  font-size:clamp(2.6rem,5.6vw,5.4rem);
  line-height:.96;
  letter-spacing:-.055em;
  font-weight:900;
}
.hero-copy p{
  max-width:700px;
  margin:24px auto 0;
  color:var(--muted);
  font-size:clamp(1rem,1.5vw,1.14rem);
  line-height:1.75;
}
.offer-strip{
  margin:34px auto 0;
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;
  gap:14px;
  color:#ded6ca;
  font-size:.79rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
}
.offer-strip i{
  width:4px;height:4px;border-radius:50%;background:var(--gold);
  box-shadow:0 0 14px rgba(255,213,74,.65);
}
.progress-card{
  max-width:880px;
  margin:38px auto 0;
  padding:20px 22px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  text-align:left;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,213,74,.015));
}
.progress-card > div:first-child,
.progress-domain{
  display:grid;gap:7px;
}
.progress-label{
  color:#999185;
  font-size:.66rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase;
}
.progress-card strong{
  font-size:.95rem;
}
.progress-line{
  height:1px;background:rgba(255,255,255,.1);overflow:hidden;
}
.progress-line span{
  display:block;width:58%;height:100%;
  background:linear-gradient(90deg,var(--gold-deep),var(--gold));
  box-shadow:0 0 16px rgba(255,213,74,.5);
  animation:progressGlow 3.6s ease-in-out infinite;
}
.site-footer{
  min-height:76px;
  border-top:1px solid var(--soft-line);
  color:#8c857b;
  font-size:.75rem;
  letter-spacing:.05em;
}
.site-footer p{margin:0}

@keyframes pulse{
  0%,100%{box-shadow:0 0 0 7px rgba(255,213,74,.07)}
  50%{box-shadow:0 0 0 11px rgba(255,213,74,.015)}
}
@keyframes progressGlow{
  0%,100%{opacity:.65}
  50%{opacity:1}
}

@media(max-width:760px){
  .site{width:min(100% - 28px,1220px)}
  .site-header{min-height:80px}
  .mini-logo{width:175px}
  .production-status{font-size:0}
  .production-status::after{content:"In production";font-size:.7rem}
  .hero{padding:46px 0 56px}
  .logo-stage{padding:20px 12px}
  .progress-card{
    grid-template-columns:1fr;
    text-align:center;
  }
  .progress-line{width:100%}
  .site-footer{
    min-height:94px;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    gap:8px;
  }
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
  }
}
