:root {
  --bg: #fff8ed;
  --bg-soft: #fff1da;
  --bg-card: #ffffff;

  --text: #2b2118;
  --text-muted: #6f5c4b;

  --pumpkin: #e87522;
  --pumpkin-dark: #b95412;
  --pumpkin-soft: rgba(232, 117, 34, 0.12);

  --farm-green: #5f7f3a;
  --farm-green-dark: #3f5a25;

  --brown: #6b3f22;
  --cream-border: rgba(107, 63, 34, 0.14);

  --shadow: 0 18px 50px rgba(107, 63, 34, 0.12);
  --shadow-strong: 0 24px 80px rgba(107, 63, 34, 0.2);

  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;

  --container: 1180px;

  --home-ivory: #fbf6ee;
  --home-burgundy: #7d1824;
  --home-burgundy-dark: #5e1019;
  --home-ink: #302923;
}

/* =========================================================
   ABOUT PAGE — shared inner-page brand system
   ========================================================= */

.home-page.about-page .about-intro-hero {
  min-height: min(590px, calc(100svh - 80px)) !important;
  padding: 82px 0 !important;
  background-color: var(--home-ivory) !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(251, 246, 238, 1) 0%,
      rgba(251, 246, 238, 0.98) 38%,
      rgba(251, 246, 238, 0.84) 52%,
      rgba(251, 246, 238, 0.2) 74%,
      rgba(251, 246, 238, 0) 100%
    ),
    url("../assets/backgrounds/hero-meat-background.webp") !important;
  background-repeat: no-repeat !important;
  background-position: center, right center !important;
  background-size: cover, auto 100% !important;
  border-bottom: 1px solid rgba(125, 24, 36, 0.13) !important;
}

.home-page.about-page .about-intro-hero .container {
  width: min(100% - 32px, var(--container));
}

.home-page.about-page .about-intro-hero .section-label,
.home-page.about-page .about-story-section .section-label,
.home-page.about-page .about-values-section .section-label,
.home-page.about-page .about-order-cta .section-label {
  color: var(--home-burgundy) !important;
}

.home-page.about-page .about-intro-hero h1 {
  max-width: 760px !important;
  margin: 10px 0 20px !important;
  color: var(--home-burgundy) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(50px, 5.3vw, 72px) !important;
  font-weight: 700 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
}

.home-page.about-page .about-intro-hero > .container > p:not(.section-label) {
  max-width: 660px !important;
  margin: 0 !important;
  color: var(--home-ink) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.home-page.about-page .about-intro-hero .hero-actions {
  margin-top: 28px !important;
}

.home-page.about-page .about-intro-hero .btn-primary,
.home-page.about-page .about-order-cta .btn-primary {
  border-radius: 5px !important;
  background: var(--home-burgundy) !important;
  color: #fff !important;
}

.home-page.about-page .about-intro-hero .btn-primary:hover,
.home-page.about-page .about-order-cta .btn-primary:hover {
  background: var(--home-burgundy-dark) !important;
}

.home-page.about-page .about-story-section,
.home-page.about-page .about-values-section,
.home-page.about-page .about-order-cta {
  background: transparent !important;
}

.home-page.about-page .about-story-section {
  padding: 86px 0 !important;
}

.home-page.about-page .about-story-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr) !important;
  align-items: center !important;
  gap: 72px !important;
}

.home-page.about-page .about-story-copy h2,
.home-page.about-page .about-values-section h2,
.home-page.about-page .about-order-cta h2 {
  color: var(--home-burgundy) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.045em !important;
}

.home-page.about-page .about-story-copy h2 {
  max-width: 650px !important;
  margin: 10px 0 22px !important;
  font-size: clamp(42px, 4.5vw, 62px) !important;
  line-height: 1.02 !important;
}

.home-page.about-page .about-story-copy > p:not(.section-label) {
  max-width: 680px !important;
  margin: 0 0 16px !important;
  color: rgba(48, 41, 35, 0.76) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.home-page.about-page .about-story-facts {
  display: grid !important;
  gap: 12px !important;
}

.home-page.about-page .about-story-facts article {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 16px !important;
  padding: 20px !important;
  border: 1px solid rgba(125, 24, 36, 0.13) !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 14px 32px rgba(83, 51, 38, 0.08) !important;
}

.home-page.about-page .about-story-facts article > span {
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: rgba(125, 24, 36, 0.09) !important;
  color: var(--home-burgundy) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
}

.home-page.about-page .about-story-facts strong {
  display: block !important;
  margin: 1px 0 6px !important;
  color: var(--home-burgundy) !important;
  font-size: 17px !important;
}

.home-page.about-page .about-story-facts p {
  margin: 0 !important;
  color: rgba(48, 41, 35, 0.7) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.home-page.about-page .about-values-section {
  padding: 82px 0 !important;
  border-top: 1px solid rgba(125, 24, 36, 0.08) !important;
  border-bottom: 1px solid rgba(125, 24, 36, 0.08) !important;
}

.home-page.about-page .about-values-section .section-heading {
  max-width: 780px !important;
}

.home-page.about-page .about-values-section .section-heading h2 {
  font-size: clamp(42px, 4.5vw, 62px) !important;
  line-height: 1.02 !important;
}

.home-page.about-page .about-values-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 36px !important;
}

.home-page.about-page .about-value-card {
  min-height: 235px !important;
  padding: 28px !important;
  border: 1px solid rgba(125, 24, 36, 0.13) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 16px 38px rgba(83, 51, 38, 0.09) !important;
}

.home-page.about-page .about-value-card > span {
  display: inline-block !important;
  margin-bottom: 36px !important;
  color: var(--home-burgundy) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

.home-page.about-page .about-value-card h3 {
  margin: 0 0 10px !important;
  color: var(--home-ink) !important;
  font-size: 22px !important;
}

.home-page.about-page .about-value-card p {
  margin: 0 !important;
  color: rgba(48, 41, 35, 0.7) !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

.home-page.about-page .about-order-cta {
  padding: 72px 0 !important;
  border-top: 1px solid rgba(125, 24, 36, 0.08) !important;
}

.home-page.about-page .about-order-cta .order-cta-inner {
  border: 1px solid rgba(125, 24, 36, 0.15) !important;
  border-radius: 20px !important;
  background: rgba(251, 246, 238, 0.9) !important;
  box-shadow: 0 18px 44px rgba(83, 51, 38, 0.1) !important;
}

.home-page.about-page .footer-links a:hover {
  color: var(--home-burgundy) !important;
}

@media (max-width: 920px) {
  .home-page.about-page .about-intro-hero {
    min-height: calc(100svh - 68px) !important;
    padding: 72px 0 64px !important;
    background-position: center, right center !important;
    background-size: cover, auto 100% !important;
  }

  .home-page.about-page .about-intro-hero h1 {
    font-size: clamp(42px, 11vw, 58px) !important;
  }

  .home-page.about-page .about-intro-hero > .container > p:not(.section-label) {
    font-size: 15px !important;
  }

  .home-page.about-page .about-story-inner {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .home-page.about-page .about-values-grid {
    grid-template-columns: 1fr !important;
  }

  .home-page.about-page .about-value-card {
    min-height: auto !important;
  }

  .home-page.about-page .about-story-section,
  .home-page.about-page .about-values-section {
    padding: 64px 0 !important;
  }
}

@media (max-width: 620px) {
  .home-page.about-page .about-intro-hero {
    position: relative !important;
    min-height: calc(100svh - 68px) !important;
    display: flex !important;
    align-items: flex-end !important;
    padding: 0 0 40px !important;
    isolation: isolate !important;
    background-color: var(--home-ivory) !important;
    background-image: none !important;
  }

  .home-page.about-page .about-intro-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -2;
    height: 45svh;
    background-image: url("../assets/backgrounds/hero-meat-background.webp");
    background-repeat: no-repeat;
    background-position: 82% center;
    background-size: auto 100%;
  }

  .home-page.about-page .about-intro-hero::after {
    content: "";
    position: absolute;
    inset: 19svh 0 auto;
    z-index: -1;
    height: 34svh;
    background: linear-gradient(
      180deg,
      rgba(251, 246, 238, 0) 0%,
      rgba(251, 246, 238, 0.82) 46%,
      var(--home-ivory) 82%
    );
  }

  .home-page.about-page .about-intro-hero .container,
  .home-page.about-page .about-story-section .container,
  .home-page.about-page .about-values-section .container,
  .home-page.about-page .about-order-cta .container {
    width: min(100% - 24px, var(--container)) !important;
  }

  .home-page.about-page .about-intro-hero h1 {
    font-size: clamp(40px, 12vw, 50px) !important;
  }

  .home-page.about-page .about-intro-hero .btn {
    width: 100% !important;
  }

  .home-page.about-page .about-story-section,
  .home-page.about-page .about-values-section {
    padding: 56px 0 !important;
  }

  .home-page.about-page .about-story-copy h2,
  .home-page.about-page .about-values-section .section-heading h2 {
    font-size: clamp(36px, 11vw, 46px) !important;
  }

  .home-page.about-page .about-story-facts article {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 13px !important;
    padding: 18px !important;
  }

  .home-page.about-page .about-story-facts article > span {
    width: 42px !important;
    height: 42px !important;
    font-size: 14px !important;
  }

  .home-page.about-page .about-value-card {
    padding: 23px !important;
  }

  .home-page.about-page .about-value-card > span {
    margin-bottom: 24px !important;
  }

  .home-page.about-page .about-order-cta {
    padding: 54px 0 !important;
  }
}

/* Base */

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

body.cart-open {
  overflow: hidden;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

/* Buttons */

.btn,
.catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

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

.btn-primary,
.catalog-btn {
  background: var(--pumpkin);
  color: #fff;
}

.btn-primary:hover,
.catalog-btn:hover {
  background: var(--pumpkin-dark);
}

.btn-secondary {
  border-color: rgba(95, 127, 58, 0.26);
  color: var(--farm-green-dark);
  background: rgba(95, 127, 58, 0.08);
}

.btn-secondary:hover {
  border-color: var(--farm-green);
  background: rgba(95, 127, 58, 0.14);
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 250, 242, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(234, 217, 194, 0.9);
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.brand-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: inline-block;
  overflow: hidden;
  border-radius: 0;
  font-size: 0;
  color: transparent;
  background-image: url("../assets/galas-grozs-mark.svg?v=2");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
}

.brand-text {
  min-width: 0;
  display: grid;
  gap: 2px;
  line-height: 1.05;
}

.brand-text strong {
  color: var(--text);
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.brand-text small {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(234, 217, 194, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.site-nav a:hover,
.site-nav a.active {
  background: var(--pumpkin);
  color: #fff;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(232, 117, 34, 0.35);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(42, 31, 23, 0.06);
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.header-cta:hover {
  background: var(--pumpkin);
  color: #fff;
  transform: translateY(-1px);
}

.header-contact-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #7d1824;
  border-radius: 5px;
  color: #fff;
  background: #7d1824;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.header-call:hover {
  background: #61101b;
}

.site-nav .mobile-call-link {
  display: none;
}

.nav-toggle {
  display: none;
}

/* Hero */

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(232, 117, 34, 0.2), transparent 32%),
    linear-gradient(135deg, #fff8ed 0%, #fff1da 64%, #f7dfbd 100%);
  border-bottom: 1px solid var(--cream-border);
}

.hero {
  padding: 96px 0;
}

.page-hero {
  padding: 112px 0 84px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 56px;
  align-items: center;
}

.hero-content {
  max-width: 820px;
}

.section-label {
  margin: 0 0 16px;
  color: var(--pumpkin-dark);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 900;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.hero p,
.page-hero p {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--text-muted);
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-note {
  width: fit-content;
  max-width: 650px;
  margin-top: 24px;
  padding: 12px 15px;
  border: 1px solid rgba(232, 117, 34, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 800;
}

.hero-card {
  padding: 28px;
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.hero-card h2 {
  margin: 0 0 22px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-steps {
  display: grid;
  gap: 12px;
}

.hero-steps div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-md);
  background: #fff;
}

.hero-steps strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--pumpkin);
  color: #fff;
  font-weight: 950;
}

.hero-steps span {
  color: var(--text);
  font-weight: 850;
}

/* Sections */

.category-section,
.popular-section,
.how-section,
.trust-section,
.boxes-section,
.catalog-intro,
.order-cta {
  padding: 82px 0;
}

.section-heading,
.catalog-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading h2,
.catalog-heading h2,
.trust-section h2,
.order-cta h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.section-heading p,
.catalog-heading p,
.trust-section p,
.order-cta p {
  color: var(--text-muted);
  font-size: 17px;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

/* Notice */

.notice-box {
  padding: 18px 20px;
  border: 1px solid rgba(232, 117, 34, 0.2);
  border-radius: var(--radius-md);
  background: #fff;
  color: var(--text-muted);
  box-shadow: var(--shadow);
}

.notice-box strong {
  color: var(--pumpkin-dark);
}

/* Category cards */

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

.category-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.category-card:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 117, 34, 0.26);
  box-shadow: var(--shadow-strong);
}

.category-card > span {
  display: none;
}

.category-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pumpkin), rgba(232, 117, 34, 0.25));
}

.category-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.category-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
}

/* Steps */

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  min-height: 225px;
  padding: 26px;
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}

.step-card strong {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--farm-green);
  color: #fff;
  font-weight: 950;
}

.step-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.step-card p {
  margin: 0;
  color: var(--text-muted);
}

/* Trust */

.trust-section {
  background: var(--bg-soft);
}

.trust-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 56px;
  align-items: start;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list div {
  padding: 18px;
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow);
}

.trust-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-weight: 950;
}

.trust-list span {
  color: var(--text-muted);
  font-size: 14px;
}

/* Product category navigation with image icons */

.category-jump {
  position: sticky;
  top: 77px;
  z-index: 900;
  background: rgba(255, 250, 242, 0.94);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(234, 217, 194, 0.75);
  border-bottom: 1px solid rgba(234, 217, 194, 0.9);
}

.category-jump-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.category-pill {
  flex: 0 0 auto;
  min-height: 82px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 28px 10px 12px;
  border: 1px solid rgba(234, 217, 194, 0.95);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 19px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    0 16px 38px rgba(42, 31, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.category-pill:hover {
  transform: translateY(-2px);
  background: var(--pumpkin);
  color: #fff;
  border-color: var(--pumpkin);
  box-shadow: 0 18px 42px rgba(232, 117, 34, 0.22);
}

.category-nav-icon {
  width: 68px;
  height: 68px;
  min-width: 68px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--bg-soft);
  box-shadow:
    inset 0 0 0 1px rgba(232, 117, 34, 0.16),
    0 10px 22px rgba(42, 31, 23, 0.08);
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}

.category-nav-icon img {
  width: 68px;
  height: 68px;
  display: block;
  object-fit: cover;
}

.category-pill:hover .category-nav-icon {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.04);
}

/* Products */

.catalog-category {
  padding: 56px 0;
  scroll-margin-top: 170px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.catalog-product {
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 18px;
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow);
}

.catalog-product h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.catalog-product p {
  margin: 0 0 16px;
  color: var(--text-muted);
  font-size: 13px;
}

.product-meta {
  display: grid;
  gap: 6px;
  margin-top: auto;
  margin-bottom: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--cream-border);
  color: var(--text-muted);
  font-size: 12px;
}

.product-storage {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

html[lang="ru"] .home-page.products-page .products-hero h1 {
  font-size: clamp(3rem, 5.2vw, 5.2rem);
  white-space: nowrap;
}

@media (max-width: 900px) {
  html[lang="ru"] .home-page.products-page .products-hero h1 {
    white-space: normal;
  }
}

.product-meta span {
  display: block;
}

.product-price-js {
  width: fit-content;
  margin: 0 0 14px;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--pumpkin-soft);
  color: var(--pumpkin-dark);
  font-size: 14px;
  font-weight: 950;
}

.catalog-btn {
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  font-size: 13px;
}

/* Order CTA */

.order-cta {
  background:
    radial-gradient(circle at top left, rgba(232, 117, 34, 0.16), transparent 34%),
    var(--bg);
}

.order-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}

/* Cart button */

.floating-cart-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--pumpkin);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
}

.floating-cart-btn:hover {
  transform: translateY(-1px);
}

.floating-cart-icon {
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  font-size: 0;
  color: transparent;
}

.floating-cart-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 14px;
  height: 9px;
  border: 2px solid #fff;
  border-top: 0;
  border-radius: 2px 2px 5px 5px;
}

.floating-cart-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 17px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 9px 0 0 #fff;
}

.floating-cart-btn::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  left: 13px;
  top: 15px;
  background: #fff;
  transform: rotate(-20deg);
  border-radius: 999px;
}

.cart-count {
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: var(--pumpkin);
  font-size: 12px;
  font-weight: 950;
}

/* Cart drawer */

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 4990;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5000;
  width: min(440px, 100%);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  overflow-y: auto;
  background: var(--bg);
  color: var(--text);
  box-shadow: -18px 0 45px rgba(0, 0, 0, 0.22);
  transform: translateX(105%);
  transition: transform 0.25s ease;
}

.cart-open .cart-overlay {
  opacity: 1;
  visibility: visible;
}

.cart-open .cart-drawer {
  transform: translateX(0);
}

.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.cart-close-btn {
  width: 38px;
  height: 38px;
  border: 1px solid var(--cream-border);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 28px;
  line-height: 1;
}

.cart-items {
  display: grid;
  gap: 10px;
  flex: 0 0 auto;
  max-height: 38dvh;
  overflow-y: auto;
  padding-right: 2px;
}

.cart-empty {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px dashed var(--cream-border);
  border-radius: var(--radius-md);
  background: #fff;
}

.cart-empty strong {
  color: var(--text);
}

.cart-empty span {
  color: var(--text-muted);
  font-size: 14px;
}

.cart-item {
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-md);
  background: #fff;
}

.cart-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cart-item-top h3 {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.25;
}

.cart-item-top p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.35;
}

.cart-remove-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid var(--cream-border);
  border-radius: 999px;
  background: #fff;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
}

.cart-remove-icon:hover {
  color: var(--pumpkin);
  border-color: var(--pumpkin);
}

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

.cart-item-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-item-controls button {
  width: 28px;
  height: 28px;
  border: 1px solid var(--cream-border);
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--text);
  font-size: 16px;
  font-weight: 950;
}

.cart-item-controls span {
  min-width: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 950;
}

.cart-line-total {
  color: var(--text);
  font-size: 15px;
  white-space: nowrap;
}

.cart-preference-section {
  flex: 0 0 auto;
  padding: 14px 0;
  border-top: 1px solid var(--cream-border);
  border-bottom: 1px solid var(--cream-border);
}

.cart-select-field {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.cart-select-field span {
  display: block;
  color: var(--text);
  font-size: 13px;
  font-weight: 950;
}

.cart-select-field select {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.cart-select-field select:focus {
  outline: 2px solid rgba(232, 117, 34, 0.3);
  border-color: var(--pumpkin);
}

.cart-delivery-details {
  display: none;
  margin: -2px 0 12px;
}

.cart-delivery-details.open {
  display: block;
}

.cart-delivery-details label {
  display: block;
  margin-bottom: 7px;
  color: var(--text);
  font-size: 13px;
  font-weight: 950;
}

.cart-delivery-details textarea {
  width: 100%;
  min-height: 72px;
  resize: vertical;
  padding: 12px;
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--text);
  font-size: 13px;
}

.cart-delivery-details textarea:focus {
  outline: 2px solid rgba(232, 117, 34, 0.3);
  border-color: var(--pumpkin);
}

.cart-summary {
  display: grid;
  gap: 6px;
  flex: 0 0 auto;
  padding: 15px;
  border-radius: var(--radius-md);
  background: var(--text);
  color: #fff;
}

.cart-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-summary span,
.cart-summary small {
  color: rgba(255, 255, 255, 0.72);
}

.cart-summary strong {
  font-size: 20px;
}

.cart-summary small {
  line-height: 1.4;
}

.cart-actions {
  display: grid;
  gap: 10px;
  flex: 0 0 auto;
  padding-bottom: env(safe-area-inset-bottom);
}

.cart-whatsapp-btn,
.cart-clear-btn {
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 950;
}

.cart-whatsapp-btn {
  border: 0;
  background: var(--pumpkin);
  color: #fff;
}

.cart-clear-btn {
  border: 1px solid var(--cream-border);
  background: #fff;
  color: var(--text);
}

/* Footer */

.site-footer {
  padding: 34px 0 26px;
  background: rgba(255, 250, 242, 0.96);
  border-top: 1px solid rgba(234, 217, 194, 0.9);
  color: var(--text);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(260px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--text);
}

.footer-brand .brand-text strong {
  color: var(--text);
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.footer-brand .brand-text small {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
}

.site-footer p {
  max-width: 430px;
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.footer-links {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(234, 217, 194, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.footer-links a:hover {
  background: var(--pumpkin);
  color: #fff;
  transform: translateY(-1px);
}

.footer-contact {
  justify-self: end;
  display: grid;
  gap: 7px;
  justify-items: end;
}

.footer-contact strong {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(232, 117, 34, 0.35);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(42, 31, 23, 0.06);
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.footer-contact a:hover {
  background: var(--pumpkin);
  color: #fff;
  transform: translateY(-1px);
}

/* Responsive */

@media (max-width: 1280px) {
  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-pill {
    min-height: 74px;
    gap: 13px;
    padding: 10px 22px 10px 11px;
    font-size: 17px;
  }

  .category-nav-icon,
  .category-nav-icon img {
    width: 60px;
    height: 60px;
  }

  .category-nav-icon {
    min-width: 60px;
  }
}

@media (max-width: 1080px) {
  .header-inner {
    gap: 18px;
  }

  .site-nav a {
    padding: 0 9px;
    font-size: 13px;
  }

  .hero-inner,
  .trust-inner {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 520px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-links {
    justify-self: start;
  }

  .footer-contact {
    justify-self: start;
    justify-items: start;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .header-inner {
    min-height: 68px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .brand {
    gap: 9px;
  }

  .brand-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .brand-text small {
    max-width: 145px;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    gap: 4px;
    border: 1px solid var(--cream-border);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(42, 31, 23, 0.06);
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
  }

  .site-nav {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    z-index: 1100;
    display: none;
    padding: 10px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(42, 31, 23, 0.18);
  }

  .site-nav.open {
    display: grid;
    gap: 4px;
  }

  .site-nav a {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 0 14px;
    font-size: 15px;
  }

  .header-cta {
    display: none;
  }

  .header-contact-actions {
    display: none;
  }

  body .site-nav .mobile-call-link {
    display: inline-flex !important;
    justify-content: center;
    margin-top: 4px;
    color: #fff !important;
    background: #7d1824 !important;
  }

  .hero,
  .page-hero {
    padding: 56px 0 42px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 0.92;
  }

  .hero p,
  .page-hero p {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn,
  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .hero-note {
    width: 100%;
    border-radius: var(--radius-md);
  }

  .category-section,
  .popular-section,
  .how-section,
  .trust-section,
  .boxes-section,
  .catalog-intro,
  .order-cta {
    padding: 56px 0;
  }

  .section-heading h2,
  .catalog-heading h2,
  .trust-section h2,
  .order-cta h2 {
    font-size: clamp(32px, 9vw, 46px);
    line-height: 0.95;
  }

  .category-jump {
    top: 68px;
  }

  .category-jump-inner {
    gap: 12px;
    padding: 18px 0;
  }

  .category-pill {
    min-height: 68px;
    gap: 11px;
    padding: 9px 18px 9px 10px;
    font-size: 15px;
  }

  .category-nav-icon,
  .category-nav-icon img {
    width: 52px;
    height: 52px;
  }

  .category-nav-icon {
    min-width: 52px;
  }

  .category-grid,
  .catalog-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .category-card,
  .catalog-product,
  .step-card {
    padding: 18px;
    border-radius: 20px;
  }

  .catalog-product {
    min-height: auto;
  }

  .product-price-js {
    width: 100%;
    text-align: center;
  }

  .order-cta-inner {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .footer-links {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
  }

  .footer-links a {
    width: 100%;
    justify-content: center;
    min-height: 42px;
  }

  .footer-contact {
    justify-self: stretch;
    justify-items: stretch;
  }

  .footer-contact a {
    width: 100%;
  }

  .floating-cart-btn {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    padding: 12px 14px;
  }

  .floating-cart-text {
    display: inline;
  }

  .cart-drawer {
    width: 100%;
    max-width: none;
    padding: 14px;
  }

  .cart-drawer-header {
    position: sticky;
    top: -14px;
    z-index: 4;
    margin: -14px -14px 0;
    padding: 14px;
    background: var(--bg);
    border-bottom: 1px solid var(--cream-border);
  }

  .cart-items {
    max-height: 32dvh;
  }

  .cart-item-top h3 {
    font-size: 14px;
  }

  .cart-line-total {
    font-size: 14px;
  }

  .cart-summary small {
    font-size: 12px;
  }

  .cart-whatsapp-btn,
  .cart-clear-btn {
    min-height: 46px;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .footer-links {
    grid-template-columns: 1fr;
  }

  .hero-card {
    padding: 20px;
  }

  .cart-items {
    max-height: 30dvh;
  }
}

@media (max-width: 420px) {
  .brand-text small {
    max-width: 120px;
    font-size: 10px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 42px;
  }

  .floating-cart-text {
    display: none;
  }
}
/* Clean product category navigation - no icons */

.category-jump {
  position: sticky;
  top: 77px;
  z-index: 900;
  background: rgba(255, 250, 242, 0.94);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(234, 217, 194, 0.75);
  border-bottom: 1px solid rgba(234, 217, 194, 0.9);
}

.category-jump-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.category-pill,
.category-jump-inner a {
  flex: 0 0 auto;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 22px !important;
  border: 1px solid rgba(234, 217, 194, 0.95) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--text, #2b2118) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: 0 10px 24px rgba(42, 31, 23, 0.06) !important;
}

.category-pill:hover,
.category-jump-inner a:hover {
  background: var(--pumpkin, #e87522) !important;
  color: #fff !important;
  border-color: var(--pumpkin, #e87522) !important;
  transform: translateY(-1px);
}

.category-nav-icon {
  display: none !important;
}

@media (max-width: 820px) {
  .category-jump {
    top: 68px;
  }

  .category-jump-inner {
    gap: 8px;
    padding: 14px 0;
  }

  .category-pill,
  .category-jump-inner a {
    min-height: 42px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
  }
}
/* Footer final clean layout */

.site-footer {
  padding: 46px 0 34px !important;
  background: rgba(255, 250, 242, 0.96) !important;
  border-top: 1px solid rgba(234, 217, 194, 0.9) !important;
}

.footer-inner {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.1fr) minmax(320px, 1fr) minmax(220px, auto) !important;
  align-items: center !important;
  gap: 34px !important;
  padding: 28px !important;
  border: 1px solid rgba(234, 217, 194, 0.95) !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(42, 31, 23, 0.07) !important;
}

.footer-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
  color: var(--text, #2b2118) !important;
}

.footer-brand .brand-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 15px !important;
}

.footer-brand .brand-text strong {
  font-size: 19px !important;
  font-weight: 950 !important;
  letter-spacing: -0.04em !important;
}

.footer-brand .brand-text small {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--text-muted, #6f5c4b) !important;
}

.site-footer p {
  max-width: 410px !important;
  margin: 0 !important;
  color: var(--text-muted, #6f5c4b) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.footer-links {
  justify-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.footer-links a {
  min-height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--text, #2b2118) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition:
    color 0.18s ease,
    transform 0.18s ease !important;
}

.footer-links a:hover {
  background: transparent !important;
  color: var(--pumpkin, #e87522) !important;
  transform: translateY(-1px) !important;
}

.footer-contact {
  justify-self: end !important;
  display: grid !important;
  gap: 10px !important;
  justify-items: end !important;
}

.footer-contact strong {
  color: var(--text-muted, #6f5c4b) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.footer-contact a {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  border: 1px solid rgba(232, 117, 34, 0.35) !important;
  border-radius: 999px !important;
  background: var(--pumpkin, #e87522) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  box-shadow: 0 12px 26px rgba(232, 117, 34, 0.22) !important;
}

.footer-contact a:hover {
  background: var(--pumpkin-dark, #b95412) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

/* Footer final mobile */

@media (max-width: 920px) {
  .footer-inner {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 26px !important;
    padding: 24px !important;
  }

  .footer-links {
    justify-self: start !important;
    justify-content: flex-start !important;
    gap: 14px 18px !important;
  }

  .footer-contact {
    justify-self: stretch !important;
    justify-items: stretch !important;
  }

  .footer-contact a {
    width: 100% !important;
  }
}

@media (max-width: 520px) {
  .site-footer {
    padding: 34px 0 26px !important;
  }

  .footer-inner {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .footer-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .footer-links a {
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(234, 217, 194, 0.9) !important;
    border-radius: 999px !important;
    background: rgba(255, 250, 242, 0.75) !important;
    font-size: 13px !important;
  }

  .footer-links a:hover {
    background: var(--pumpkin, #e87522) !important;
    color: #fff !important;
  }
}
/* Product card images */

.product-image-wrap {
  position: relative;
  width: 100%;
  height: 168px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(232, 117, 34, 0.12), transparent 36%),
    var(--bg-soft, #fff1da);
  border: 1px solid rgba(234, 217, 194, 0.9);
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog-product.is-unavailable .product-image-wrap img {
  filter: grayscale(0.35) blur(1.5px);
  opacity: 0.52;
  transform: scale(1.015);
}

.product-unavailable-stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 8px 14px;
  border: 3px solid #8f1727;
  border-radius: 8px;
  color: #8f1727;
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 4px 18px rgba(54, 28, 18, 0.16);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.product-promotion-stamp {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: #8f1727;
  box-shadow: 0 5px 16px rgba(54, 28, 18, 0.2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.product-variant-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}

.product-variant-option {
  min-height: 34px;
  padding: 5px 8px;
  border: 1px solid rgba(143, 23, 39, 0.24);
  border-radius: 999px;
  color: #8f1727;
  background: #fffaf2;
  font-size: 12px;
  font-weight: 850;
}

.product-variant-option:hover,
.product-variant-option.is-selected {
  border-color: #8f1727;
  color: #fff;
  background: #8f1727;
}

.product-price-js:has(.product-sale-price) {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
}

.product-old-price {
  color: #8b7768;
  font-size: 11px;
  text-decoration: line-through;
}

.product-sale-price {
  color: #8f1727;
}

.catalog-product .catalog-btn:disabled {
  border-color: rgba(143, 23, 39, 0.25);
  color: #8f1727;
  background: #f2e6e5;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

/* Compact cart product rows */

.cart-item.cart-item-compact {
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.cart-item-image {
  width: 76px;
  height: 76px;
  overflow: hidden;
  align-self: stretch;
  border: 1px solid var(--cream-border);
  border-radius: 12px;
  background: #f7efe2;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-content {
  min-width: 0;
}

.cart-item-content h3 {
  overflow-wrap: anywhere;
}

.cart-item-no-image.cart-item-compact {
  grid-template-columns: 1fr;
}

@media (max-width: 620px) {
  .cart-item.cart-item-compact {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .cart-item-image {
    width: 64px;
    height: 72px;
    border-radius: 10px;
  }

  .cart-item-content .cart-item-top {
    gap: 6px;
  }

  .cart-item-content .cart-item-top h3 {
    margin-bottom: 2px;
    font-size: 13px;
  }

  .cart-item-content .cart-item-top p {
    font-size: 10.5px;
  }

  .cart-item-content .cart-item-bottom {
    margin-top: 8px;
    gap: 8px;
  }

  .cart-item-content .cart-item-controls {
    gap: 5px;
  }

  .cart-item-content .cart-item-controls button {
    width: 26px;
    height: 26px;
  }

  .cart-item-content .cart-line-total {
    font-size: 13px;
  }
}

.catalog-product:has(.product-image-wrap) {
  min-height: auto;
}

@media (max-width: 820px) {
  .product-image-wrap {
    height: 190px;
    border-radius: 18px;
  }
}
/* Product card images */

.product-image-wrap {
  width: 100%;
  height: 168px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(232, 117, 34, 0.12), transparent 36%),
    var(--bg-soft, #fff1da);
  border: 1px solid rgba(234, 217, 194, 0.9);
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog-product:has(.product-image-wrap) {
  min-height: auto;
}

@media (max-width: 820px) {
  .product-image-wrap {
    height: 190px;
    border-radius: 18px;
  }
}
/* Product card final polish */

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.catalog-product {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px;
  border-radius: 18px;
}

.product-image-wrap {
  width: 100%;
  height: 185px;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 15px;
  background: #f7efe2;
  border: 1px solid rgba(234, 217, 194, 0.9);
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog-product h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.15;
}

.catalog-product p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
  color: #6d5948;
}

.product-meta {
  margin-top: auto;
  padding-top: 12px;
  font-size: 11px;
  line-height: 1.35;
  color: #7d6856;
  border-top: 1px solid rgba(234, 217, 194, 0.8);
}

.catalog-product .price,
.catalog-product strong {
  font-size: 13px;
}

.catalog-btn {
  width: 100%;
  margin-top: 12px;
  min-height: 38px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .product-image-wrap {
    height: 170px;
  }

  .catalog-product {
    padding: 12px;
  }
}

@media (max-width: 540px) {
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .product-image-wrap {
    height: 220px;
  }
}
/* Hero background image */

.products-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(255, 246, 232, 0.96) 0%,
      rgba(255, 246, 232, 0.90) 38%,
      rgba(255, 246, 232, 0.45) 68%,
      rgba(255, 246, 232, 0.20) 100%
    ),
    url("../assets/backgrounds/hero-meat-background.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.products-hero .container {
  position: relative;
  z-index: 2;
}

.products-hero h1 {
  max-width: 760px;
}

.products-hero p {
  max-width: 680px;
}

@media (max-width: 820px) {
  .products-hero {
    min-height: 420px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 246, 232, 0.98) 0%,
        rgba(255, 246, 232, 0.90) 55%,
        rgba(255, 246, 232, 0.70) 100%
      ),
      url("../assets/backgrounds/hero-meat-background.png");
    background-size: cover;
    background-position: center right;
  }
}
/* Final hero background - GitHub Pages safe path */

.page-hero.products-hero {
  position: relative !important;
  min-height: 390px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;

  background-image:
    linear-gradient(
      90deg,
      rgba(255, 246, 232, 0.98) 0%,
      rgba(255, 246, 232, 0.92) 38%,
      rgba(255, 246, 232, 0.58) 68%,
      rgba(255, 246, 232, 0.26) 100%
    ),
    url("/baltic-pork-market/assets/backgrounds/hero-meat-background.png") !important;

  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.page-hero.products-hero .container {
  position: relative !important;
  z-index: 2 !important;
}

.page-hero.products-hero h1,
.page-hero.products-hero p,
.page-hero.products-hero .section-label {
  position: relative !important;
  z-index: 2 !important;
}

.page-hero.products-hero h1 {
  max-width: 760px !important;
}

.page-hero.products-hero p {
  max-width: 680px !important;
}

@media (max-width: 820px) {
  .page-hero.products-hero {
    min-height: 430px !important;

    background-image:
      linear-gradient(
        180deg,
        rgba(255, 246, 232, 0.99) 0%,
        rgba(255, 246, 232, 0.92) 58%,
        rgba(255, 246, 232, 0.76) 100%
      ),
      url("/baltic-pork-market/assets/backgrounds/hero-meat-background.png") !important;

    background-position: center bottom !important;
  }
}
/* Global page hero background */

.page-hero,
.home-hero,
.hero,
.hero-section,
main > section:first-child {
  position: relative !important;
  min-height: 390px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;

  background-image:
    linear-gradient(
      90deg,
      rgba(255, 246, 232, 0.98) 0%,
      rgba(255, 246, 232, 0.92) 38%,
      rgba(255, 246, 232, 0.58) 68%,
      rgba(255, 246, 232, 0.26) 100%
    ),
    url("/baltic-pork-market/assets/backgrounds/hero-meat-background.png") !important;

  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.page-hero .container,
.home-hero .container,
.hero .container,
.hero-section .container,
main > section:first-child .container {
  position: relative !important;
  z-index: 2 !important;
}

.page-hero h1,
.home-hero h1,
.hero h1,
.hero-section h1,
main > section:first-child h1 {
  max-width: 760px !important;
}

.page-hero p,
.home-hero p,
.hero p,
.hero-section p,
main > section:first-child p {
  max-width: 680px !important;
}

/* Mobile global hero background */

@media (max-width: 820px) {
  .page-hero,
  .home-hero,
  .hero,
  .hero-section,
  main > section:first-child {
    min-height: 430px !important;

    background-image:
      linear-gradient(
        180deg,
        rgba(255, 246, 232, 0.99) 0%,
        rgba(255, 246, 232, 0.92) 58%,
        rgba(255, 246, 232, 0.76) 100%
      ),
      url("/baltic-pork-market/assets/backgrounds/hero-meat-background.png") !important;

    background-position: center bottom !important;
  }
}
/* Final mobile polish */

@media (max-width: 820px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .brand-text small {
    font-size: 11px;
  }

  .header-whatsapp {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: 68px;
    left: 14px;
    right: 14px;
    z-index: 1200;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(234, 217, 194, 0.95);
    border-radius: 22px;
    background: rgba(255, 250, 242, 0.98);
    box-shadow: 0 24px 70px rgba(42, 31, 23, 0.18);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav a {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-hero,
  .home-hero,
  .hero,
  .hero-section,
  main > section:first-child {
    min-height: 420px !important;
    padding: 64px 0 54px !important;
    background-position: center bottom !important;
  }

  .page-hero h1,
  .home-hero h1,
  .hero h1,
  .hero-section h1,
  main > section:first-child h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 0.98 !important;
    max-width: 100% !important;
  }

  .page-hero p,
  .home-hero p,
  .hero p,
  .hero-section p,
  main > section:first-child p {
    font-size: 16px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
  }

  .category-jump {
    top: 68px;
  }

  .category-jump-inner {
    padding: 12px 0;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .category-pill,
  .category-jump-inner a {
    min-height: 40px !important;
    padding: 0 15px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .catalog-product {
    padding: 12px !important;
    border-radius: 18px !important;
  }

  .product-image-wrap {
    height: 160px !important;
    margin-bottom: 12px !important;
    border-radius: 15px !important;
  }

  .catalog-product h3 {
    font-size: 15px !important;
    line-height: 1.18 !important;
  }

  .catalog-product p {
    font-size: 12.5px !important;
    line-height: 1.4 !important;
  }

  .product-meta {
    font-size: 11px !important;
  }

  .catalog-btn {
    min-height: 40px !important;
    font-size: 13px !important;
  }

  .cart-drawer {
    width: min(100%, 420px) !important;
  }

  .footer-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 22px !important;
  }

  .footer-links {
    justify-content: flex-start !important;
  }

  .footer-contact {
    justify-self: stretch !important;
    justify-items: stretch !important;
  }

  .footer-contact a {
    width: 100% !important;
  }
}

@media (max-width: 540px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .catalog-grid {
    grid-template-columns: 1fr !important;
  }

  .product-image-wrap {
    height: 220px !important;
  }

  .page-hero,
  .home-hero,
  .hero,
  .hero-section,
  main > section:first-child {
    min-height: 440px !important;
  }

  .category-jump-inner {
    overflow-x: auto;
    padding-bottom: 14px;
  }

  .footer-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    gap: 10px !important;
  }
}
/* =========================================================
   FINAL MOBILE + HERO FIX
   ========================================================= */

/* 1. Global hero background on all pages */

:root {
  --hero-bg-image: url("/baltic-pork-market/assets/backgrounds/hero-meat-background.png");
}

.page-hero,
.products-hero,
.home-hero,
.hero,
.hero-section,
main > section:first-of-type {
  position: relative !important;
  min-height: 390px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;

  background-image:
    linear-gradient(
      90deg,
      rgba(255, 246, 232, 0.98) 0%,
      rgba(255, 246, 232, 0.92) 38%,
      rgba(255, 246, 232, 0.66) 66%,
      rgba(255, 246, 232, 0.34) 100%
    ),
    var(--hero-bg-image) !important;

  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.page-hero .container,
.products-hero .container,
.home-hero .container,
.hero .container,
.hero-section .container,
main > section:first-of-type .container {
  position: relative !important;
  z-index: 2 !important;
}

.page-hero h1,
.products-hero h1,
.home-hero h1,
.hero h1,
.hero-section h1,
main > section:first-of-type h1 {
  max-width: 760px !important;
}

.page-hero p,
.products-hero p,
.home-hero p,
.hero p,
.hero-section p,
main > section:first-of-type p {
  max-width: 680px !important;
}

/* 2. Better hamburger button */

.nav-toggle {
  display: none;
}

@media (max-width: 920px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 2000 !important;
  }

  .header-inner {
    min-height: 68px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .brand-text strong {
    font-size: 17px !important;
  }

  .brand-text small {
    font-size: 11px !important;
  }

  .header-whatsapp {
    display: none !important;
  }

  .nav-toggle {
    flex: 0 0 auto !important;
    width: auto !important;
    height: 42px !important;
    min-width: 92px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(232, 117, 34, 0.35) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--text, #2b2118) !important;
    box-shadow: 0 10px 24px rgba(42, 31, 23, 0.08) !important;
    cursor: pointer !important;
  }

  .nav-toggle::after {
    content: "Menu";
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
  }

  .nav-toggle span {
    width: 18px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 999px !important;
    background: var(--pumpkin, #e87522) !important;
    transition: transform 0.18s ease, opacity 0.18s ease !important;
  }

  .nav-toggle span + span {
    margin-top: 0 !important;
  }

  .nav-toggle.open span:first-child {
    transform: translateY(2px) rotate(45deg) !important;
  }

  .nav-toggle.open span:last-child {
    transform: translateY(-2px) rotate(-45deg) !important;
  }

  .site-nav {
    position: fixed !important;
    top: 78px !important;
    left: 14px !important;
    right: 14px !important;
    z-index: 2100 !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 14px !important;
    border: 1px solid rgba(234, 217, 194, 0.95) !important;
    border-radius: 22px !important;
    background: rgba(255, 250, 242, 0.98) !important;
    box-shadow: 0 24px 70px rgba(42, 31, 23, 0.18) !important;
  }

  .site-nav.open {
    display: grid !important;
  }

  .site-nav a {
    width: 100% !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
  }
}

/* 3. Mobile hero framing */

@media (max-width: 820px) {
  .page-hero,
  .products-hero,
  .home-hero,
  .hero,
  .hero-section,
  main > section:first-of-type {
    min-height: 390px !important;
    padding: 58px 0 52px !important;

    background-image:
      linear-gradient(
        180deg,
        rgba(255, 246, 232, 0.98) 0%,
        rgba(255, 246, 232, 0.92) 54%,
        rgba(255, 246, 232, 0.76) 100%
      ),
      var(--hero-bg-image) !important;

    background-size: cover !important;
    background-position: center center !important;
  }

  .page-hero h1,
  .products-hero h1,
  .home-hero h1,
  .hero h1,
  .hero-section h1,
  main > section:first-of-type h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 9.5vw, 48px) !important;
    line-height: 0.98 !important;
  }

  .page-hero p,
  .products-hero p,
  .home-hero p,
  .hero p,
  .hero-section p,
  main > section:first-of-type p {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}

/* 4. Products mobile: two columns, less scrolling */

@media (max-width: 620px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .catalog-product {
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .product-image-wrap {
    height: 118px !important;
    margin-bottom: 9px !important;
    border-radius: 13px !important;
  }

  .catalog-product h3 {
    min-height: 34px !important;
    margin-bottom: 7px !important;
    font-size: 13.5px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
  }

  .catalog-product p {
    display: none !important;
  }

  .product-meta {
    display: none !important;
  }

  .product-price-js {
    margin-top: auto !important;
    font-size: 13px !important;
    font-weight: 950 !important;
  }

  .catalog-btn {
    min-height: 36px !important;
    margin-top: 9px !important;
    padding: 0 10px !important;
    font-size: 12.5px !important;
    border-radius: 999px !important;
  }
}

@media (max-width: 380px) {
  .catalog-grid {
    gap: 8px !important;
  }

  .product-image-wrap {
    height: 105px !important;
  }

  .catalog-product h3 {
    font-size: 12.8px !important;
  }

  .catalog-btn {
    font-size: 12px !important;
  }
}

/* 5. Category pills mobile */

@media (max-width: 820px) {
  .category-jump {
    top: 68px !important;
  }

  .category-jump-inner {
    display: flex !important;
    gap: 8px !important;
    padding: 12px 0 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .category-jump-inner::-webkit-scrollbar {
    display: none !important;
  }

  .category-pill,
  .category-jump-inner a {
    flex: 0 0 auto !important;
    min-height: 38px !important;
    padding: 0 15px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }
}

/* 6. Cart drawer mobile */

@media (max-width: 620px) {
  .cart-drawer {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 24px 24px 0 0 !important;
  }

  .floating-cart-btn {
    right: 14px !important;
    bottom: 14px !important;
  }
}

/* 7. Footer mobile */

@media (max-width: 620px) {
  .footer-inner {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 20px !important;
  }

  .footer-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .footer-contact {
    justify-self: stretch !important;
    justify-items: stretch !important;
  }

  .footer-contact a {
    width: 100% !important;
  }
}
/* =========================================================
   FINAL MOBILE HEADER + SIDE MENU
   ========================================================= */

@media (max-width: 920px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 3000 !important;
    background: rgba(255, 250, 242, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(234, 217, 194, 0.85) !important;
  }

  .header-inner {
    min-height: 68px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .nav-toggle {
    order: 1 !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding: 0 !important;
    border: 1px solid rgba(232, 117, 34, 0.35) !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(42, 31, 23, 0.10) !important;
    cursor: pointer !important;
  }

  .nav-toggle::after {
    content: none !important;
  }

  .nav-toggle span {
    width: 20px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 999px !important;
    background: var(--pumpkin, #e87522) !important;
    transition:
      transform 0.18s ease,
      opacity 0.18s ease !important;
  }

  .nav-toggle.open span:first-child {
    transform: translateY(3.5px) rotate(45deg) !important;
  }

  .nav-toggle.open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg) !important;
  }

  .brand {
    order: 2 !important;
    margin-left: auto !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }

  .brand-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .brand-text strong {
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .brand-text small {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .header-whatsapp {
    display: none !important;
  }

  body.nav-open {
    overflow: hidden !important;
  }

  body.nav-open::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 2990 !important;
    background: rgba(42, 31, 23, 0.34) !important;
    backdrop-filter: blur(3px) !important;
  }

  .site-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 3100 !important;

    width: min(82vw, 330px) !important;
    height: 100vh !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;

    padding: 92px 18px 24px !important;
    border-right: 1px solid rgba(234, 217, 194, 0.95) !important;
    border-radius: 0 28px 28px 0 !important;
    background: rgba(255, 250, 242, 0.99) !important;
    box-shadow: 24px 0 70px rgba(42, 31, 23, 0.22) !important;

    transform: translateX(-105%) !important;
    transition: transform 0.22s ease !important;
  }

  .site-nav.open {
    transform: translateX(0) !important;
  }

  .site-nav a {
    width: 100% !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--text, #2b2118) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 20px rgba(42, 31, 23, 0.06) !important;
  }

  .site-nav a.active,
  .site-nav a:hover {
    background: var(--pumpkin, #e87522) !important;
    color: #fff !important;
  }
}
/* Temporarily clean hero background */

.page-hero,
.products-hero,
.home-hero,
.hero,
.hero-section,
main > section:first-of-type {
  background-image:
    radial-gradient(circle at top right, rgba(232, 117, 34, 0.13), transparent 34%),
    linear-gradient(135deg, #fff8ed 0%, #fff1da 52%, #f8e4c7 100%) !important;
  background-size: cover !important;
  background-position: center !important;
}
/* =========================================================
   FINAL MOBILE HEADER + SIDE MENU
   ========================================================= */

@media (max-width: 920px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 3000 !important;
    background: rgba(255, 250, 242, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(234, 217, 194, 0.85) !important;
  }

  .header-inner {
    min-height: 68px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .nav-toggle {
    order: 1 !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding: 0 !important;
    border: 1px solid rgba(232, 117, 34, 0.35) !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(42, 31, 23, 0.10) !important;
    cursor: pointer !important;
  }

  .nav-toggle::after {
    content: none !important;
  }

  .nav-toggle span {
    width: 20px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 999px !important;
    background: var(--pumpkin, #e87522) !important;
    transition:
      transform 0.18s ease,
      opacity 0.18s ease !important;
  }

  .nav-toggle.open span:first-child {
    transform: translateY(3.5px) rotate(45deg) !important;
  }

  .nav-toggle.open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg) !important;
  }

  .brand {
    order: 2 !important;
    margin-left: auto !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }

  .brand-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .brand-text strong {
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .brand-text small {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .header-whatsapp {
    display: none !important;
  }

  body.nav-open {
    overflow: hidden !important;
  }

  body.nav-open::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 2990 !important;
    background: rgba(42, 31, 23, 0.34) !important;
    backdrop-filter: blur(3px) !important;
  }

  .site-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 3100 !important;

    width: min(82vw, 330px) !important;
    height: 100vh !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;

    padding: 92px 18px 24px !important;
    border-right: 1px solid rgba(234, 217, 194, 0.95) !important;
    border-radius: 0 28px 28px 0 !important;
    background: rgba(255, 250, 242, 0.99) !important;
    box-shadow: 24px 0 70px rgba(42, 31, 23, 0.22) !important;

    transform: translateX(-105%) !important;
    transition: transform 0.22s ease !important;
  }

  .site-nav.open {
    transform: translateX(0) !important;
  }

  .site-nav a {
    width: 100% !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--text, #2b2118) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 20px rgba(42, 31, 23, 0.06) !important;
  }

  .site-nav a.active,
  .site-nav a:hover {
    background: var(--pumpkin, #e87522) !important;
    color: #fff !important;
  }
}
/* Temporarily clean hero background */

.page-hero,
.products-hero,
.home-hero,
.hero,
.hero-section,
main > section:first-of-type {
  background-image:
    radial-gradient(circle at top right, rgba(232, 117, 34, 0.13), transparent 34%),
    linear-gradient(135deg, #fff8ed 0%, #fff1da 52%, #f8e4c7 100%) !important;
  background-size: cover !important;
  background-position: center !important;
}
/* =========================================================
   FINAL MOBILE CASCADE MENU OVERRIDE
   Must stay at the very end of styles.css
   ========================================================= */

@media (max-width: 920px) {
  body.nav-open {
    overflow: auto !important;
  }

  body.nav-open::before {
    content: none !important;
    display: none !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 4000 !important;
    background: rgba(255, 250, 242, 0.98) !important;
    backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(234, 217, 194, 0.9) !important;
  }

  .header-inner {
    min-height: 68px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  /* Menu button on the left */

  .nav-toggle {
    order: 1 !important;
    position: relative !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding: 0 !important;
    border: 1px solid rgba(232, 117, 34, 0.38) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: var(--text, #2b2118) !important;
    box-shadow: 0 10px 24px rgba(42, 31, 23, 0.10) !important;
    cursor: pointer !important;
  }

  .nav-toggle::after {
    content: none !important;
  }

  .nav-toggle::before {
    content: "" !important;
    width: 21px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 999px !important;
    background: var(--pumpkin, #e87522) !important;
    transition:
      opacity 0.18s ease,
      transform 0.18s ease !important;
  }

  .nav-toggle span {
    width: 21px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 999px !important;
    background: var(--pumpkin, #e87522) !important;
    transition:
      transform 0.18s ease,
      opacity 0.18s ease !important;
  }

  .nav-toggle.open::before {
    opacity: 0 !important;
    transform: scaleX(0.3) !important;
  }

  .nav-toggle.open span:first-child {
    transform: translateY(3.5px) rotate(45deg) !important;
  }

  .nav-toggle.open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg) !important;
  }

  /* Brand on the right */

  .brand {
    order: 2 !important;
    margin-left: auto !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }

  .brand-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 15px !important;
  }

  .brand-text strong {
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .brand-text small {
    max-width: 160px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .header-whatsapp,
  .header-cta {
    display: none !important;
  }

  /* Cascade dropdown menu */

  .site-nav {
    position: fixed !important;
    top: 76px !important;
    left: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    z-index: 3900 !important;

    width: auto !important;
    height: auto !important;
    max-height: calc(100vh - 92px) !important;
    overflow-y: auto !important;

    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;

    padding: 14px !important;
    border: 1px solid rgba(234, 217, 194, 0.95) !important;
    border-radius: 22px !important;
    background: rgba(255, 250, 242, 0.99) !important;
    box-shadow: 0 24px 70px rgba(42, 31, 23, 0.18) !important;

    transform: none !important;
    transition: none !important;
  }

  .site-nav.open {
    display: grid !important;
    transform: none !important;
  }

  .site-nav a {
    width: 100% !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 18px !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--text, #2b2118) !important;

    font-size: 15px !important;
    font-weight: 900 !important;
    text-decoration: none !important;

    box-shadow: 0 8px 20px rgba(42, 31, 23, 0.06) !important;
  }

  .site-nav a.active,
  .site-nav a:hover {
    background: var(--pumpkin, #e87522) !important;
    color: #fff !important;
  }
}
/* =========================================================
   FINAL HOMEPAGE STRUCTURE FIX
   ========================================================= */

.hero-inner.hero-inner-single {
  grid-template-columns: minmax(0, 920px) !important;
}

.hero-inner.hero-inner-single .hero-content {
  max-width: 920px !important;
}

.footer-inner.footer-simple {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

.footer-inner.footer-simple .footer-contact {
  justify-self: end !important;
}

@media (max-width: 920px) {
  .hero-inner.hero-inner-single {
    grid-template-columns: 1fr !important;
  }

  .footer-inner.footer-simple {
    grid-template-columns: 1fr !important;
  }

  .footer-inner.footer-simple .footer-contact {
    justify-self: stretch !important;
    justify-items: stretch !important;
  }

  .footer-inner.footer-simple .footer-contact a {
    width: 100% !important;
  }
}
/* =========================================================
   Product image hover zoom
   ========================================================= */

.product-image-wrap {
  position: relative;
  overflow: hidden;
}

.product-image-wrap img {
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .product-image-wrap:hover img,
  .product-image-wrap:focus-visible img {
    transform: scale(1.06);
    filter: saturate(1.06) contrast(1.04);
  }

  .catalog-product:hover {
    z-index: 2;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 22px 58px rgba(42, 31, 23, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-image-wrap img,
  .catalog-product {
    transition: none !important;
  }

  .product-image-wrap:hover img,
  .product-image-wrap:focus-visible img {
    transform: none !important;
  }
}

.catalog-product .product-image-wrap[role="button"] {
  cursor: zoom-in;
  outline: none;
}

.catalog-product .product-image-wrap[role="button"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(232, 117, 34, 0.38);
}

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: grid;
  place-items: center;
  padding: 72px 20px 24px;
  background: rgba(24, 17, 13, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.product-lightbox img {
  display: block;
  width: auto;
  max-width: min(1100px, 94vw);
  height: auto;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.product-lightbox-close {
  position: fixed;
  top: 18px;
  right: 20px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.product-lightbox-close:hover,
.product-lightbox-close:focus-visible {
  background: var(--pumpkin, #e87522);
  outline: none;
}

.product-lightbox-nav {
  position: fixed;
  top: 50%;
  width: 50px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 42px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.product-lightbox-prev {
  left: 18px;
}

.product-lightbox-next {
  right: 18px;
}

.product-lightbox-nav:hover,
.product-lightbox-nav:focus-visible {
  background: var(--pumpkin, #e87522);
  outline: none;
}

.product-lightbox-details {
  position: fixed;
  bottom: 18px;
  left: 50%;
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: calc(100vw - 40px);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(24, 17, 13, 0.72);
  color: #fff;
  transform: translateX(-50%);
}

.product-lightbox-details strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-lightbox-details span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 700px) {
  .product-lightbox {
    padding-inline: 12px;
  }

  .product-lightbox-nav {
    top: auto;
    bottom: 72px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 34px;
    transform: none;
  }

  .product-lightbox-prev {
    left: 16px;
  }

  .product-lightbox-next {
    right: 16px;
  }

  .product-lightbox-details {
    bottom: 16px;
    width: calc(100vw - 112px);
    justify-content: center;
  }
}

body.product-lightbox-open {
  overflow: hidden;
}

/* Branded scrollbar */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--burgundy, #8f1829) var(--cream, #fff8ed);
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: var(--cream, #fff8ed);
}

::-webkit-scrollbar-thumb {
  border: 3px solid var(--cream, #fff8ed);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pumpkin, #e87522), var(--burgundy, #8f1829));
}

::-webkit-scrollbar-thumb:hover {
  background: var(--burgundy, #8f1829);
}

::-webkit-scrollbar-corner {
  background: var(--cream, #fff8ed);
}

/* Brand-mark cursor without the former circular background. */
@media (hover: hover) and (pointer: fine) {
  body {
    cursor: url("../assets/cursor-logo.svg") 20 18, auto;
  }

  a,
  button,
  select,
  summary,
  [role="button"],
  input[type="checkbox"],
  input[type="radio"],
  input[type="submit"] {
    cursor: url("../assets/cursor-logo-active.svg") 20 18, pointer;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  textarea {
    cursor: text;
  }
}

/* =========================================================
   HOMEPAGE HEADER + INTRO HERO
   Approved light editorial direction, scoped to index.html.
   ========================================================= */

.home-page {
  --home-ivory: #fbf6ee;
  --home-cream: #f4eadc;
  --home-burgundy: #7d1824;
  --home-burgundy-dark: #5e1019;
  --home-terracotta: #b95d42;
  --home-ink: #302923;
  position: relative;
  isolation: isolate;
  background: var(--home-ivory);
}

.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(
      180deg,
      rgba(251, 246, 238, 0.38) 0%,
      rgba(251, 246, 238, 0.52) 55%,
      rgba(251, 246, 238, 0.64) 100%
    ),
    url("../assets/backgrounds/home-page-texture.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateZ(0);
}

.home-page .home-header {
  background: rgba(251, 246, 238, 0.96);
  border-bottom-color: rgba(125, 24, 36, 0.12);
  box-shadow: 0 8px 30px rgba(83, 51, 38, 0.05);
}

.home-page .home-header .header-inner {
  min-height: 80px;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
}

.home-page .home-wordmark {
  color: var(--home-burgundy);
  font-family: Georgia, "Times New Roman", serif;
}

.home-page .home-wordmark .brand-icon {
  width: 42px;
  height: 42px;
  background-size: contain;
}

.home-page .home-wordmark strong {
  color: inherit;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.home-page .home-header .site-nav {
  gap: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-page .home-header .site-nav a {
  min-height: 40px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 750;
}

.home-page .home-header .site-nav a:hover,
.home-page .home-header .site-nav a.active {
  background: transparent;
  color: var(--home-burgundy);
  transform: none;
}

.home-page .home-header .header-cta {
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(125, 24, 36, 0.55);
  border-radius: 5px;
  background: transparent;
  color: var(--home-burgundy);
  box-shadow: none;
}

.home-page .home-header .header-cta:hover {
  background: var(--home-burgundy);
  color: #fff;
}

.home-page .home-intro-hero {
  min-height: min(720px, calc(100svh - 80px));
  display: flex;
  align-items: center;
  padding: 82px 0;
  background-color: var(--home-ivory) !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(251, 246, 238, 1) 0%,
      rgba(251, 246, 238, 0.99) 34%,
      rgba(251, 246, 238, 0.88) 47%,
      rgba(251, 246, 238, 0.18) 67%,
      rgba(251, 246, 238, 0) 100%
    ),
    url("../assets/backgrounds/hero-meat-background.webp") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border-bottom-color: rgba(125, 24, 36, 0.12);
}

.home-page .home-hero-inner {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.home-page .home-hero-content {
  width: min(100%, 600px);
  max-width: 600px;
}

.home-page .home-intro-hero h1 {
  max-width: 600px;
  color: var(--home-burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 5.2vw, 76px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

html[lang="ru"] .home-page .home-intro-hero h1 {
  white-space: normal;
}

html[lang="ru"] .home-page .home-hero-title-break,
html[lang="ru"] .home-page .home-hero-title-secondary {
  display: none;
}

.home-page .home-intro-hero .home-hero-lead {
  max-width: 540px;
  margin-top: 24px;
  color: var(--home-ink);
  font-size: 18px;
  line-height: 1.55;
}

.home-page .home-intro-hero .home-hero-lead span,
.home-page .footer-description span {
  display: inline-block;
}

.home-page .home-intro-hero .hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.home-page .home-intro-hero .btn {
  min-width: 172px;
  min-height: 52px;
  border-radius: 5px;
  font-weight: 800;
}

.home-page .home-intro-hero .btn-primary {
  background: var(--home-burgundy);
}

.home-page .home-intro-hero .btn-primary:hover {
  background: var(--home-burgundy-dark);
}

.home-page .home-intro-hero .btn-secondary {
  border-color: rgba(125, 24, 36, 0.62);
  background: rgba(251, 246, 238, 0.52);
  color: var(--home-burgundy);
}

.home-page .home-intro-hero .btn-secondary:hover {
  border-color: var(--home-burgundy);
  background: rgba(125, 24, 36, 0.08);
}

.home-page .home-hero-points {
  max-width: 570px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(125, 24, 36, 0.18);
}

.home-page .home-hero-points > div {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 0 16px;
  color: var(--home-burgundy);
  text-align: center;
}

.home-page .home-hero-points > div + div {
  border-left: 1px solid rgba(125, 24, 36, 0.16);
}

.home-page .home-hero-points svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .home-hero-points span {
  color: var(--home-ink);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
}

/* Homepage product preview: match the light burgundy direction */

.home-page .popular-section .section-label,
.home-page .popular-section .section-heading h2 {
  color: var(--home-burgundy);
}

.home-page .popular-section .section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

html[lang="ru"] .home-page .popular-section .section-heading h2 {
  font-size: clamp(24px, 4.35vw, 50px);
  white-space: nowrap;
}

.home-page .popular-section .catalog-product {
  border-color: rgba(125, 24, 36, 0.13);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(83, 51, 38, 0.1);
}

.home-page .popular-section .product-meta {
  border-top-color: rgba(125, 24, 36, 0.12);
}

.home-page .popular-section .product-price-js {
  background: rgba(125, 24, 36, 0.09);
  color: var(--home-burgundy);
}

.home-page .popular-section .catalog-btn {
  background: var(--home-burgundy);
  color: #fff;
}

.home-page .popular-section .catalog-btn:hover {
  background: var(--home-burgundy-dark);
}

.home-page .popular-section .btn-secondary {
  border-color: rgba(125, 24, 36, 0.46);
  background: rgba(251, 246, 238, 0.82);
  color: var(--home-burgundy);
}

.home-page .popular-section .btn-secondary:hover {
  border-color: var(--home-burgundy);
  background: var(--home-burgundy);
  color: #fff;
}

.home-page .footer-contact a {
  border-color: rgba(125, 24, 36, 0.42) !important;
  background: var(--home-burgundy) !important;
  box-shadow: 0 12px 26px rgba(125, 24, 36, 0.2) !important;
}

.home-page .footer-contact a:hover {
  background: var(--home-burgundy-dark) !important;
}

@media (max-width: 1080px) and (min-width: 921px) {
  .home-page .home-header .site-nav {
    gap: 18px;
  }

  .home-page .home-intro-hero {
    background-position: 58% center !important;
  }

  .home-page .home-hero-content {
    max-width: 530px;
  }
}

@media (max-width: 920px) {
  .home-page .home-header {
    background: rgba(251, 246, 238, 0.98) !important;
    border-bottom-color: rgba(125, 24, 36, 0.12) !important;
  }

  .home-page .home-header .header-inner {
    min-height: 68px !important;
  }

  .home-page .home-header .home-wordmark {
    order: 1 !important;
    margin: 0 auto 0 0 !important;
    justify-content: flex-start !important;
    color: var(--home-burgundy) !important;
    text-align: left !important;
  }

  .home-page .home-header .home-wordmark strong {
    font-size: 25px !important;
  }

  .home-page .home-header .home-wordmark .brand-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .home-page .home-header .nav-toggle {
    order: 2 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .home-page .home-header .nav-toggle::before,
  .home-page .home-header .nav-toggle span {
    background: var(--home-burgundy) !important;
  }

  .home-page .home-header .site-nav {
    top: 68px !important;
    left: auto !important;
    right: 0 !important;
    width: min(260px, calc(100vw - 18px)) !important;
    display: grid !important;
    border-color: rgba(125, 24, 36, 0.14) !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-radius: 0 0 0 16px !important;
    background: rgba(251, 246, 238, 0.99) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    clip-path: inset(0 0 100% 0) !important;
    transform: translateY(-12px) !important;
    transform-origin: top right !important;
    will-change: opacity, transform, clip-path;
    transition:
      opacity 0.22s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
      clip-path 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.32s !important;
  }

  .home-page .home-header .site-nav.open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    clip-path: inset(0 0 0 0) !important;
    transform: translateY(0) !important;
    transition-delay: 0s !important;
  }

  .home-page .home-header .site-nav a {
    min-height: 46px !important;
    justify-content: flex-start !important;
    padding: 0 16px !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: var(--home-ink) !important;
    box-shadow: 0 7px 18px rgba(83, 51, 38, 0.06) !important;
  }

  .home-page .home-header .site-nav a:hover,
  .home-page .home-header .site-nav a.active {
    background: var(--home-burgundy) !important;
    color: #fff !important;
  }

  .home-page .home-intro-hero {
    position: relative;
    min-height: calc(100svh - 68px);
    display: block;
    padding: 0 0 28px;
    isolation: isolate;
    background-color: var(--home-ivory) !important;
    background-image: none !important;
  }

  .home-page .home-intro-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -2;
    height: 45svh;
    background-image: url("../assets/backgrounds/hero-meat-background.webp");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 82% center;
  }

  .home-page .home-intro-hero::after {
    content: "";
    position: absolute;
    inset: 19svh 0 auto;
    z-index: -1;
    height: 34svh;
    background: linear-gradient(
      180deg,
      rgba(251, 246, 238, 0) 0%,
      rgba(251, 246, 238, 0.82) 43%,
      var(--home-ivory) 78%
    );
  }

  .home-page .home-hero-inner {
    min-height: calc(100svh - 96px);
    display: flex;
    align-items: flex-end;
    padding-top: 34svh;
  }

  .home-page .home-hero-content {
    width: 100%;
    max-width: 560px;
  }

  .home-page .home-intro-hero h1 {
    max-width: 500px;
    font-size: clamp(48px, 12.6vw, 66px);
    line-height: 0.98;
  }

  .home-page .home-intro-hero .home-hero-lead {
    max-width: 520px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .home-page .home-intro-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .home-page .home-intro-hero .btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }

  .home-page .home-hero-points {
    margin-top: 24px;
    padding-top: 20px;
  }

  .home-page .home-hero-points > div {
    gap: 6px;
    padding: 0 8px;
  }

  .home-page .home-hero-points svg {
    width: 29px;
    height: 29px;
  }

  .home-page .home-hero-points span {
    font-size: 11px;
  }
}

@media (max-width: 520px) {
  .home-page .site-footer {
    padding-bottom: calc(104px + env(safe-area-inset-bottom)) !important;
  }

  .home-page .home-intro-hero {
    padding-bottom: 20px;
  }

  .home-page .home-hero-inner {
    width: min(100% - 28px, var(--container));
    padding-top: 33svh;
  }

  .home-page .home-intro-hero h1 {
    font-size: clamp(42px, 12.2vw, 56px);
  }

  .home-page .home-intro-hero .home-hero-lead {
    font-size: 15px;
  }

  .home-page .home-intro-hero .hero-actions {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .home-page .home-hero-points > div {
    padding-inline: 5px;
  }

  .home-page .home-hero-points span {
    font-size: 10px;
  }
}

@media (max-width: 359px) {
  .home-page .home-intro-hero h1 {
    white-space: normal;
  }
}

/* Homepage floating cart: compact basket button */

.home-page .floating-cart-btn {
  right: 22px;
  bottom: 22px;
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: grid;
  place-items: center;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: var(--home-burgundy);
  color: #fff;
  box-shadow: 0 12px 28px rgba(94, 16, 25, 0.24);
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.home-page .floating-cart-btn:hover {
  background: var(--home-burgundy-dark);
  box-shadow: 0 15px 32px rgba(94, 16, 25, 0.3);
  transform: translateY(-2px);
}

.home-page .floating-cart-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.home-page .floating-cart-icon {
  position: relative;
  width: 24px;
  height: 24px;
  color: #fff;
}

.home-page .floating-cart-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 16px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 2px 2px 5px 5px;
  background: none;
}

.home-page .floating-cart-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: none;
  box-shadow: none;
}

.home-page .floating-cart-btn::before {
  content: none;
}

.home-page .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border: 2px solid var(--home-ivory);
  background: #fff;
  color: var(--home-burgundy);
  font-size: 10px;
  box-shadow: 0 5px 12px rgba(94, 16, 25, 0.18);
}

@media (max-width: 620px) {
  .home-page .floating-cart-btn {
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}

/* =========================================================
   PRODUCTS PAGE — light burgundy brand system
   Reuses the homepage header, background, footer and cart.
   ========================================================= */

.home-page.products-page .products-hero {
  min-height: min(590px, calc(100svh - 80px)) !important;
  padding: 82px 0 !important;
  background-color: var(--home-ivory) !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(251, 246, 238, 1) 0%,
      rgba(251, 246, 238, 0.98) 38%,
      rgba(251, 246, 238, 0.84) 52%,
      rgba(251, 246, 238, 0.2) 74%,
      rgba(251, 246, 238, 0) 100%
    ),
    url("../assets/backgrounds/hero-meat-background.webp") !important;
  background-repeat: no-repeat !important;
  background-position: center, right center !important;
  background-size: cover, auto 100% !important;
  border-bottom: 1px solid rgba(125, 24, 36, 0.13) !important;
}

.home-page.products-page .products-hero .container {
  width: min(100% - 32px, var(--container));
}

.home-page.products-page .products-hero .section-label {
  color: var(--home-burgundy) !important;
}

.home-page.products-page .products-hero h1 {
  max-width: 820px !important;
  margin: 10px 0 20px !important;
  color: var(--home-burgundy) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(50px, 5.3vw, 72px) !important;
  font-weight: 700 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
}

.home-page.products-page .products-hero p {
  max-width: 700px !important;
  margin: 0 !important;
  color: var(--home-ink) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.home-page.products-page .category-jump {
  top: 80px !important;
  z-index: 900 !important;
  border-bottom: 1px solid rgba(125, 24, 36, 0.12) !important;
  background: rgba(251, 246, 238, 0.94) !important;
  box-shadow: 0 10px 30px rgba(83, 51, 38, 0.06) !important;
  backdrop-filter: blur(16px) !important;
}

.home-page.products-page .category-jump-inner {
  gap: 10px !important;
  padding: 14px 0 !important;
}

.home-page.products-page .category-pill,
.home-page.products-page .category-jump-inner a {
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(125, 24, 36, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  color: var(--home-burgundy) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  box-shadow: none !important;
}

.home-page.recipes-page .recipes-hero {
  min-height: min(590px, calc(100svh - 80px));
  padding: 82px 0;
  background-color: var(--home-ivory);
  background-image:
    linear-gradient(
      90deg,
      rgba(251, 246, 238, 1) 0%,
      rgba(251, 246, 238, 0.98) 38%,
      rgba(251, 246, 238, 0.84) 52%,
      rgba(251, 246, 238, 0.2) 74%,
      rgba(251, 246, 238, 0) 100%
    ),
    url("../assets/backgrounds/hero-meat-background.webp");
  background-repeat: no-repeat;
  background-position: center, right center;
  background-size: cover, auto 100%;
  border-bottom: 1px solid rgba(125, 24, 36, 0.13);
}

.home-page.recipes-page .recipes-hero .container {
  width: min(100% - 32px, var(--container));
}

.home-page.recipes-page .recipes-hero h1 {
  max-width: 780px;
  margin: 10px 0 20px;
  color: var(--home-burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.3vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.home-page.recipes-page .recipes-hero p:not(.section-label) {
  max-width: 680px;
  color: var(--home-ink);
  font-size: 17px;
  line-height: 1.6;
}

.recipe-jump {
  position: sticky;
  top: 80px;
  z-index: 850;
  border-bottom: 1px solid rgba(125, 24, 36, 0.12);
  background: rgba(251, 246, 238, 0.94);
  box-shadow: 0 10px 30px rgba(83, 51, 38, 0.06);
  backdrop-filter: blur(16px);
}

.recipe-jump-inner {
  display: flex;
  gap: 10px;
  padding: 14px 0;
}

.recipe-jump a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 20px;
  border: 1px solid rgba(125, 24, 36, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--home-burgundy);
  font-size: 13px;
  font-weight: 850;
}

.recipe-collection {
  padding: 88px 0 96px;
  scroll-margin-top: 150px;
}

.recipe-collection-alt {
  border-top: 1px solid rgba(125, 24, 36, 0.12);
  background: rgba(255, 255, 255, 0.16);
}

.recipes-page .recipe-collection .section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.recipes-page .recipe-collection .section-heading h2 {
  margin: 8px 0 12px;
  color: var(--home-burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.recipe-card {
  overflow: hidden;
  border: 1px solid rgba(125, 24, 36, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(83, 51, 38, 0.09);
}

.recipe-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.recipe-card-body {
  padding: 24px;
}

.recipe-type {
  margin: 0 0 8px;
  color: var(--home-burgundy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.recipe-card h3 {
  min-height: 2.25em;
  margin: 0 0 12px;
  color: var(--home-burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.08;
}

.recipe-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.recipe-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(125, 24, 36, 0.08);
  color: var(--home-burgundy);
  font-size: 12px;
  font-weight: 800;
}

.recipe-card-body > p:not(.recipe-type) {
  min-height: 4.5em;
  margin: 0 0 18px;
  color: #655a52;
  line-height: 1.5;
}

.recipe-details {
  margin: 0 0 14px;
  border: 1px solid rgba(125, 24, 36, 0.18);
  border-radius: 14px;
  background: #fffaf5;
}

.recipe-details summary {
  padding: 13px 16px;
  color: var(--home-burgundy);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.recipe-details summary::-webkit-details-marker {
  display: none;
}

.recipe-details summary::after {
  content: "+";
  float: right;
  font-size: 20px;
  line-height: 1;
}

.recipe-details[open] summary::after {
  content: "−";
}

.recipe-details-content {
  padding: 0 18px 18px;
  border-top: 1px solid rgba(125, 24, 36, 0.12);
}

.recipe-details-content h4 {
  margin: 18px 0 8px;
  color: var(--home-burgundy);
  font-size: 14px;
}

.recipe-details-content ul,
.recipe-details-content ol {
  margin: 0;
  padding-left: 20px;
  color: #574d46;
  font-size: 14px;
  line-height: 1.55;
}

.recipe-details-content li + li {
  margin-top: 6px;
}

.recipe-product-link {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--home-burgundy);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.recipes-order-cta {
  border-top: 1px solid rgba(125, 24, 36, 0.12);
}

@media (max-width: 900px) {
  .recipe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .home-page.recipes-page .recipes-hero {
    min-height: 720px;
    padding: 470px 0 58px;
    background-image:
      linear-gradient(
        180deg,
        rgba(251, 246, 238, 0) 0%,
        rgba(251, 246, 238, 0.12) 37%,
        rgba(251, 246, 238, 0.88) 58%,
        rgba(251, 246, 238, 1) 72%
      ),
      url("../assets/backgrounds/hero-meat-background.webp");
    background-position: center, top right;
    background-size: cover, auto 470px;
  }

  .home-page.recipes-page .recipes-hero h1 {
    font-size: clamp(42px, 12vw, 54px);
  }

  .home-page.recipes-page .recipes-hero p:not(.section-label) {
    font-size: 15px;
  }

  .recipe-jump {
    top: 64px;
  }

  .recipe-jump-inner {
    justify-content: center;
  }

  .recipe-jump a {
    flex: 1;
    justify-content: center;
  }

  .recipe-collection {
    padding: 62px 0 70px;
    scroll-margin-top: 126px;
  }

  .recipe-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .recipe-card h3,
  .recipe-card-body > p:not(.recipe-type) {
    min-height: 0;
  }

  .recipe-card-body {
    padding: 20px;
  }
}

/* Language selector — Latvian is the default language. */
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(125, 24, 36, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.language-switcher > span,
.language-switcher > button {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--home-burgundy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.language-switcher .is-active {
  background: var(--home-burgundy);
  color: #fff;
}

.language-switcher .is-pending {
  cursor: default;
  opacity: 0.42;
}

.mobile-language-switcher {
  display: none;
}

.header-contact-actions {
  gap: 8px;
}

@media (max-width: 1180px) and (min-width: 921px) {
  .home-page .home-header .header-inner {
    gap: 18px;
  }

  .home-page .home-header .site-nav {
    gap: 15px;
  }

  .header-call {
    display: none;
  }
}

@media (max-width: 920px) {
  .header-contact-actions .language-switcher {
    display: none;
  }

  .home-page .home-header .site-nav .mobile-language-switcher,
  .site-nav .mobile-language-switcher {
    display: flex;
    width: 100%;
    margin-top: 4px;
    padding: 5px;
  }

  .mobile-language-switcher > span,
  .mobile-language-switcher > button {
    flex: 1;
  }
}

/* Social buttons appear only after real profile URLs are configured. */
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

.footer-contact .social-links a,
.footer-contact .social-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(125, 24, 36, 0.22);
  border-radius: 999px;
  background: #fffaf5;
  color: var(--home-burgundy);
  font-size: 12px;
  font-weight: 850;
  box-shadow: none;
}

.footer-contact .social-link.is-pending {
  cursor: default;
  opacity: 0.62;
}

.footer-contact .social-link small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.social-links svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-links > :last-child svg {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 700px) {
  .social-links {
    justify-content: stretch;
  }

  .footer-contact .social-links a,
  .footer-contact .social-link {
    flex: 1;
    justify-content: center;
  }
}
.cart-order-information {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.86rem;
  line-height: 1.45;
}

.cart-order-information p {
  margin: 0;
}

/* Restore the photographic hero on the informational pages. */
.home-page.how-page .how-intro-hero,
.home-page.recipes-page .recipes-hero,
.home-page.contact-page .contact-intro-hero {
  background-color: var(--home-ivory) !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(251, 246, 238, 1) 0%,
      rgba(251, 246, 238, 0.98) 38%,
      rgba(251, 246, 238, 0.84) 52%,
      rgba(251, 246, 238, 0.2) 74%,
      rgba(251, 246, 238, 0) 100%
    ),
    url("../assets/backgrounds/hero-meat-background.webp") !important;
  background-repeat: no-repeat !important;
  background-position: center, right center !important;
  background-size: cover, auto 100% !important;
  border-bottom: 1px solid rgba(125, 24, 36, 0.13);
}

.home-page.how-page .how-intro-hero,
.home-page.contact-page .contact-intro-hero {
  min-height: 480px !important;
}

.home-page.recipes-page .recipes-hero {
  min-height: min(590px, calc(100svh - 80px)) !important;
}

@media (max-width: 700px) {
  .home-page.how-page .how-intro-hero,
  .home-page.recipes-page .recipes-hero,
  .home-page.contact-page .contact-intro-hero {
    min-height: 720px !important;
    padding: 470px 0 58px !important;
    background-image:
      linear-gradient(
        180deg,
        rgba(251, 246, 238, 0.05) 0%,
        rgba(251, 246, 238, 0.2) 44%,
        rgba(251, 246, 238, 0.96) 64%,
        rgba(251, 246, 238, 1) 100%
      ),
      url("../assets/backgrounds/hero-meat-background.webp") !important;
    background-position: center, top right !important;
    background-size: cover, auto 470px !important;
  }
}
