/* ==========================================================
   BeeNaturals / ბინატურალს — Design tokens
   ========================================================== */
:root{
  --cream:        #FFF8EE;
  --cream-deep:    #FBF0DC;
  --amber:        #E08300;
  --amber-deep:    #C96E00;
  --amber-light:   #F5A93D;
  --brown:        #3D1E03;
  --brown-soft:    #6B4423;
  --white:        #FFFFFF;
  --line:         rgba(61,30,3,0.10);
  --shadow-sm:     0 2px 10px rgba(61,30,3,0.06);
  --shadow-md:     0 10px 30px rgba(61,30,3,0.10);
  --shadow-lg:     0 24px 60px rgba(61,30,3,0.16);
  --radius-sm:     12px;
  --radius-md:     20px;
  --radius-lg:     28px;
  --font-display:  'Noto Serif Georgian', serif;
  --font-body:     'Noto Sans Georgian', sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--cream);
  color:var(--brown);
  font-family:var(--font-body);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family:inherit; cursor:pointer; }
input{ font-family:inherit; }

.wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
}

/* subtle hexagon texture across the page */
.hex-field{
  position:fixed; inset:0; z-index:-1; pointer-events:none;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(224,131,0,0.05), transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(224,131,0,0.06), transparent 42%);
  background-color:var(--cream);
}

/* ==========================================================
   Header
   ========================================================== */
.site-header{
  position:sticky; top:0; z-index:60;
  background:rgba(255,248,238,0.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  height:78px;
}
.brand-mark{ height:46px; width:auto; }

.main-nav{ display:flex; gap:36px; }
.main-nav a{
  font-weight:600; font-size:15.5px; color:var(--brown-soft);
  position:relative; padding:6px 0;
  transition:color .2s ease;
}
.main-nav a:hover{ color:var(--amber-deep); }
.main-nav a::after{
  content:""; position:absolute; left:0; bottom:0; height:2px; width:0;
  background:var(--amber); transition:width .25s ease;
}
.main-nav a:hover::after{ width:100%; }

.header-actions{ display:flex; align-items:center; gap:10px; }
.cart-btn{
  display:flex; align-items:center; gap:8px;
  background:linear-gradient(135deg,var(--amber-light),var(--amber-deep));
  color:var(--white);
  border:none; border-radius:999px;
  padding:11px 20px 11px 16px;
  font-weight:700; font-size:14.5px;
  box-shadow:var(--shadow-sm);
  position:relative;
  transition:transform .18s ease, box-shadow .18s ease;
}
.cart-btn:hover{ transform:translateY(-1px); box-shadow:var(--shadow-md); }
.cart-count{
  background:var(--brown);
  color:var(--white);
  font-size:11.5px; font-weight:700;
  min-width:19px; height:19px; padding:0 4px;
  border-radius:999px;
  display:flex; align-items:center; justify-content:center;
  position:absolute; top:-6px; right:-6px;
}
.nav-toggle{
  display:none; flex-direction:column; gap:5px;
  background:none; border:none; padding:8px;
}
.nav-toggle span{ width:22px; height:2px; background:var(--brown); border-radius:2px; }

/* ==========================================================
   Buttons / pills
   ========================================================== */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
  border:none; border-radius:999px;
  padding:15px 30px;
  font-family:var(--font-body);
  font-weight:700; font-size:15.5px;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.btn-primary{
  background:linear-gradient(135deg,var(--amber-light),var(--amber-deep));
  color:var(--white);
  box-shadow:0 10px 24px rgba(224,131,0,0.35);
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 14px 30px rgba(224,131,0,0.42); }
.btn-primary:active{ transform:translateY(0); }
.btn-full{ width:100%; }
.btn-sticky{ position:sticky; bottom:0; }

.pill{
  display:inline-flex; align-items:center; gap:6px;
  background:var(--white);
  border:1px solid var(--line);
  color:var(--amber-deep);
  font-weight:700; font-size:13.5px;
  padding:8px 16px;
  border-radius:999px;
  box-shadow:var(--shadow-sm);
  margin-bottom:22px;
}

.eyebrow{
  display:block;
  font-weight:700; font-size:13px; letter-spacing:.06em; text-transform:uppercase;
  color:var(--amber-deep);
  margin-bottom:10px;
}

/* ==========================================================
   Hero
   ========================================================== */
.hero{ position:relative; padding-top:64px; overflow:hidden; }
.hero-inner{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:56px;
  align-items:center;
  padding-bottom:96px;
}
.hero-title{
  font-family:var(--font-display);
  font-weight:800;
  font-size:clamp(48px,6.4vw,84px);
  line-height:1.02;
  margin:0 0 6px;
  color:var(--brown);
  letter-spacing:-.01em;
}
.hero-sub{
  font-family:var(--font-display);
  font-weight:600;
  font-size:clamp(20px,2.4vw,27px);
  color:var(--amber-deep);
  margin:0 0 18px;
}
.hero-desc{
  max-width:480px;
  font-size:16.5px;
  color:var(--brown-soft);
  margin:0 0 32px;
}

.feature-badges{ display:flex; flex-wrap:wrap; gap:12px; margin-top:36px; }
.feature-badge{
  display:flex; align-items:center; gap:8px;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 16px;
  font-weight:600; font-size:13.5px;
  box-shadow:var(--shadow-sm);
}
.fb-icon{ font-size:16px; }

.hero-visual{ position:relative; display:flex; justify-content:center; }
.hero-card{
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:26px;
  box-shadow:var(--shadow-lg);
  width:100%;
  max-width:440px;
  position:relative;
}
.hero-jar{ border-radius:var(--radius-md); width:100%; }
.hero-badge{
  position:absolute; left:-22px; bottom:-22px;
  background:var(--white);
  border-radius:50%;
  padding:10px;
  box-shadow:var(--shadow-md);
  width:88px; height:88px;
  display:flex; align-items:center; justify-content:center;
  border:1px solid var(--line);
}
.hero-badge img{ width:100%; }

.drip-divider{
  display:block; width:100%; height:70px;
  fill:var(--white);
}
.drip-divider circle{ fill:var(--white); }

/* ==========================================================
   Section head (shared)
   ========================================================== */
.section-head{ max-width:620px; margin:0 auto 52px; text-align:center; }
.section-head h2{
  font-family:var(--font-display);
  font-size:clamp(32px,4vw,44px);
  font-weight:700;
  margin:0 0 14px;
}
.section-head p{ color:var(--brown-soft); font-size:16px; margin:0; }

/* ==========================================================
   Products
   ========================================================== */
.products{ background:var(--white); padding:96px 0 104px; }
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.product-card{
  background:var(--cream);
  border-radius:var(--radius-md);
  overflow:hidden;
  border:1px solid var(--line);
  transition:transform .22s ease, box-shadow .22s ease;
  display:flex; flex-direction:column;
}
.product-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); }

.product-media{
  position:relative;
  aspect-ratio:1/1;
  overflow:hidden;
  background:var(--white);
}
.product-media img{
  width:100%; height:100%; object-fit:cover;
  transition:transform .4s ease;
}
.product-card:hover .product-media img{ transform:scale(1.05); }

.product-card.disabled .product-media img{ filter:grayscale(75%) brightness(0.9); }
.soon-badge{
  position:absolute; inset:0;
  background:rgba(61,30,3,0.28);
  display:flex; align-items:center; justify-content:center;
}
.soon-badge span{
  background:var(--white);
  color:var(--brown);
  font-weight:700; font-size:13.5px;
  padding:9px 18px;
  border-radius:999px;
  box-shadow:var(--shadow-sm);
}

.product-body{ padding:20px 20px 22px; display:flex; flex-direction:column; gap:4px; flex:1; }
.product-title{ font-family:var(--font-display); font-weight:700; font-size:19px; margin:0; }
.product-desc{ color:var(--brown-soft); font-size:14px; margin:0 0 4px; }
.product-weight{
  display:inline-block;
  font-size:12.5px; font-weight:700; color:var(--amber-deep);
  background:rgba(224,131,0,0.10);
  padding:4px 10px; border-radius:999px;
  width:fit-content;
  margin-bottom:14px;
}

.product-actions{
  margin-top:auto;
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
}
.product-price{ font-family:var(--font-display); font-weight:700; font-size:21px; color:var(--brown); }
.product-buttons{ display:flex; align-items:center; gap:8px; }
.icon-add-btn{
  width:40px; height:40px; border-radius:50%;
  border:1px solid var(--line);
  background:var(--white);
  display:flex; align-items:center; justify-content:center;
  transition:background .18s ease, transform .18s ease;
}
.icon-add-btn:hover{ background:var(--cream-deep); transform:translateY(-1px); }
.buy-btn{
  background:linear-gradient(135deg,var(--amber-light),var(--amber-deep));
  color:var(--white); border:none; border-radius:999px;
  padding:11px 20px; font-weight:700; font-size:14px;
  box-shadow:0 6px 16px rgba(224,131,0,0.3);
  transition:transform .18s ease;
}
.buy-btn:hover{ transform:translateY(-1px); }
.buy-btn:disabled, .icon-add-btn:disabled{
  opacity:.45; cursor:not-allowed; box-shadow:none;
}
.buy-btn:disabled:hover, .icon-add-btn:disabled:hover{ transform:none; }

/* ==========================================================
   Delivery
   ========================================================== */
.delivery{ padding:104px 0; }
.delivery-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start;
}
.delivery-info h2{
  font-family:var(--font-display);
  font-size:clamp(30px,3.6vw,40px);
  margin:0 0 16px;
}
.delivery-info p{ color:var(--brown-soft); font-size:15.5px; max-width:460px; }

.contact-block{ margin-top:36px; }
.contact-block h3{ font-family:var(--font-display); font-size:19px; margin:0 0 14px; }
.contact-link{
  display:flex; align-items:center; gap:14px;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-sm);
  padding:14px 16px;
  margin-bottom:10px;
  box-shadow:var(--shadow-sm);
  transition:transform .18s ease;
}
.contact-link:hover{ transform:translateX(4px); }
.contact-icon{ font-size:22px; }
.contact-link strong{ display:block; font-size:14.5px; }
.contact-link small{ color:var(--brown-soft); font-size:13px; }

.rate-list{
  background:var(--white);
  border-radius:var(--radius-md);
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.rate-item{
  display:flex; align-items:center; justify-content:space-between;
  padding:19px 24px;
  border-bottom:1px solid var(--line);
}
.rate-item:last-child{ border-bottom:none; }
.rate-zone strong{ display:block; font-size:15px; }
.rate-zone small{ color:var(--brown-soft); font-size:12.5px; }
.rate-price{
  font-family:var(--font-display); font-weight:700; font-size:17px;
  color:var(--amber-deep);
  background:rgba(224,131,0,0.10);
  padding:6px 14px; border-radius:999px;
  white-space:nowrap;
}

/* ==========================================================
   Footer
   ========================================================== */
.site-footer{ background:var(--brown); color:var(--cream); padding:56px 0 0; }
.footer-inner{ display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:24px; padding-bottom:36px; }
.footer-mark{ height:38px; filter:brightness(0) invert(1); margin-bottom:12px; opacity:.92;}
.footer-brand p{ max-width:280px; font-size:14px; color:rgba(255,248,238,0.7); }
.footer-links{ display:flex; gap:26px; }
.footer-links a{ font-weight:600; font-size:14.5px; color:rgba(255,248,238,0.85); }
.footer-links a:hover{ color:var(--amber-light); }
.footer-bottom{
  text-align:center; font-size:12.5px;
  color:rgba(255,248,238,0.5);
  border-top:1px solid rgba(255,248,238,0.12);
  padding:18px 0;
}

/* ==========================================================
   Cart drawer
   ========================================================== */
.overlay{
  position:fixed; inset:0; background:rgba(61,30,3,0.45);
  opacity:0; pointer-events:none; transition:opacity .25s ease;
  z-index:70;
}
.overlay.active{ opacity:1; pointer-events:auto; }

.cart-drawer{
  position:fixed; top:0; right:0; bottom:0;
  width:min(420px,100%);
  background:var(--cream);
  z-index:80;
  transform:translateX(100%);
  transition:transform .32s cubic-bezier(.4,0,.2,1);
  display:flex; flex-direction:column;
  box-shadow:-16px 0 40px rgba(61,30,3,0.18);
}
.cart-drawer.open{ transform:translateX(0); }
.drawer-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:22px 24px; border-bottom:1px solid var(--line);
  background:var(--white);
}
.drawer-head h3{ font-family:var(--font-display); font-size:20px; margin:0; }
.icon-btn{
  width:36px; height:36px; border-radius:50%;
  border:1px solid var(--line); background:var(--white);
  display:flex; align-items:center; justify-content:center;
  font-size:15px; color:var(--brown-soft);
}
.icon-btn:hover{ background:var(--cream-deep); }

.drawer-body{ flex:1; overflow-y:auto; padding:18px 24px; }
.drawer-empty{ text-align:center; color:var(--brown-soft); padding:60px 0; font-size:14.5px; }

.cart-line{
  display:flex; gap:14px; align-items:center;
  padding:14px 0; border-bottom:1px solid var(--line);
}
.cart-line img{ width:60px; height:60px; border-radius:12px; object-fit:cover; }
.cart-line-info{ flex:1; min-width:0; }
.cart-line-info strong{ display:block; font-size:14.5px; }
.cart-line-info small{ color:var(--brown-soft); font-size:12.5px; }
.qty-control{ display:flex; align-items:center; gap:10px; margin-top:6px; }
.qty-control button{
  width:24px; height:24px; border-radius:50%;
  border:1px solid var(--line); background:var(--white);
  font-size:14px; line-height:1; display:flex; align-items:center; justify-content:center;
}
.cart-line-price{ font-weight:700; font-size:14.5px; white-space:nowrap; }
.remove-line{ background:none; border:none; color:var(--brown-soft); font-size:12px; text-decoration:underline; margin-top:4px; padding:0; }

.drawer-foot{ padding:20px 24px; border-top:1px solid var(--line); background:var(--white); }
.drawer-total{ display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; font-size:16px; }
.drawer-total strong{ font-family:var(--font-display); font-size:22px; color:var(--amber-deep); }

/* ==========================================================
   Checkout modal
   ========================================================== */
.modal-overlay{
  position:fixed; inset:0; background:rgba(61,30,3,0.5);
  display:flex; align-items:center; justify-content:center;
  padding:20px;
  opacity:0; pointer-events:none;
  transition:opacity .25s ease;
  z-index:90;
}
.modal-overlay.active{ opacity:1; pointer-events:auto; }
.modal{
  background:var(--cream);
  border-radius:var(--radius-lg);
  width:100%; max-width:640px;
  max-height:88vh;
  display:flex; flex-direction:column;
  box-shadow:var(--shadow-lg);
  transform:translateY(16px) scale(.98);
  transition:transform .28s ease;
}
.modal-overlay.active .modal{ transform:translateY(0) scale(1); }

.modal-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:22px 26px; border-bottom:1px solid var(--line);
  background:var(--white);
  border-radius:var(--radius-lg) var(--radius-lg) 0 0;
}
.modal-head h3{ font-family:var(--font-display); font-size:21px; margin:0; }
.modal-body{ overflow-y:auto; padding:24px 26px 0; }

.order-summary{
  background:var(--cream-deep);
  border-radius:var(--radius-sm);
  padding:18px 20px;
  margin-bottom:24px;
}
.order-summary h4{ font-family:var(--font-display); font-size:16px; margin:0 0 12px; }
.summary-item-row{ display:flex; justify-content:space-between; font-size:14px; padding:4px 0; color:var(--brown-soft); }
.summary-row{ display:flex; justify-content:space-between; font-size:14.5px; padding:6px 0; }
.summary-total{
  border-top:1px solid var(--line); margin-top:8px; padding-top:10px;
  font-weight:700; font-size:17px;
}
.summary-total span:last-child{ color:var(--amber-deep); font-family:var(--font-display); }

.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:22px; }
.field{ display:flex; flex-direction:column; gap:6px; }
.field label{ font-size:13px; font-weight:700; color:var(--brown-soft); }
.field input{
  border:1px solid var(--line); border-radius:10px;
  padding:12px 14px; font-size:14.5px;
  background:var(--white); color:var(--brown);
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease;
}
.field input:focus{ border-color:var(--amber); box-shadow:0 0 0 3px rgba(224,131,0,0.16); }

.field-group{ margin-bottom:22px; }
.field-group h4{ font-family:var(--font-display); font-size:15.5px; margin:0 0 12px; }

.radio-list{ display:flex; flex-direction:column; gap:8px; }
.radio-line{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
  border:1px solid var(--line); border-radius:10px;
  padding:12px 14px; font-size:14px;
  background:var(--white);
  cursor:pointer;
}
.radio-line:has(input:checked){ border-color:var(--amber); background:rgba(224,131,0,0.06); }
.radio-line-label{ display:flex; align-items:center; gap:10px; }
.radio-line span.zone-price{ font-weight:700; color:var(--amber-deep); }

.pay-cards{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.pay-card{
  display:flex; align-items:center; gap:10px;
  border:1px solid var(--line); border-radius:12px;
  padding:14px; background:var(--white); cursor:pointer;
}
.pay-card:has(input:checked){ border-color:var(--amber); box-shadow:0 0 0 3px rgba(224,131,0,0.12); }
.pay-card input{ position:absolute; opacity:0; width:0; height:0; }
.pay-icon{ font-size:20px; }
.pay-card strong{ display:block; font-size:13.5px; }
.pay-card small{ color:var(--brown-soft); font-size:11.5px; }

.btn-sticky{ margin:8px 0 22px; font-size:16px; padding:17px; }

/* ==========================================================
   Checkout success view
   ========================================================== */
.success-view{ text-align:center; padding:12px 4px 28px; }
.success-icon{
  width:64px; height:64px; border-radius:50%;
  background:var(--amber); color:var(--white);
  display:flex; align-items:center; justify-content:center;
  font-size:28px; margin:0 auto 18px;
}
.success-view h4{ font-family:var(--font-display); font-size:21px; margin:0 0 10px; }
.success-view p{ color:var(--brown-soft); font-size:14.5px; margin:0 0 8px; line-height:1.6; }
.success-contact a{ color:var(--amber-deep); font-weight:700; text-decoration:underline; }
.success-view .btn{ margin-top:18px; }

/* ==========================================================
   Toast
   ========================================================== */
.toast{
  position:fixed; bottom:28px; left:50%;
  transform:translate(-50%,120%);
  background:var(--brown); color:var(--cream);
  padding:16px 26px; border-radius:999px;
  display:flex; align-items:center; gap:10px;
  font-weight:600; font-size:14.5px;
  box-shadow:var(--shadow-lg);
  z-index:100;
  transition:transform .35s cubic-bezier(.4,0,.2,1);
}
.toast.show{ transform:translate(-50%,0); }
.toast-icon{
  width:22px; height:22px; border-radius:50%;
  background:var(--amber); color:var(--white);
  display:flex; align-items:center; justify-content:center;
  font-size:13px;
}

/* ==========================================================
   Responsive
   ========================================================== */
@media (max-width:920px){
  .hero-inner{ grid-template-columns:1fr; padding-bottom:70px; }
  .hero-visual{ order:-1; max-width:420px; margin:0 auto; }
  .hero-desc{ max-width:none; }
  .delivery-inner{ grid-template-columns:1fr; }
  .product-grid{ grid-template-columns:repeat(2,1fr); }
}

@media (max-width:720px){
  .main-nav{
    position:fixed; top:78px; left:0; right:0;
    background:var(--cream);
    flex-direction:column; gap:0;
    border-bottom:1px solid var(--line);
    transform:translateY(-130%);
    transition:transform .28s ease;
    padding:8px 24px 18px;
    z-index:59;
  }
  .main-nav.open{ transform:translateY(0); }
  .main-nav a{ padding:14px 0; border-bottom:1px solid var(--line); }
  .nav-toggle{ display:flex; }
  .cart-btn span:not(.cart-count){ display:none; }
  .cart-btn{ padding:11px; }
  .form-grid{ grid-template-columns:1fr; }
  .pay-cards{ grid-template-columns:1fr; }
}

@media (max-width:560px){
  .product-grid{ grid-template-columns:1fr; }
  .hero-title{ font-size:52px; }
  .header-inner{ height:70px; }
  .brand-mark{ height:38px; }
}
