
:root{
  --black:#050505;--ink:#0b0b09;--card:#11100d;--card2:#181610;
  --gold:#c8a95a;--gold2:#ebcf7a;--green:#9be000;
  --text:#fffaf0;--muted:#bfb7a8;--line:rgba(200,169,90,.25);
  --bad:#ff7777;--radius:22px;--shadow:0 30px 90px rgba(0,0,0,.55);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 75% 0%,rgba(200,169,90,.16),transparent 32%),linear-gradient(180deg,#050505,#0b0a08 48%,#050505);color:var(--text);font-family:Inter,Arial,sans-serif}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
.container{width:min(1200px,calc(100% - 34px));margin:auto}
.header{position:sticky;top:0;z-index:40;background:rgba(5,5,5,.82);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.nav{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:78px}
.brand{display:flex;align-items:center;gap:12px;font-weight:950;text-transform:uppercase;letter-spacing:.13em}
.brand img{width:55px;height:55px;object-fit:contain;border-radius:12px}
.brand span small{display:block;color:var(--green);letter-spacing:.44em;font-size:11px;margin-top:3px}
.navlinks{display:flex;gap:18px;align-items:center;font-weight:850;color:#e7dece}
.navlinks a:hover{color:var(--gold2)}
.cart-pill{border:1px solid var(--line);background:rgba(200,169,90,.12);border-radius:999px;padding:10px 14px}
.mobile-note{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}
.hero{position:relative;min-height:690px;display:grid;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.98),rgba(0,0,0,.76) 50%,rgba(0,0,0,.34)),url("/assets/img/Untitled_design.png") center/cover no-repeat;opacity:.92}
.hero-content{position:relative;z-index:1;max-width:680px}
.kicker{color:var(--gold2);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.22em}
h1{font-size:clamp(44px,7vw,88px);letter-spacing:-.055em;line-height:.91;text-transform:uppercase;margin:14px 0 18px}
h2{font-size:clamp(30px,4vw,52px);line-height:1;margin:0 0 10px;text-transform:uppercase;letter-spacing:-.035em}
h3{margin:0 0 10px}
p{line-height:1.56}
.lead{font-size:20px;color:#efe8dc;max-width:750px}
.gold{color:var(--gold2)}
.btnrow{display:flex;gap:13px;flex-wrap:wrap}
.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 20px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.03);color:#fff;font-weight:950;text-transform:uppercase;letter-spacing:.055em;cursor:pointer}
.btn.primary{background:linear-gradient(180deg,var(--gold2),var(--gold));border-color:#d3b664;color:#090806}
.btn.full{width:100%}.btn:hover{transform:translateY(-1px)}
.section{padding:74px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:26px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card,.panel{background:linear-gradient(180deg,rgba(24,22,16,.96),rgba(9,9,8,.98));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.card{padding:22px}.card strong{color:var(--gold2);display:block;text-transform:uppercase;margin-bottom:8px}
.muted{color:var(--muted)}
.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 26px}
.tab{border:1px solid var(--line);background:rgba(255,255,255,.03);color:#f5ebdc;border-radius:999px;padding:10px 14px;cursor:pointer;font-weight:900}
.tab.active,.tab:hover{background:rgba(200,169,90,.18)}
.searchbar{width:100%;min-height:52px;margin-bottom:14px}
input,select,textarea{width:100%;border:1px solid rgba(200,169,90,.28);background:#070706;color:#fff;border-radius:12px;padding:12px;font:inherit;min-height:48px}
textarea{min-height:118px;resize:vertical}label{display:block;font-weight:900;margin:15px 0 7px;color:#f7eddc}
.product-card{overflow:hidden;display:flex;flex-direction:column}
.product-card .pic{height:285px;background:#050505;border-bottom:1px solid rgba(200,169,90,.16);overflow:hidden}
.product-card .pic img{width:100%;height:100%;object-fit:cover;transition:.35s}
.product-card:hover .pic img{transform:scale(1.04)}
.product-card .body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}
.badge{display:inline-flex;width:max-content;max-width:100%;border:1px solid rgba(200,169,90,.33);border-radius:999px;padding:6px 10px;color:var(--gold2);font-size:11px;text-transform:uppercase;font-weight:950;letter-spacing:.04em}
.product-card h3{font-size:22px;line-height:1.08}
.price{font-size:22px;font-weight:950;color:#fff}.product-actions{display:flex;gap:10px;margin-top:auto}.product-actions .btn{flex:1;font-size:12px;padding:0 12px}
.page-title{padding:56px 0 26px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(200,169,90,.06),transparent)}
.breadcrumb{color:var(--muted);font-size:14px;margin-bottom:12px}
.product-detail{display:grid;grid-template-columns:1.04fr .96fr;gap:32px;align-items:start}
.detail-img{border-radius:26px;overflow:hidden;border:1px solid var(--line);background:#050505;box-shadow:var(--shadow);position:sticky;top:100px}
.detail-img img{width:100%;height:670px;object-fit:cover}
.panel{padding:24px}
.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}
.spec{border:1px solid rgba(200,169,90,.18);background:rgba(0,0,0,.22);border-radius:15px;padding:14px}
.spec span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.spec strong{display:block;margin-top:5px}
.notice{border:1px solid rgba(155,224,0,.24);background:rgba(155,224,0,.08);border-radius:15px;padding:14px;color:#ecffd5}
.warning{border:1px solid rgba(200,169,90,.28);background:rgba(200,169,90,.08);border-radius:15px;padding:14px;color:#f4e6c8}
.qtyrow{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:end;margin:12px 0 18px}
.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{border-bottom:1px solid rgba(200,169,90,.16);padding:13px;text-align:left;vertical-align:middle}.cart-table th{color:var(--gold2);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.cart-item{display:flex;gap:12px;align-items:center}.cart-item img{width:64px;height:64px;border-radius:12px;object-fit:cover}.remove{color:var(--bad);font-weight:950;background:none;border:0;cursor:pointer}
.checkout-layout{display:grid;grid-template-columns:1fr 410px;gap:24px;align-items:start}.summary-line{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid rgba(200,169,90,.14)}.summary-line.total{font-size:24px;font-weight:950;border-bottom:0}
.payment-box{margin-top:12px;border:1px solid var(--line);background:rgba(0,0,0,.25);border-radius:15px;padding:15px;line-height:1.55}
.admin-order{border:1px solid var(--line);border-radius:16px;padding:15px;margin:12px 0;background:rgba(0,0,0,.22)}
.footer{border-top:1px solid var(--line);padding:38px 0;color:#bfb6a6;background:#050505}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.footer strong{color:#fff}
.empty{padding:32px;text-align:center;color:var(--muted)}
@media(max-width:1000px){.grid,.cards{grid-template-columns:repeat(2,1fr)}.product-detail,.checkout-layout{grid-template-columns:1fr}.detail-img{position:static}.detail-img img{height:auto}.navlinks{font-size:14px}}
@media(max-width:650px){.nav{align-items:flex-start;flex-direction:column;padding:14px 0}.navlinks{width:100%;overflow:auto;padding-bottom:6px}.hero{min-height:610px}.grid,.cards,.footer-grid,.specs{grid-template-columns:1fr}.product-card .pic{height:340px}.cart-table thead{display:none}.cart-table tr,.cart-table td{display:block;width:100%}.qtyrow{grid-template-columns:1fr}}


/* ================================
   V3 HOME PAGE — REFERENCE DESIGN
   ================================ */

body.home-page{
  background:#030303;
  color:#fff;
}

.home-topbar{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:30;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:52px 6.3vw 0;
  pointer-events:none;
}

.home-brand,
.home-nav{
  pointer-events:auto;
}

.home-brand{
  text-transform:uppercase;
  line-height:1;
  letter-spacing:.22em;
  text-shadow:0 3px 24px rgba(0,0,0,.95);
}

.home-brand-main{
  font-size:clamp(22px,2.5vw,38px);
  font-weight:900;
  color:#fff;
}

.home-brand-sub{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:14px;
  color:#f2f2f2;
  font-size:clamp(12px,1.2vw,18px);
  font-weight:800;
}

.home-brand-sub span{
  width:72px;
  max-width:18vw;
  height:3px;
  background:linear-gradient(90deg,transparent,var(--gold),var(--gold2));
  display:block;
}

.home-brand-sub span:last-child{
  background:linear-gradient(90deg,var(--gold2),var(--gold),transparent);
}

.home-nav{
  display:flex;
  align-items:center;
  gap:12px;
  background:rgba(0,0,0,.3);
  border:1px solid rgba(200,169,90,.22);
  backdrop-filter:blur(10px);
  border-radius:999px;
  padding:9px;
}

.home-nav a{
  padding:10px 15px;
  border-radius:999px;
  color:#f2eadb;
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
  letter-spacing:.09em;
}

.home-nav a:hover,
.home-cart{
  background:rgba(200,169,90,.16);
  color:#fff;
}

.home-hero{
  position:relative;
  min-height:760px;
  height:100vh;
  max-height:980px;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(32px,6.3vw) minmax(420px,740px) 1fr minmax(32px,6vw);
  align-items:center;
  isolation:isolate;
  border-bottom:1px solid rgba(200,169,90,.16);
  background:
    radial-gradient(circle at 81% 50%, rgba(210,174,85,.24), transparent 24%),
    radial-gradient(circle at 80% 82%, rgba(210,174,85,.18), transparent 18%),
    linear-gradient(90deg, #030303 0%, #050505 45%, #14110c 74%, #020202 100%);
}

.home-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:url("/assets/img/ChatGPT_Image_May_3_2026_03_40_15_PM.png") center/cover no-repeat;
  opacity:.27;
  filter:contrast(1.1) brightness(.78);
}

.home-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.92) 42%, rgba(0,0,0,.34) 73%, rgba(0,0,0,.74) 100%),
    linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.8));
}

.hero-copy{
  grid-column:2;
  margin-top:84px;
  max-width:760px;
  z-index:2;
}

.hero-copy h1{
  margin:0;
  line-height:.98;
  letter-spacing:.02em;
  font-size:clamp(46px,6.2vw,96px);
  text-transform:uppercase;
  font-weight:950;
  color:#fff;
  text-shadow:0 5px 26px rgba(0,0,0,.75);
}

.hero-copy h1 span{
  display:block;
}

.hero-gold{
  color:var(--gold) !important;
  background:linear-gradient(180deg,#f0d47d 0%,#c8a95a 45%,#8e6927 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent !important;
}

.hero-rule{
  width:95px;
  height:4px;
  margin:28px 0 28px;
  background:linear-gradient(90deg,var(--gold),var(--gold2),transparent);
  border-radius:99px;
}

.hero-copy p{
  margin:0 0 42px;
  color:#f0f0f0;
  font-size:clamp(20px,2vw,30px);
  line-height:1.35;
  font-weight:700;
  text-shadow:0 3px 18px rgba(0,0,0,.9);
}

.hero-buttons{
  display:flex;
  gap:28px;
  flex-wrap:wrap;
}

.hero-btn{
  min-width:250px;
  min-height:74px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:18px;
  font-weight:950;
  box-shadow:0 20px 45px rgba(0,0,0,.45);
}

.hero-btn-gold{
  background:linear-gradient(180deg,#e4c56e,#bd963e);
  border:2px solid #d8b65e;
  color:#090806;
}

.hero-btn-outline{
  border:2px solid rgba(200,169,90,.9);
  color:#fff;
  background:rgba(0,0,0,.38);
}

.hero-btn:hover{
  transform:translateY(-2px);
}

.hero-vial-wrap{
  grid-column:3;
  position:relative;
  justify-self:center;
  align-self:center;
  width:min(37vw,560px);
  min-width:360px;
  margin-top:86px;
}

.hero-vial-glow{
  position:absolute;
  inset:20% -20% -2%;
  z-index:-1;
  background:
    radial-gradient(ellipse at center, rgba(224,182,89,.32), transparent 56%),
    radial-gradient(ellipse at bottom, rgba(224,182,89,.38), transparent 39%);
  filter:blur(12px);
}

.hero-vial{
  width:100%;
  max-height:720px;
  object-fit:contain;
  filter:drop-shadow(0 38px 48px rgba(0,0,0,.78));
}

.home-strip{
  width:min(1180px,calc(100% - 34px));
  margin:-54px auto 0;
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.strip-item{
  min-height:148px;
  background:
    linear-gradient(180deg, rgba(20,18,13,.96), rgba(7,7,6,.98));
  border:1px solid rgba(200,169,90,.32);
  border-radius:22px;
  padding:23px;
  box-shadow:0 28px 80px rgba(0,0,0,.54);
}

.strip-item strong{
  display:block;
  color:var(--gold2);
  text-transform:uppercase;
  font-size:18px;
  letter-spacing:.04em;
  margin-bottom:9px;
}

.strip-item span{
  display:block;
  color:#d8d1c2;
  line-height:1.45;
}

.home-section{
  width:min(1180px,calc(100% - 34px));
  margin:0 auto;
  padding:92px 0 12px;
}

.home-section-head{
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:flex-end;
  margin-bottom:28px;
}

.home-kicker{
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:950;
  margin-bottom:12px;
}

.home-section h2{
  font-size:clamp(34px,4vw,58px);
}

.small-link{
  color:#fff;
  border:1px solid rgba(200,169,90,.4);
  padding:13px 16px;
  border-radius:999px;
  text-transform:uppercase;
  font-size:12px;
  font-weight:950;
  letter-spacing:.09em;
}

.category-home-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.category-home-card{
  min-height:230px;
  background:
    linear-gradient(180deg, rgba(23,21,16,.98), rgba(8,8,7,.98));
  border:1px solid rgba(200,169,90,.25);
  border-radius:24px;
  padding:24px;
  box-shadow:0 28px 80px rgba(0,0,0,.5);
  position:relative;
  overflow:hidden;
}

.category-home-card:before{
  content:"";
  position:absolute;
  right:-40px;
  top:-40px;
  width:140px;
  height:140px;
  background:radial-gradient(circle, rgba(200,169,90,.2), transparent 70%);
}

.category-home-card span{
  display:block;
  color:rgba(200,169,90,.8);
  font-size:42px;
  font-weight:950;
  margin-bottom:24px;
}

.category-home-card strong{
  display:block;
  font-size:22px;
  line-height:1.05;
  color:#fff;
  margin-bottom:12px;
}

.category-home-card p{
  color:var(--muted);
  margin:0;
}

.home-featured{
  padding-bottom:86px;
}

.home-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.home-product-card{
  overflow:hidden;
  background:linear-gradient(180deg, rgba(23,21,16,.98), rgba(8,8,7,.98));
  border:1px solid rgba(200,169,90,.25);
  border-radius:24px;
  box-shadow:0 28px 80px rgba(0,0,0,.5);
}

.home-product-img{
  display:block;
  height:330px;
  background:#050505;
  border-bottom:1px solid rgba(200,169,90,.14);
}

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

.home-product-info{
  padding:19px;
}

.home-product-info span{
  color:var(--gold2);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:950;
}

.home-product-info h3{
  margin:8px 0;
  font-size:24px;
}

.home-product-info p{
  color:var(--muted);
  margin:0 0 18px;
  min-height:52px;
}

.home-product-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}

.home-product-bottom strong{
  font-size:18px;
}

.home-product-bottom a{
  color:#080806;
  background:linear-gradient(180deg,var(--gold2),var(--gold));
  padding:10px 14px;
  border-radius:10px;
  font-weight:950;
  text-transform:uppercase;
  font-size:12px;
}

@media(max-width:1050px){
  .home-topbar{
    padding:28px 24px 0;
  }

  .home-hero{
    grid-template-columns:24px 1fr 24px;
    height:auto;
    min-height:0;
    padding:150px 0 72px;
  }

  .hero-copy{
    grid-column:2;
    margin-top:0;
  }

  .hero-vial-wrap{
    grid-column:2;
    width:min(72vw,520px);
    min-width:0;
    margin:50px auto 0;
  }

  .home-strip,
  .category-home-grid,
  .home-feature-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  .home-topbar{
    position:relative;
    background:#050505;
    padding:20px 17px;
    display:block;
    border-bottom:1px solid rgba(200,169,90,.2);
  }

  .home-brand-main{
    font-size:24px;
  }

  .home-brand-sub span{
    width:52px;
  }

  .home-nav{
    margin-top:18px;
    overflow:auto;
    justify-content:flex-start;
    border-radius:14px;
  }

  .home-hero{
    padding:58px 0 60px;
  }

  .hero-copy h1{
    font-size:clamp(42px,13vw,68px);
  }

  .hero-copy p{
    font-size:20px;
  }

  .hero-btn{
    width:100%;
    min-width:0;
    min-height:62px;
    font-size:15px;
  }

  .hero-buttons{
    gap:13px;
  }

  .home-strip,
  .category-home-grid,
  .home-feature-grid{
    grid-template-columns:1fr;
  }

  .home-strip{
    margin:18px auto 0;
  }

  .home-section-head{
    display:block;
  }

  .small-link{
    display:inline-flex;
    margin-top:18px;
  }
}


/* V4 CREDIT CARD PAYMENT */
.payment-box .btn{
  margin-top:4px;
}


/* V5 CHECKOUT + ADMIN UPGRADES */
.checkout-steps-panel{display:flex;flex-direction:column;gap:18px}.order-number-box{border:1px solid rgba(200,169,90,.38);background:radial-gradient(circle at 100% 0%,rgba(200,169,90,.22),transparent 38%),rgba(0,0,0,.34);border-radius:18px;padding:18px}.order-number-box span{display:block;color:var(--muted);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.14em;margin-bottom:6px}.order-number-box strong{display:block;color:var(--gold2);font-size:clamp(22px,3vw,34px);letter-spacing:.03em}.order-number-box p{margin:8px 0 0;color:#ded6c7}.order-number-box.large{margin:22px 0;text-align:center}.checkout-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.progress-step{border:1px solid rgba(200,169,90,.2);background:rgba(255,255,255,.03);border-radius:16px;padding:13px;display:flex;align-items:center;gap:10px;color:var(--muted)}.progress-step span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:rgba(200,169,90,.14);color:var(--gold2);font-weight:950}.progress-step.active,.progress-step.complete{border-color:rgba(200,169,90,.42);background:rgba(200,169,90,.09);color:#fff}.progress-step.complete span{background:linear-gradient(180deg,var(--gold2),var(--gold));color:#090806}.checkout-step-card{border:1px solid rgba(200,169,90,.2);background:rgba(0,0,0,.2);border-radius:18px;padding:20px}.step-label{color:var(--gold2);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.16em;margin-bottom:8px}.ack-box{margin-top:18px;display:grid;gap:12px}.checkline{display:flex;align-items:flex-start;gap:12px;border:1px solid rgba(200,169,90,.18);border-radius:14px;padding:13px;background:rgba(255,255,255,.03);margin:0}.checkline input{width:20px;min-height:20px;height:20px;margin-top:2px;accent-color:#c8a95a}.checkline span{color:#f1e8d8;line-height:1.4}.checkout-submit{min-height:60px;font-size:16px}.sticky-summary{position:sticky;top:96px}.checkout-reminder{margin-top:16px}.thankyou-layout{display:grid;grid-template-columns:1fr 420px;gap:24px;align-items:start}.thankyou-main{text-align:center}.success-icon{width:76px;height:76px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;color:#090806;background:linear-gradient(180deg,var(--gold2),var(--gold));font-size:42px;font-weight:950;box-shadow:0 20px 70px rgba(200,169,90,.26)}.thank-step{display:flex;gap:13px;border-bottom:1px solid rgba(200,169,90,.16);padding:14px 0}.thank-step span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:50%;color:#090806;background:linear-gradient(180deg,var(--gold2),var(--gold));font-weight:950}.thank-step p{margin:4px 0 0;color:var(--muted)}.admin-tools{margin-top:18px}.admin-order.improved{padding:18px}.admin-order-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.admin-order-id{font-size:22px;color:var(--gold2)}.status-pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(200,169,90,.35);background:rgba(200,169,90,.12);color:#fff;padding:8px 11px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.admin-meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}.admin-meta-grid div{border:1px solid rgba(200,169,90,.16);border-radius:13px;background:rgba(0,0,0,.22);padding:12px;overflow:hidden}.admin-meta-grid span{display:block;color:var(--muted);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px}.admin-meta-grid strong{display:block;color:#fff;overflow-wrap:anywhere}.admin-order details{border:1px solid rgba(200,169,90,.15);border-radius:13px;margin:10px 0;background:rgba(0,0,0,.18)}.admin-order summary{cursor:pointer;padding:12px;color:var(--gold2);font-weight:950}.admin-order pre{white-space:pre-wrap;overflow-wrap:anywhere;color:#ddd;background:#050505;border-top:1px solid rgba(200,169,90,.12);padding:12px;margin:0;border-radius:0 0 13px 13px}.admin-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}@media(max-width:1000px){.sticky-summary{position:static}.thankyou-layout{grid-template-columns:1fr}.admin-meta-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.checkout-progress,.admin-meta-grid{grid-template-columns:1fr}.progress-step{padding:10px}}


/* ================================
   V6 RENO-STYLE CHECKOUT
   ================================ */

body.v6-checkout-page{
  background:#080908;
  color:#e8e8ea;
  min-height:100vh;
}

.v6-checkout-header{
  position:sticky;
  top:0;
  z-index:50;
  height:76px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:0 clamp(16px,4vw,42px);
  background:rgba(8,9,8,.86);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(36,255,78,.12);
}

.v6-checkout-header strong{
  font-size:clamp(30px,4vw,42px);
  color:#d6d6dc;
  text-shadow:0 2px 0 #000;
  font-weight:950;
}

.v6-back,
.v6-cart{
  color:#39ff54;
  font-weight:950;
}

.v6-cart{
  justify-self:end;
}

.v6-checkout-wrap{
  width:min(1180px,calc(100% - 26px));
  margin:42px auto 84px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:24px;
  align-items:start;
}

.v6-checkout-card,
.v6-summary-card{
  border:1px solid rgba(36,255,78,.28);
  background:#151615;
  border-radius:22px;
  padding:clamp(18px,3vw,30px);
  box-shadow:0 30px 90px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.02);
}

.v6-summary-card{
  position:sticky;
  top:96px;
}

.v6-order-top{
  border:1px solid rgba(36,255,78,.25);
  border-radius:14px;
  padding:18px;
  margin-bottom:24px;
  background:#101110;
}

.v6-order-top span{
  display:block;
  color:#a4a6ad;
  font-size:12px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin-bottom:6px;
}

.v6-order-top strong{
  display:block;
  color:#39ff54;
  font-size:clamp(24px,3vw,34px);
}

.v6-order-top p{
  margin:6px 0 0;
  color:#b9bbc3;
}

.v6-ship-box{
  border:1px solid rgba(36,255,78,.3);
  border-radius:11px;
  background:#191a19;
  padding:22px;
  display:flex;
  gap:18px;
  align-items:center;
  margin-bottom:28px;
}

.v6-ship-icon{
  color:#39ff54;
  font-size:32px;
}

.v6-ship-box strong{
  display:block;
  color:#39ff54;
  font-size:clamp(21px,2.6vw,28px);
  line-height:1.28;
}

.v6-ship-box p{
  margin:8px 0 0;
  color:#aeb0b8;
  font-size:18px;
  font-weight:800;
}

.v6-ship-box b{
  color:#fff;
}

.v6-section{
  border:1px solid rgba(36,255,78,.26);
  border-radius:11px;
  background:#191a19;
  padding:clamp(18px,3vw,28px);
  margin-bottom:28px;
}

.v6-section h2{
  color:#d9d9df;
  font-size:clamp(24px,3vw,30px);
  text-transform:none;
  letter-spacing:-.02em;
  margin:0 0 22px;
}

.v6-payment-panel h2,
.v6-section h2:nth-child(1){
  color:#39ff54;
}

.v6-payment-tabs{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:13px;
}

.v6-payment-tabs button{
  min-height:70px;
  border-radius:9px;
  border:2px solid rgba(88,93,120,.55);
  background:#202020;
  color:#bfc0c8;
  font:inherit;
  font-size:18px;
  font-weight:950;
  cursor:pointer;
}

.v6-payment-tabs button.active{
  background:rgba(36,255,78,.16);
  color:#39ff54;
  border-color:#39ff54;
  box-shadow:0 0 0 1px rgba(36,255,78,.2), 0 0 26px rgba(36,255,78,.16);
}

.v6-hidden-select{
  position:absolute;
  opacity:0;
  pointer-events:none;
  height:0;
}

.v6-checkout-card label{
  color:#d7d7de;
  font-size:clamp(18px,2vw,23px);
  font-weight:900;
  margin:22px 0 10px;
}

.v6-checkout-card input,
.v6-checkout-card select,
.v6-checkout-card textarea{
  background:#0a0b0a;
  border:1px solid rgba(36,255,78,.28);
  border-radius:10px;
  min-height:58px;
  color:#fff;
  font-size:18px;
}

.v6-checkout-card input::placeholder,
.v6-checkout-card textarea::placeholder{
  color:#94969d;
}

.v6-checkout-card input:focus,
.v6-checkout-card textarea:focus,
.v6-checkout-card select:focus{
  outline:0;
  border-color:#39ff54;
  box-shadow:0 0 0 3px rgba(36,255,78,.12);
}

.v6-payment-box{
  color:#d7d8df;
}

.v6-payment-copy p{
  color:#c8c9d0;
}

.v6-pay-link,
.v6-address-box button,
.v6-submit{
  min-height:62px;
  width:100%;
  border:0;
  border-radius:11px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#19ff3b;
  color:#071009;
  font-weight:950;
  font-size:20px;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(36,255,78,.18);
}

.v6-pay-link{
  margin-top:18px;
}

.v6-address-box{
  margin-top:16px;
}

.v6-address-box span{
  display:block;
  border:1px solid rgba(36,255,78,.35);
  background:#252625;
  border-radius:12px;
  padding:17px;
  color:#39ff54;
  font-weight:850;
  overflow-wrap:anywhere;
  font-size:17px;
}

.v6-address-box button{
  margin-top:12px;
}

.v6-fake-select{
  margin-bottom:22px;
}

.v6-summary{
  border:1px solid rgba(36,255,78,.18);
  border-radius:12px;
  padding:12px;
  background:#101110;
}

.v6-submit{
  margin-top:6px;
  min-height:72px;
  font-size:22px;
}

.v6-summary-card h2{
  color:#39ff54;
  text-transform:none;
  font-size:26px;
}

.v6-checkout-page .summary-line{
  border-bottom:1px solid rgba(36,255,78,.14);
}

.v6-checkout-page .summary-line.total{
  color:#39ff54;
}

.v6-checkout-page .cart-table th,
.v6-checkout-page .cart-table td{
  border-bottom:1px solid rgba(36,255,78,.12);
}

.v6-checkout-page .notice{
  border-color:rgba(36,255,78,.24);
  background:rgba(36,255,78,.08);
  color:#dfffe5;
}

.v6-checkout-page .checkline{
  border-color:rgba(36,255,78,.2);
  background:#101110;
}

.v6-checkout-page .checkline input{
  accent-color:#39ff54;
}

@media(max-width:1000px){
  .v6-checkout-wrap{
    grid-template-columns:1fr;
  }
  .v6-summary-card{
    position:static;
    order:-1;
  }
  .v6-payment-tabs{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .v6-checkout-header{
    height:72px;
  }
  .v6-checkout-header strong{
    font-size:34px;
  }
  .v6-checkout-wrap{
    width:calc(100% - 28px);
    margin-top:26px;
  }
  .v6-checkout-card,
  .v6-summary-card{
    padding:16px;
    border-radius:18px;
  }
  .v6-ship-box{
    align-items:flex-start;
    padding:18px;
  }
  .v6-payment-tabs{
    grid-template-columns:1fr 1fr;
  }
  .v6-payment-tabs button{
    min-height:62px;
    font-size:16px;
  }
}


/* PAYMENT NOTE WARNING UPDATE */
.v6-payment-note-warning{
  margin:14px 0;
  border:1px solid rgba(57,255,84,.36);
  background:rgba(57,255,84,.08);
  color:#dfffe5;
  border-radius:12px;
  padding:13px;
  line-height:1.45;
  font-weight:850;
}


/* ================================
   V7 BRAND CHECKOUT OVERRIDE
   Keeps V6 layout, removes neon colors
   Brand: black / deep green / gold
   ================================ */

body.v6-checkout-page{
  background:
    radial-gradient(circle at 78% 0%, rgba(200,169,90,.16), transparent 32%),
    linear-gradient(180deg,#050505,#0a0a08 48%,#050505);
  color:#f7f3e8;
}

.v6-checkout-header{
  background:rgba(5,5,5,.88);
  border-bottom:1px solid rgba(200,169,90,.22);
}

.v6-checkout-header strong{
  color:#f7f3e8;
  text-shadow:0 2px 0 #000;
}

.v6-back,
.v6-cart{
  color:#c8a95a;
}

.v6-checkout-card,
.v6-summary-card{
  background:linear-gradient(180deg,rgba(24,22,16,.98),rgba(9,9,8,.98));
  border:1px solid rgba(200,169,90,.28);
  box-shadow:0 30px 90px rgba(0,0,0,.58), inset 0 0 0 1px rgba(255,255,255,.02);
}

.v6-order-top,
.v6-section,
.v6-ship-box,
.v6-summary,
.v6-checkout-page .checkline{
  background:#11100d;
  border-color:rgba(200,169,90,.28);
}

.v6-order-top strong,
.v6-ship-box strong,
.v6-payment-panel h2,
.v6-section h2:nth-child(1),
.v6-summary-card h2,
.v6-checkout-page .summary-line.total,
.v6-payment-copy strong{
  color:#c8a95a;
}

.v6-order-top span,
.v6-order-top p,
.v6-ship-box p,
.v6-payment-copy p,
.v6-checkout-card label{
  color:#d8d1c2;
}

.v6-ship-icon{
  color:#c8a95a;
}

.v6-payment-tabs button{
  background:#151515;
  border-color:rgba(200,169,90,.25);
  color:#d8d1c2;
}

.v6-payment-tabs button.active{
  background:rgba(15,61,46,.78);
  color:#fffaf0;
  border-color:#c8a95a;
  box-shadow:0 0 0 1px rgba(200,169,90,.22), 0 20px 40px rgba(0,0,0,.35);
}

.v6-checkout-card input,
.v6-checkout-card select,
.v6-checkout-card textarea,
.v6-fake-select{
  background:#070706;
  border-color:rgba(200,169,90,.3);
  color:#fffaf0;
}

.v6-checkout-card input:focus,
.v6-checkout-card textarea:focus,
.v6-checkout-card select:focus{
  border-color:#c8a95a;
  box-shadow:0 0 0 3px rgba(200,169,90,.14);
}

.v6-pay-link,
.v6-address-box button,
.v6-submit{
  background:linear-gradient(180deg,#e3c36b,#c8a95a);
  color:#080806;
  box-shadow:0 16px 36px rgba(200,169,90,.18);
}

.v6-address-box span{
  background:#151515;
  border-color:rgba(200,169,90,.34);
  color:#e3c36b;
}

.v6-checkout-page .notice,
.v6-payment-note-warning{
  border-color:rgba(200,169,90,.3);
  background:rgba(200,169,90,.09);
  color:#f4e6c8;
}

.v6-checkout-page .summary-line,
.v6-checkout-page .cart-table th,
.v6-checkout-page .cart-table td{
  border-color:rgba(200,169,90,.16);
}

.v6-checkout-page .checkline input{
  accent-color:#c8a95a;
}

.v6-checkout-page .checkline span{
  color:#f1e8d8;
}

.v6-payment-tabs button:hover{
  border-color:#c8a95a;
  color:#fffaf0;
}


/* V8 DIRECT PAYMENT BUTTONS */
.v6-payment-copy .v6-pay-link + .v6-pay-link{
  margin-top:12px;
}


/* V12 PROMO CODE SYSTEM */
.v12-promo-box{
  border:1px solid rgba(200,169,90,.24);
  background:rgba(200,169,90,.06);
  border-radius:14px;
  padding:14px;
  margin:18px 0;
}
.v12-promo-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:end;
}
.v12-promo-row .btn{
  min-height:58px;
}
.promo-editor{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.promo-editor .checkline,
.promo-editor button{
  grid-column:1 / -1;
}
.promo-list{
  display:grid;
  gap:12px;
  margin-top:16px;
}
.promo-card{
  display:flex;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(200,169,90,.18);
  background:rgba(0,0,0,.2);
  border-radius:14px;
  padding:14px;
}
.promo-card strong{
  color:#c8a95a;
  font-size:20px;
}
@media(max-width:700px){
  .v12-promo-row,
  .promo-editor{
    grid-template-columns:1fr;
  }
  .promo-card{
    flex-direction:column;
  }
}


/* V13 ORDER STATUS SYSTEM */
.order-status-layout{
  display:grid;
  grid-template-columns:420px 1fr;
  gap:24px;
  align-items:start;
}
.order-status-form{
  position:sticky;
  top:96px;
}
.status-topline{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:20px;
}
.status-topline h2{
  color:#c8a95a;
  margin:.2em 0 0;
}
.customer-status-pill{
  display:inline-flex;
  border-radius:999px;
  padding:10px 13px;
  font-weight:950;
  border:1px solid rgba(200,169,90,.3);
  background:rgba(200,169,90,.12);
  color:#f7f3e8;
}
.customer-status-pill.good{
  border-color:rgba(83,180,128,.45);
  background:rgba(83,180,128,.16);
}
.customer-status-pill.warn{
  border-color:rgba(255,190,90,.45);
  background:rgba(255,190,90,.14);
}
.customer-status-pill.pending{
  border-color:rgba(200,169,90,.35);
}
.status-timeline{
  display:grid;
  gap:12px;
  margin:20px 0;
}
.status-step{
  display:flex;
  gap:13px;
  opacity:.48;
  border:1px solid rgba(200,169,90,.12);
  border-radius:14px;
  padding:13px;
  background:rgba(0,0,0,.18);
}
.status-step.active{
  opacity:1;
  border-color:rgba(200,169,90,.28);
}
.status-step span{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#080806;
  background:linear-gradient(180deg,#e3c36b,#c8a95a);
  font-weight:950;
}
.status-step p{
  margin:4px 0 0;
  color:var(--muted);
}
.status-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:18px 0;
}
.tracking-box{
  border:1px solid rgba(200,169,90,.2);
  background:rgba(200,169,90,.06);
  border-radius:14px;
  padding:16px;
  margin-top:16px;
}
.admin-update-box{
  border:1px solid rgba(200,169,90,.22);
  background:rgba(200,169,90,.06);
  border-radius:14px;
  padding:14px;
  margin:16px 0;
}
.admin-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
@media(max-width:900px){
  .order-status-layout,
  .status-grid,
  .admin-two-col{
    grid-template-columns:1fr;
  }
  .order-status-form{
    position:static;
  }
  .status-topline{
    flex-direction:column;
  }
}


/* V15 STORE CREDIT CHECKOUT */
.checkout-v15-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:24px;
  align-items:start;
}
.checkout-v15-summary{
  position:sticky;
  top:96px;
}
.v15-order-number-card{
  border:1px solid rgba(200,169,90,.25);
  background:linear-gradient(135deg,rgba(15,61,46,.38),rgba(200,169,90,.08));
  border-radius:18px;
  padding:18px;
  margin-bottom:18px;
}
.v15-order-number-card span,
.v15-step-label{
  color:#c8a95a;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
}
.v15-order-number-card strong{
  display:block;
  font-size:34px;
  color:#f7f3e8;
  margin-top:4px;
}
.v15-checkout-step{
  border:1px solid rgba(200,169,90,.16);
  background:rgba(0,0,0,.16);
  border-radius:18px;
  padding:18px;
  margin:18px 0;
}
.v15-credit-box{
  border:1px solid rgba(200,169,90,.24);
  background:rgba(15,61,46,.18);
  border-radius:14px;
  padding:14px;
  margin-top:14px;
}
.v15-credit-status{
  color:var(--muted);
  margin-top:10px;
}
.credit-editor{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.credit-editor button{
  grid-column:auto;
}
.credit-list{
  display:grid;
  gap:12px;
  margin-top:16px;
}
.credit-card{
  display:flex;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(200,169,90,.18);
  background:rgba(0,0,0,.2);
  border-radius:14px;
  padding:14px;
}
.credit-card strong{
  color:#c8a95a;
  font-size:20px;
}
@media(max-width:980px){
  .checkout-v15-layout{
    grid-template-columns:1fr;
  }
  .checkout-v15-summary{
    position:static;
  }
}
@media(max-width:700px){
  .credit-editor{
    grid-template-columns:1fr;
  }
  .credit-card{
    flex-direction:column;
  }
}
