:root{
  --bg:#050812;
  --panel:#0b1220;
  --panel2:#111b2e;
  --gold:#d8b45f;
  --gold2:#f2d58a;
  --ivory:#f4ecd8;
  --muted:rgba(244,236,216,.72);
  --line:rgba(216,180,95,.22);
  --shadow:0 28px 90px rgba(0,0,0,.42);
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--ivory);
  background:
    radial-gradient(circle at 15% 0%, rgba(216,180,95,.14), transparent 34%),
    radial-gradient(circle at 85% 15%, rgba(67,92,139,.18), transparent 35%),
    linear-gradient(145deg,#03050b,#07101f 55%,#02040a);
  min-height:100vh;
}
a{color:inherit;text-decoration:none}
.site{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  min-height:100vh;
}
.sidebar{
  position:sticky;
  top:0;
  height:100vh;
  padding:28px 20px;
  border-right:1px solid var(--line);
  background:rgba(3,6,14,.78);
  backdrop-filter:blur(18px);
}
.brand{
  padding:18px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
  box-shadow:var(--shadow);
}
.brand-mark{
  width:54px;height:54px;
  border-radius:50%;
  display:grid;place-items:center;
  color:var(--gold2);
  border:1px solid var(--line);
  background:radial-gradient(circle,rgba(242,213,138,.28),rgba(5,8,18,.7));
  font-size:30px;
}
.brand h1{
  font-family:Georgia,serif;
  font-size:24px;
  margin:14px 0 4px;
  color:var(--gold2);
}
.brand p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
.nav{
  display:grid;
  gap:7px;
  margin-top:22px;
}
.nav a{
  padding:12px 14px;
  border-radius:16px;
  color:rgba(244,236,216,.78);
  border:1px solid transparent;
}
.nav a:hover,.nav a.active{
  color:var(--gold2);
  border-color:var(--line);
  background:rgba(216,180,95,.09);
}
.main{
  padding:34px;
}
.page{
  max-width:1240px;
  margin:0 auto;
}
.hero,.section-head,.card,.product,.video-card{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 12% 0%, rgba(216,180,95,.16), transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:var(--shadow);
  border-radius:28px;
}
.hero{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) 340px;
  gap:24px;
  padding:46px;
  min-height:390px;
  align-items:center;
}
.kicker{
  color:var(--gold);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:800;
  margin-bottom:12px;
}
h2{
  font-family:Georgia,serif;
  font-size:clamp(38px,5vw,70px);
  line-height:.98;
  color:var(--gold2);
  margin:0 0 18px;
}
h3{
  font-family:Georgia,serif;
  color:var(--gold2);
  font-size:26px;
  margin:0 0 12px;
}
p{line-height:1.75;color:var(--muted)}
.lead{font-size:18px;max-width:760px}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.btn{
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  color:var(--ivory);
  padding:12px 16px;
  border-radius:16px;
  font-weight:700;
  cursor:pointer;
}
.btn.primary{
  color:#101018;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
}
.orb{
  min-height:300px;
  display:grid;
  place-items:center;
}
.orb-inner{
  width:180px;height:180px;
  border-radius:50%;
  display:grid;place-items:center;
  color:var(--gold2);
  font-size:82px;
  background:radial-gradient(circle,rgba(242,213,138,.8),rgba(216,180,95,.18) 45%,rgba(5,8,18,.86));
  box-shadow:0 0 90px rgba(216,180,95,.38);
  border:1px solid rgba(242,213,138,.38);
}
.grid{
  display:grid;
  gap:18px;
  margin-top:18px;
}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.card,.product,.video-card,.section-head{padding:26px}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.pill,.tag{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  color:var(--gold2);
  background:rgba(216,180,95,.1);
  border:1px solid var(--line);
  font-size:12px;
}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
.timeline{
  list-style:none;
  padding:0;margin:18px 0 0;
  display:grid;gap:12px;
}
.timeline li{
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}
.timeline strong{color:var(--gold2);display:block;margin-bottom:4px}
.status{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px 18px;
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.18);
}
.status span{color:var(--muted)}
.status strong{color:var(--gold2)}
video{
  width:100%;
  max-height:460px;
  border-radius:22px;
  background:#000;
  border:1px solid var(--line);
}
.footer{
  margin-top:34px;
  color:rgba(244,236,216,.5);
  font-size:13px;
  text-align:center;
}
@media(max-width:1000px){
  .site{grid-template-columns:1fr}
  .sidebar{position:relative;height:auto}
  .main{padding:18px}
  .hero,.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}
}

/* AXIS FEATURE LAYER */
.form-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.field {
  display:grid;
  gap:8px;
}
.field label {
  color:var(--gold2);
  font-weight:700;
  font-size:13px;
}
.field select,
.field input {
  width:100%;
  border:1px solid var(--line);
  background:rgba(0,0,0,.22);
  color:var(--ivory);
  padding:13px 14px;
  border-radius:16px;
}
.session-result {
  margin-top:18px;
}
.phase-list {
  display:grid;
  gap:12px;
  margin-top:16px;
}
.phase {
  display:grid;
  grid-template-columns:120px 1fr auto;
  gap:14px;
  padding:15px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.045);
  border-radius:18px;
}
.phase strong { color:var(--gold2); }
.phase span { color:var(--muted); }
.price {
  font-size:28px;
  color:var(--gold2);
  font-family:Georgia,serif;
  margin:14px 0;
}
.notice {
  margin-top:16px;
  padding:16px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(216,180,95,.08);
  color:var(--ivory);
}
.cart-bar {
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:50;
  max-width:360px;
  padding:18px;
  border-radius:22px;
  background:#0b1220;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:none;
}
.cart-bar.active { display:block; }
.badge {
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(216,180,95,.1);
  color:var(--gold2);
  font-size:12px;
  margin-right:6px;
  margin-bottom:6px;
}
.product-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.ref-link {
  width:100%;
  border:1px solid var(--line);
  background:rgba(0,0,0,.2);
  color:var(--ivory);
  padding:13px 14px;
  border-radius:16px;
}
@media(max-width:1000px){
  .form-grid{grid-template-columns:1fr}
  .phase{grid-template-columns:1fr}
}

/* AXIS STRIPE SHOP LAYER */
.shop-products-rich {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.shop-product-rich {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(216,180,95,.16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow: var(--shadow);
}

.shop-product-cover {
  aspect-ratio: 2 / 3;
  background: rgba(0,0,0,.22);
  border-bottom: 1px solid var(--line);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.shop-product-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-product-body {
  padding: 22px;
}

.shop-product-body h3 {
  margin-bottom: 8px;
}

.shop-product-subtitle {
  color: var(--gold2);
  font-size: 13px;
  margin-bottom: 12px;
}

.shop-product-description {
  min-height: 88px;
}

.shop-product-price {
  font-family: Georgia, serif;
  color: var(--gold2);
  font-size: 34px;
  margin: 18px 0;
}

.shop-product-actions {
  display: grid;
  gap: 10px;
}

.payment-button {
  width: 100%;
  justify-content: center;
}

.stripe-note {
  margin-top: 20px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(216,180,95,.08);
  color: var(--muted);
}

.stripe-config-panel {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(0,0,0,.18);
}

.stripe-config-panel code {
  color: var(--gold2);
}

.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.68);
  padding: 20px;
}

.payment-modal.active {
  display: flex;
}

.payment-modal-card {
  width: min(560px, 100%);
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #0b1220;
  box-shadow: var(--shadow);
  padding: 26px;
}

.payment-modal-card p {
  margin-bottom: 14px;
}

.payment-modal-card input {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.25);
  color: var(--ivory);
  border-radius: 16px;
  padding: 12px;
  margin: 12px 0;
}

@media(max-width: 1150px) {
  .shop-products-rich {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 720px) {
  .shop-products-rich {
    grid-template-columns: 1fr;
  }
}