/* ============================================================
   Laimon Fresh Iraq — limonfreshiq.com
   Palette pulled straight from the can artwork
   ============================================================ */
:root {
  --green-deep: #0b5b34;
  --green-dark: #07452a;
  --green-ink:  #04301d;
  --lime:       #a6d71c;
  --lime-soft:  #c9e96a;
  --lemon:      #f2b705;
  --mint-mist:  #dff3e3;
  --badge-red:  #e03a3e;
  --paper:      #f7fbf4;
  --white:      #ffffff;

  --font-latin: "Fredoka", "Vazirmatn", sans-serif;
  --font-arabic: "Vazirmatn", "Fredoka", sans-serif;

  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html[lang="fa"] body, html[lang="ar"] body, html[lang="ckb"] body { font-family: var(--font-arabic); }
body {
  font-family: var(--font-latin);
  background: var(--green-deep);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- bubbles canvas (fixed atmosphere) ---------- */
#bubbles {
  position: fixed; inset: 0;
  width: 100%; height: 100%;
  z-index: 1; pointer-events: none;
  opacity: .5;
}

/* ---------- header ---------- */
header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(16px, 4vw, 48px);
  transition: background .4s, box-shadow .4s;
}
header.scrolled {
  background: rgba(4, 48, 29, .82);
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 24px rgba(0,0,0,.25);
}
.logo img { height: 34px; width: auto; }
nav.main-nav { display: flex; gap: clamp(12px, 2.4vw, 28px); font-weight: 500; font-size: .95rem; }
nav.main-nav a { opacity: .85; transition: opacity .2s, color .2s; }
nav.main-nav a:hover, nav.main-nav a:focus-visible { opacity: 1; color: var(--lime-soft); }

.lang-switch { position: relative; }
.lang-switch button.current {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  color: var(--white);
  border-radius: 999px;
  padding: 7px 16px;
  font-family: inherit; font-size: .9rem; cursor: pointer;
  transition: background .2s;
}
.lang-switch button.current:hover { background: rgba(255,255,255,.22); }
.lang-menu {
  position: absolute; top: calc(100% + 8px); inset-inline-end: 0;
  background: var(--white); color: var(--green-ink);
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.3);
  display: none; min-width: 160px;
}
.lang-menu.open { display: block; }
.lang-menu button {
  display: block; width: 100%;
  padding: 10px 18px; border: 0; background: none;
  font-family: inherit; font-size: .95rem; cursor: pointer;
  text-align: start;
}
.lang-menu button:hover { background: var(--mint-mist); }
.lang-menu button.active { color: var(--green-deep); font-weight: 600; }

/* ---------- shared section bits ---------- */
section { position: relative; z-index: 2; }
.eyebrow {
  display: inline-block;
  font-size: .8rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 14px;
}
html[lang="fa"] .eyebrow, html[lang="ar"] .eyebrow, html[lang="ckb"] .eyebrow { letter-spacing: 0; }
h1, h2 { font-weight: 600; line-height: 1.12; }
h2 { font-size: clamp(1.9rem, 4.6vw, 3.4rem); }

/* ---------- ACT 1 · hero + pinned can ---------- */
.hero-stage { height: 200vh; position: relative; }
.hero-pin {
  background: radial-gradient(120% 90% at 50% 45%, #325c3d 0%, #325c3d 55%, var(--green-deep) 100%);
  position: sticky; top: 0;
  height: 100vh; height: 100dvh;
  display: grid; place-items: center;
  overflow: hidden;
}
.hero-copy { position: absolute; z-index: 3; text-align: center; padding: 0 20px; max-width: 780px; }
.hero-copy h1 {
  font-size: clamp(2.6rem, 8vw, 5.6rem);
  text-shadow: 0 4px 40px rgba(0,0,0,.35);
}
.hero-copy h1 .accent { color: var(--lime-soft); display: block; }
.hero-copy p { margin: 20px auto 30px; max-width: 560px; font-size: clamp(1rem, 2vw, 1.2rem); opacity: .92; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block; border-radius: 999px;
  padding: 13px 30px; font-weight: 600; font-size: 1rem;
  transition: transform .25s var(--ease-out), box-shadow .25s;
  cursor: pointer; border: 0; font-family: inherit;
}
.btn:hover { transform: translateY(-2px); }
.btn-lime { background: var(--lime); color: var(--green-ink); box-shadow: 0 8px 30px rgba(166,215,28,.35); }
.btn-ghost { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.5); }
.btn-ghost:hover { border-color: var(--lime-soft); color: var(--lime-soft); }

/* the star: scroll-scrubbed can */
.can-wrap {
  position: relative; z-index: 2;
  width: min(76vh, 94vw);
  aspect-ratio: 1 / 1;
  will-change: transform;
}
.can-fallback { filter: drop-shadow(0 40px 60px rgba(0,0,0,.45)); }
#canCanvas, .can-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.can-fallback img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .12s linear; }

.scroll-hint {
  position: absolute; bottom: 5vh; left: 50%; transform: translateX(-50%);
  z-index: 3; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; opacity: .7;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
html[lang="fa"] .scroll-hint, html[lang="ar"] .scroll-hint, html[lang="ckb"] .scroll-hint { letter-spacing: .04em; }
.scroll-hint::after {
  content: ""; width: 2px; height: 44px;
  background: linear-gradient(var(--lime), transparent);
  animation: drip 1.6s infinite;
}
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 60% { transform: scaleY(1); } 100% { opacity: 0; } }

/* ---------- ACT 2 · nature's secret ---------- */
.secret {
  background: linear-gradient(180deg, var(--green-deep) 0%, var(--green-dark) 100%);
  padding: 16vh clamp(20px, 6vw, 80px) 14vh;
  text-align: center;
}
.secret h2 { max-width: 700px; margin: 0 auto 8vh; }
.ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; max-width: 1080px; margin: 0 auto; }
.ing-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  padding: 44px 28px 36px;
  backdrop-filter: blur(6px);
  transform: translateY(40px); opacity: 0;
  transition: transform .8s var(--ease-out), opacity .8s;
}
.ing-card.in { transform: none; opacity: 1; }
.ing-card .glyph { font-size: 3rem; line-height: 1; margin-bottom: 18px; display: block; }
.ing-card h3 { font-size: 1.3rem; margin-bottom: 10px; color: var(--lime-soft); }
.ing-card p { font-size: .96rem; opacity: .88; }
.badge-natural {
  display: inline-block; margin-top: 8vh;
  background: var(--badge-red); color: var(--white);
  font-weight: 600; letter-spacing: .06em;
  padding: 12px 28px; border-radius: 999px;
  transform: rotate(-3deg);
  box-shadow: 0 10px 30px rgba(224,58,62,.4);
}

/* floating parallax produce */
.float { position: absolute; z-index: 1; pointer-events: none; will-change: transform; user-select: none; }
.float img { width: 100%; height: auto; filter: drop-shadow(0 16px 26px rgba(0,0,0,.35)); }

/* ---------- ACT 3 · product ---------- */
.product {
  background: var(--paper); color: var(--green-ink);
  padding: 14vh clamp(20px, 6vw, 80px);
}
.product-grid {
  display: grid; grid-template-columns: minmax(280px, 1fr) minmax(300px, 1.1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center; max-width: 1140px; margin: 0 auto;
}
.product .eyebrow { color: var(--green-deep); }
.product h2 { color: var(--green-deep); margin-bottom: 20px; }
.product p.desc { font-size: 1.05rem; opacity: .85; margin-bottom: 34px; max-width: 520px; }
.can-viewer { position: relative; text-align: center; }
.can-viewer img { max-height: 62vh; margin: 0 auto; filter: drop-shadow(0 30px 40px rgba(11,91,52,.25)); transition: opacity .3s; }
.viewer-tabs { display: flex; gap: 10px; justify-content: center; margin-top: 22px; }
.viewer-tabs button {
  border: 2px solid var(--green-deep); background: transparent; color: var(--green-deep);
  border-radius: 999px; padding: 8px 22px; font-family: inherit; font-weight: 600; cursor: pointer;
  transition: background .2s, color .2s;
}
.viewer-tabs button.active, .viewer-tabs button:hover { background: var(--green-deep); color: var(--white); }
.specs { display: flex; gap: 14px; flex-wrap: wrap; }
.spec {
  background: var(--mint-mist); border-radius: 18px;
  padding: 16px 22px; font-weight: 600; color: var(--green-deep);
  font-size: .95rem;
}
.vol-label { margin-top: 18px; font-size: .9rem; opacity: .65; }

/* ---------- ACT 4 · moments (hero video) ---------- */
.moments { position: relative; min-height: 92vh; display: grid; place-items: center; overflow: hidden; background: var(--green-ink); }
.moments video, .moments .video-poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55;
}
.moments .overlay { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 760px; }
.moments p { margin-top: 18px; font-size: clamp(1rem, 2vw, 1.25rem); opacity: .92; }

/* ---------- ACT 5 · B2B ---------- */
.b2b { background: linear-gradient(160deg, var(--green-dark), var(--green-deep)); padding: 14vh clamp(20px, 6vw, 80px); }
.b2b-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 70px); align-items: start; }
.b2b p.lead { opacity: .9; margin-top: 16px; max-width: 480px; }
.b2b form { display: grid; gap: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 26px; padding: 30px; }
.b2b input, .b2b textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.25); background: rgba(4,48,29,.4);
  color: var(--white); border-radius: 14px; padding: 13px 16px;
  font-family: inherit; font-size: .95rem;
}
.b2b input::placeholder, .b2b textarea::placeholder { color: rgba(255,255,255,.55); }
.b2b textarea { min-height: 90px; resize: vertical; }
.b2b .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wa-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; background: #25d366; color: #fff; }

/* ---------- footer ---------- */
footer { background: var(--green-ink); padding: 40px clamp(20px, 6vw, 80px); text-align: center; font-size: .9rem; }
footer .logo-f img { height: 30px; margin: 0 auto 16px; opacity: .9; }
footer p { opacity: .65; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  nav.main-nav { display: none; }
  .product-grid, .b2b-inner { grid-template-columns: 1fr; }
  .b2b .row2 { grid-template-columns: 1fr; }
  #bubbles { opacity: .3; }
  .float { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-hint::after { animation: none; }
  .ing-card { transition: none; transform: none; opacity: 1; }
}

/* ---------- flavors lineup ---------- */
.flavors-block { max-width: 1140px; margin: 12vh auto 0; text-align: center; }
.flavor-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; margin-top: 7vh; }
.flavor-card {
  background: var(--white); border: 1px solid #e4efe0; border-radius: 24px;
  padding: 28px 20px 26px; text-align: center;
  transition: transform .35s var(--ease-out), box-shadow .35s;
}
.flavor-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(11,91,52,.14); }
.flavor-can {
  width: 76px; height: 128px; margin: 0 auto 18px;
  border-radius: 16px 16px 14px 14px;
  background: linear-gradient(160deg, var(--fc2), var(--fc1));
  position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  box-shadow: inset -10px 0 18px rgba(0,0,0,.18), inset 10px 0 18px rgba(255,255,255,.15), 0 10px 22px rgba(11,91,52,.16);
}
.flavor-can::before {
  content: ""; position: absolute; top: -5px; left: 10px; right: 10px; height: 8px;
  border-radius: 999px; background: linear-gradient(#f6d873, #caa634);
}
.fc-dot { width: 22px; height: 22px; border-radius: 50%; border: 2.5px solid rgba(255,255,255,.85); }
.flavor-card h3 { color: var(--green-deep); font-size: 1.15rem; margin-bottom: 4px; }
.fl-t { font-size: .82rem; font-weight: 600; color: #6f8f6b; margin-bottom: 8px; }
.fl-d { font-size: .9rem; opacity: .8; }
.formats-row { margin-top: 8vh; }
.formats-title { color: var(--green-deep); font-size: 1.2rem; margin-bottom: 18px; }
.formats { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.fmt {
  background: var(--green-deep); color: var(--white);
  border-radius: 999px; padding: 10px 22px; font-weight: 600; font-size: .92rem;
}
.formats-note { margin-top: 18px; font-size: .9rem; opacity: .65; }

/* ---------- glyph images & floats ---------- */
.glyph-img { width: 64px; height: 64px; margin: 0 auto 18px; }
.float img { filter: drop-shadow(0 14px 22px rgba(0,0,0,.3)); }

/* ---------- flags in language switcher ---------- */
.lang-switch button.current, .lang-menu button { display: flex; align-items: center; gap: 9px; }
.lang-flag { width: 22px; height: 15px; border-radius: 3px; overflow: hidden; flex: none; box-shadow: 0 0 0 1px rgba(0,0,0,.12); }
.lang-flag svg { width: 100%; height: 100%; display: block; }

/* ---------- products band (مثل سایت اصلی: سبز تیره + قطره‌ها) ---------- */
.products-band {
  max-width: none; margin: 14vh calc(-1 * clamp(20px, 6vw, 80px)) calc(-14vh);
  padding: 12vh clamp(20px, 6vw, 80px) 12vh;
  background:
    radial-gradient(9px 12px at 12% 22%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(6px 8px at 30% 68%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(11px 14px at 55% 35%, rgba(255,255,255,.09), transparent 60%),
    radial-gradient(5px 7px at 72% 80%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(8px 10px at 88% 18%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(6px 8px at 44% 88%, rgba(255,255,255,.07), transparent 60%),
    linear-gradient(180deg, #0a5230, #07452a);
  background-size: 340px 300px, 340px 300px, 340px 300px, 340px 300px, 340px 300px, 340px 300px, 100% 100%;
  color: var(--white);
}
.products-band .eyebrow { color: var(--lime-soft); }
.products-band h2 { color: var(--white); }
.prod-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 5vh 0 5vh; }
.prod-tabs button {
  border: 2px solid rgba(255,255,255,.35); background: transparent; color: var(--white);
  border-radius: 999px; padding: 10px 24px; font-family: inherit; font-weight: 600; font-size: .95rem; cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}
.prod-tabs button.active, .prod-tabs button:hover { background: var(--lime); border-color: var(--lime); color: var(--green-ink); }
.slider-wrap { position: relative; max-width: 1180px; margin: 0 auto; }
.prod-slider {
  display: flex; gap: 24px; overflow-x: auto;
  scroll-snap-type: x mandatory; padding: 8px 4px 20px;
  scrollbar-width: none;
}
.prod-slider::-webkit-scrollbar { display: none; }
.prod-card {
  flex: 0 0 min(320px, 78vw); scroll-snap-align: center;
  display: flex; flex-direction: column;
  transition: transform .35s var(--ease-out);
}
.prod-card:hover { transform: translateY(-6px); }
.prod-img { border-radius: 24px 24px 0 0; overflow: hidden; aspect-ratio: 1; box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.prod-img img { width: 100%; height: 100%; object-fit: cover; }
.prod-info { background: var(--white); color: var(--green-ink); border-radius: 0 0 24px 24px; padding: 20px 20px 22px; text-align: start; }
.prod-info h3 { color: var(--green-deep); font-size: 1.05rem; line-height: 1.3; margin-bottom: 12px; min-height: 2.6em; }
.size-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.chip { border: 1.5px solid var(--green-deep); color: var(--green-deep); border-radius: 999px; padding: 4px 13px; font-size: .82rem; font-weight: 600; }
.chip-hot { background: var(--green-deep); color: var(--white); }
.btn-buy { background: var(--green-deep); color: var(--white); padding: 10px 26px; font-size: .92rem; }
.btn-buy:hover { background: var(--green-dark); }
.sl-arrow {
  position: absolute; top: 40%; transform: translateY(-50%); z-index: 3;
  width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--lime); color: var(--green-ink); font-size: 1.7rem; line-height: 1;
  box-shadow: 0 10px 26px rgba(0,0,0,.3); transition: transform .2s, background .2s;
  display: grid; place-items: center;
}
.sl-arrow:hover { transform: translateY(-50%) scale(1.08); background: var(--lime-soft); }
.sl-prev { inset-inline-start: -18px; }
.sl-next { inset-inline-end: -18px; }
.products-band .formats-note { text-align: center; margin-top: 4vh; opacity: .75; }
@media (max-width: 700px) { .sl-arrow { display: none; } .prod-slider { scroll-snap-type: x proximity; } }

/* ═══════ v4 · بخش‌های سایت اصلی ═══════ */
.band-title { text-align: center; color: var(--white); }
.band-sub { text-align: center; color: var(--lime-soft); font-weight: 600; font-size: 1.15rem; margin-top: 8px; }

/* --- New Flavors --- */
.newtastes { position: relative; padding: 12vh 0 10vh; background: var(--green-dark); overflow: hidden; }
.newtastes-bg { position: absolute; inset: 0; }
.newtastes-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.newtastes-title { position: relative; z-index: 2; text-align: center; margin-bottom: 6vh; text-shadow: 0 4px 30px rgba(0,0,0,.4); }
.newtastes-cards { position: relative; z-index: 2; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; padding: 0 4vw; }
.nt-card { width: min(200px, 40vw); transition: transform .4s var(--ease-out); }
.nt-card:hover { transform: translateY(-12px) rotate(-2deg); }
.nt-card img { filter: drop-shadow(0 24px 34px rgba(0,0,0,.4)); }

/* --- بندهای اسلایدر (گازدار / چای) --- */
.lineup-band {
  padding: 12vh clamp(16px, 5vw, 70px);
  background: linear-gradient(180deg, #0a5230, #07452a);
  overflow: hidden;
}
.tea-band { background: linear-gradient(180deg, #07452a, #0a5230); }
.lineup-band .slider-wrap { margin-top: 6vh; }
.prod-img { position: relative; }
.pi-back { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pi-front { position: relative; z-index: 2; width: 84%; height: 92%; margin: 4% auto 0; object-fit: contain; filter: drop-shadow(0 18px 26px rgba(0,0,0,.35)); }
.sl-arrow img { width: 22px; height: 22px; }

/* --- کارت چای (گرادیان رنگی هر طعم مثل سایت اصلی) --- */
.tea-slider { align-items: stretch; }
.tea-card {
  flex: 0 0 min(520px, 88vw); scroll-snap-align: center;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  border-radius: 26px; overflow: hidden; padding: 26px;
  color: var(--white); align-items: center;
  transition: transform .35s var(--ease-out);
}
.tea-card:hover { transform: translateY(-6px); }
.tgreen  { background: linear-gradient(150deg, #0d6b3a, #7fb832); }
.tyellow { background: linear-gradient(150deg, #6f9a1f, #e8d34a); }
.torange { background: linear-gradient(150deg, #b3441f, #f0903e); }
.tpeach  { background: linear-gradient(150deg, #c96a3c, #f6c58f); }
.tgold   { background: linear-gradient(150deg, #7a5a17, #d9b64a); }
.tblue   { background: linear-gradient(150deg, #1f3f7a, #5a86d1); }
.tea-img img { max-height: 300px; margin: 0 auto; filter: drop-shadow(0 18px 26px rgba(0,0,0,.35)); }
.tea-info h3 { font-size: 1.1rem; line-height: 1.35; margin-bottom: 14px; text-shadow: 0 2px 14px rgba(0,0,0,.3); }
.tea-info .chip { border-color: transparent; color: var(--green-ink); background: var(--white); box-shadow: 0 4px 14px rgba(0,0,0,.18); display: inline-block; margin-bottom: 16px; }
.tea-info .btn-buy { background: rgba(255,255,255,.92); color: var(--green-ink); display: inline-block; }
@media (max-width: 620px) { .tea-card { grid-template-columns: 1fr; text-align: center; } }

/* --- مزایا --- */
.advantages { padding: 12vh clamp(16px, 5vw, 70px); background: var(--paper); }
.adv-title { color: var(--green-deep); }
.adv-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; max-width: 1180px; margin: 6vh auto 0; }
.adv-card { background: var(--white); border: 1px solid #e4efe0; border-radius: 24px; overflow: hidden; transition: transform .35s var(--ease-out), box-shadow .35s; }
.adv-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(11,91,52,.14); }
.adv-img { aspect-ratio: 4/3; overflow: hidden; }
.adv-img img { width: 100%; height: 100%; object-fit: cover; }
.adv-card h3 { color: var(--green-deep); font-size: 1rem; line-height: 1.45; padding: 18px 20px 22px; }

/* --- B2B ارتقایافته: بافت آب + پارتیکل + مخاطبین + نقشه --- */
.b2b { position: relative; overflow: hidden; }
.b2b-water { position: absolute; inset: 0; opacity: .16; }
.b2b-water img { width: 100%; height: 100%; object-fit: cover; }
.b2b-particle { position: absolute; z-index: 1; pointer-events: none; }
.b2b-particle img { width: 100%; filter: drop-shadow(0 14px 22px rgba(0,0,0,.3)); }
.p1 { top: 4%; inset-inline-start: -40px; width: 200px; }
.p2 { bottom: 26%; inset-inline-end: -50px; width: 230px; }
.b2b-inner { position: relative; z-index: 2; }
.contacts { margin-top: 28px; display: grid; gap: 12px; }
.contact { display: flex; gap: 10px; flex-wrap: wrap; font-size: .95rem; }
.contact .c-t { font-weight: 700; color: var(--lime-soft); min-width: 84px; }
.contact a { text-decoration: underline; text-underline-offset: 3px; }
.map-block { position: relative; z-index: 2; max-width: 1180px; margin: 12vh auto 0; }
.map-scroll { overflow-x: auto; margin-top: 5vh; border-radius: 24px; }
.map-img { position: relative; min-width: 760px; }
.map-img > img { width: 100%; border-radius: 24px; }
.map-point { position: absolute; transform: translate(-50%, -100%); background: none; border: 0; cursor: default; display: grid; justify-items: center; gap: 2px; }
.map-point img { width: 22px; }
.map-point span { font-family: inherit; color: var(--white); font-size: .72rem; font-weight: 600; text-shadow: 0 1px 6px rgba(0,0,0,.6); white-space: nowrap; }
.map-point.iraq img { width: 34px; filter: drop-shadow(0 0 12px var(--lime)); }
.map-point.iraq span { font-size: .95rem; color: var(--lime-soft); }

/* ═══════ v5 · اصلاحات فیدبک ═══════ */
/* چیدمان بازیگوش «طعم‌های جدید» مثل سایت اصلی */
.newtastes { min-height: 88vh; display: grid; align-content: center; }
.newtastes-bg img { object-position: center; opacity: 1; }
.newtastes-cards { align-items: center; }
.nt-card:nth-child(1) { transform: rotate(-9deg) translateY(14px); width: min(230px, 42vw); }
.nt-card:nth-child(2) { transform: rotate(6deg) translateY(-10px); }
.nt-card:nth-child(3) { transform: rotate(-4deg) translateY(22px); width: min(240px, 44vw); z-index: 2; }
.nt-card:nth-child(4) { transform: rotate(7deg) translateY(-14px); width: min(180px, 36vw); }
.nt-card:nth-child(5) { transform: rotate(-7deg) translateY(10px); }
.nt-card:hover { transform: translateY(-14px) rotate(0deg) scale(1.05) !important; }

/* اسلایدرها full-bleed: هیچ حاشیه خالی چپ/راست */
.lineup-band { padding-inline: 0; }
.tea-band { }
.lineup-band .band-title, .lineup-band .band-sub { padding-inline: 5vw; }
.lineup-band .slider-wrap { max-width: none; margin-inline: 0; }
.prod-slider { padding-inline: max(4vw, 24px); }
.sl-prev { inset-inline-start: 14px; }
.sl-next { inset-inline-end: 14px; }
.prod-card { flex: 0 0 min(340px, 82vw); }

/* افکت هاور طعم‌ها مثل سایت اصلی: پس‌زمینه زوم + قوطی تاب می‌خورد */
.pi-back { transition: transform .5s var(--ease-out); }
.pi-front { transition: transform .5s var(--ease-out), opacity .18s; transform-origin: 50% 85%; }
.prod-card:hover .pi-back { transform: scale(1.08); }
.prod-card:hover .pi-front { transform: rotate(-7deg) scale(1.05) translateY(-6px); }
.pi-front.swap { opacity: 0; transform: scale(.94); }
.size-chips .chip { cursor: pointer; background: var(--white); font-family: inherit; transition: background .2s, color .2s, transform .15s; }
.size-chips .chip.chip-hot { background: var(--green-deep) !important; color: var(--white) !important; border-color: var(--green-deep); }
.size-chips .chip:hover { transform: translateY(-2px); }
.tea-card .tea-img img { transition: transform .5s var(--ease-out); }
.tea-card:hover .tea-img img { transform: rotate(6deg) scale(1.06); }

/* مزایا: ترکیب‌بندی متوازن */
.adv-cards { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .adv-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .adv-cards { grid-template-columns: 1fr; } }
.adv-img { aspect-ratio: 1/1; background: #fff; display: grid; place-items: center; padding: 10%; }
.adv-img img { width: 100%; height: 100%; object-fit: contain; }
.adv-card { display: flex; flex-direction: column; }
.adv-card h3 { text-align: center; margin-top: auto; }

/* نقشه منطقه‌ای تمیز */
.map-img { min-width: 680px; }
.map-img > img { filter: saturate(1.08); }
.map-point img { width: 26px; }
.map-point span { font-size: .95rem; }
.map-point.iraq { z-index: 3; }
.map-point.iraq img { width: 44px; }
.map-point.iraq span { font-size: 1.25rem; font-weight: 700; }

/* ═══════ v6 · پولیش نهایی ═══════ */
/* قطره‌های پس‌زمینه: ۳۰٪ */
.lineup-band, .tea-band { position: relative; background: linear-gradient(180deg, #0a5230, #07452a) !important; }
.tea-band { background: linear-gradient(180deg, #07452a, #0a5230) !important; }
.lineup-band::before, .tea-band::before {
  content: ""; position: absolute; inset: 0;
  background: url("../img/lf/droplets.png") center/900px repeat;
  opacity: .3; pointer-events: none;
}
.lineup-band > * { position: relative; z-index: 1; }

/* عنوان بندها با eyebrow و ریتم یکدست */
.band-title { font-size: clamp(1.8rem, 4.2vw, 3rem); }
.lineup-band, .advantages, .newtastes { padding-top: 11vh; padding-bottom: 11vh; }

/* کارت محصول: شعاع و سایه یکدست، لبه شیشه‌ای ظریف */
.prod-img { border-radius: 26px 26px 0 0; }
.prod-info { border-radius: 0 0 26px 26px; box-shadow: 0 22px 46px rgba(0,0,0,.24); }
.prod-info h3 { min-height: 2.6em; }
.btn-buy { border-radius: 999px; box-shadow: 0 8px 20px rgba(11,91,52,.28); }
.tea-card { border-radius: 26px; box-shadow: 0 22px 46px rgba(0,0,0,.24); }

/* بند ویدیوی «مزه تازگی» (Seedance) */
.taste { position: relative; min-height: 78vh; display: grid; place-items: center; overflow: hidden; background: var(--green-ink); }
.taste video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.taste .overlay { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 720px; }
.taste .overlay p { margin-top: 16px; opacity: .92; font-size: clamp(1rem, 2vw, 1.2rem); }

/* moments (پروموی برند) کمی روشن‌تر و سینمایی‌تر */
.moments video { opacity: .68; }
.moments::after, .taste::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,48,29,.55), transparent 30%, transparent 70%, rgba(4,48,29,.55));
  pointer-events: none;
}
.moments .overlay, .taste .overlay { z-index: 2; }

/* هدر: لوگو کمی بزرگ‌تر، ناوبری خواناتر */
.logo img { height: 38px; }
nav.main-nav a { font-size: 1rem; }

/* فوتر گرم‌تر */
footer { border-top: 1px solid rgba(255,255,255,.08); padding-block: 48px; }

/* ═══════ v7 · پری‌لودر، لبه گازدار، نقشه، ترکیب‌بندی ═══════ */
.loader {
  position: fixed; inset: 0; z-index: 999;
  display: grid; place-items: center;
  background: radial-gradient(120% 90% at 50% 45%, #325c3d, var(--green-ink));
  transition: opacity .6s var(--ease-out), visibility .6s;
}
.loader.hidden { opacity: 0; visibility: hidden; }
.loader-inner { display: grid; justify-items: center; gap: 26px; }
.loader-inner img { height: 46px; animation: lf-pulse 1.8s ease-in-out infinite; }
@keyframes lf-pulse { 0%,100% { opacity: .55; transform: scale(.97); } 50% { opacity: 1; transform: scale(1.03); } }
.loader-bar { width: 190px; height: 3px; border-radius: 999px; background: rgba(255,255,255,.16); overflow: hidden; }
.loader-bar span { display: block; height: 100%; width: 40%; border-radius: 999px; background: var(--lime); animation: lf-slide 1.25s ease-in-out infinite; }
@keyframes lf-slide { 0% { transform: translateX(-110%); } 100% { transform: translateX(320%); } }

/* حباب‌ها: پررنگ‌تر و روی همه بخش‌ها دیده شوند */
#bubbles { opacity: .85; z-index: 6; }
@media (max-width: 860px) { #bubbles { opacity: .6; } }

/* لایه گازدار لبه‌های صفحه (درخشش ملایم دو طرف) */
body::before, body::after {
  content: ""; position: fixed; top: 0; bottom: 0; width: 13vw; z-index: 5; pointer-events: none;
  background: linear-gradient(90deg, rgba(166,215,28,.10), transparent);
}
body::before { left: 0; }
body::after { right: 0; transform: scaleX(-1); }

/* نقشه: قاب کامل، بدون برش، قاره‌های واضح */
.map-block { margin-top: 14vh; }
.map-scroll { overflow: hidden; border-radius: 28px; background: linear-gradient(160deg, rgba(4,48,29,.55), rgba(11,91,52,.35)); padding: 3% 2%; }
.map-img { min-width: 0; width: 100%; }
.map-img > img { width: 100%; height: auto; filter: none; opacity: .95; }
.map-point span {
  background: rgba(4,48,29,.72); padding: 2px 9px; border-radius: 999px;
  backdrop-filter: blur(4px); font-size: .78rem;
}
.map-point img { width: 18px; filter: drop-shadow(0 0 6px rgba(166,215,28,.7)); }
.map-point.iraq img { width: 30px; animation: iq-pulse 2.4s ease-in-out infinite; }
.map-point.iraq span { background: var(--lime); color: var(--green-ink); font-size: 1rem; font-weight: 700; }
@keyframes iq-pulse { 0%,100% { transform: scale(1); filter: drop-shadow(0 0 8px rgba(166,215,28,.6)); } 50% { transform: scale(1.14); filter: drop-shadow(0 0 20px rgba(166,215,28,1)); } }
@media (max-width: 700px) { .map-point span { font-size: .62rem; padding: 1px 6px; } .map-point img { width: 13px; } }

/* بندهای ویدیویی: ترکیب‌بندی متمرکز و خواناتر */
.moments, .taste { min-height: 86vh; }
.moments .overlay, .taste .overlay {
  background: radial-gradient(120% 100% at 50% 50%, rgba(4,48,29,.55), transparent 72%);
  padding: 46px 34px; border-radius: 32px;
}
.moments .overlay h2, .taste .overlay h2 { text-shadow: 0 6px 34px rgba(0,0,0,.55); }
.moments .overlay p, .taste .overlay p { text-shadow: 0 2px 16px rgba(0,0,0,.5); max-width: 560px; margin-inline: auto; }

/* ریتم عمودی و ترکیب‌بندی یکدست کل صفحه */
section { scroll-margin-top: 80px; }
.band-title + .slider-wrap { margin-top: 6vh; }
.newtastes-title { font-size: clamp(1.9rem, 4.4vw, 3rem); }

/* جهت‌دهی برچسب نقاط نقشه — بدون همپوشانی */
.map-point { position: absolute; }
.map-point span { position: absolute; left: 50%; top: 100%; transform: translate(-50%, 4px); }
.map-point.lbl-nw span { left: auto; right: 100%; top: 50%; transform: translate(-8px, -50%); }
.map-point.lbl-w  span { left: auto; right: 100%; top: 50%; transform: translate(-8px, -50%); }
.map-point.lbl-e  span { left: 100%; top: 50%; transform: translate(8px, -50%); }
.map-point.lbl-sw span { left: auto; right: 100%; top: 100%; transform: translate(-6px, 4px); }
.map-point.lbl-s  span { left: 50%; top: 100%; transform: translate(-50%, 10px); }

/* در عرض‌های کوچک فقط عراق برچسب دارد؛ بقیه با هاور/لمس */
@media (max-width: 1100px) {
  .map-point:not(.iraq) span { opacity: 0; transition: opacity .25s; }
  .map-point:not(.iraq):hover span, .map-point:not(.iraq):focus span { opacity: 1; }
  .map-point:not(.iraq) { cursor: pointer; }
}

/* ═══════ v8 · المان‌های میوه شناور + اصلاح کادرها ═══════ */
.el {
  position: absolute; z-index: 1; pointer-events: none; user-select: none;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.35));
  animation: el-float 9s ease-in-out infinite;
}
@keyframes el-float {
  0%,100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
  50%     { transform: translateY(-18px) rotate(calc(var(--rot, 0deg) + 4deg)); }
}
.el-a { --rot:-12deg; width: 150px; top: 8%;  inset-inline-start: 4%; animation-delay: -1s; }
.el-b { --rot: 14deg; width: 175px; bottom: 30%; inset-inline-end: 3%; animation-delay: -4s; }
.el-c { --rot:-16deg; width: 145px; top: 7%;  inset-inline-end: 5%; animation-delay: -2s; }
.el-d { --rot: 10deg; width: 120px; bottom: 8%; inset-inline-start: 4%; animation-delay: -6s; }
.el-e { --rot: 18deg; width: 155px; top: 9%;  inset-inline-start: 4%; animation-delay: -3s; }
.el-f { --rot:-14deg; width: 125px; bottom: 9%; inset-inline-end: 5%; animation-delay: -5s; }
.el-g { --rot:-10deg; width: 130px; top: 6%;  inset-inline-start: 3%; animation-delay: -2.5s; opacity: .95; }
.el-h { --rot: 12deg; width: 145px; bottom: 6%; inset-inline-end: 4%; animation-delay: -7s; opacity: .95; }
.el-i { --rot: -8deg; width: 165px; top: 14%; inset-inline-start: 7%; animation-delay: -1.5s; }
.el-j { --rot: 16deg; width: 130px; bottom: 16%; inset-inline-start: 12%; animation-delay: -5.5s; }
.el-k { --rot:-18deg; width: 150px; top: 20%; inset-inline-end: 8%; animation-delay: -3.5s; }
@media (max-width: 900px) { .el { width: 92px !important; opacity: .8; } .el-j, .el-k { display: none; } }
@media (prefers-reduced-motion: reduce) { .el { animation: none; } }

/* پارتیکل‌های برند: لبه بریده از کادر بیرون می‌زند (مثل سایت اصلی) */
.b2b-particle { overflow: visible; }
.p1 { top: -6%; inset-inline-start: -8%; width: 250px; }
.p2 { top: 2%; inset-inline-end: -9%; width: 300px; bottom: auto; }

/* کارت محصول: همه قوطی‌ها هم‌اندازه و کامل، بدون کات */
.prod-img { aspect-ratio: 1; overflow: hidden; display: grid; place-items: center; }
.pi-front {
  position: relative; z-index: 2;
  width: 100%; height: 100%; margin: 0;
  padding: 11% 16%; object-fit: contain;
  box-sizing: border-box;
}
.prod-card:hover .pi-front { transform: rotate(-4deg) scale(1.04) translateY(-4px); }

/* چای: قوطی بزرگ‌تر و متناسب با کادر */
.tea-card { grid-template-columns: .92fr 1.08fr; padding: 30px 28px; align-items: center; }
.tea-img { display: grid; place-items: center; }
.tea-img img { max-height: none; width: 100%; height: 300px; object-fit: contain; }
@media (max-width: 620px) { .tea-img img { height: 230px; } }

/* مزایا: تصاویر کامل داخل باکس، بدون برش */
.adv-img { aspect-ratio: 4/3; padding: 12% 14%; background: #fff; }
.adv-img img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.adv-card h3 { padding: 14px 18px 24px; }

/* مزایا: کادر مربع یکدست، تصویر کامل */
.adv-img { aspect-ratio: 1; padding: 14%; }
.adv-card h3 { min-height: 3.6em; display: grid; align-items: center; }

/* ═══════ v9 · چیدمان حرفه‌ای المان‌ها + اصلاح ابعاد ═══════ */
/* المان‌ها: بزرگ، گوشه‌نشین، نیمه‌بیرون از کادر (مثل سایت اصلی) — فقط نعناع و برش لیمو */
.el { filter: drop-shadow(0 20px 34px rgba(0,0,0,.4)); opacity: .96; }
.el-c { --rot:-24deg; width: clamp(140px, 15vw, 250px); top: -46px;  inset-inline-end: -40px; }
.el-d { --rot: 18deg; width: clamp(110px, 11vw, 190px); bottom: -34px; inset-inline-start: -28px; }
.el-f { --rot:-16deg; width: clamp(110px, 11vw, 185px); bottom: -30px; inset-inline-end: -26px; top: auto; }
.el-j { --rot: 22deg; width: clamp(110px, 12vw, 200px); bottom: 6%; inset-inline-start: -34px; }
.el-k { --rot:-26deg; width: clamp(130px, 14vw, 230px); top: -30px; inset-inline-end: -34px; }
@media (max-width: 900px) { .el { width: clamp(90px, 22vw, 130px) !important; opacity: .7; } .el-j { display: none; } }

/* ── New Flavors: قوطی‌های بزرگ و قوس متعادل ── */
.newtastes { min-height: 92vh; }
.newtastes-cards { gap: clamp(6px, 1.4vw, 20px); padding-inline: 3vw; }
.nt-card { width: clamp(150px, 15.5vw, 260px) !important; }
.nt-card:nth-child(1) { transform: rotate(-10deg) translateY(46px); }
.nt-card:nth-child(2) { transform: rotate(-5deg) translateY(6px);  width: clamp(165px, 17vw, 285px) !important; }
.nt-card:nth-child(3) { transform: rotate(2deg)  translateY(-26px); width: clamp(185px, 19.5vw, 330px) !important; z-index: 3; }
.nt-card:nth-child(4) { transform: rotate(6deg)  translateY(6px);  width: clamp(165px, 17vw, 285px) !important; }
.nt-card:nth-child(5) { transform: rotate(11deg) translateY(46px); }
.nt-card img { filter: drop-shadow(0 26px 40px rgba(0,0,0,.45)); }
@media (max-width: 860px) {
  .newtastes-cards { flex-wrap: wrap; justify-content: center; }
  .nt-card { width: clamp(110px, 27vw, 160px) !important; }
  .nt-card:nth-child(n) { transform: rotate(0deg) translateY(0); }
}

/* ── کارت محصول: بطری‌های PET چسبیده به پایین (برش دیده نشود) ── */
.prod-img { align-items: end; }
.pi-front { padding: 8% 14% 0; object-fit: contain; object-position: center bottom; height: 100%; }
.prod-card:hover .pi-front { transform: rotate(-3deg) scale(1.03); }

/* ── چای سرد: نوشیدنی بزرگ و شاخص ── */
.tea-card { grid-template-columns: 1.15fr 1fr; padding: 26px 26px 26px 18px; gap: 6px; }
.tea-img img { height: clamp(280px, 34vh, 420px); width: 100%; object-fit: contain; }
.tea-info h3 { font-size: clamp(1rem, 1.5vw, 1.22rem); }
@media (max-width: 620px) { .tea-card { grid-template-columns: 1fr; } .tea-img img { height: 300px; } }

/* تنظیم نهایی مقیاس: چای و طعم‌های جدید بزرگ‌تر */
.tea-card { flex: 0 0 min(600px, 92vw); grid-template-columns: 1.3fr 1fr; }
.tea-img img { height: clamp(320px, 40vh, 460px); }
.nt-card { width: clamp(170px, 17.5vw, 290px) !important; }
.nt-card:nth-child(2), .nt-card:nth-child(4) { width: clamp(190px, 19.5vw, 320px) !important; }
.nt-card:nth-child(3) { width: clamp(215px, 22.5vw, 370px) !important; }
.newtastes-cards { gap: clamp(14px, 2.6vw, 42px); }
/* جداسازی قطعی قوطی‌های New Flavors */
.newtastes-cards { gap: clamp(20px, 4vw, 68px); }
.nt-card:nth-child(1) { transform: rotate(-8deg) translateY(40px); }
.nt-card:nth-child(2) { transform: rotate(-4deg) translateY(4px); }
.nt-card:nth-child(3) { transform: rotate(0deg)  translateY(-24px); }
.nt-card:nth-child(4) { transform: rotate(4deg)  translateY(4px); }
.nt-card:nth-child(5) { transform: rotate(8deg)  translateY(40px); }
/* اندازه واقعی کارت‌ها (بدون shrink) + فاصله متناسب تا برخورد نکنند */
.newtastes-cards { gap: clamp(10px, 1.8vw, 30px); }
.nt-card { flex: 0 0 auto; width: clamp(120px, 15.6vw, 250px) !important; }
.nt-card:nth-child(2), .nt-card:nth-child(4) { width: clamp(132px, 17vw, 272px) !important; }
.nt-card:nth-child(3) { width: clamp(150px, 19.4vw, 310px) !important; }
