/* ============================================================
   Marka Group — Yön B (krem + dərin yaşıl)
   HoReCa distribütoru · statik prototip (OpenCart-uyğun struktur)
   ============================================================ */

:root {
  --cream: #f4f1e9;
  --cream-2: #fbf9f3;
  --ink: #1c2a1f;       /* dərin yaşıl-qara mətn */
  --green: #2f6b3f;     /* əsas yaşıl */
  --green-700: #255733;
  --accent: #cf4a2e;    /* terrakota vurğu (partnyorlar başlığı) */
  --line: #e2dccc;
  --muted: #4f5a4d;
  --muted-2: #6f6a5e;
  --sage: #7d8a6c;
  --radius: 18px;
  --radius-md: 14px;
  --radius-sm: 12px;
  --shadow: 0 14px 40px -22px rgba(28, 42, 31, 0.45);
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
  --ff: "Poppins", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
::selection { background: var(--green); color: #fff; }

.container { width: min(1240px, 100% - 3rem); margin-inline: auto; }

/* Daxili səhifələr: yuxarı (başlıq) krem, alt hissə ağımtıl (cream-2) */
body.page { background: var(--cream-2); }
body.page .catalog-hero { background: var(--cream); }
/* kartlar ağımtıl fonda itməsin — istiyə (krem) çevrilir */
body.page .prod,
body.page .value-card,
body.page .brand { background: var(--cream); }
body.page .filter:not(.is-active) { background: var(--cream); }
/* başlıqdan sonrakı ilk bölmənin yuxarı boşluğunu azalt (artıq pay olmasın) */
body.page .catalog-hero + .section { padding-top: clamp(1.8rem, 3vw, 2.6rem); }

/* ---------- helpers ---------- */
.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--green);
  border: 1px solid #c9d3bf;
  padding: 0.45rem 0.9rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1.6rem;
}
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section__title {
  font-weight: 700;
  font-size: clamp(1.9rem, 3.8vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.section__head { max-width: 640px; margin-bottom: 2.4rem; }
.section__head--row {
  max-width: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.8rem;
}
.section__sub { margin-top: 1rem; color: var(--muted); font-size: 1.05rem; }

.link-arrow { font-weight: 600; color: var(--green); white-space: nowrap; }
.link-arrow:hover { color: var(--green-700); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.95rem 1.7rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn--green { background: var(--green); color: var(--cream); }
.btn--green:hover { background: var(--green-700); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: #c2cbb4; }
.btn--ghost:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
.btn--cream { background: var(--cream); color: var(--ink); }
.btn--cream:hover { background: #fff; transform: translateY(-2px); }
.btn--block { width: 100%; }

/* ============================================================
   Header
   ============================================================ */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 1.6rem 0;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.header.scrolled {
  background: rgba(244, 241, 233, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
  padding: 1rem 0;
}
.header__inner { display: flex; align-items: center; gap: 1.5rem; }

.logo { display: inline-flex; align-items: center; gap: 0.6rem; }
/* land böyük görünür, amma mənfi şaquli boşluqlarla header hündürlüyünü artırmır
   (SVG-nin daxili boşluğuna girir, menyuya toxunmur) */
.logo__img { height: 82px; width: auto; display: block; margin: -18px 0; }
.logo__dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--green); flex: none;
}
.logo__text { font-weight: 700; font-size: 1.3rem; letter-spacing: 0.01em; }
.logo--light .logo__text { color: var(--cream); }

.nav { margin-left: auto; display: flex; gap: 2.1rem; }
.nav a {
  font-weight: 500; font-size: 1.05rem; color: #3c4a3e;
  position: relative; transition: color 0.2s ease;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -5px;
  width: 0; height: 2px; background: var(--green); border-radius: 2px;
  transition: width 0.25s ease;
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }
.nav__cta { padding: 0.6rem 1.3rem; font-size: 0.9rem; }

/* WhatsApp düyməsi (header) */
.wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--green);
  color: var(--cream);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.55rem 1.2rem;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease, transform 0.2s ease;
}
.wa-btn:hover { background: var(--green-700); transform: translateY(-2px); }
/* mono ikon (qara PNG) → ağ rəng, yaşıl düymədə oxunaqlı */
.wa-btn img { width: 18px; height: 18px; flex: none; display: block; filter: brightness(0) invert(1); }

/* Dil keçidi (planet ikonu + AZ/EN) */
.lang { position: relative; }
.lang__btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  background: transparent;
  border: none;
  color: var(--ink);
  cursor: pointer;
  transition: color 0.2s ease;
}
.lang__btn:hover { color: var(--green); }
.lang__btn svg { width: 21px; height: 21px; }
.lang__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  flex-direction: column;
  min-width: 66px;
  padding: 5px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  z-index: 60;
}
.lang.open .lang__menu { display: flex; }
.lang__opt {
  padding: 0.5rem 0.7rem;
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted-2);
  text-align: center;
  cursor: pointer;
}
.lang__opt:hover { background: var(--cream-2); color: var(--ink); }
.lang__opt.is-active { color: var(--green); }

.burger {
  display: none; margin-left: auto;
  width: 42px; height: 42px;
  background: none; border: none; cursor: pointer;
  flex-direction: column; justify-content: center; gap: 5px;
}
.burger span {
  display: block; width: 24px; height: 2.5px; margin-inline: auto;
  background: var(--ink); border-radius: 3px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ============================================================
   Hero
   ============================================================ */
.hero { padding-top: clamp(6.5rem, 12vw, 9rem); }
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
/* Sol sütun səhifə şəbəkəsi ilə düzlənir, sağ media isə ekranın sağ kənarına qədər uzanır */
.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* uşaq elementlər mətnin eninə görə ölçülənir, dartılmır */
  padding: 0 clamp(2rem, 4vw, 3.5rem) clamp(3rem, 6vw, 5rem)
           max((100vw - 1240px) / 2, 1.5rem);
}
.hero__title {
  font-weight: 700;
  font-size: clamp(2.6rem, 6vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
}
.hero__lead {
  margin-top: 1.6rem;
  font-size: 1.18rem;
  color: var(--muted);
  max-width: 30rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.1rem; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 2.2rem; margin-top: 2.9rem; }
.stat b {
  display: block; font-size: 1.9rem; font-weight: 700;
  color: var(--green); line-height: 1; letter-spacing: -0.02em;
}
.stat span { font-size: 0.85rem; color: var(--muted-2); }

.hero__media {
  position: relative;
  min-height: 480px;
  background: linear-gradient(160deg, #d9e0cc, #c3cdaf);
  background-size: cover;
  background-position: center;
  display: flex; align-items: flex-end;
  padding: 1.9rem;
  overflow: hidden;
}
.hero__media-tag {
  position: absolute; top: 1.9rem; left: 1.9rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em;
  color: var(--sage); text-transform: uppercase;
}
.hero__media-card {
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.4rem;
  box-shadow: var(--shadow-soft);
}
.hero__media-card b { display: block; font-size: 0.9rem; font-weight: 700; }
.hero__media-card span { font-size: 0.82rem; color: var(--muted-2); }

/* marquee animasiyası — müştəri logo lenti üçün istifadə olunur */
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   Haqqımızda — bento
   ============================================================ */
.section__head--center { margin-inline: auto; text-align: center; }

.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 320px;
  gap: 16px;
}
.bento__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.9rem;
  border-radius: 14px;
  overflow: hidden;
  color: var(--ink);
  transition: box-shadow 0.4s ease;
}
/* arxa fon ayrıca qatda — hover-da yumşaq zoom (Ken Burns), kart yerində qalır */
.bento__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--bento-bg);
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.bento__card:hover::before { transform: scale(1.07); }
.bento__card--wide { grid-column: span 2; }
.bento__card--dark { color: var(--cream); }

/* placeholder fonlar (real foto: style="--bento-bg:url('assets/img/horeca-1.jpg')") */
.bento__card--sand1   { --bento-bg: linear-gradient(160deg, #efe7da, #e5dbc9); }
.bento__card--sand2   { --bento-bg: linear-gradient(160deg, #e8ddca, #dccfb6); }
.bento__card--green   { --bento-bg: linear-gradient(160deg, #3a7d4c, #245431); }
.bento__card--olive   { --bento-bg: linear-gradient(160deg, #828e72, #5c6650); }
.bento__card--neutral { --bento-bg: linear-gradient(160deg, #eae0d0, #ded7c5); }

/* scrim — mətnin fotoda oxunaqlığı üçün; hover-da bir az dərinləşir */
.bento__card::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  transition: background 0.4s ease;
}
.bento__card--scrim-light::after { background: linear-gradient(transparent 32%, rgba(247, 243, 235, 0.6)); }
.bento__card--scrim-dark::after  { background: linear-gradient(transparent 22%, rgba(18, 26, 17, 0.62)); }
.bento__card--scrim-light:hover::after { background: linear-gradient(transparent 22%, rgba(247, 243, 235, 0.74)); }
.bento__card--scrim-dark:hover::after  { background: linear-gradient(transparent 14%, rgba(18, 26, 17, 0.74)); }

.bento__tag {
  position: absolute; top: 1.5rem; left: 1.9rem; z-index: 2;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: #a59f8d;
}
.bento__card--dark .bento__tag { color: rgba(244, 241, 233, 0.65); }

.bento__txt { position: relative; z-index: 2; }
.bento__txt h3 { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; }
.bento__txt p { margin-top: 0.55rem; font-size: 0.95rem; color: var(--muted); max-width: 30ch; }
.bento__card--dark .bento__txt p { color: rgba(244, 241, 233, 0.85); }

/* ============================================================
   Kataloq / kateqoriyalar
   ============================================================ */
.products { background: var(--cream-2); }
.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.cat {
  display: block;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.cat:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #c9d3bf; }
.cat__photo {
  height: 130px;
  border-radius: 7px;
  background: linear-gradient(160deg, #e6e1d3, #d6d2c0);
  display: grid; place-items: center;
  margin-bottom: 0.9rem;
}
.cat__photo span {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em;
  color: #a59f8d; text-transform: uppercase;
}
.cat__body { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.cat__name { font-size: 1rem; font-weight: 600; }
.cat__more { font-size: 0.82rem; font-weight: 600; color: var(--sage); white-space: nowrap; }
.cat:hover .cat__more { color: var(--green); }

.products__note {
  margin-top: 2.4rem; text-align: center;
  color: var(--muted); font-size: 1rem;
}
.products__note a { color: var(--green); font-weight: 600; border-bottom: 1px solid #c9d3bf; }
.products__note a:hover { border-color: var(--green); }

/* ============================================================
   Hansı biznes bizi seçir
   ============================================================ */
.tabs {
  position: relative;
  display: flex;
  gap: 4px;
  width: min(760px, 100%);
  margin: 0 auto 2.4rem;
  padding: 5px;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
/* sürüşən pill — aktiv tab-ın altına spring effekti ilə keçir (CodePen "Apple Liquid Glass") */
.tabs__pill {
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;   /* JS dəqiq hündürlüyü/eni təyin edir */
  width: 0;
  background: #d4e4bf;
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 14px -6px rgba(28, 42, 31, 0.3);
  transform: translate(0, -50%);
  transition: transform 0.5s cubic-bezier(0.34, 1.2, 0.64, 1),
              width 0.5s cubic-bezier(0.34, 1.2, 0.64, 1);
  z-index: 0;
  pointer-events: none;
}
.tabs__btn {
  position: relative;
  flex: 1;
  padding: 0.85rem 1rem;
  border: none;
  border-radius: var(--radius-sm);
  background: transparent;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--muted-2);
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s ease;
}
.tabs__btn:hover { color: var(--ink); }
.tabs__btn.is-active { color: var(--green-700); }
.tabs__btn:active { transform: scale(0.97); }

.biz-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.biz-grid[hidden] { display: none; } /* [hidden] .biz-grid display-ni üstələyirdi */
.biz-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  min-height: 220px;
  padding: 2rem 1.2rem;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.biz-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #c9d3bf; }
.biz-card__icon { display: inline-flex; }
.biz-card__icon svg { width: 54px; height: 54px; }
.biz-card__label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  text-align: center;
}

/* ============================================================
   Müştərilər — logo lenti (marquee)
   ============================================================ */
.clients { padding-bottom: clamp(3.5rem, 7vw, 6rem); }
.clients .section__head { margin-bottom: 2.2rem; }

.logos {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.logos__track {
  display: inline-flex;
  align-items: center;
  animation: marquee 34s linear infinite;
  will-change: transform;
}
/* hər element bərabər enli vahiddir (en + margin) — -50% döngə qüsursuz olsun */
.logos__track > * { margin-right: 1.2rem; }
.logos:hover .logos__track { animation-play-state: paused; }
.logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 96px;
  flex: none;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #a59f8d;
}

/* ============================================================
   Logistika
   ============================================================ */
.logistics__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
.logistics__media {
  position: relative;
  min-height: 380px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, #cfd8c0, #bcc7a3);
  overflow: hidden;
}
.logistics__lead { margin-top: 1rem; color: var(--muted); font-size: 1.1rem; max-width: 30rem; }
.logistics__list {
  list-style: none; display: flex; flex-wrap: wrap; gap: 2.4rem;
  margin-top: 2rem;
}
.logistics__list b {
  display: block; font-size: 1.7rem; font-weight: 700;
  color: var(--green); line-height: 1;
}
.logistics__list span { font-size: 0.85rem; color: var(--muted-2); }

/* ============================================================
   CTA + Əlaqə
   ============================================================ */
.cta {
  background: var(--green);
  color: var(--cream);
  border-radius: var(--radius);
  padding: clamp(2.4rem, 4vw, 3.4rem);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}
.cta__text h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.12; }
.cta__text p { margin-top: 0.8rem; color: rgba(244, 241, 233, 0.82); font-size: 1.02rem; }
.cta__form { display: grid; gap: 0.7rem; }
.cta__form input {
  width: 100%;
  background: rgba(244, 241, 233, 0.12);
  border: 1.5px solid rgba(244, 241, 233, 0.25);
  border-radius: var(--radius-sm);
  padding: 0.9rem 1.1rem;
  color: var(--cream);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.cta__form input::placeholder { color: rgba(244, 241, 233, 0.6); }
.cta__form input:focus { outline: none; border-color: var(--cream); background: rgba(244, 241, 233, 0.18); }
.form__status { min-height: 1.1em; font-size: 0.9rem; font-weight: 600; }
.form__status.ok { color: #d9f2c4; }
.form__status.err { color: #ffd7cf; }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--ink); color: #cfc8bd; }
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  padding: clamp(2.6rem, 5vw, 3.6rem) 0 2.4rem;
}
.footer__logo {
  display: inline-block;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cream);
}
.footer__logo .accent { color: var(--accent); }
.footer__logo img { height: 66px; width: auto; display: block; }
.footer__about {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(207, 200, 189, 0.7);
  max-width: 36ch;
}
.footer__h {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(207, 200, 189, 0.5);
  margin-bottom: 1.1rem;
}
.footer__col { display: flex; flex-direction: column; align-items: flex-start; gap: 0.7rem; }
.footer__col a,
.footer__col span { font-size: 0.95rem; color: #cfc8bd; }
.footer__col a { transition: color 0.2s ease; }
.footer__col a:hover { color: #fff; }

.footer__bar { border-top: 1px solid rgba(244, 241, 233, 0.09); }
.footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.3rem 0;
  font-size: 0.86rem;
  color: rgba(207, 200, 189, 0.55);
}

/* ============================================================
   Kataloq səhifəsi
   ============================================================ */
.nav a.is-current { color: var(--ink); }
.nav a.is-current::after { width: 100%; }

.catalog-hero {
  padding-top: clamp(6.5rem, 12vw, 8.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.catalog-hero__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.catalog-hero__note {
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 28rem;
}

.catalog { padding-top: clamp(2rem, 4vw, 3rem); }

/* filtr pilləri */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.4rem;
}
.filter {
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.65rem 1.25rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.filter:hover { border-color: #c9d3bf; transform: translateY(-1px); }
.filter.is-active {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

/* məhsul kartları */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.prod {
  display: flex;
  flex-direction: column;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.prod[hidden] { display: none; } /* filtr gizlədəndə grid elementini söndür */
.prod:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #c9d3bf; }
.prod__photo {
  position: relative;
  height: 170px;
  background: linear-gradient(160deg, #e9e3d4, #d8d3c1);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.8rem;
}
.prod__badge {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--muted-2);
  background: rgba(244, 241, 233, 0.85);
  border-radius: var(--radius-sm);
  padding: 0.3rem 0.7rem;
}
.prod__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.1rem 1.2rem 1.3rem;
}
.prod__name { font-size: 1.05rem; font-weight: 600; line-height: 1.25; }
.prod__spec { font-size: 0.9rem; color: var(--muted-2); }
.prod__cta {
  margin-top: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--green);
}
.prod__cta:hover { color: var(--green-700); }

.catalog__empty {
  margin-top: 1rem;
  color: var(--muted-2);
  font-size: 1rem;
}

/* ============================================================
   Partnyorlar səhifəsi
   ============================================================ */
.accent { color: var(--accent); }
.accent-green { color: var(--green); }
.eyebrow--accent { color: var(--accent); border-color: rgba(207, 74, 46, 0.32); }

.section__title--xl { font-size: clamp(2.4rem, 5.5vw, 3.7rem); line-height: 1.05; }

.page-lead {
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: 1.12rem;
  max-width: 34rem;
}

.brands {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  padding: 1.5rem;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #a59f8d;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.brand:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #c9d3bf;
  color: var(--muted);
}

/* ============================================================
   Əlaqə + xəritə
   ============================================================ */
.contact { background: var(--cream-2); }
.contact__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  align-self: start; /* mətni yuxarıya hizala (xəritə kartından bir az yuxarı) */
}
.contact__item { display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-start; }
.contact__label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
}
.contact__value { font-size: 1.4rem; font-weight: 600; color: var(--ink); }
a.contact__value:hover { color: var(--green); }
.contact__value--wa { display: inline-flex; align-items: center; gap: 0.6rem; }
.contact__value--wa img { width: 27px; height: 27px; flex: none; display: block; }

.mapcard {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.mapcard__embed { position: relative; aspect-ratio: 16 / 10; background: #e6e2d6; }
.mapcard__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.mapcard__body { padding: 1.4rem 1.6rem 1.6rem; }
.mapcard__badge {
  display: inline-block;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.38rem 0.95rem;
  border-radius: var(--radius-sm);
}
.mapcard__addr { margin-top: 0.95rem; font-size: 1.15rem; font-weight: 600; color: var(--ink); }
.mapcard__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.7rem;
  font-weight: 600;
  color: var(--green);
}
.mapcard__link:hover { color: var(--green-700); }

/* ============================================================
   Haqqımızda səhifəsi
   ============================================================ */
.about-intro__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.about-intro__lead {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
}
.about-intro__body p { color: var(--muted); font-size: 1.08rem; line-height: 1.7; margin-top: 1.1rem; }
.about-intro__body p.about-intro__lead { margin-top: 0; }

.statbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: clamp(2.6rem, 5vw, 3.6rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(1.8rem, 3vw, 2.4rem) 0;
}
.statbar b {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--green);
  line-height: 1;
  letter-spacing: -0.02em;
}
.statbar span { display: block; margin-top: 0.4rem; font-size: 0.9rem; color: var(--muted-2); }

.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.value-card {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.8rem 1.6rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #c9d3bf; }
.value-card__n { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; color: var(--green); }
.value-card h3 { margin-top: 0.7rem; font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; }
.value-card p { margin-top: 0.55rem; color: var(--muted); font-size: 0.96rem; line-height: 1.6; }

/* ============================================================
   Reveal
   ============================================================ */
/* dev.neomax.az kimi — incə və sürətli: 10px qalxma, 0.3s ease-out, yüngül kaskad */
.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.22s ease-out, transform 0.22s ease-out;
  transition-delay: calc(var(--i, 0) * 35ms);
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  /* kompakt header + logo (mobildə mənfi marjin yox, daha az hündürlük) */
  .header { padding: 0.8rem 0; }
  .header.scrolled { padding: 0.6rem 0; }
  .logo__img { height: 48px; margin: 0; }
  .section { padding: clamp(2.6rem, 8vw, 3.6rem) 0; }
  .catalog-hero { padding-top: clamp(4.8rem, 17vw, 6rem); }

  .nav, .nav__cta { display: none; }
  .lang { margin-left: auto; }
  .wa-btn span { display: none; }       /* mobildə yalnız ikon */
  .wa-btn { padding: 0.55rem 0.62rem; }
  .burger { display: flex; margin-left: 0.2rem; }
  .nav.open {
    display: flex; flex-direction: column; gap: 0.2rem;
    position: absolute; inset: calc(100% + 6px) 1.25rem auto 1.25rem;
    background: var(--cream); padding: 0.55rem;
    border: 1px solid var(--line); border-radius: var(--radius-md);
    box-shadow: var(--shadow);
  }
  .nav.open a { padding: 0.85rem 0.8rem; font-size: 1.05rem; border-radius: var(--radius-sm); }
  .nav.open a::after { display: none; }
  .nav.open a:hover, .nav.open a.is-current { background: var(--cream-2); color: var(--ink); }

  .hero__grid, .logistics__grid, .cta, .contact__grid, .about-intro__grid { grid-template-columns: 1fr; }
  .statbar { grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .hero__content { justify-content: flex-start; padding: 0 1.5rem 2.5rem; }
  .hero__media { order: -1; min-height: 280px; }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .brands { grid-template-columns: repeat(3, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 280px; }
  .bento__card--wide { grid-column: span 2; }
  .biz-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem 2.5rem; }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .container { width: calc(100% - 2.2rem); }
  .logo__img { height: 44px; }
  .cats { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  .brands { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: 1fr; }
  .catalog-hero__head { align-items: flex-start; gap: 0.9rem; }
  .section__head--row { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .hero__actions { width: 100%; gap: 0.7rem; }
  .hero__actions .btn { flex: 1; padding-inline: 1rem; }
  .footer__grid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .bento__card--wide { grid-column: span 1; }
  .biz-grid { grid-template-columns: repeat(2, 1fr); }
  .tabs { flex-direction: column; border-radius: var(--radius-sm); }
  .tabs__btn { border-radius: var(--radius-sm); }
  .tabs__pill { display: none; }
  .tabs__btn.is-active { background: #d4e4bf; }
  .hero__stats { gap: 1.4rem; }
  .footer__contacts { margin-left: 0; width: 100%; }
}
