:root {
  --paper: #fbfaf6;
  --paper-warm: #f1eee6;
  --surface: #ffffff;
  --ink: #171914;
  --muted: #5e6258;
  --soft: #8b8f84;
  --line: #ddd8ca;
  --green-900: #18261c;
  --green-800: #243d2b;
  --green-700: #315239;
  --olive: #667545;
  --gold: #b8945f;
  --gold-soft: #efe4d2;
  --blue: #366b83;
  --blue-soft: #e6f0f3;
  --tomato: #9e4b34;
  --shadow: 0 22px 70px rgba(21, 24, 17, 0.16);
  --shadow-soft: 0 12px 40px rgba(21, 24, 17, 0.08);
  --radius: 8px;
  --radius-sm: 4px;
  --container: 1180px;
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: geometricPrecision;
}

body.has-open-menu {
  overflow: hidden;
}

::selection {
  background: rgba(184, 148, 95, 0.34);
  color: var(--ink);
}

/* Wyróżnienie kluczowych fragmentów tekstu — do szybkiego skanowania treści.
   Użycie: <span class="highlight">najważniejsza myśl</span> (albo <mark class="highlight">). */
.highlight {
  padding: 0 0.16em 0.04em;
  background:
    linear-gradient(180deg, transparent 58%, rgba(184, 148, 95, 0.18) 58%, rgba(184, 148, 95, 0.18) 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-bottom: 1px solid rgba(184, 148, 95, 0.46);
  color: var(--green-800);
  font-weight: 620;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
}

:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 2px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 200;
  transform: translateY(-160%);
  background: var(--green-900);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--green-900);
  box-shadow: 0 18px 44px rgba(16, 23, 15, 0.14);
}

.site-header.is-scrolled {
  box-shadow: 0 16px 40px rgba(16, 23, 15, 0.2);
}

.top_bar {
  background: var(--green-900);
  color: rgba(255, 255, 255, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.top_bar_mobile {
  display: none;
}

.top_bar__inner,
.site-header-menu-inner {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
}

.top_bar__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.top_bar__left,
.top_bar__right,
.top_bar_contact_item,
.top_bar_social,
.social-icons {
  display: flex;
  align-items: center;
}

.top_bar__left {
  min-width: 0;
  gap: 18px;
}

.top_bar__right {
  justify-content: flex-end;
  gap: 22px;
}

.top_bar_contact_item {
  min-width: 0;
  gap: 8px;
  font-size: 13px;
  line-height: 1.2;
}

.top_bar_contact_item + .top_bar_contact_item {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.top_bar_icon {
  color: var(--gold);
  font-size: 15px;
  line-height: 1;
}

.top_bar_content {
  min-width: 0;
}

.top_bar_content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.2;
  letter-spacing: 0;
}

.top_bar_weather {
  white-space: nowrap;
}

.top_bar_social {
  gap: 10px;
  font-size: 13px;
  white-space: nowrap;
}

.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 6px;
}

.social-icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 780;
  text-transform: uppercase;
}

.social-icons a:hover {
  border-color: rgba(184, 148, 95, 0.72);
  color: var(--gold);
}

.language-switcher {
  position: relative;
  flex: 0 0 auto;
}

.language-switcher__button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.language-switcher__button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.language-switcher__icon {
  color: var(--gold);
  font-size: 15px;
}

.language-switcher__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 20;
  min-width: 190px;
  display: none;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  background: #111d14;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.language-switcher.is-open .language-switcher__menu {
  display: grid;
  gap: 2px;
}

.language-switcher__menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: var(--radius-sm);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.language-switcher__menu a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.language-switcher__menu img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.site-header-menu {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    var(--green-900);
}

.site-navigation {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto minmax(160px, 0.62fr) minmax(420px, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.site-branding {
  height: 92px;
  display: flex;
  align-items: center;
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-link img {
  width: 132px;
  height: auto;
  object-fit: contain;
}

.site-description p {
  margin: 0;
  max-width: 230px;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
}

.border-box-block {
  min-width: 0;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.site-nav__mobile-shop {
  display: none;
}

.site-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.site-nav a,
.site-nav__dropdown-toggle {
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 640;
  line-height: 1.2;
}

.site-nav__dropdown-toggle {
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.site-nav__dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.site-nav__item.is-open .site-nav__dropdown-toggle::before {
  transform: translateY(3px) rotate(225deg);
}

.site-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold);
  transition: transform 160ms ease;
}

.site-nav a:hover,
.site-nav__dropdown-toggle:hover,
.text-link:hover {
  color: var(--gold);
}

.site-nav__link:hover::after {
  transform: scaleX(1);
}

.site-nav__dropdown {
  position: absolute;
  left: 50%;
  top: calc(100% + 18px);
  z-index: 40;
  min-width: 238px;
  display: grid;
  gap: 2px;
  padding: 8px;
  border: 1px solid rgba(184, 148, 95, 0.22);
  border-radius: var(--radius-sm);
  background: #111d14;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav__dropdown::before {
  content: "";
  position: absolute;
  inset: -18px 0 auto;
  height: 18px;
}

.site-nav__item:hover .site-nav__dropdown,
.site-nav__item:focus-within .site-nav__dropdown,
.site-nav__item.is-open .site-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
 /* transform: translate(-50%, 0);*/
}

.site-nav__dropdown a {
  display: block;
  padding: 10px 11px;
  border-radius: var(--radius-sm);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}

.site-nav__dropdown a::after {
  display: none;
}

.site-nav__dropdown a:hover {
  background: rgba(184, 148, 95, 0.12);
  color: #fff;
}

.widget_header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 190px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.widget_header__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(184, 148, 95, 0.16);
  color: var(--gold);
  font-size: 17px;
}

.widget_header__icon img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.widget_header__content p {
  margin: 0 0 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.2;
}

.widget_header__content a {
  color: #fff;
  font-size: 19px;
  font-weight: 740;
  line-height: 1.1;
  white-space: nowrap;
}

.translate-host,
.goog-te-banner-frame,
.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--green-800);
  color: #fff;
}

.button--primary:hover {
  background: var(--green-700);
}

.button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.04);
}

.button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.11);
}

.button--outline {
  color: var(--green-800);
  border-color: rgba(49, 82, 57, 0.28);
  background: transparent;
}

.button--outline:hover {
  border-color: var(--green-800);
  background: rgba(49, 82, 57, 0.06);
}

.button--gold {
  color: #21160a;
  background: var(--gold);
}

.button--gold:hover {
  background: #c6a16b;
}

.button--large {
  min-height: 52px;
  padding: 15px 28px;
  font-size: 15px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: clamp(620px, calc(100svh - 140px), 820px);
  overflow: hidden;
  isolation: isolate;
  background: var(--green-900);
}

.hero--slider {
  color: #fff;
}

.hero-slider__viewport,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slider__viewport {
  z-index: 0;
}

.hero-slide {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(1.6%) scale(1.035);
  transition:
    opacity 900ms ease,
    transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.hero-slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.hero-slide.is-leaving {
  z-index: 1;
  opacity: 0;
  transform: translateX(-1%) scale(1.018);
}

.hero-slide.is-entering {
  animation: heroSlideReveal 1300ms cubic-bezier(0.76, 0, 0.24, 1) both;
}

.hero-slide.is-leaving {
  animation: heroSlideLeave 1150ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-120%);
  background: linear-gradient(105deg, transparent 0%, rgba(239, 227, 196, 0.03) 34%, rgba(239, 227, 196, 0.18) 48%, rgba(255, 255, 255, 0.07) 54%, transparent 72%);
  mix-blend-mode: screen;
}

.hero-slide.is-entering::after {
  animation: heroLightSweep 1400ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.hero__background,
.hero__background img,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  transition: transform 7200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide.is-active .hero__background img {
  transform: scale(1);
}

.hero-slide.is-entering .hero__background img {
  animation: heroBackgroundReveal 7200ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero__shade {
  z-index: 1;
  background:
    radial-gradient(circle at 74% 40%, rgba(216, 189, 141, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(8, 13, 9, 0.9) 0%, rgba(8, 13, 9, 0.72) 33%, rgba(8, 13, 9, 0.25) 64%, rgba(8, 13, 9, 0.4) 100%),
    linear-gradient(0deg, rgba(8, 13, 9, 0.78) 0%, rgba(8, 13, 9, 0.06) 52%);
  opacity: 1;
  transition: opacity 900ms ease;
}

.hero-slide.is-leaving .hero__shade {
  opacity: 0.18;
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 64px));
  min-height: clamp(620px, calc(100svh - 140px), 820px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 56px;
  padding: 86px 0 76px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 480ms ease,
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide.is-active .hero__inner {
  opacity: 1;
  transform: translateY(0);
}

.hero__copy .eyebrow,
.hero-title,
.hero__lead,
.hero__actions {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 680ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide.is-active .hero__copy .eyebrow {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 80ms;
}

.hero-slide.is-active .hero-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 150ms;
}

.hero-slide.is-active .hero__lead {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 240ms;
}

.hero-slide.is-active .hero__actions {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 330ms;
}

.hero-slide.is-entering .hero__copy .eyebrow {
  animation: heroCopyReveal 680ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

.hero-slide.is-entering .hero-title {
  animation: heroCopyReveal 760ms cubic-bezier(0.16, 1, 0.3, 1) 150ms both;
}

.hero-slide.is-entering .hero__lead {
  animation: heroCopyReveal 760ms cubic-bezier(0.16, 1, 0.3, 1) 240ms both;
}

.hero-slide.is-entering .hero__actions {
  animation: heroCopyReveal 760ms cubic-bezier(0.16, 1, 0.3, 1) 330ms both;
}

.hero__copy {
  max-width: 650px;
  margin-left: clamp(0px, 4vw, 94px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.62;
}

.eyebrow--light {
  color: #d8bd8d;
}

.hero-title {
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(48px, 4.4vw, 76px);
  font-weight: 400;
  line-height: 0.92;
}

.hero-title span,
.hero-title em {
  display: block;
}

.hero-title em {
  color: #efe3c4;
  font-style: italic;
  font-weight: 400;
  line-height: 1.02;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.hero__lead {
  max-width: 600px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-product {
  width: min(100%, 440px);
  margin: 48px 0 0 auto;
  color: rgba(255, 255, 255, 0.84);
  opacity: 0;
  transform: translateX(34px) scale(0.96);
  transition:
    opacity 760ms ease 520ms,
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1) 500ms;
}

.hero-slide.is-active .hero-product {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.hero-slide.is-entering .hero-product {
  animation: heroProductReveal 950ms cubic-bezier(0.16, 1, 0.3, 1) 260ms both;
}

.hero-product img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.48));
}

.hero-product figcaption,
.hero-product__caption {
  margin-top: 14px;
  padding-left: 16px;
  border-left: 2px solid var(--gold);
}

.hero-product--caption-only {
  align-self: end;
  width: min(100%, 360px);
  margin-bottom: 34px;
}

.hero-product strong,
.hero-product span {
  display: block;
}

.hero-product strong {
  color: #fff;
  font-size: 14px;
}

.hero-product span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.hero-slider__controls {
  position: absolute;
  z-index: 5;
  right: max(28px, calc((100vw - 1240px) / 2));
  bottom: 28px;
  display: flex;
  gap: 9px;
}

.hero-slider__dot {
  position: relative;
  overflow: hidden;
  width: 34px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.hero-slider__dot::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold);
}

.hero-slider__dot.is-active {
  width: 54px;
  background: rgba(255, 255, 255, 0.24);
}

.hero-slider__dot.is-active::after {
  animation: heroDotProgress 6200ms linear forwards;
}

@keyframes heroDotProgress {
  to {
    transform: scaleX(1);
  }
}

@keyframes heroSlideReveal {
  0% {
    opacity: 0.18;
    transform: translateX(1.6%) scale(1.035);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroSlideLeave {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0.12;
    transform: translateX(-1%) scale(1.018);
  }
}

@keyframes heroLightSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  24% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes heroBackgroundReveal {
  0% {
    transform: scale(1.09) translateX(1.4%);
  }

  100% {
    transform: scale(1) translateX(0);
  }
}

@keyframes heroCopyReveal {
  0% {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(4px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes heroProductReveal {
  0% {
    opacity: 0;
    transform: translateX(48px) scale(0.94);
    filter: blur(5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  /* Zamiast pelnej animacji: lagodny crossfade samej przezroczystosci.
     !important przebija globalny reset transition-duration na koncu pliku. */
  .hero-slide {
    animation: none !important;
    transition: opacity 600ms ease !important;
  }

  .hero-slide,
  .hero-slide.is-active,
  .hero-slide.is-leaving {
    transform: none;
  }

  .hero-slide::after {
    display: none;
  }

  .hero-slide .hero__background img {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }

  .hero__copy .eyebrow,
  .hero-title,
  .hero__lead,
  .hero__actions,
  .hero__inner,
  .hero-product,
  .hero-slider__dot {
    animation: none;
    transition: none;
  }

  .hero-slider__dot.is-active::after {
    animation: none;
    transform: scaleX(1);
  }
}

.trust-strip {
  position: relative;
  background: var(--green-900);
  color: #fff;
}

.trust-strip::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 148, 95, 0.55), transparent);
}

.trust-strip__inner {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 32px 30px;
}

.trust-strip__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 58%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, transparent, rgba(184, 148, 95, 0.42) 30%, rgba(184, 148, 95, 0.42) 70%, transparent);
}

.trust-strip__kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trust-strip__value {
  color: #f0e7d3;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}

.section {
  padding: 96px 0;
}

.products-header {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  margin-bottom: 52px;
}

.products-header .rich-text p {
  max-width: 640px;
}

.products-header .text-link {
  margin-top: 4px;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2,
h3 {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.12;
}

h2 {
  margin: 0;
  font-size: 48px;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-size: 26px;
}

.rich-text p,
.section-heading p,
.producer-story__copy p,
.newsletter-panel p {
  color: var(--muted);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.rich-text p {
  margin: 0 0 18px;
  font-size: 17px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin-bottom: 18px;
}

.section-heading p {
  max-width: 690px;
  margin: 0;
  font-size: 17px;
}

.section-heading--split {
  max-width: var(--container);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.section-heading--split h2 {
  margin-bottom: 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-size: 14px;
  font-weight: 720;
}

.text-link::after {
  content: "";
  width: 17px;
  height: 1px;
  margin-left: 9px;
  background: currentColor;
  transition: width 160ms ease;
}

.text-link:hover::after {
  width: 26px;
}

.section--products {
  background:
    linear-gradient(180deg, var(--paper) 0%, var(--surface) 100%);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.catalog-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.catalog-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.catalog-filter > span,
.catalog-sort span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.catalog-filter__button {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 12px;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.catalog-filter__button:hover,
.catalog-filter__button.is-active {
  border-color: var(--gold);
  background: var(--gold-soft);
  color: var(--green-900);
}

.catalog-sort {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.catalog-sort select {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  padding: 0 34px 0 12px;
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.product-card__img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--paper);
}

.product-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.product-card--catalog .product-card__img-wrap {
  background: #fff;
}

.product-card--catalog[hidden] {
  display: none !important;
}

.product-card--catalog .product-card__img-wrap img {
  padding: 24px;
  object-fit: contain;
}

.product-card:hover .product-card__img-wrap img {
  transform: scale(1.03);
}

.product-card__badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badge {
  padding: 4px 9px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge--pdo {
  background: var(--gold-soft);
  border: 1px solid var(--gold);
  color: #7a6040;
}

.badge--bio {
  background: #e8f3e2;
  border: 1px solid #8dc67a;
  color: #2d5f20;
}

.badge--pgi {
  background: var(--blue-soft);
  border: 1px solid #7bb5d6;
  color: #1c4e6e;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.product-card__producer {
  margin: 0 0 8px;
  color: var(--soft);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card__name {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}

.product-card__desc {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.product-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.product-card__size {
  color: var(--soft);
  font-size: 13px;
}

.product-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--green-800);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 160ms ease;
}

.product-card__cta::after {
  content: "→";
}

.product-card__cta:hover {
  color: var(--gold);
}

.producer-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  padding: 0;
  background: var(--surface);
}

.producer-story__image {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.producer-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.producer-story__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, var(--surface));
}

.producer-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px min(6vw, 64px);
}

.producer-story__copy h2 {
  max-width: 520px;
}

.producer-quote {
  max-width: 520px;
  margin: 28px 0;
  padding-left: 20px;
  border-left: 2px solid var(--gold);
  color: var(--muted);
  font-family: var(--display);
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
}

.producer-story__copy > p {
  max-width: 560px;
  margin: 0 0 28px;
  line-height: 1.75;
}

.certs-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}

.certs-row img {
  height: 52px;
  width: auto;
  opacity: 0.85;
}

.section--education {
  background: var(--paper-warm);
}

.education-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.education-card {
  display: flex;
  flex-direction: column;
  padding: 40px 36px;
  background: var(--surface);
}

.education-card__num {
  margin-bottom: 20px;
  color: var(--line);
  font-family: var(--display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.education-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.education-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  color: var(--green-800);
  font-size: 13px;
  font-weight: 500;
  transition: color 160ms ease;
}

.arrow-link::after {
  content: "→";
}

.arrow-link:hover {
  color: var(--gold);
}

.b2b-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--green-800);
}

.b2b-band__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}

.b2b-band__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}

.b2b-band__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--green-800), transparent 45%);
}

.b2b-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.b2b-band h2 {
  max-width: 560px;
  margin-bottom: 16px;
  color: #fff;
}

.b2b-band__lead {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.7;
}

.b2b-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.b2b-points li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.b2b-points li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.b2b-cta {
  padding: 36px 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.b2b-cta__label {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.b2b-cta__text {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.b2b-cta__note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}

.b2b-cta__note a {
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.b2b-cta__note a:hover {
  color: #fff;
}

.section--newsletter {
  background: var(--surface);
}

.newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.75fr);
  gap: 58px;
  align-items: center;
  padding: 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #ffffff 0%, #f7f4eb 100%);
  box-shadow: var(--shadow-soft);
}

.newsletter-panel h2 {
  max-width: 650px;
  font-size: 38px;
}

.newsletter-panel__lead {
  margin: 14px 0 0;
  font-size: 15px;
}

.newsletter-form {
  display: grid;
  gap: 12px;
}

.newsletter-form label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.newsletter-form > div {
  display: flex;
  gap: 8px;
}

.newsletter-form input {
  min-width: 0;
  flex: 1;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0 15px;
  background: #fff;
  color: var(--ink);
}

.newsletter-form input:focus {
  outline: 2px solid rgba(102, 117, 69, 0.5);
  outline-offset: 2px;
}

.newsletter-form p {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
}

.site-footer {
  background: #11150f;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer__inner {
  width: min(var(--container), calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
  padding: 72px 0 54px;
}

.site-footer__brand img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.site-footer__brand p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
}

.footer-language {
  margin-top: 28px;
}

.footer-language h2 {
  margin-bottom: 10px;
}

.site-footer .language-switcher {
  display: inline-flex;
}

.site-footer .language-switcher__button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .language-switcher__menu {
  top: auto;
  right: auto;
  bottom: calc(100% + 10px);
  left: 0;
}

.site-footer .language-switcher__menu a {
  display: flex;
  margin-bottom: 0;
}

.site-footer .language-switcher__menu img {
  width: 20px;
  height: 14px;
  margin: 0;
  object-fit: cover;
}

.language-switcher__menu [hidden] {
  display: none !important;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.site-footer h2 {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer__bottom {
  width: min(var(--container), calc(100% - 64px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 25px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.36);
  font-size: 12px;
}

.site-footer__bottom a {
  display: inline;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: inherit;
}

.site-footer__bottom a:hover {
  color: #fff;
}

.cookie-alert {
  position: fixed;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 12px 16px;
  border-top: 1px solid rgba(184, 148, 95, 0.34);
  background: var(--green-900);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--body);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-alert[hidden] {
  display: none;
}

.cookie-alert__text {
  width: calc(100% - 72px);
  text-align: center;
}

.cookie-alert__actions {
  width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.cookie-alert img {
  width: 18px;
  height: 18px;
  border: 0;
}

.cookie-alert button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 22px 0 6px;
  color: var(--soft);
  font-size: 13px;
}

.breadcrumbs a:hover {
  color: var(--green-800);
}

.breadcrumbs span[aria-current] {
  color: var(--muted);
}

.product-page {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  padding: 26px 0 88px;
}

.product-gallery {
  position: sticky;
  top: 132px;
}

.product-gallery__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.product-gallery__frame img {
  max-height: 520px;
  object-fit: contain;
}

.product-gallery__frame {
  position: relative;
  width: 100%;
  border: 1px solid var(--line);
  cursor: zoom-in;
  transition: border-color 200ms ease;
}

button.product-gallery__frame {
  font: inherit;
}

.product-gallery__frame:hover {
  border-color: rgba(184, 148, 95, 0.5);
}

.product-gallery__zoom-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: var(--radius-sm);
  background: rgba(23, 25, 20, 0.66);
  color: #fff;
  font-size: 12px;
  opacity: 0;
  transition: opacity 200ms ease;
}

.product-gallery__frame:hover .product-gallery__zoom-hint,
.product-gallery__frame:focus-visible .product-gallery__zoom-hint {
  opacity: 1;
}

.product-gallery__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.product-gallery__thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 84px;
  padding: 8px 6px 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  cursor: pointer;
  transition: border-color 180ms ease;
}

.product-gallery__thumb img {
  height: 56px;
  object-fit: contain;
}

.product-gallery__thumb span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 640;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.product-gallery__thumb:hover {
  border-color: rgba(184, 148, 95, 0.55);
}

.product-gallery__thumb.is-active {
  border-color: var(--gold);
}

.product-gallery__thumb.is-active span {
  color: var(--gold);
}

.product-gallery__badges {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background: rgba(15, 20, 15, 0.92);
}

.lightbox[hidden] {
  display: none;
}

.lightbox__figure {
  max-width: min(920px, 100%);
  max-height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.lightbox__figure img {
  max-width: 100%;
  max-height: calc(100vh - 160px);
  object-fit: contain;
}

.lightbox__figure figcaption {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-align: center;
}

.lightbox__close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.lightbox__close:hover {
  border-color: var(--gold);
  background: rgba(184, 148, 95, 0.18);
}

.lightbox__nav {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.lightbox__nav:hover {
  border-color: var(--gold);
  background: rgba(184, 148, 95, 0.18);
}

.lightbox__nav--prev {
  margin-right: 26px;
}

.lightbox__nav--next {
  margin-left: 26px;
}

@media (max-width: 700px) {
  .lightbox {
    padding: 20px;
  }

  .lightbox__nav--prev {
    position: absolute;
    left: 14px;
    bottom: 20px;
    margin: 0;
  }

  .lightbox__nav--next {
    position: absolute;
    right: 14px;
    bottom: 20px;
    margin: 0;
  }

  .lightbox__figure img {
    max-height: calc(100vh - 200px);
  }
}

.product-info h1 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.15;
  text-wrap: balance;
}

.product-info__lead {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 20px;
}

.product-price strong {
  color: var(--green-800);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.product-price span {
  color: var(--soft);
  font-size: 14px;
}

.product-buy {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.product-buy .button {
  min-width: 260px;
}

.product-buy__note {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.55;
}

.product-buy__note a {
  color: var(--green-800);
  font-weight: 600;
  white-space: nowrap;
}

.product-info__description p {
  margin: 0 0 16px;
  font-size: 16px;
}

.product-uses {
  margin: 10px 0 28px;
}

.product-uses h2 {
  margin-bottom: 12px;
  font-size: 20px;
}

.product-specs {
  margin: 0;
  border-top: 1px solid var(--line);
}

.product-specs > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.product-specs dt {
  color: var(--soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-specs dd {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
}

.section--formats {
  background: var(--paper-warm);
  padding: 72px 0;
}

.formats-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}

.formats-strip--catalog {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 18px;
}

.formats-strip--catalog .format-card img {
  height: 150px;
}

.format-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 18px 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  text-align: center;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.format-card:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 148, 95, 0.5);
  box-shadow: 0 8px 26px rgba(21, 24, 17, 0.08);
}

.format-card img {
  width: 100%;
  height: 110px;
  margin-bottom: 8px;
  object-fit: contain;
}

.format-card strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 640;
}

.format-card span {
  color: var(--muted);
  font-size: 13px;
}

.education-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.education-links > div {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.education-links .eyebrow {
  margin: 0;
}

@media (max-width: 960px) {
  .product-page {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 64px;
  }

  .product-gallery {
    position: static;
  }

  .product-gallery__frame {
    min-height: 320px;
    padding: 26px;
  }

  .product-gallery__frame img {
    max-height: 380px;
  }
}

@media (max-width: 520px) {
  .product-buy .button {
    width: 100%;
    min-width: 0;
  }

  .product-specs > div {
    grid-template-columns: 120px 1fr;
    gap: 12px;
  }

  .formats-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

.error-page {
  min-height: 68vh;
  display: flex;
  align-items: center;
  padding: 90px 0;
}

.error-page h1 {
  max-width: 720px;
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: 56px;
  font-weight: 400;
  line-height: 1.08;
}

.error-page p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 18px;
}

.content-page {
  background: var(--paper);
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 64svh, 720px);
  display: grid;
  align-items: center;
  background: var(--green-900);
  color: #fff;
  isolation: isolate;
}

.page-hero__background,
.page-hero__background img,
.page-hero__shade {
  position: absolute;
  inset: 0;
}

.page-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 19, 14, 0.88), rgba(13, 19, 14, 0.58) 45%, rgba(13, 19, 14, 0.22)),
    linear-gradient(0deg, rgba(13, 19, 14, 0.68), rgba(13, 19, 14, 0.1));
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  width: min(var(--container), calc(100% - 64px));
  margin: 0 auto;
  padding: 88px 0;
}

.page-hero h1 {
  max-width: 840px;
  margin: 0 0 24px;
  color: inherit;
  font-family: var(--display);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.98;
}

.page-hero__lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.75;
}

.page-hero__actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.company-details {
  display: grid;
  gap: 5px;
  margin-top: 26px;
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
  line-height: 1.45;
}

.company-details strong {
  color: var(--ink);
  font-weight: 760;
}

.page-hero--split {
  min-height: auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.8fr);
  gap: 0;
  background: var(--surface);
  color: var(--ink);
}

.page-hero--split .page-hero__media {
  min-height: 610px;
  height: 100%;
  background: var(--paper-warm);
}

.page-hero--split .page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero--split .page-hero__media--team {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(38px, 6vw, 72px);
  background:
    linear-gradient(135deg, rgba(24, 38, 28, 0.12), rgba(184, 148, 95, 0.1)),
    var(--paper-warm);
}

.page-hero__media--team::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 38, 28, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(24, 38, 28, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.26), transparent 72%);
  pointer-events: none;
}

.contact-portraits {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(16px, 3vw, 28px);
}

.contact-portrait {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 148, 95, 0.28);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 26px 70px rgba(21, 24, 17, 0.18);
}

.contact-portrait--primary {
  z-index: 2;
}

.contact-portrait--secondary {
  z-index: 1;
  transform: translateY(34px) scale(0.94);
  transform-origin: center;
}

.contact-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
}

.contact-portrait figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(17, 29, 20, 0.86);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.page-hero--split .page-hero__copy {
  padding: clamp(54px, 7vw, 96px);
}

.page-hero--split h1 {
  color: var(--ink);
}

.page-hero--split .page-hero__lead {
  color: var(--muted);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
  gap: 64px;
  align-items: start;
}

.article-body {
  max-width: 820px;
}

.article-body--narrow {
  max-width: 860px;
}

.article-body h2 {
  margin-top: 46px;
  margin-bottom: 16px;
  font-size: 34px;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.article-body p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.content-aside {
  position: sticky;
  top: 150px;
  display: grid;
  gap: 18px;
}

.content-aside > img {
  width: 100%;
  max-height: 420px;
  border-radius: var(--radius);
  object-fit: cover;
  background: var(--paper-warm);
  box-shadow: var(--shadow-soft);
}

.aside-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.aside-panel h2 {
  margin-bottom: 14px;
  font-family: var(--body);
  font-size: 18px;
  font-weight: 780;
  line-height: 1.35;
}

.aside-panel p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.fact-list {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}

.fact-list div {
  display: grid;
  gap: 2px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.fact-list dt {
  color: var(--soft);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
}

.info-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 34px 0;
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(260px, 320px));
  align-items: stretch;
  justify-content: center;
  margin: 34px auto;
}

.info-grid > div {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.info-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.step-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 36px;
  counter-reset: steps;
}

.step-list > div {
  position: relative;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.step-list--numbered > div {
  padding-left: 72px;
}

.step-list--numbered > div::before {
  counter-increment: steps;
  content: counter(steps, decimal-leading-zero);
  position: absolute;
  top: 25px;
  left: 24px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
}

.step-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.step-list p {
  margin: 0;
  font-size: 15px;
}

.mini-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mini-card {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: transform 160ms ease, border-color 160ms ease;
}

.mini-card:not(.mini-card--static):hover {
  transform: translateY(-2px);
  border-color: rgba(184, 148, 95, 0.72);
}

.mini-card strong {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
}

.mini-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.recipe-hub-hero,
.recipe-hero {
  background: var(--paper);
}

.recipe-hub-hero__inner,
.recipe-hero__inner {
  width: min(var(--container), calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.72fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  padding: clamp(72px, 9vw, 118px) 0;
}

.recipe-hub-hero h1,
.recipe-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 400;
  line-height: 0.98;
}

.recipe-hub-hero p:not(.eyebrow),
.recipe-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.76;
}

.recipe-hub-hero figure,
.recipe-hero figure {
  margin: 0;
}

.recipe-hub-hero img,
.recipe-hero img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.recipe-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.recipe-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.recipe-card > div {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.recipe-card__meta {
  margin: 0;
  color: var(--gold);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recipe-card h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.16;
}

.recipe-card p:not(.recipe-card__meta) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.recipe-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
}

.recipe-facts div,
.recipe-tip {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.recipe-facts div {
  padding: 16px;
}

.recipe-facts dt {
  color: var(--soft);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recipe-facts dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 680;
}

.recipe-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.recipe-ingredients {
  position: sticky;
  top: 150px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.recipe-ingredients h2,
.recipe-method h2 {
  margin-top: 0;
  font-size: 32px;
}

.recipe-ingredients ul {
  margin: 0 0 28px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.75;
}

.recipe-ingredients li {
  margin-bottom: 10px;
}

.recipe-method {
  max-width: 780px;
}

.recipe-method ol {
  margin: 0 0 28px;
  padding-left: 0;
  counter-reset: recipe-steps;
  list-style: none;
}

.recipe-method li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 58px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.recipe-method li::before {
  counter-increment: recipe-steps;
  content: counter(recipe-steps, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
}

.recipe-tip {
  padding: 22px;
}

.recipe-tip strong {
  display: block;
  margin-bottom: 8px;
}

.recipe-tip p {
  margin: 0;
  color: var(--muted);
}

.recipe-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.faq-list {
  max-width: 900px;
}

.faq-list h2 {
  margin-bottom: 30px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 2px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  transition: color 180ms ease;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 148, 95, 0.45);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--body);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: transform 220ms ease, background 180ms ease;
}

.faq-list summary:hover {
  color: var(--green-800);
}

.faq-list summary:hover::after {
  background: rgba(184, 148, 95, 0.12);
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list p {
  max-width: 720px;
  margin: 0 0 24px;
  padding-left: 2px;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .top_bar__inner,
  .site-header-menu-inner {
    width: min(100% - 42px, var(--container));
  }

  .top_bar__left {
    gap: 12px;
  }

  .top_bar_weather {
    display: none;
  }

  .site-navigation {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
  }

  .site-description {
    display: none;
  }

  .site-nav {
    gap: 16px;
  }

  .site-nav__dropdown {
    min-width: 220px;
  }

  .widget_header {
    min-width: 174px;
    padding-left: 16px;
  }

  .widget_header__content a {
    font-size: 17px;
  }

  .hero__inner {
    grid-template-columns: 1fr 340px;
    gap: 34px;
  }

  .hero-title {
    font-size: 68px;
  }

  .hero__lead {
    font-size: 18px;
  }

  .product-grid,
  .education-grid {
    grid-template-columns: 1fr;
  }

  .catalog-controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-card {
    display: grid;
    grid-template-columns: 320px 1fr;
  }

  .product-card__img-wrap {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 860px) {
  .container,
  .hero__inner,
  .site-footer__inner,
  .site-footer__bottom {
    width: min(100% - 36px, var(--container));
  }

  .site-header {
    box-shadow: 0 12px 30px rgba(16, 23, 15, 0.22);
  }

  .top_bar:not(.top_bar_mobile) {
    display: none;
  }

  .top_bar_mobile {
    display: block;
  }

  .top_bar__inner--mobile {
    min-height: 42px;
    width: min(100% - 28px, var(--container));
    justify-content: space-between;
    gap: 12px;
  }

  .top_bar__inner--mobile p {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top_bar__inner--mobile .top_bar_social {
    flex: 0 0 auto;
    gap: 8px;
    font-size: 12px;
  }

  .top_bar__inner--mobile .social-icons a {
    width: 25px;
    height: 25px;
    font-size: 9px;
  }

  .site-header-menu-inner {
    width: min(100% - 28px, var(--container));
  }

  .site-navigation {
    min-height: 70px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .site-branding {
    height: 70px;
    padding: 0;
    border-right: 0;
  }

  .home-link img {
    width: 92px;
  }

  .border-box-block {
    display: flex;
    justify-content: flex-end;
  }

  .widget_header {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-width: 0;
    padding: 0;
    border-left: 0;
    gap: 8px;
  }

  .widget_header__content p {
    display: none;
  }

  .widget_header__icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    background: rgba(184, 148, 95, 0.16);
    font-size: 13px;
  }

  .widget_header__icon img {
    width: 14px;
    height: 14px;
  }

  .widget_header__content a {
    font-size: 14px;
    font-weight: 760;
  }

  .menu-toggle {
    display: inline-block;
    grid-column: 3;
    grid-row: 1;
    width: 44px;
    height: 44px;
  }

  .site-nav {
    position: fixed;
    inset: 112px 0 auto 0;
    display: flex;
    max-height: calc(100svh - 112px);
    overflow: auto;
    padding: 18px 24px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--green-900);
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 20px 44px rgba(12, 18, 13, 0.24);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-nav__item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav a {
    padding: 15px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 17px;
  }

  .site-nav__item > .site-nav__link {
    border-bottom: 0;
  }

  .site-nav__dropdown-toggle {
    width: 46px;
    height: 52px;
    color: #fff;
  }

  .site-nav__dropdown-toggle::before {
    left: 18px;
    top: 17px;
    width: 9px;
    height: 9px;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav__dropdown {
    position: static;
    grid-column: 1 / -1;
    display: none;
    min-width: 0;
    width: 100%;
    padding: 2px 0 14px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .site-nav__dropdown::before {
    display: none;
  }

  .site-nav__item.is-open .site-nav__dropdown {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .site-nav__dropdown a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 12px;
    border-bottom: 0;
    border-radius: var(--radius-sm);
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 620;
    line-height: 1.25;
    opacity: 1;
    visibility: visible;
    white-space: normal;
  }

  .site-nav__dropdown a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--gold);
  }

  .site-nav a.site-nav__mobile-shop {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    border-bottom: 0;
    border-radius: var(--radius-sm);
    background: var(--gold);
    color: #1f170f;
    padding-right: 18px;
    padding-left: 18px;
    min-height: 46px;
    align-items: center;
    text-align: center;
  }

  .translate-host {
    left: -9999px;
    position: absolute;
  }

  .hero {
    min-height: calc(100svh - 112px);
  }

  .hero__inner {
    min-height: calc(100svh - 112px);
    grid-template-columns: 1fr;
    align-items: end;
    padding: 66px 0 36px;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(10, 15, 11, 0.28) 0%, rgba(10, 15, 11, 0.88) 100%),
      linear-gradient(90deg, rgba(10, 15, 11, 0.68), rgba(10, 15, 11, 0.22));
  }

  .hero-title {
    font-size: 56px;
  }

  .hero__lead {
    max-width: 580px;
    font-size: 17px;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-product {
    display: none;
  }

  .hero-slider__controls {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 560px) {
  .top_bar__inner--mobile,
  .site-header-menu-inner {
    width: min(100% - 22px, var(--container));
  }

  .top_bar__inner--mobile p {
    max-width: 52vw;
    font-size: 11px;
  }

  .top_bar__inner--mobile .top_bar_social > span {
    display: none;
  }

  .language-switcher__button span:not(.language-switcher__icon) {
    max-width: 94px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-link img {
    width: 82px;
  }

  .widget_header__content a {
    font-size: 13px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 860px) {
  .trust-strip__inner {
    width: min(100% - 36px, var(--container));
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip__item {
    padding: 24px 22px;
  }

  .trust-strip__item:nth-child(2n)::after {
    display: none;
  }

  .products-header,
  .producer-story,
  .b2b-band__inner,
  .newsletter-panel,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .products-header,
  .b2b-band__inner,
  .newsletter-panel,
  .site-footer__inner {
    gap: 34px;
  }

  .products-header {
    margin-bottom: 38px;
  }

  h2 {
    font-size: 38px;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading--split {
    align-items: start;
    flex-direction: column;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-card__img-wrap {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .producer-story__image {
    min-height: 360px;
  }

  .producer-story__overlay {
    background: linear-gradient(to bottom, transparent 60%, var(--surface));
  }

  .producer-story__copy {
    padding: 62px 24px;
  }

  .b2b-band__background {
    left: 0;
  }

  .b2b-band__background img {
    opacity: 0.12;
  }

  .b2b-band__background::after {
    background: linear-gradient(180deg, var(--green-800), transparent 60%);
  }

  .newsletter-panel {
    padding: 34px 24px;
  }

  .newsletter-panel h2 {
    font-size: 32px;
  }

  .site-footer__nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .site-footer__brand p {
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer .language-switcher__menu {
    left: 50%;
    transform: translateX(-50%);
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 15px;
  }

  .hero__inner {
    width: min(100% - 28px, var(--container));
    min-height: calc(100svh - 112px);
    padding: 38px 0 28px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero__lead {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.62;
  }

  .hero__actions,
  .newsletter-form > div {
    flex-direction: column;
  }

  .button,
  .button--large {
    width: 100%;
  }

  .hero-product {
    width: min(245px, 70vw);
  }

.hero-product figcaption,
.hero-product__caption {
  display: none;
}

  .trust-strip__inner {
    grid-template-columns: 1fr;
  }

  .trust-strip__item {
    gap: 4px;
    padding: 16px 4px;
  }

  .trust-strip__item:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
    transform: none;
    background: linear-gradient(90deg, transparent, rgba(184, 148, 95, 0.35) 30%, rgba(184, 148, 95, 0.35) 70%, transparent);
  }

  .trust-strip__value {
    font-size: 17px;
  }

  .section {
    padding: 58px 0;
  }

  .cookie-alert {
    align-items: flex-start;
    gap: 10px;
    padding: 10px 8px;
    font-size: 12px;
  }

  .cookie-alert__text {
    width: calc(100% - 58px);
    text-align: left;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 23px;
  }

  .product-card__body,
  .education-card {
    padding: 24px;
  }

  .product-card__foot {
    flex-wrap: wrap;
  }

  .newsletter-panel h2 {
    font-size: 28px;
  }

  .error-page h1 {
    font-size: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}

@media (max-width: 980px) {
  .page-hero--split,
  .content-layout,
  .contact-grid,
  .mini-card-grid,
  .recipe-hub-hero__inner,
  .recipe-hero__inner,
  .recipe-layout {
    grid-template-columns: 1fr;
  }

  .recipe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recipe-ingredients {
    position: static;
  }

  .page-hero--split .page-hero__media {
    min-height: 360px;
  }

  .page-hero--split .page-hero__media--team {
    min-height: 500px;
    padding: 34px;
  }

  .contact-portraits {
    width: min(100%, 560px);
  }

  .page-hero--split .page-hero__copy {
    padding: 58px 32px;
  }

  .contact-grid {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-aside {
    position: static;
  }

  .content-aside > img {
    max-height: 360px;
  }
}

@media (max-width: 720px) {
  .page-hero {
    min-height: 520px;
  }

  .page-hero__inner {
    width: min(100% - 36px, var(--container));
    padding: 68px 0;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .page-hero__lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .page-hero__actions,
  .contact-actions {
    flex-direction: column;
  }

  .contact-portrait {
    width: 100%;
  }

  .contact-portrait--primary {
    z-index: 2;
  }

  .contact-portrait--secondary {
    transform: translateY(24px) scale(0.94);
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .recipe-hub-hero__inner,
  .recipe-hero__inner {
    width: min(100% - 36px, var(--container));
    padding: 58px 0;
  }

  .recipe-hub-hero h1,
  .recipe-hero h1 {
    font-size: 42px;
  }

  .recipe-grid,
  .recipe-facts {
    grid-template-columns: 1fr;
  }

  .recipe-method li {
    padding-left: 0;
    padding-top: 42px;
  }

  .article-body h2 {
    font-size: 29px;
  }

  .article-body p {
    font-size: 16px;
  }

  .step-list--numbered > div {
    padding-left: 26px;
    padding-top: 66px;
  }

  .step-list--numbered > div::before {
    top: 24px;
  }
}
