:root {
  --bg: #030303;
  --gold: #e8c878;
  --gold2: #fff0b4;
  --ice: #a8f7ff;
  --text: #fff8e7;
  --muted: #bdb8a8;
  --glass: rgba(0, 0, 0, .52);
  --line: rgba(232, 200, 120, .25);
  --shadow: 0 24px 80px rgba(0, 0, 0, .55);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body {
  min-height: 100%;
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #000;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: 10px; z-index: 9999; background: #000; color: #fff; padding: 10px; }

.page-bg,
.noise,
.aurora,
.stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.page-bg {
  z-index: -6;
  background:
    linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.26) 48%, rgba(0,0,0,.7)),
    radial-gradient(circle at 20% 14%, rgba(232,200,120,.22), transparent 30%),
    radial-gradient(circle at 78% 28%, rgba(90,230,255,.13), transparent 28%),
    url('../img/capsule/capsule-k70-night.jpg') center / cover no-repeat;
  filter: saturate(1.08) contrast(1.04);
}
.noise {
  z-index: -5;
  opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
.aurora {
  z-index: -4;
  background: conic-gradient(from 180deg at 50% 50%, transparent, rgba(232,200,120,.12), transparent, rgba(81,234,255,.08), transparent);
  filter: blur(60px);
  animation: aurora 18s linear infinite;
}
.stars {
  z-index: -3;
  background-image: radial-gradient(#fff 1px, transparent 1px), radial-gradient(var(--gold) 1px, transparent 1px);
  background-size: 90px 90px, 140px 140px;
  background-position: 0 0, 40px 60px;
  opacity: .20;
  animation: drift 58s linear infinite;
}

.shell { width: min(var(--max), calc(100% - 32px)); margin: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(16px, 3vw, 46px);
  background: rgba(0, 0, 0, .62);
  border-bottom: 1px solid rgba(232,200,120,.14);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 50px rgba(0,0,0,.35);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  background: #000;
  box-shadow: 0 0 22px rgba(232,200,120,.30);
}
.brand-word { display: block; font-size: 20px; letter-spacing: .22em; color: var(--gold); font-weight: 800; }
.brand-sub { display: block; font-size: 11px; letter-spacing: .12em; color: var(--muted); text-transform: uppercase; }
.main-nav { display: flex; gap: 8px; align-items: center; }
.main-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #eee8d8;
  font-size: 14px;
  transition: .2s ease;
}
.main-nav a:hover { background: rgba(232,200,120,.12); color: var(--gold2); }
.book-btn,
.btn {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(232,200,120,.22), rgba(255,255,255,.03));
  box-shadow: 0 0 28px rgba(232,200,120,.12);
}

.coming-page { min-height: calc(100vh - 86px); }
.coming-hero {
  position: relative;
  min-height: calc(100vh - 86px);
  display: flex;
  align-items: center;
  padding: clamp(42px, 7vw, 92px) 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 32% 40%, rgba(232,200,120,.12), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.68));
  pointer-events: none;
}
.coming-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .88fr);
  align-items: center;
  gap: clamp(22px, 4vw, 50px);
}
.coming-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(232,200,120,.28);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(0,0,0,.66), rgba(16,16,10,.48));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.coming-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, rgba(232,200,120,.32), transparent 24%, transparent 68%, rgba(168,247,255,.24));
  opacity: .62;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
}
.card-logo {
  width: 102px;
  height: 102px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  background: #000;
  box-shadow: 0 0 34px rgba(232,200,120,.22);
}
.eyebrow { color: var(--gold); letter-spacing: .22em; text-transform: uppercase; font-size: 13px; font-weight: 800; }
.holo-title {
  margin: 16px 0 18px;
  font-size: clamp(48px, 8vw, 98px);
  line-height: .92;
  letter-spacing: -.055em;
  background: linear-gradient(100deg, #fff, var(--gold2), #8df5ff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 50px rgba(232,200,120,.18);
}
.lead { max-width: 710px; margin: 0; color: #ddd7c7; font-size: clamp(18px, 2vw, 23px); }
.status-panel {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: min(420px, 100%);
  margin-top: 28px;
  padding: 14px 18px;
  border: 1px solid rgba(232,200,120,.24);
  border-radius: 22px;
  background: rgba(0,0,0,.48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.status-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--ice);
  border: 1px solid rgba(168,247,255,.35);
  background: rgba(168,247,255,.08);
  font-size: 28px;
  line-height: 1;
}
.status-panel small { display: block; color: var(--muted); font-size: 13px; }
.status-panel strong { display: block; color: var(--ice); font-size: 20px; line-height: 1.2; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  color: #fff;
  overflow: hidden;
  transition: .25s transform, .25s border-color, .25s background;
  font-weight: 800;
}
.btn:hover { transform: translateY(-3px); border-color: rgba(232,200,120,.58); }
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: translateX(-110%);
  transition: .55s;
}
.btn:hover::before { transform: translateX(110%); }
.btn span { position: relative; }
.ghost { background: rgba(255,255,255,.045); }
.microcopy { margin: 26px 0 0; max-width: 640px; color: rgba(255,248,231,.64); font-size: 13px; }

.visual-card {
  position: relative;
  animation: float 6s ease-in-out infinite;
}
.capsule-frame {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(232,200,120,.30);
  box-shadow: var(--shadow), 0 0 80px rgba(232,200,120,.12);
  background: #000;
}
.capsule-frame img { width: 100%; aspect-ratio: 1.05 / 1; object-fit: cover; }
.scanlines {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 50%, rgba(255,255,255,.03) 51%);
  background-size: 100% 6px;
  mix-blend-mode: screen;
}
.hud {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.hud div {
  min-height: 74px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(232,200,120,.20);
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(14px);
  color: var(--muted);
  font-size: 13px;
}
.hud b { display: block; color: var(--gold); font-size: 23px; line-height: 1; margin-bottom: 5px; }

.site-footer {
  padding: 24px clamp(16px, 3vw, 46px);
  background: rgba(0,0,0,.74);
  border-top: 1px solid rgba(232,200,120,.16);
}
.footer-inner {
  width: min(var(--max), 100%);
  margin: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-logo { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; background: #000; }
.footer-inner strong { display: block; color: var(--gold2); }
.footer-inner span { display: block; color: var(--muted); font-size: 14px; }
.copyright { text-align: center; color: #8e8776; margin: 18px 0 0; font-size: 13px; }

@keyframes aurora { to { transform: rotate(360deg); } }
@keyframes drift { to { background-position: 800px 400px, 400px 800px; } }
@keyframes float { 50% { transform: translateY(-14px) rotateX(2deg) rotateY(-2deg); } }

@media (max-width: 980px) {
  .coming-grid { grid-template-columns: 1fr; }
  .main-nav { display: none; }
  .visual-card { max-width: 620px; margin: auto; }
  .holo-title { font-size: clamp(48px, 13vw, 86px); }
}
@media (max-width: 620px) {
  .site-header { padding: 12px 14px; }
  .brand-logo { width: 46px; height: 46px; }
  .brand-word { font-size: 16px; }
  .brand-sub { font-size: 10px; }
  .coming-hero { padding: 26px 0 42px; }
  .shell { width: min(100% - 24px, var(--max)); }
  .coming-card { border-radius: 26px; padding: 24px 20px; }
  .card-logo { width: 78px; height: 78px; }
  .eyebrow { font-size: 11px; letter-spacing: .15em; }
  .lead { font-size: 16px; }
  .status-panel { width: 100%; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .visual-card { display: none; }
  .footer-inner { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@supports not (backdrop-filter: blur(1px)) {
  .site-header,
  .coming-card,
  .hud div { background: #080805; }
}
