
:root{
  --bg:            #0a0a0a;
  --bg-alt:        #111311;
  --panel:         #15170f;
  --panel-2:       #1a1c14;
  --border:        #262920;
  --accent:        #c8ff3d;
  --accent-dim:    #9fe808;
  --accent-glow:   rgba(200,255,61,0.35);
  --text:          #f5f6f0;
  --text-muted:    #a3a89a;
  --text-mute-2:   #7a8071;
  --font-display:  'Poppins', sans-serif;
  --font-body:     'Inter', sans-serif;
}

*{ box-sizing:border-box; }

html{ scroll-behavior:smooth; }

body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-body);
  font-weight:400;
  line-height:1.6;
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6{ font-family:var(--font-display); color:var(--text); margin:0; }

a{ text-decoration:none; color:inherit; }

.text-accent{ color:var(--accent); }

.ab-eyebrow{
  display:inline-flex; align-items:center; gap:.5rem;
  font-family:var(--font-display); font-weight:600;
  font-size:.75rem; letter-spacing:.18em; text-transform:uppercase;
  color:var(--accent); margin-bottom:1rem;
}
.ab-dot{ width:7px; height:7px; border-radius:50%; background:var(--accent); box-shadow:0 0 10px var(--accent-glow); display:inline-block; }

.ab-h2{
  font-size:clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.01em;
}

.ab-p{ color:var(--text-muted); font-size:1rem; max-width:44ch; }

/* buttons */
.ab-btn-primary{
  background:var(--accent);
  color:#0a0a0a;
  font-family:var(--font-display);
  font-weight:600;
  border-radius:999px;
  padding:.75rem 1.8rem;
  border:1px solid var(--accent);
  transition:all .25s ease;
  font-size: 1rem;
}
.ab-btn-primary:hover{ background:var(--accent-dim); border-color:var(--accent-dim); color:#0a0a0a; box-shadow:0 0 24px var(--accent-glow); }

.ab-btn-outline{
  background:transparent;
  color:var(--text);
  font-family:var(--font-display);
  font-weight:600;
  border-radius:999px;
  padding:.75rem 1.8rem;
  border:1px solid #3a3f31;
  transition:all .25s ease;
  font-size: 16px;
}
.ab-btn-outline:hover{ border-color:var(--accent); color:var(--accent); }

/* =====================================================
   NAVBAR
===================================================== */
.ab-navbar{
  position:sticky; top:0; z-index:50;
  background:rgba(10,10,10,0.85);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
  padding:.9rem 0;
}
.ab-logo{
  display:flex; align-items:center; gap:.5rem;
  font-family:var(--font-display); font-weight:800; font-size:1.3rem; color:var(--text);
}
.ab-logo-capsule{
  width:34px; height:34px; border-radius:50%;
  background:var(--accent); color:#0a0a0a;
  display:flex; align-items:center; justify-content:center;
  font-size:1rem; transform:rotate(-20deg);
}
.ab-nav-links .nav-link{
  color:var(--text-muted); font-weight:500; font-size:.95rem; padding:.5rem .2rem;
}
.ab-nav-links .nav-link:hover,
.ab-nav-links .nav-link.active{ color:var(--accent); }
.ab-cart{ position:relative; font-size:1.2rem; color:var(--text); }
.ab-cart-count{
  position:absolute; top:-8px; right:-10px; background:var(--accent); color:#0a0a0a;
  font-size:.65rem; font-weight:700; width:18px; height:18px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
.dropdown-menu{ background:var(--panel); border:1px solid var(--border); }
.dropdown-item{ color:var(--text-muted); }
.dropdown-item:hover{ background:var(--panel-2); color:var(--accent); }

/* =====================================================
   HERO
===================================================== */
.ab-hero{
  position:relative;
  padding:5.5rem 0 8rem;
 background: url(../images/bann-img.png)no-repeat center;
 background-size: cover;
  overflow:hidden;
}
.ab-social-rail{
  position:absolute; left:2.5rem; top:11rem; z-index:5;
  flex-direction:column; gap:1.3rem; font-size:1.05rem; color:var(--text-mute-2);
}
.ab-social-rail a:hover{ color:var(--accent); }

.ab-hero-title{
  font-size:clamp(2.4rem, 5vw, 3.9rem);
  font-weight:600; line-height:1.08; letter-spacing:-.02em;
}
.ab-hero-sub{
  color:var(--text-muted); max-width:46ch; margin:1.2rem auto 0;
  font-size:1.05rem;
}
@media(min-width:992px){ .ab-hero-sub{ margin:1.2rem 0 0; } }

/* capsule illustration */
.ab-hero-visual{ position:relative; display:flex; justify-content:center; }
.ab-made-badge{
  position:absolute; top:-8px; right:8px; z-index:6;
  background:var(--panel); border:1px solid var(--border); color:var(--text);
  font-size:.75rem; font-weight:600; padding:.4rem .8rem; border-radius:999px;
  display:flex; align-items:center; gap:.4rem;
}
.ab-made-badge i{ color:var(--accent); }

.ab-capsule-hero{
  position:relative; width:min(420px, 80vw); height:min(420px,80vw);
  display:flex; align-items:center; justify-content:center;
}
.ab-capsule-hero.small{/* width:260px; *//* height:260px; */margin:0 auto;border-radius: 20px;overflow: hidden;}

.ab-capsule-shell{
  position:relative; width:46%; height:78%;
  border-radius:120px;
  transform:rotate(-32deg);
  box-shadow:0 0 60px var(--accent-glow), 0 30px 60px rgba(0,0,0,0.6);
  overflow:hidden;
  animation:float 5s ease-in-out infinite;
}
.ab-capsule-half{ position:absolute; left:0; right:0; height:50%; }
.ab-capsule-half.top{ top:0; background:linear-gradient(160deg,#e9ffb0,var(--accent)); }
.ab-capsule-half.bottom{ bottom:0; background:linear-gradient(160deg,#1c1f14,#0a0a0a); border-top:2px solid #000; }
.ab-capsule-shine{
  position:absolute; top:8%; left:18%; width:18%; height:60%;
  background:rgba(255,255,255,0.35); border-radius:50px; filter:blur(4px);
}
.ab-capsule-ring{
  position:absolute; border:1px dashed rgba(200,255,61,0.3); border-radius:50%;
}
.r1{ width:100%; height:100%; }
.r2{ width:70%; height:70%; }
.ab-spark{ position:absolute; color:var(--accent); font-size:1.4rem; filter:drop-shadow(0 0 8px var(--accent-glow)); animation:pulse 2.4s ease-in-out infinite; }
.s1{ top:6%; left:12%; }
.s2{ bottom:14%; right:10%; animation-delay:.6s; }
.s3{ top:44%; right:0%; animation-delay:1.2s; }

@keyframes float{ 0%,100%{ transform:rotate(-32deg) translateY(0); } 50%{ transform:rotate(-32deg) translateY(-14px); } }
@keyframes pulse{ 0%,100%{ opacity:.5; transform:scale(1); } 50%{ opacity:1; transform:scale(1.15); } }
@media (prefers-reduced-motion: reduce){ .ab-capsule-shell, .ab-spark{ animation:none; } }

.ab-wave{ position:absolute; left:0; right:0; bottom:-2px; width:100%; height:110px; }
.ab-wave.flip{ transform:scaleY(-1); }

/* =====================================================
   BRAND STRIP
===================================================== */
.ab-brand-strip{
  background:var(--accent); padding:1.1rem 0;
}
.ab-brand-item{
  font-family:var(--font-display); font-weight:700; color:#0a0a0a;
  font-size:.85rem; letter-spacing:.03em; display:flex; align-items:center; gap:.5rem;
  text-transform:uppercase;
}

/* =====================================================
   ABOUT
===================================================== */
.ab-about{ padding:6.5rem 0; background:var(--bg); }
.ab-about-visual{ position:relative; }
.ab-about-image{
  width:100%;
  /* aspect-ratio:4/3.1; */
  border-radius:20px;
  background:
    radial-gradient(circle at 30% 20%, rgba(200,255,61,0.25), transparent 55%),
    linear-gradient(150deg,#1b1e14,#0a0a0a);
  border:1px solid var(--border);
  position:relative;
  overflow:hidden;
}
.ab-about-image::before{
  content:"\F76A"; font-family:"bootstrap-icons"; position:absolute;
  font-size:9rem; color:rgba(200,255,61,0.08); right:-1rem; bottom:-1.5rem; transform:rotate(-15deg);
}
.ab-stat-card{
  position:absolute; z-index:3; background:var(--panel); border:1px solid var(--border);
  border-radius:16px; padding:1rem 1.3rem; box-shadow:0 20px 40px rgba(0,0,0,.4);
}
.ab-stat-card.top{ top:-1.2rem; left:-1rem; }
.ab-stat-card.bottom{ bottom:-1.2rem; right:-1rem; }
.ab-stat-num{ font-family:var(--font-display); color:var(--accent); font-weight:800; font-size:1.6rem; }
.ab-stat-label{ color:var(--text-muted); font-size:.78rem; max-width:14ch; }

/* =====================================================
   BENEFITS
===================================================== */
.ab-benefits{ padding:6rem 0; background:var(--bg-alt); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.ab-benefit-card{
  background:var(--panel); border:1px solid var(--border); border-radius:18px;
  padding:2.2rem 1.6rem; height:100%; transition:border-color .25s ease, transform .25s ease;
}
.ab-benefit-card:hover{ border-color:var(--accent); transform:translateY(-6px); }
.ab-icon-circle{
  width:56px; height:56px; border-radius:50%; background:rgba(200,255,61,0.1);
  color:var(--accent); display:flex; align-items:center; justify-content:center;
  font-size:1.4rem; margin:0 auto 1.2rem;
}
.ab-benefit-card h5{ font-weight:600; margin-bottom:.6rem; }
.ab-benefit-card p{ color:var(--text-muted); font-size:.92rem; margin:0; }

/* =====================================================
   GALLERY / LABEL PANELS
===================================================== */
.ab-gallery{ padding:6.5rem 0; background:var(--bg); }
.ab-panel{
  background:var(--panel); border:1px solid var(--border); border-radius:18px;
  padding:1.8rem; position:relative; overflow:hidden;
}
.ab-panel.tall{ height:100%; min-height:280px; display:flex; flex-direction:column; justify-content:flex-end; }
.ab-panel.short{ min-height:130px; display:flex; flex-direction:column; justify-content:center; }
.ab-panel.accent-fill{ background:linear-gradient(150deg,#1c2011,#0a0a0a); border-color:var(--accent); }
.ab-panel-tag{
  font-family:var(--font-display);
  font-weight:800;
  color:var(--accent);
  font-size:.75rem;
  letter-spacing:.1em;
  margin-bottom:.6rem;
  display: inline-block;
  background: #c8ff3d14;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ab-panel h5{ font-weight:600; font-size:1.05rem; margin-bottom:.4rem; }
.ab-panel p{ color:var(--text-muted); font-size:.88rem; margin:0; }

/* =====================================================
   PRICING
===================================================== */
.ab-pricing{ padding:6.5rem 0; background:var(--bg-alt); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.ab-price-card{
  background:var(--panel); border:1px solid var(--border); border-radius:20px;
  padding:2.4rem 2rem; height:100%; text-align:left; position:relative;
  transition:transform .25s ease, border-color .25s ease;
}
.ab-price-card:hover{ transform:translateY(-6px); }
.ab-price-card.featured{ background:var(--panel-2); border-color:var(--accent); box-shadow:0 20px 60px rgba(200,255,61,0.08); }
.ab-price-badge{
  position:absolute; top:-14px; right:1.6rem; background:var(--accent); color:#0a0a0a;
  font-family:var(--font-display); font-weight:700; font-size:.72rem; padding:.35rem .9rem; border-radius:999px;
}
.ab-price-card h5{ font-weight:600; margin-bottom:.5rem; }
.ab-price-desc{ color:var(--text-muted); font-size:.88rem; min-height:44px; }
.ab-price{ margin:1.2rem 0 1.5rem; font-family:var(--font-display); }
.ab-price span{ font-size:2.6rem; font-weight:800; color:var(--accent); }
.ab-price small{ color:var(--text-mute-2); font-size:.85rem; }
.ab-price-list{ list-style:none; padding:0; margin:0; }
.ab-price-list li{ display:flex; align-items:center; gap:.6rem; color:var(--text-muted); font-size:.9rem; padding:.4rem 0; border-top:1px solid var(--border); }
.ab-price-list li:first-child{ border-top:none; }
.ab-price-list i{ color:var(--accent); }

/* =====================================================
   TESTIMONIALS
===================================================== */
.ab-testimonials{ padding:6.5rem 0; background:var(--bg); }
.ab-review-card{
  background:var(--panel); border:1px solid var(--border); border-radius:18px;
  padding:1.8rem; height:100%;
}
.ab-review-head{ display:flex; align-items:center; gap:.8rem; margin-bottom:1rem; }
.ab-avatar{
  width:44px; height:44px; border-radius:50%; background:rgba(200,255,61,0.12); color:var(--accent);
  display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:700; font-size:.85rem;
}
.ab-review-head h6{ font-weight:600; font-size:.92rem; margin:0; }
.ab-review-head span{ color:var(--text-mute-2); font-size:.78rem; }
.ab-review-card p{ color:var(--text-muted); font-size:.9rem; margin:0; }

/* =====================================================
   JOURNAL / BLOG
===================================================== */
.ab-journal{ padding:6.5rem 0; background:var(--bg-alt); border-top:1px solid var(--border); }
.ab-blog-card{
  background:var(--panel); border:1px solid var(--border); border-radius:18px; overflow:hidden; height:100%;
  transition:transform .25s ease, border-color .25s ease;
}
.ab-blog-card:hover{ transform:translateY(-6px); border-color:var(--accent); }
.ab-blog-thumb{ height:170px; background:linear-gradient(150deg,#1c2011,#0a0a0a); position:relative; }
.ab-blog-thumb::after{ content:"\F5A2"; font-family:"bootstrap-icons"; position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-size:2.4rem; color:rgba(200,255,61,0.25); }
.ab-blog-thumb.thumb1::after{ content:"\F467"; }
.ab-blog-thumb.thumb2::after{ content:"\F5A2"; }
.ab-blog-thumb.thumb3::after{ content:"\F62F"; }
.ab-blog-card .ab-blog-date{ display:block; color:var(--accent); font-size:.72rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; padding:1.2rem 1.4rem 0; }
.ab-blog-card h5{ padding:.6rem 1.4rem 0; font-size:1.02rem; font-weight:600; line-height:1.35; }
.ab-blog-card p{ padding:.5rem 1.4rem 1.4rem; color:var(--text-muted); font-size:.85rem; margin:0; }

/* =====================================================
   CTA
===================================================== */
.ab-cta{
  position:relative; padding:6rem 0 9rem; overflow:hidden;
  background:radial-gradient(ellipse 60% 60% at 85% 40%, rgba(200,255,61,0.12), transparent 70%), var(--bg);
}
.ab-cta-visual{ display:flex; justify-content:center; }

/* =====================================================
   FOOTER
===================================================== */
.ab-footer{ background:#070806; padding:5rem 0 0; border-top:1px solid var(--border); }
.ab-footer-title{ font-family:var(--font-display); font-weight:600; font-size:.95rem; margin-bottom:1.1rem; color:var(--text); }
.ab-footer-links{ list-style:none; padding:0; margin:0; }
.ab-footer-links li{ margin-bottom:.7rem; }
.ab-footer-links a{ color:var(--text-muted); font-size:.9rem; }
.ab-footer-links a:hover{ color:var(--accent); }
.ab-footer p.ab-p{ font-size:.9rem; }
.ab-footer .bi{ color:var(--text-muted); font-size:1.1rem; }
.ab-footer .bi:hover{ color:var(--accent); }
.ab-footer-rule{ border-color:var(--border); margin-top:3rem; }
.ab-footer-copy{ color:var(--text-mute-2); font-size:.82rem; }

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 991.98px){
  .ab-hero{ padding:3.5rem 0 6rem; text-align:center; }
  .ab-stat-card.top{ left:0; top:-1rem; }
  .ab-stat-card.bottom{ right:0; bottom:-1rem; }
  .ab-nav-links{ text-align:center; margin:1rem 0; }
  .ab-navbar .d-flex.d-lg-flex{ justify-content:center; margin-top:.5rem; }
}

@media (max-width: 575.98px){
  .ab-hero-title{ font-size:2.1rem; }
  .ab-h2{ font-size:1.7rem; }
  .ab-price span{ font-size:2.1rem; }
  .ab-capsule-hero{ width:260px; height:260px; }
}

.tall{
    background: url(../images/scrren-img.jpg)no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.tall::before{
    position: absolute;
    content: "";
    background: #000000;
    background: linear-gradient(
179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ab-panel:hover{
    border: 1px solid #c8ff3d;
    transition: all 0.5s ease;
}

/* =====================================================
   PRODUCT GRID (Products page)
===================================================== */
.ab-shop{ padding:5.5rem 0; background:var(--bg); }
.ab-shop-toolbar{
  display:flex; flex-wrap:wrap; gap:.6rem; justify-content:center; margin-bottom:3.5rem;
}
.ab-filter-pill{
  border:1px solid var(--border); border-radius:999px; padding:.5rem 1.2rem;
  font-family:var(--font-display); font-size:.82rem; font-weight:600; color:var(--text-muted);
  background:var(--panel); cursor:pointer; transition:all .2s ease;
}
.ab-filter-pill.active,
.ab-filter-pill:hover{ border-color:var(--accent); color:var(--accent); }

.ab-product-card{
  background:var(--panel);
  border:1px solid var(--border);
  border-radius:20px;
  padding:1.8rem 1.6rem 1.6rem;
  height:100%;
  position:relative;
  overflow:hidden;
  transition:transform .25s ease, border-color .25s ease;
}
.ab-product-card:hover{ transform:translateY(-6px); border-color:var(--accent); }
.ab-product-tag{
  position:absolute; top:1.1rem; left:1.1rem; z-index:3;
  background:var(--accent); color:#0a0a0a; font-family:var(--font-display); font-weight:700;
  font-size:.68rem; letter-spacing:.04em; text-transform:uppercase; padding:.3rem .7rem; border-radius:999px;
}
.ab-product-tag.alt{ background:#2a2d20; color:var(--accent); border:1px solid var(--accent); }
.ab-product-stage{
  /* height:210px; */
  /* width: 270px; */
  border-radius: 20px;
  overflow: hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  margin-bottom:1.4rem;
  /* background:radial-gradient(circle at 50% 30%, rgba(200,255,61,0.1), transparent 65%); */
  border-radius:14px;
  margin: 0px auto;
}

/* CSS bottle illustration */
.ab-bottle{ position:relative; width:78px; height:150px; }
.ab-bottle .cap{
  position:absolute; top:0; left:50%; transform:translateX(-50%);
  width:34px; height:20px; background:linear-gradient(160deg,#3a3d2f,#15170f);
  border-radius:5px 5px 3px 3px; border:1px solid #000;
}
.ab-bottle .neck{
  position:absolute; top:18px; left:50%; transform:translateX(-50%);
  width:24px; height:16px; background:linear-gradient(160deg,#2a2c22,#0d0f09);
}
.ab-bottle .body{
  position:absolute; top:32px; left:0; width:100%; height:118px;
  background:linear-gradient(160deg,#20241a,#0a0a0a);
  border-radius:12px; border:1px solid var(--border); overflow:hidden;
  box-shadow:0 20px 40px rgba(0,0,0,.5);
}
.ab-bottle .body::before{
  content:""; position:absolute; top:10%; left:12%; width:14%; height:75%;
  background:rgba(255,255,255,0.08); border-radius:20px; filter:blur(2px);
}
.ab-bottle .label{
  position:absolute; top:38%; left:8%; width:84%; height:40%;
  background:var(--accent); border-radius:4px;
  display:flex; align-items:center; justify-content:center; text-align:center;
  font-family:var(--font-display); font-weight:800; color:#0a0a0a; font-size:.55rem; line-height:1.2; letter-spacing:.02em;
  padding:.3rem;
}
.ab-bottle.tint-1 .label{ background:var(--accent); }
.ab-bottle.tint-2 .body{ background:linear-gradient(160deg,#241b24,#0a0a0a); }
.ab-bottle.tint-2 .label{ background:#e39dff; }
.ab-bottle.tint-3 .body{ background:linear-gradient(160deg,#1a2024,#0a0a0a); }
.ab-bottle.tint-3 .label{ background:#8fd6ff; }
.ab-bottle.tint-4 .body{ background:linear-gradient(160deg,#241f14,#0a0a0a); }
.ab-bottle.tint-4 .label{ background:#ffcf6b; }

.ab-product-rating{ color:var(--accent); font-size:.75rem; margin-bottom:.4rem; }
.ab-product-rating span{ color:var(--text-mute-2); margin-left:.3rem; }
.ab-product-card h5{ font-weight:600; font-size:1.05rem; margin-bottom:.3rem; }
.ab-product-card .desc{ color:var(--text-muted); font-size:.85rem; min-height:42px; margin-bottom:1rem; }
.ab-product-foot{ display:flex; align-items:center; justify-content:space-between; gap:.6rem; }
.ab-product-price-tag{ font-family:var(--font-display); font-weight:800; color:var(--accent); font-size:1.3rem; }
.ab-product-price-tag small{ color:var(--text-mute-2); font-weight:500; font-size:.72rem; margin-left:.2rem; }
.ab-btn-add{
  width:42px; height:42px; border-radius:50%; background:var(--accent); color:#0a0a0a;
  display:flex; align-items:center; justify-content:center; font-size:1.05rem; border:none;
  transition:all .2s ease; flex-shrink:0;
}
.ab-btn-add:hover{ background:var(--accent-dim); box-shadow:0 0 18px var(--accent-glow); }

/* Product detail strip (specs) */
.ab-specs{ padding:5rem 0; background:var(--bg-alt); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.ab-spec-item{ text-align:center; padding:1rem; }
.ab-spec-item i{ font-size:1.6rem; color:var(--accent); margin-bottom:.7rem; display:block; }
.ab-spec-item h6{ font-weight:600; font-size:.9rem; margin-bottom:.3rem; }
.ab-spec-item span{ color:var(--text-mute-2); font-size:.78rem; }
.ab-about-visual{
    border-radius: 20px;
    overflow: hidden;
}
.ab-product-stage img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.ab-page-hero{
  position:relative;
  padding:4.5rem 0 3.5rem;
  text-align:center;
  background:
    radial-gradient(ellipse 60% 70% at 50% 0%, rgba(200,255,61,0.14), transparent 70%),
    var(--bg);
  border-bottom:1px solid var(--border);
  overflow:hidden;
}
.ab-breadcrumb{
  display:inline-flex; align-items:center; gap:.5rem;
  color:var(--text-mute-2); font-size:.85rem; margin-top:1rem;
}
.ab-breadcrumb a{ color:var(--text-muted); }
.ab-breadcrumb a:hover{ color:var(--accent); }
.ab-breadcrumb .bi{ font-size:.65rem; }
.ab-page-hero .ab-wave{ bottom:-2px; opacity:.7; }