/* Brand Ticaret commerce system: shared product, packaging, and catalog UI. */
.commerce-page {
  --commerce-panel: rgba(19, 29, 21, 0.88);
  --commerce-panel-strong: #111b14;
  --commerce-line: rgba(230, 235, 226, 0.14);
  --commerce-muted: #aab5aa;
  --commerce-chip: rgba(236, 240, 232, 0.035);
  --commerce-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  --commerce-media-bg: rgba(236, 240, 232, 0.035);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) .commerce-page {
    --commerce-panel: rgba(255, 255, 255, 0.92);
    --commerce-panel-strong: #FFFFFF;
    --commerce-line: rgba(22, 60, 34, 0.16);
    --commerce-muted: #526459;
    --commerce-chip: rgba(14, 144, 56, 0.055);
    --commerce-shadow: 0 18px 52px rgba(17, 35, 23, 0.12);
    --commerce-media-bg: #EEF3EB;
  }
}

:root[data-theme="light"] .commerce-page {
  --commerce-panel: rgba(255, 255, 255, 0.92);
  --commerce-panel-strong: #FFFFFF;
  --commerce-line: rgba(22, 60, 34, 0.16);
  --commerce-muted: #526459;
  --commerce-chip: rgba(14, 144, 56, 0.055);
  --commerce-shadow: 0 18px 52px rgba(17, 35, 23, 0.12);
  --commerce-media-bg: #EEF3EB;
}

.commerce-hero {
  min-height: min(780px, calc(100svh - 72px));
  display: grid;
  align-items: center;
  padding: clamp(72px, 9vw, 128px) 0 clamp(56px, 8vw, 104px);
  border-bottom: 1px solid var(--commerce-line);
}

.commerce-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 7vw, 104px);
}

.commerce-hero__copy { max-width: 680px; }
.commerce-hero h1 {
  max-width: 760px;
  margin: 14px 0 22px;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
}
.commerce-hero .lead { max-width: 640px; }

.commerce-hero__actions,
.commerce-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.commerce-hero__media {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.commerce-hero__media::before {
  content: "";
  position: absolute;
  inset: 9% 4%;
  border: 1px solid rgba(216, 167, 58, 0.22);
  background: rgba(255, 255, 255, 0.018);
}
.commerce-hero__media img {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 32px 35px rgba(0, 0, 0, 0.34));
}
.commerce-hero__media--barberry {
  min-height: 500px;
  padding: 18px;
}
.commerce-hero__media--barberry::before {
  inset: 18px;
  border-color: rgba(216, 167, 58, 0.26);
  background: rgba(255, 255, 255, 0.025);
}
.commerce-hero__media--barberry img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border: 1px solid rgba(230, 235, 226, 0.12);
  border-radius: 8px;
  filter: saturate(1.02) contrast(1.02) drop-shadow(0 28px 34px rgba(0, 0, 0, 0.32));
}

.commerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--commerce-muted);
  font-size: 13px;
  margin-bottom: 22px;
}
.commerce-breadcrumb a { color: inherit; }
.commerce-breadcrumb a:hover { color: var(--saffron-gold); }

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--commerce-line);
  border-bottom: 1px solid var(--commerce-line);
}
.quick-fact {
  min-height: 126px;
  padding: 26px clamp(18px, 2.3vw, 34px);
  border-right: 1px solid var(--commerce-line);
}
.quick-fact:last-child { border-right: 0; }
.quick-fact span {
  display: block;
  margin-bottom: 9px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.quick-fact strong {
  display: block;
  color: var(--ink-strong);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.35;
}
.quick-facts--barberry { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.mobile-product-jump { display: none; }
.commerce-section[id] { scroll-margin-top: 92px; }

.commerce-section--barberry {
  position: relative;
  overflow: hidden;
}
.barberry-intro {
  max-width: 820px;
  margin: -12px 0 34px;
  color: var(--commerce-muted);
  font-size: 18px;
  line-height: 1.72;
}
.barberry-type-head { margin-bottom: 18px; }
.barberry-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
}
.barberry-type-card {
  display: grid;
  grid-template-rows: minmax(320px, 0.84fr) auto;
  overflow: hidden;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21, 32, 23, 0.9), rgba(12, 20, 14, 0.92));
}
.barberry-type-card__media {
  position: relative;
  display: grid;
  place-items: stretch;
  min-height: 320px;
  margin: 0;
  padding: 0;
  background: rgba(8, 15, 10, 0.78);
}
.barberry-type-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(8, 15, 10, 0), rgba(8, 15, 10, 0.2));
  pointer-events: none;
}
.barberry-type-card__media img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: none;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}
.barberry-type-card__body {
  padding: clamp(24px, 3.2vw, 34px);
}
.barberry-type-card__body > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.barberry-type-card h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}
.barberry-type-card p {
  margin: 0 0 14px;
  color: var(--commerce-muted);
}
.barberry-type-card h4 {
  margin: 24px 0 12px;
  color: var(--ink-strong);
  font-size: 15px;
}
.barberry-type-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.barberry-type-card li {
  position: relative;
  padding-left: 15px;
  color: #c9d2c7;
  font-size: 14px;
  line-height: 1.45;
}
.barberry-type-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--saffron-gold);
}

.quick-facts--raisins { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.commerce-hero__media--raisins {
  min-height: 520px;
  padding: 18px;
}
.commerce-hero__media--raisins picture,
.commerce-hero__media--raisins img {
  width: 100%;
  height: 100%;
}
.commerce-hero__media--raisins img {
  height: 460px;
  object-fit: cover;
  border: 1px solid rgba(230, 235, 226, 0.14);
  border-radius: 8px;
  filter: saturate(1.02) contrast(1.03) drop-shadow(0 28px 34px rgba(0, 0, 0, 0.32));
}

.commerce-section--raisins { position: relative; overflow: hidden; }
.raisin-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 24px);
}
.raisin-type-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21, 32, 23, 0.92), rgba(12, 20, 14, 0.94));
}
.raisin-type-card__media {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  background: rgba(8, 15, 10, 0.78);
}
.raisin-type-card__media picture,
.raisin-type-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.raisin-type-card__media img {
  min-height: 300px;
  object-fit: cover;
  transition: transform 240ms ease;
}
.raisin-type-card:hover .raisin-type-card__media img { transform: scale(1.025); }
.raisin-type-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 2.7vw, 30px);
}
.raisin-type-card__body > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.raisin-type-card h3 {
  margin: 0 0 13px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.05;
}
.raisin-type-card p {
  margin: 0 0 13px;
  color: var(--commerce-muted);
}
.raisin-type-card dl {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding-top: 12px;
}
.raisin-type-card dl div {
  padding-top: 12px;
  border-top: 1px solid var(--commerce-line);
}
.raisin-type-card dt {
  margin-bottom: 4px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.raisin-type-card dd {
  margin: 0;
  color: #c9d2c7;
  font-size: 14px;
  line-height: 1.48;
}
.raisin-type-card--red .raisin-type-card__body > span { color: #e0a96d; }
.raisin-type-card--green .raisin-type-card__body > span { color: #b7bf65; }
.raisin-type-card--black .raisin-type-card__body > span { color: #d6dbe0; }

.quick-facts--pine-nuts { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.commerce-hero__media--pine-nuts {
  min-height: 520px;
  padding: 18px;
}
.commerce-hero__media--pine-nuts picture,
.commerce-hero__media--pine-nuts img {
  width: 100%;
  height: 100%;
}
.commerce-hero__media--pine-nuts img {
  height: 460px;
  object-fit: cover;
  border: 1px solid rgba(230, 235, 226, 0.14);
  border-radius: 8px;
  filter: saturate(1.03) contrast(1.03) drop-shadow(0 28px 34px rgba(0, 0, 0, 0.32));
}

.commerce-section--pine-nuts { position: relative; overflow: hidden; }
.pine-product-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21, 32, 23, 0.92), rgba(12, 20, 14, 0.94));
}
.pine-product-card__media {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: rgba(8, 15, 10, 0.78);
}
.pine-product-card__media picture,
.pine-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.pine-product-card__media img {
  min-height: 520px;
  object-fit: cover;
  transition: transform 240ms ease;
}
.pine-product-card:hover .pine-product-card__media img { transform: scale(1.018); }
.pine-product-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
}
.pine-product-card__body > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pine-product-card h3 {
  max-width: 620px;
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}
.pine-product-card p {
  max-width: 660px;
  margin: 0 0 14px;
  color: var(--commerce-muted);
}
.pine-product-card dl {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding-top: 18px;
}
.pine-product-card dl div {
  padding-top: 13px;
  border-top: 1px solid var(--commerce-line);
}
.pine-product-card dt {
  margin-bottom: 4px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pine-product-card dd {
  margin: 0;
  color: #c9d2c7;
  font-size: 15px;
  line-height: 1.5;
}

.quick-facts--apricots { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.commerce-hero__media--apricots {
  min-height: 520px;
  padding: 18px;
}
.commerce-hero__media--apricots picture,
.commerce-hero__media--apricots img {
  width: 100%;
  height: 100%;
}
.commerce-hero__media--apricots img {
  height: 460px;
  object-fit: cover;
  border: 1px solid rgba(230, 235, 226, 0.14);
  border-radius: 8px;
  filter: saturate(1.05) contrast(1.03) drop-shadow(0 28px 34px rgba(0, 0, 0, 0.32));
}

.commerce-section--apricots { position: relative; overflow: hidden; }
.apricot-product-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21, 32, 23, 0.92), rgba(12, 20, 14, 0.94));
}
.apricot-product-card__media {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: rgba(8, 15, 10, 0.78);
}
.apricot-product-card__media picture,
.apricot-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.apricot-product-card__media img {
  min-height: 520px;
  object-fit: cover;
  transition: transform 240ms ease;
}
.apricot-product-card:hover .apricot-product-card__media img { transform: scale(1.018); }
.apricot-product-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
}
.apricot-product-card__body > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #f0b23d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.apricot-product-card h3 {
  max-width: 620px;
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}
.apricot-product-card p {
  max-width: 660px;
  margin: 0 0 14px;
  color: var(--commerce-muted);
}
.apricot-product-card dl {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding-top: 18px;
}
.apricot-product-card dl div {
  padding-top: 13px;
  border-top: 1px solid var(--commerce-line);
}
.apricot-product-card dt {
  margin-bottom: 4px;
  color: #f0b23d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.apricot-product-card dd {
  margin: 0;
  color: #c9d2c7;
  font-size: 15px;
  line-height: 1.5;
}
.apricot-gallery {
  overflow: hidden;
  margin: -8px 0 28px;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: rgba(8, 15, 10, 0.78);
}
.apricot-gallery picture,
.apricot-gallery img {
  display: block;
  width: 100%;
}
.apricot-gallery img {
  max-height: 420px;
  object-fit: cover;
}

.quick-facts--figs { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.commerce-hero__media--figs {
  min-height: 520px;
  padding: 18px;
}
.commerce-hero__media--figs picture,
.commerce-hero__media--figs img {
  width: 100%;
  height: 100%;
}
.commerce-hero__media--figs img {
  height: 460px;
  object-fit: cover;
  border: 1px solid rgba(230, 235, 226, 0.14);
  border-radius: 8px;
  filter: saturate(1.04) contrast(1.03) drop-shadow(0 28px 34px rgba(0, 0, 0, 0.32));
}

.commerce-section--figs { position: relative; overflow: hidden; }
.fig-product-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21, 32, 23, 0.92), rgba(12, 20, 14, 0.94));
}
.fig-product-card__media {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: rgba(8, 15, 10, 0.78);
}
.fig-product-card__media picture,
.fig-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.fig-product-card__media img {
  min-height: 520px;
  object-fit: cover;
  transition: transform 240ms ease;
}
.fig-product-card:hover .fig-product-card__media img { transform: scale(1.018); }
.fig-product-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
}
.fig-product-card__body > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fig-product-card h3 {
  max-width: 620px;
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}
.fig-product-card p {
  max-width: 660px;
  margin: 0 0 14px;
  color: var(--commerce-muted);
}
.fig-product-card dl {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding-top: 18px;
}
.fig-product-card dl div {
  padding-top: 13px;
  border-top: 1px solid var(--commerce-line);
}
.fig-product-card dt {
  margin-bottom: 4px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.fig-product-card dd {
  margin: 0;
  color: #c9d2c7;
  font-size: 15px;
  line-height: 1.5;
}
.fig-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.fig-form-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: var(--commerce-panel);
}
.fig-form-card h3 { margin: 0 0 10px; font-size: 21px; }
.fig-form-card p { margin: 0; color: var(--commerce-muted); }
.fig-gallery {
  overflow: hidden;
  margin: -8px 0 28px;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: rgba(8, 15, 10, 0.78);
}
.fig-gallery picture,
.fig-gallery img {
  display: block;
  width: 100%;
}
.fig-gallery img {
  max-height: 420px;
  object-fit: cover;
}

.quick-facts--rice { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.commerce-hero__media--rice {
  min-height: 520px;
  padding: 18px;
}
.commerce-hero__media--rice picture,
.commerce-hero__media--rice img {
  width: 100%;
  height: 100%;
}
.commerce-hero__media--rice img {
  height: 460px;
  object-fit: cover;
  border: 1px solid rgba(230, 235, 226, 0.14);
  border-radius: 8px;
  filter: saturate(1.02) contrast(1.03) drop-shadow(0 28px 34px rgba(0, 0, 0, 0.26));
}

.commerce-section--rice { position: relative; overflow: hidden; }
.rice-product-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21, 32, 23, 0.92), rgba(12, 20, 14, 0.94));
}
.rice-product-card__media {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: rgba(8, 15, 10, 0.78);
}
.rice-product-card__media picture,
.rice-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.rice-product-card__media img {
  min-height: 520px;
  object-fit: cover;
  transition: transform 240ms ease;
}
.rice-product-card:hover .rice-product-card__media img { transform: scale(1.018); }
.rice-product-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
}
.rice-product-card__body > span,
.rice-option-card > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rice-product-card h3 {
  max-width: 620px;
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}
.rice-product-card p,
.rice-option-card p {
  max-width: 660px;
  margin: 0 0 14px;
  color: var(--commerce-muted);
}
.rice-product-card dl {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding-top: 18px;
}
.rice-product-card dl div {
  padding-top: 13px;
  border-top: 1px solid var(--commerce-line);
}
.rice-product-card dt {
  margin-bottom: 4px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rice-product-card dd {
  margin: 0;
  color: #c9d2c7;
  font-size: 15px;
  line-height: 1.5;
}
.rice-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.rice-option-card {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: var(--commerce-panel);
}
.rice-option-card h3 { margin: 0 0 12px; font-size: clamp(25px, 3vw, 36px); }
.rice-format-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.rice-format-list span {
  display: flex;
  min-height: 86px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: var(--commerce-panel);
  color: var(--ink-strong);
  font-weight: 650;
}
.rice-gallery,
.rice-wide {
  overflow: hidden;
  margin: -8px 0 28px;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: rgba(8, 15, 10, 0.78);
}
.rice-wide { margin: 0; }
.rice-gallery picture,
.rice-gallery img,
.rice-wide picture,
.rice-wide img {
  display: block;
  width: 100%;
}
.rice-gallery img {
  max-height: 420px;
  object-fit: cover;
}
.rice-wide img {
  max-height: 520px;
  object-fit: cover;
}
.commerce-section--rice-image { padding-top: 0; }

.quick-facts--salt { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.commerce-hero__media--salt {
  min-height: 520px;
  padding: 18px;
}
.commerce-hero__media--salt picture,
.commerce-hero__media--salt img {
  width: 100%;
  height: 100%;
}
.commerce-hero__media--salt img {
  height: 460px;
  object-fit: cover;
  border: 1px solid rgba(230, 235, 226, 0.14);
  border-radius: 8px;
  filter: saturate(1.04) contrast(1.03) drop-shadow(0 28px 34px rgba(0, 0, 0, 0.24));
}

.commerce-section--salt { position: relative; overflow: hidden; }
.salt-product-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21, 32, 23, 0.92), rgba(12, 20, 14, 0.94));
}
.salt-product-card__media {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: rgba(8, 15, 10, 0.78);
}
.salt-product-card__media picture,
.salt-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.salt-product-card__media img {
  min-height: 520px;
  object-fit: cover;
  transition: transform 240ms ease;
}
.salt-product-card:hover .salt-product-card__media img { transform: scale(1.018); }
.salt-product-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
}
.salt-product-card__body > span,
.salt-format-card > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.salt-product-card h3 {
  max-width: 620px;
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}
.salt-product-card p,
.salt-format-card p {
  max-width: 660px;
  margin: 0 0 14px;
  color: var(--commerce-muted);
}
.salt-product-card dl {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding-top: 18px;
}
.salt-product-card dl div {
  padding-top: 13px;
  border-top: 1px solid var(--commerce-line);
}
.salt-product-card dt {
  margin-bottom: 4px;
  color: var(--saffron-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.salt-product-card dd {
  margin: 0;
  color: #c9d2c7;
  font-size: 15px;
  line-height: 1.5;
}
.salt-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.salt-format-card {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: var(--commerce-panel);
}
.salt-format-card h3 { margin: 0 0 12px; font-size: clamp(25px, 3vw, 36px); }
.salt-format-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.salt-format-card li {
  padding: 11px 12px;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  color: #c9d2c7;
  background: rgba(255, 255, 255, 0.03);
  font-size: 14px;
}
.salt-wide {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: rgba(8, 15, 10, 0.78);
}
.salt-wide picture,
.salt-wide img {
  display: block;
  width: 100%;
}
.salt-wide img {
  max-height: 520px;
  object-fit: cover;
}
.commerce-section--salt-image { padding-top: 0; }

.commerce-section { padding: clamp(68px, 9vw, 118px) 0; }
.commerce-section--alt {
  background: rgba(8, 15, 10, 0.58);
  border-block: 1px solid var(--commerce-line);
}
.commerce-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.6fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 38px;
}
.commerce-section__head h2 { margin: 10px 0 0; }
.commerce-section__head p { margin: 0; color: var(--commerce-muted); }

.format-grid,
.commerce-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.format-card,
.commerce-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: var(--commerce-panel);
}
.format-card {
  min-height: 228px;
  display: flex;
  flex-direction: column;
}
.format-card h3,
.commerce-card h3 { margin: 16px 0 10px; font-size: 21px; }
.format-card p,
.commerce-card p { margin: 0; color: var(--commerce-muted); }
.format-card__status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(216, 167, 58, 0.38);
  border-radius: 4px;
  color: #efc96d;
  background: rgba(216, 167, 58, 0.08);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.format-card__status--review {
  color: #c4cfbe;
  border-color: rgba(196, 207, 190, 0.28);
  background: rgba(196, 207, 190, 0.05);
}
.format-card__link {
  margin-top: auto;
  padding-top: 22px;
  color: var(--saffron-gold);
  font-size: 14px;
  font-weight: 600;
}

.commerce-section--catalog-bridge {
  padding-top: 24px;
  padding-bottom: 24px;
}

.catalog-bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(216, 167, 58, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 20%, rgba(216, 167, 58, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(237, 242, 236, 0.075), rgba(237, 242, 236, 0.025));
  box-shadow: var(--shadow-soft);
}

.catalog-bridge h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.85rem, 3vw, 3rem);
}

.catalog-bridge p {
  max-width: 680px;
  margin: 0;
  color: var(--commerce-muted);
  line-height: 1.7;
}

.catalog-bridge .btn {
  flex: 0 0 auto;
}

.commerce-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--commerce-line);
}
.commerce-spec {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 25px 24px;
  border-bottom: 1px solid var(--commerce-line);
}
.commerce-spec:nth-child(odd) { border-right: 1px solid var(--commerce-line); }
.commerce-spec__number {
  color: var(--saffron-gold);
  font-size: 12px;
  font-weight: 650;
}
.commerce-spec h3 { margin: 0 0 7px; font-size: 18px; }
.commerce-spec p { margin: 0; color: var(--commerce-muted); }

.catalog-toolbar {
  position: sticky;
  top: 76px;
  z-index: 20;
  display: grid;
  gap: 13px;
  margin-bottom: 28px;
  padding: 16px;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: rgba(10, 16, 11, 0.94);
  box-shadow: var(--commerce-shadow);
  backdrop-filter: blur(14px);
}
.catalog-filter-row { display: flex; gap: 8px; align-items: center; overflow-x: auto; scrollbar-width: none; }
.catalog-filter-row::-webkit-scrollbar { display: none; }
.catalog-filter-label {
  min-width: 72px;
  color: var(--commerce-muted);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}
.catalog-filter {
  min-height: 44px;
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid var(--commerce-line);
  border-radius: 6px;
  color: var(--ink-strong);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.catalog-filter:hover,
.catalog-filter:focus-visible { border-color: rgba(216, 167, 58, 0.62); }
.catalog-filter.is-active {
  color: #0b120d;
  border-color: var(--saffron-gold);
  background: var(--saffron-gold);
}

.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.catalog-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
  background: var(--commerce-panel);
  transition: border-color 200ms ease, transform 200ms ease;
}
.catalog-product-card:hover,
.catalog-product-card:focus-within {
  border-color: rgba(216, 167, 58, 0.52);
  transform: translateY(-2px);
}
.catalog-product-card[hidden] { display: none; }
.catalog-product-card__media {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--commerce-media-bg);
}
.catalog-product-card__media img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  transition: transform 240ms ease;
}
.catalog-product-card:hover img { transform: scale(1.025); }
.catalog-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.catalog-product-card__origin { color: var(--saffron-gold); font-size: 11px; font-weight: 650; text-transform: uppercase; }
.catalog-product-card h3 { margin: 9px 0 9px; font-size: 21px; }
.catalog-product-card p { margin: 0; color: var(--commerce-muted); }
.catalog-formats { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.catalog-format {
  padding: 5px 7px;
  border: 1px solid var(--commerce-line);
  border-radius: 4px;
  color: #c5cec3;
  font-size: 11px;
}
.catalog-product-card__action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--saffron-gold);
  font-size: 14px;
  font-weight: 650;
}
.catalog-empty {
  display: none;
  padding: 42px 24px;
  border: 1px solid var(--commerce-line);
  text-align: center;
  color: var(--commerce-muted);
}
.catalog-empty.is-visible { display: block; }

@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) .commerce-hero {
    background:
      radial-gradient(68% 58% at 86% 8%, rgba(216, 167, 58, 0.10), transparent 56%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 247, 0.90));
  }
  :root:not([data-theme="dark"]) .commerce-hero__media::before,
  :root:not([data-theme="dark"]) .commerce-hero__media--barberry::before,
  :root:not([data-theme="dark"]) .commerce-hero__media--raisins::before,
  :root:not([data-theme="dark"]) .commerce-hero__media--pine-nuts::before,
  :root:not([data-theme="dark"]) .commerce-hero__media--apricots::before,
  :root:not([data-theme="dark"]) .commerce-hero__media--figs::before,
  :root:not([data-theme="dark"]) .commerce-hero__media--rice::before,
  :root:not([data-theme="dark"]) .commerce-hero__media--salt::before {
    border-color: rgba(22, 60, 34, 0.16);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }
  :root:not([data-theme="dark"]) .commerce-section--alt {
    background: linear-gradient(180deg, rgba(247, 250, 246, 0.94), rgba(255, 255, 255, 0.96));
  }
  :root:not([data-theme="dark"]) .catalog-toolbar {
    background: rgba(255, 255, 255, 0.90);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
    backdrop-filter: blur(18px) saturate(1.15);
  }
  :root:not([data-theme="dark"]) .catalog-filter-label,
  :root:not([data-theme="dark"]) .commerce-breadcrumb,
  :root:not([data-theme="dark"]) .commerce-section__head p,
  :root:not([data-theme="dark"]) .catalog-product-card p,
  :root:not([data-theme="dark"]) .barberry-intro,
  :root:not([data-theme="dark"]) .barberry-type-card p,
  :root:not([data-theme="dark"]) .raisin-type-card p,
  :root:not([data-theme="dark"]) .pine-product-card p,
  :root:not([data-theme="dark"]) .apricot-product-card p,
  :root:not([data-theme="dark"]) .fig-product-card p,
  :root:not([data-theme="dark"]) .fig-form-card p,
  :root:not([data-theme="dark"]) .rice-product-card p,
  :root:not([data-theme="dark"]) .rice-option-card p,
  :root:not([data-theme="dark"]) .salt-product-card p,
  :root:not([data-theme="dark"]) .salt-format-card p,
  :root:not([data-theme="dark"]) .commerce-card p,
  :root:not([data-theme="dark"]) .format-card p,
  :root:not([data-theme="dark"]) .commerce-spec p,
  :root:not([data-theme="dark"]) .commerce-journey__step p {
    color: var(--commerce-muted);
  }
  :root:not([data-theme="dark"]) .catalog-filter {
    color: #25362B;
    border-color: rgba(22, 60, 34, 0.18);
    background: rgba(255, 255, 255, 0.70);
  }
  :root:not([data-theme="dark"]) .catalog-filter:hover,
  :root:not([data-theme="dark"]) .catalog-filter:focus-visible {
    color: #07130A;
    border-color: rgba(14, 144, 56, 0.42);
    background: rgba(14, 144, 56, 0.075);
  }
  :root:not([data-theme="dark"]) .catalog-filter.is-active {
    color: #07130A;
    border-color: #D8A73A;
    background: #E4B83F;
    box-shadow: 0 8px 18px rgba(216, 167, 58, 0.20);
  }
  :root:not([data-theme="dark"]) .catalog-product-card,
  :root:not([data-theme="dark"]) .format-card,
  :root:not([data-theme="dark"]) .commerce-card,
  :root:not([data-theme="dark"]) .barberry-type-card,
  :root:not([data-theme="dark"]) .raisin-type-card,
  :root:not([data-theme="dark"]) .pine-product-card,
  :root:not([data-theme="dark"]) .apricot-product-card,
  :root:not([data-theme="dark"]) .fig-product-card,
  :root:not([data-theme="dark"]) .fig-form-card,
  :root:not([data-theme="dark"]) .rice-product-card,
  :root:not([data-theme="dark"]) .rice-option-card,
  :root:not([data-theme="dark"]) .rice-format-list span,
  :root:not([data-theme="dark"]) .salt-product-card,
  :root:not([data-theme="dark"]) .salt-format-card {
    background: linear-gradient(180deg, #FFFFFF, #F7FAF6);
    box-shadow: 0 16px 38px rgba(17, 35, 23, 0.10);
  }
  :root:not([data-theme="dark"]) .catalog-product-card:hover,
  :root:not([data-theme="dark"]) .catalog-product-card:focus-within {
    border-color: rgba(14, 144, 56, 0.40);
    box-shadow: 0 22px 54px rgba(17, 35, 23, 0.14);
  }
  :root:not([data-theme="dark"]) .catalog-product-card__origin,
  :root:not([data-theme="dark"]) .format-card__status,
  :root:not([data-theme="dark"]) .commerce-spec__number,
  :root:not([data-theme="dark"]) .commerce-journey__step span {
    color: #8A650F;
  }
  :root:not([data-theme="dark"]) .catalog-format,
  :root:not([data-theme="dark"]) .format-card__status--review {
    color: #425146;
    border-color: rgba(22, 60, 34, 0.18);
    background: var(--commerce-chip);
  }
  :root:not([data-theme="dark"]) .catalog-product-card__action,
  :root:not([data-theme="dark"]) .format-card__link {
    color: #7A5A0E;
  }
  :root:not([data-theme="dark"]) .barberry-type-card li,
  :root:not([data-theme="dark"]) .raisin-type-card dd,
  :root:not([data-theme="dark"]) .pine-product-card dd,
  :root:not([data-theme="dark"]) .apricot-product-card dd,
  :root:not([data-theme="dark"]) .fig-product-card dd,
  :root:not([data-theme="dark"]) .rice-product-card dd,
  :root:not([data-theme="dark"]) .salt-product-card dd,
  :root:not([data-theme="dark"]) .salt-format-card li {
    color: #425146;
  }
  :root:not([data-theme="dark"]) .raisin-type-card__media,
  :root:not([data-theme="dark"]) .pine-product-card__media,
  :root:not([data-theme="dark"]) .apricot-product-card__media,
  :root:not([data-theme="dark"]) .fig-product-card__media,
  :root:not([data-theme="dark"]) .apricot-gallery,
  :root:not([data-theme="dark"]) .fig-gallery,
  :root:not([data-theme="dark"]) .rice-product-card__media,
  :root:not([data-theme="dark"]) .rice-gallery,
  :root:not([data-theme="dark"]) .rice-wide,
  :root:not([data-theme="dark"]) .salt-product-card__media,
  :root:not([data-theme="dark"]) .salt-wide {
    background: #EEF3EB;
  }
  :root:not([data-theme="dark"]) .salt-format-card li {
    border-color: rgba(22, 60, 34, 0.14);
    background: rgba(255, 255, 255, 0.74);
  }
}

:root[data-theme="light"] .commerce-hero {
  background:
    radial-gradient(68% 58% at 86% 8%, rgba(216, 167, 58, 0.10), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 247, 0.90));
}
:root[data-theme="light"] .commerce-hero__media::before,
:root[data-theme="light"] .commerce-hero__media--barberry::before,
:root[data-theme="light"] .commerce-hero__media--raisins::before,
:root[data-theme="light"] .commerce-hero__media--pine-nuts::before,
:root[data-theme="light"] .commerce-hero__media--apricots::before,
:root[data-theme="light"] .commerce-hero__media--figs::before,
:root[data-theme="light"] .commerce-hero__media--rice::before,
:root[data-theme="light"] .commerce-hero__media--salt::before {
  border-color: rgba(22, 60, 34, 0.16);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}
:root[data-theme="light"] .commerce-section--alt {
  background: linear-gradient(180deg, rgba(247, 250, 246, 0.94), rgba(255, 255, 255, 0.96));
}
:root[data-theme="light"] .catalog-toolbar {
  background: rgba(255, 255, 255, 0.90);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  backdrop-filter: blur(18px) saturate(1.15);
}
:root[data-theme="light"] .catalog-filter-label,
:root[data-theme="light"] .commerce-breadcrumb,
:root[data-theme="light"] .commerce-section__head p,
:root[data-theme="light"] .catalog-product-card p,
:root[data-theme="light"] .barberry-intro,
:root[data-theme="light"] .barberry-type-card p,
:root[data-theme="light"] .raisin-type-card p,
:root[data-theme="light"] .pine-product-card p,
:root[data-theme="light"] .apricot-product-card p,
:root[data-theme="light"] .fig-product-card p,
:root[data-theme="light"] .fig-form-card p,
:root[data-theme="light"] .rice-product-card p,
:root[data-theme="light"] .rice-option-card p,
:root[data-theme="light"] .salt-product-card p,
:root[data-theme="light"] .salt-format-card p,
:root[data-theme="light"] .commerce-card p,
:root[data-theme="light"] .format-card p,
:root[data-theme="light"] .commerce-spec p,
:root[data-theme="light"] .commerce-journey__step p {
  color: var(--commerce-muted);
}
:root[data-theme="light"] .catalog-filter {
  color: #25362B;
  border-color: rgba(22, 60, 34, 0.18);
  background: rgba(255, 255, 255, 0.70);
}
:root[data-theme="light"] .catalog-filter:hover,
:root[data-theme="light"] .catalog-filter:focus-visible {
  color: #07130A;
  border-color: rgba(14, 144, 56, 0.42);
  background: rgba(14, 144, 56, 0.075);
}
:root[data-theme="light"] .catalog-filter.is-active {
  color: #07130A;
  border-color: #D8A73A;
  background: #E4B83F;
  box-shadow: 0 8px 18px rgba(216, 167, 58, 0.20);
}
:root[data-theme="light"] .catalog-product-card,
:root[data-theme="light"] .format-card,
:root[data-theme="light"] .commerce-card,
:root[data-theme="light"] .barberry-type-card,
:root[data-theme="light"] .raisin-type-card,
:root[data-theme="light"] .pine-product-card,
:root[data-theme="light"] .apricot-product-card,
:root[data-theme="light"] .fig-product-card,
:root[data-theme="light"] .fig-form-card,
:root[data-theme="light"] .rice-product-card,
:root[data-theme="light"] .rice-option-card,
:root[data-theme="light"] .rice-format-list span,
:root[data-theme="light"] .salt-product-card,
:root[data-theme="light"] .salt-format-card {
  background: linear-gradient(180deg, #FFFFFF, #F7FAF6);
  box-shadow: 0 16px 38px rgba(17, 35, 23, 0.10);
}
:root[data-theme="light"] .catalog-product-card:hover,
:root[data-theme="light"] .catalog-product-card:focus-within {
  border-color: rgba(14, 144, 56, 0.40);
  box-shadow: 0 22px 54px rgba(17, 35, 23, 0.14);
}
:root[data-theme="light"] .catalog-product-card__origin,
:root[data-theme="light"] .format-card__status,
:root[data-theme="light"] .commerce-spec__number,
:root[data-theme="light"] .commerce-journey__step span {
  color: #8A650F;
}
:root[data-theme="light"] .catalog-format,
:root[data-theme="light"] .format-card__status--review {
  color: #425146;
  border-color: rgba(22, 60, 34, 0.18);
  background: var(--commerce-chip);
}
:root[data-theme="light"] .catalog-product-card__action,
:root[data-theme="light"] .format-card__link {
  color: #7A5A0E;
}
:root[data-theme="light"] .barberry-type-card li,
:root[data-theme="light"] .raisin-type-card dd,
:root[data-theme="light"] .pine-product-card dd,
:root[data-theme="light"] .apricot-product-card dd,
:root[data-theme="light"] .fig-product-card dd,
:root[data-theme="light"] .rice-product-card dd,
:root[data-theme="light"] .salt-product-card dd,
:root[data-theme="light"] .salt-format-card li {
  color: #425146;
}
:root[data-theme="light"] .raisin-type-card__media,
:root[data-theme="light"] .pine-product-card__media,
:root[data-theme="light"] .apricot-product-card__media,
:root[data-theme="light"] .fig-product-card__media,
:root[data-theme="light"] .apricot-gallery,
:root[data-theme="light"] .fig-gallery,
:root[data-theme="light"] .rice-product-card__media,
:root[data-theme="light"] .rice-gallery,
:root[data-theme="light"] .rice-wide,
:root[data-theme="light"] .salt-product-card__media,
:root[data-theme="light"] .salt-wide {
  background: #EEF3EB;
}
:root[data-theme="light"] .salt-format-card li {
  border-color: rgba(22, 60, 34, 0.14);
  background: rgba(255, 255, 255, 0.74);
}

.availability-wrap { overflow-x: auto; }
.availability-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.availability-table th,
.availability-table td { padding: 17px 15px; border-bottom: 1px solid var(--commerce-line); text-align: left; }
.availability-table th { color: var(--commerce-muted); font-size: 12px; text-transform: uppercase; }
.availability-table td:first-child { color: var(--ink-strong); font-weight: 650; }
.availability-mark { color: #efc96d; }
.availability-mark--review { color: #aab5aa; }
.availability-mark--na { color: #6f796f; }

.commerce-journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--commerce-line);
  border-bottom: 1px solid var(--commerce-line);
}
.commerce-journey__step { padding: 26px; border-right: 1px solid var(--commerce-line); }
.commerce-journey__step:last-child { border-right: 0; }
.commerce-journey__step span { color: var(--saffron-gold); font-size: 12px; }
.commerce-journey__step h3 { margin: 12px 0 8px; }
.commerce-journey__step p { margin: 0; color: var(--commerce-muted); }

@media (max-width: 1040px) {
  .commerce-hero__grid { grid-template-columns: 1fr 0.9fr; gap: 34px; }
  .commerce-hero__media { min-height: 430px; }
  .commerce-hero__media img { height: 410px; }
  .commerce-hero__media--barberry,
  .commerce-hero__media--raisins,
  .commerce-hero__media--pine-nuts,
  .commerce-hero__media--apricots,
  .commerce-hero__media--figs,
  .commerce-hero__media--rice,
  .commerce-hero__media--salt { min-height: 420px; }
  .commerce-hero__media--barberry img,
  .commerce-hero__media--raisins img,
  .commerce-hero__media--pine-nuts img,
  .commerce-hero__media--apricots img,
  .commerce-hero__media--figs img,
  .commerce-hero__media--rice img,
  .commerce-hero__media--salt img { height: 370px; }
  .quick-facts--barberry,
  .quick-facts--raisins,
  .quick-facts--pine-nuts,
  .quick-facts--apricots,
  .quick-facts--figs,
  .quick-facts--rice,
  .quick-facts--salt { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .format-grid,
  .commerce-card-grid,
  .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .barberry-type-card { grid-template-rows: minmax(280px, auto) auto; }
  .barberry-type-card__media { min-height: 280px; }
  .barberry-type-card__media img { min-height: 280px; }
  .raisin-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pine-product-card { grid-template-columns: 1fr; }
  .pine-product-card__media,
  .pine-product-card__media img { min-height: 360px; }
  .apricot-product-card { grid-template-columns: 1fr; }
  .apricot-product-card__media,
  .apricot-product-card__media img { min-height: 360px; }
  .fig-product-card { grid-template-columns: 1fr; }
  .fig-product-card__media,
  .fig-product-card__media img { min-height: 360px; }
  .fig-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rice-product-card { grid-template-columns: 1fr; }
  .rice-product-card__media,
  .rice-product-card__media img { min-height: 360px; }
  .rice-format-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .salt-product-card { grid-template-columns: 1fr; }
  .salt-product-card__media,
  .salt-product-card__media img { min-height: 360px; }
}

@media (max-width: 760px) {
  .commerce-section { padding: 52px 0; }
  .commerce-section--rice-image,
  .commerce-section--salt-image { padding-top: 0; }

  .mobile-product-jump {
    display: block;
    padding: 15px 18px 17px;
    border-bottom: 1px solid var(--commerce-line);
    background: color-mix(in srgb, var(--bg) 94%, var(--saffron-gold) 6%);
  }
  .mobile-product-jump__label {
    display: block;
    margin-bottom: 10px;
    color: var(--saffron-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .mobile-product-jump__label > span { display: none; }
  html:not([lang]) .mobile-product-jump__label > span[lang="en"],
  html[lang^="en"] .mobile-product-jump__label > span[lang="en"],
  html[lang^="es"] .mobile-product-jump__label > span[lang="es"],
  html[lang^="tr"] .mobile-product-jump__label > span[lang="tr"],
  html[lang^="fr"] .mobile-product-jump__label > span[lang="fr"],
  html[lang^="ru"] .mobile-product-jump__label > span[lang="ru"],
  html[lang^="ar"] .mobile-product-jump__label > span[lang="ar"] { display: inline; }
  .mobile-product-jump__links {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-inline: -18px;
    padding-inline: 18px;
    scroll-padding-inline: 18px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .mobile-product-jump__links::-webkit-scrollbar { display: none; }
  .mobile-product-jump__links a {
    flex: 0 0 auto;
    max-width: min(78vw, 310px);
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border: 1px solid var(--commerce-line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--ink-strong);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.25;
    scroll-snap-align: start;
  }

  .quick-fact {
    min-height: 92px;
    padding: 20px 16px;
  }
  .commerce-hero { min-height: auto; padding-top: 46px; }
  .commerce-hero__grid { grid-template-columns: 1fr; }
  .commerce-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .commerce-hero__media { min-height: 330px; order: -1; }
  .commerce-hero__media img { height: 330px; }
  .commerce-hero__media::before { inset: 5% 0; }
  .commerce-hero__media--barberry {
    min-height: 300px;
    padding: 8px 0;
  }
  .commerce-hero__media--barberry::before { inset: 8px 0; }
  .commerce-hero__media--barberry img { height: 280px; }
  .commerce-hero__media--raisins {
    min-height: 300px;
    padding: 8px 0;
  }
  .commerce-hero__media--raisins::before { inset: 8px 0; }
  .commerce-hero__media--raisins img { height: 280px; }
  .commerce-hero__media--pine-nuts {
    min-height: 300px;
    padding: 8px 0;
  }
  .commerce-hero__media--pine-nuts::before { inset: 8px 0; }
  .commerce-hero__media--pine-nuts img { height: 280px; }
  .commerce-hero__media--apricots {
    min-height: 300px;
    padding: 8px 0;
  }
  .commerce-hero__media--apricots::before { inset: 8px 0; }
  .commerce-hero__media--apricots img { height: 280px; }
  .commerce-hero__media--figs {
    min-height: 300px;
    padding: 8px 0;
  }
  .commerce-hero__media--figs::before { inset: 8px 0; }
  .commerce-hero__media--figs img { height: 280px; }
  .commerce-hero__media--rice {
    min-height: 300px;
    padding: 8px 0;
  }
  .commerce-hero__media--rice::before { inset: 8px 0; }
  .commerce-hero__media--rice img { height: 280px; }
  .commerce-hero__media--salt {
    min-height: 300px;
    padding: 8px 0;
  }
  .commerce-hero__media--salt::before { inset: 8px 0; }
  .commerce-hero__media--salt img { height: 280px; }
  .commerce-hero__actions .btn { flex: 1 1 100%; justify-content: center; }
  .quick-facts,
  .quick-facts--barberry,
  .quick-facts--raisins,
  .quick-facts--pine-nuts,
  .quick-facts--apricots,
  .quick-facts--figs,
  .quick-facts--rice,
  .quick-facts--salt { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-fact { border-bottom: 1px solid var(--commerce-line); }
  .quick-fact:nth-child(2n) { border-right: 0; }
  .quick-fact:nth-last-child(-n+2) { border-bottom: 0; }
  .quick-facts--barberry .quick-fact:nth-last-child(-n+2) { border-bottom: 1px solid var(--commerce-line); }
  .quick-facts--barberry .quick-fact:last-child { border-bottom: 0; }
  .quick-facts--raisins .quick-fact:nth-last-child(-n+2) { border-bottom: 1px solid var(--commerce-line); }
  .quick-facts--raisins .quick-fact:last-child { border-bottom: 0; }
  .quick-facts--pine-nuts .quick-fact:nth-last-child(-n+2) { border-bottom: 1px solid var(--commerce-line); }
  .quick-facts--pine-nuts .quick-fact:last-child { border-bottom: 0; }
  .quick-facts--apricots .quick-fact:nth-last-child(-n+2) { border-bottom: 1px solid var(--commerce-line); }
  .quick-facts--apricots .quick-fact:last-child { border-bottom: 0; }
  .quick-facts--figs .quick-fact:nth-last-child(-n+2) { border-bottom: 1px solid var(--commerce-line); }
  .quick-facts--figs .quick-fact:last-child { border-bottom: 0; }
  .quick-facts--rice .quick-fact:nth-last-child(-n+2) { border-bottom: 1px solid var(--commerce-line); }
  .quick-facts--rice .quick-fact:last-child { border-bottom: 0; }
  .quick-facts--salt .quick-fact:nth-last-child(-n+2) { border-bottom: 1px solid var(--commerce-line); }
  .quick-facts--salt .quick-fact:last-child { border-bottom: 0; }
  .commerce-section__head { grid-template-columns: 1fr; gap: 14px; }
  .barberry-type-grid { grid-template-columns: 1fr; }
  .raisin-type-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18px;
    padding: 0 18px 10px;
    margin-inline: -18px;
    scrollbar-width: none;
  }
  .raisin-type-grid::-webkit-scrollbar { display: none; }
  .raisin-type-card {
    flex: 0 0 min(88vw, 360px);
    scroll-snap-align: start;
  }
  .barberry-intro { margin-top: 0; font-size: 16px; }
  .barberry-type-card { grid-template-rows: auto auto; }
  .barberry-type-card__media { min-height: 260px; }
  .barberry-type-card__media img { min-height: 260px; }
  .pine-product-card__media,
  .pine-product-card__media img { min-height: 300px; }
  .pine-product-card__body { padding: 24px; }
  .apricot-product-card__media,
  .apricot-product-card__media img { min-height: 300px; }
  .apricot-product-card__body { padding: 24px; }
  .fig-product-card__media,
  .fig-product-card__media img { min-height: 300px; }
  .fig-product-card__body { padding: 24px; }
  .fig-form-grid { grid-template-columns: 1fr; }
  .rice-product-card__media,
  .rice-product-card__media img { min-height: 300px; }
  .rice-product-card__body { padding: 24px; }
  .rice-option-grid,
  .rice-format-list { grid-template-columns: 1fr; }
  .salt-product-card__media,
  .salt-product-card__media img { min-height: 300px; }
  .salt-product-card__body { padding: 24px; }
  .salt-format-grid,
  .salt-format-card ul { grid-template-columns: 1fr; }
  .format-grid,
  .commerce-card-grid,
  .catalog-product-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18px;
    padding: 0 18px 10px;
    margin-inline: -18px;
    scrollbar-width: none;
  }
  .format-grid::-webkit-scrollbar,
  .commerce-card-grid::-webkit-scrollbar,
  .catalog-product-grid::-webkit-scrollbar { display: none; }
  .format-card,
  .commerce-card,
  .catalog-product-card { flex: 0 0 min(86vw, 340px); scroll-snap-align: start; }
  .catalog-bridge {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-bridge .btn {
    width: 100%;
    justify-content: center;
  }
  .commerce-specs { grid-template-columns: 1fr; }
  .commerce-spec:nth-child(odd) { border-right: 0; }
  .catalog-toolbar { top: 64px; margin-inline: -8px; }
  .commerce-journey { grid-template-columns: 1fr; }
  .commerce-journey__step { border-right: 0; border-bottom: 1px solid var(--commerce-line); }
  .commerce-journey__step:last-child { border-bottom: 0; }
}

@media (max-width: 430px) {
  .quick-facts,
  .quick-facts--barberry,
  .quick-facts--raisins,
  .quick-facts--pine-nuts,
  .quick-facts--apricots,
  .quick-facts--figs,
  .quick-facts--rice,
  .quick-facts--salt { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-fact { min-height: 88px; }
  .quick-facts--barberry .quick-fact:last-child,
  .quick-facts--raisins .quick-fact:last-child,
  .quick-facts--pine-nuts .quick-fact:last-child,
  .quick-facts--rice .quick-fact:last-child,
  .quick-facts--salt .quick-fact:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }
  .barberry-type-card ul { grid-template-columns: 1fr; }
  .raisin-type-card__media,
  .raisin-type-card__media img { min-height: 250px; }
}

@media (max-width: 350px) {
  .quick-facts,
  .quick-facts--barberry,
  .quick-facts--raisins,
  .quick-facts--pine-nuts,
  .quick-facts--apricots,
  .quick-facts--figs,
  .quick-facts--rice,
  .quick-facts--salt { grid-template-columns: 1fr; }
  .quick-fact,
  .quick-facts .quick-fact:last-child {
    grid-column: auto;
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--commerce-line);
  }
  .quick-facts .quick-fact:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-product-card,
  .catalog-product-card__media img { transition: none; }
  .catalog-product-card:hover { transform: none; }
}

/* Product page final CTA: unified RFQ + catalog link */
.product-final-cta {
  position: relative;
  padding: clamp(54px, 7vw, 92px) 0;
  border-top: 1px solid var(--commerce-line);
  background:
    radial-gradient(circle at 92% 18%, rgba(216, 167, 58, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 72%);
  overflow: hidden;
}

.product-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(30px, 6vw, 84px);
}

.product-final-cta__copy {
  max-width: 760px;
}

.product-final-cta__copy h2 {
  max-width: 720px;
  margin: 10px 0 12px;
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  line-height: 0.98;
}

.product-final-cta__copy p {
  max-width: 650px;
  margin: 0;
  color: var(--commerce-muted);
  line-height: 1.7;
}

.product-final-cta__actions {
  min-width: min(100%, 246px);
  display: grid;
  gap: 10px;
}

.product-final-cta__actions .btn {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  white-space: nowrap;
}

.product-final-cta__catalog {
  border-color: var(--commerce-line);
  background: transparent;
}

.product-final-cta__catalog::after {
  content: "↗";
  margin-inline-start: 8px;
  font-size: 0.9em;
}

.product-final-cta__catalog:hover,
.product-final-cta__catalog:focus-visible {
  border-color: rgba(216, 167, 58, 0.55);
  background: rgba(216, 167, 58, 0.08);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) .product-final-cta {
    background:
      radial-gradient(circle at 92% 18%, rgba(216, 167, 58, 0.10), transparent 30%),
      linear-gradient(180deg, rgba(14, 144, 56, 0.025), transparent 75%);
  }
}

/* 2026-07-14: unified full-bleed product heroes */
.product-detail-page--saffron {
  --product-hero-image: url("../assets/products/hero/saffron.webp");
}
.product-detail-page--barberry {
  --product-hero-image: url("../assets/products/hero/barberry.webp");
}
.product-detail-page--dried-apricots {
  --product-hero-image: url("../assets/products/hero/dried-apricots.webp");
}
.product-detail-page--dried-figs {
  --product-hero-image: url("../assets/products/hero/dried-figs.webp");
}
.product-detail-page--pine-nuts {
  --product-hero-image: url("../assets/products/hero/pine-nuts.webp");
}
.product-detail-page--raisins {
  --product-hero-image: url("../assets/products/hero/raisins.webp");
}
.product-detail-page--basmati-rice {
  --product-hero-image: url("../assets/products/hero/basmati-rice.webp");
}
.product-detail-page--himalayan-pink-salt {
  --product-hero-image: url("../assets/products/hero/himalayan-pink-salt.webp");
}

.commerce-page.product-detail-page .commerce-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: 740px;
  padding: 72px 0;
  overflow: hidden;
  color: #f7faf7;
  background: #07100b;
}

.commerce-page.product-detail-page .commerce-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -12px;
  background-image: var(--product-hero-image);
  background-position: 54% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(0.8px) brightness(0.7) saturate(0.96);
  transform: scale(1.008);
}

.commerce-page.product-detail-page .commerce-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 12, 7, 0.86) 0%, rgba(3, 12, 7, 0.68) 42%, rgba(3, 12, 7, 0.13) 76%),
    linear-gradient(180deg, rgba(3, 12, 7, 0.18) 0%, rgba(3, 12, 7, 0.08) 58%, rgba(3, 12, 7, 0.52) 100%);
}

.commerce-page.product-detail-page .commerce-hero__grid {
  position: relative;
  z-index: 1;
  display: block;
}

.commerce-page.product-detail-page .commerce-hero__copy {
  width: min(680px, 62%);
  min-height: 520px;
  max-width: none;
  margin-right: auto;
  margin-left: 0;
  padding: clamp(28px, 3.4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(7, 20, 12, 0.76), rgba(7, 20, 12, 0.54));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(11px) saturate(1.08);
  -webkit-backdrop-filter: blur(11px) saturate(1.08);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.commerce-page.product-detail-page .commerce-hero__media {
  display: none;
}

.commerce-page.product-detail-page .commerce-hero h1 {
  max-width: 14ch;
  margin-bottom: 18px;
  color: #ffffff !important;
  font-size: clamp(3.2rem, 5vw, 5.15rem);
  line-height: 0.96;
  text-wrap: balance;
}

.commerce-page.product-detail-page .commerce-hero .lead {
  max-width: 58ch;
  color: rgba(247, 250, 247, 0.92) !important;
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.commerce-page.product-detail-page .commerce-hero__copy > p:not(.lead) {
  max-width: 62ch;
  color: rgba(235, 242, 236, 0.76) !important;
}

.commerce-page.product-detail-page .commerce-hero .eyebrow {
  color: #efc65b !important;
}

.commerce-page.product-detail-page .commerce-breadcrumb,
.commerce-page.product-detail-page .commerce-breadcrumb a,
.commerce-page.product-detail-page .commerce-breadcrumb span {
  color: rgba(245, 249, 246, 0.76) !important;
}

.commerce-page.product-detail-page .commerce-breadcrumb a:hover,
.commerce-page.product-detail-page .commerce-breadcrumb a:focus-visible {
  color: #ffffff !important;
}

.commerce-page.product-detail-page .commerce-hero__actions .btn--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
}

.commerce-page.product-detail-page .commerce-hero__actions {
  margin-top: auto;
}

.product-detail-page--dried-apricots .commerce-hero h1,
.product-detail-page--dried-figs .commerce-hero h1,
.product-detail-page--pine-nuts .commerce-hero h1,
.product-detail-page--basmati-rice .commerce-hero h1,
.product-detail-page--himalayan-pink-salt .commerce-hero h1 {
  font-size: clamp(2.8rem, 4.15vw, 4.25rem);
  line-height: 0.98;
}

.commerce-page.product-detail-page .commerce-hero__actions .btn--ghost:hover,
.commerce-page.product-detail-page .commerce-hero__actions .btn--ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 980px) {
  .commerce-page.product-detail-page .commerce-hero {
    min-height: 700px;
    padding: 72px 0;
  }

  .commerce-page.product-detail-page .commerce-hero::before {
    background-position: 61% 50%;
  }

  .commerce-page.product-detail-page .commerce-hero::after {
    background: linear-gradient(90deg, rgba(3, 12, 7, 0.83) 0%, rgba(3, 12, 7, 0.57) 62%, rgba(3, 12, 7, 0.18) 100%);
  }

  .commerce-page.product-detail-page .commerce-hero__copy {
    width: min(700px, 82%);
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  .commerce-page.product-detail-page .commerce-hero {
    min-height: 720px;
    padding: 72px 0 42px;
    align-items: end;
  }

  .commerce-page.product-detail-page .commerce-hero::before {
    background-position: 62% 50%;
    filter: blur(0.6px) brightness(0.72) saturate(0.98);
  }

  .commerce-page.product-detail-page .commerce-hero::after {
    background:
      linear-gradient(180deg, rgba(3, 12, 7, 0.12) 0%, rgba(3, 12, 7, 0.34) 34%, rgba(3, 12, 7, 0.86) 100%),
      linear-gradient(90deg, rgba(3, 12, 7, 0.5), rgba(3, 12, 7, 0.16));
  }

  .commerce-page.product-detail-page .commerce-hero__copy {
    width: 100%;
    min-height: 0;
    padding: 24px 20px;
    border-radius: 20px;
    background: rgba(6, 18, 10, 0.76);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .commerce-page.product-detail-page .commerce-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .commerce-page.product-detail-page .commerce-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .commerce-page.product-detail-page .commerce-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

:root[data-theme="light"] .product-final-cta {
  background:
    radial-gradient(circle at 92% 18%, rgba(216, 167, 58, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(14, 144, 56, 0.025), transparent 75%);
}

@media (max-width: 760px) {
  .product-final-cta__inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }
  .product-final-cta__actions {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
  }
  .product-final-cta__copy h2 {
    font-size: clamp(2.15rem, 11vw, 3.5rem);
  }
}
