/* ——— Satış Kanallarımız ——— */
.page-inner--urun-kanallarimiz {
  background: var(--cargill-bg-alt);
}

.page-inner--urun-kanallarimiz .hero-stack {
  margin-bottom: 0;
  background: var(--cargill-bg-alt);
}

.page-inner--urun-kanallarimiz .hero-stack::after {
  display: none;
}

.page-inner--urun-kanallarimiz
  .hero-stack--header-above.hero-stack--compact
  .site-header--float {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  pointer-events: auto;
  padding: var(--header-float-inset) var(--header-float-inset) 0;
}

.page-inner--urun-kanallarimiz .section.main--footer-cap {
  padding: clamp(1.5rem, 3.5vw, 2.5rem) 0 clamp(3.5rem, 7vw, 5rem);
  background: linear-gradient(
    180deg,
    var(--cargill-bg-alt) 0%,
    var(--cargill-bg) 28%,
    var(--cargill-bg) 100%
  );
}

.product-channels-page {
  max-width: 72rem;
}

.product-channels-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
}

.product-channels-intro__eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-nav);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cargill-green);
}

.product-channels-intro__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.12;
  color: var(--cargill-text);
}

.product-channels-intro__lead {
  margin: 0;
  max-width: 36rem;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.6;
  color: var(--cargill-text-muted);
}

.product-channels-nav {
  position: sticky;
  top: calc(var(--header-float-inset, 0.75rem) + 3.5rem);
  z-index: 20;
  margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
  padding: 0.35rem 0;
  background: linear-gradient(
    180deg,
    rgba(248, 249, 248, 0.98) 0%,
    rgba(248, 249, 248, 0.92) 70%,
    rgba(248, 249, 248, 0) 100%
  );
  backdrop-filter: blur(8px);
}

.product-channels-nav__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--cargill-border);
  box-shadow: 0 8px 24px rgba(1, 41, 18, 0.06);
}

.product-channels-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-family: var(--font-nav);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cargill-text-muted);
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.product-channels-nav__link:hover {
  color: var(--cargill-green-dark);
  background: rgba(0, 132, 61, 0.06);
}

.product-channels-nav__link.is-active {
  color: #fff;
  background: var(--cargill-green);
  box-shadow: 0 4px 14px rgba(0, 132, 61, 0.28);
}

.product-channels-panels {
  min-height: 12rem;
}

.product-channel-panel[hidden] {
  display: none !important;
}

.product-channel-panel {
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border-radius: var(--radius-lg, 1rem);
  background: #fff;
  border: 1px solid var(--cargill-border);
  box-shadow: 0 10px 28px rgba(1, 41, 18, 0.05);
}

.product-channel-panel__head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.65rem;
}

.product-channel-panel__icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  color: var(--cargill-green);
  background: rgba(0, 132, 61, 0.08);
}

.product-channel-panel__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.product-channel-panel__heading {
  min-width: 0;
}

.product-channel-panel__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--cargill-text);
}

.product-channel-panel__meta {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--cargill-green);
}

.product-channel-panel__summary {
  margin: 0 0 1.35rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--cargill-text-muted);
  max-width: 48rem;
}

.product-channel-brand-groups {
  display: flex;
  flex-direction: column;
  gap: clamp(1.15rem, 2.5vw, 1.65rem);
}

.product-channel-brand-group__label {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  margin: 0 0 0.8rem;
  font-family: var(--font-nav);
}

.product-channel-brand-group__name {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cargill-text);
}

.product-channel-brand-group__tagline {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--cargill-text-muted);
}

.product-channel-brand-group__tagline::before {
  content: "–";
  margin-right: 0.4rem;
  color: var(--cargill-border);
}

.product-channel-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 11.5rem), 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.15rem);
}

.product-channel-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.85rem;
  border: 1px solid var(--cargill-border);
  background: var(--cargill-bg-alt);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.product-channel-product:hover {
  border-color: rgba(0, 132, 61, 0.28);
  box-shadow: 0 10px 24px rgba(1, 41, 18, 0.08);
  transform: translateY(-2px);
}

.product-channel-product__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 9.5rem;
  padding: 0.65rem;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.product-channel-product__thumb img {
  display: block;
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
  object-position: center;
}

/* Proverse Selection packshots — geniş şeffaf kenar boşlukları */
.product-channel-product__thumb img[src*="selection-"] {
  max-width: none;
  max-height: none;
  height: 5.25rem;
  transform: scale(2);
  transform-origin: center center;
}

.product-channel-product__placeholder {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(0, 132, 61, 0.08);
}

.product-channel-product__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0.85rem 0.9rem;
  flex: 1;
}

.product-channel-product__brand {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cargill-green);
}

.product-channel-product__name {
  margin: 0;
  font-family: var(--font-nav);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--cargill-text);
}

.product-channel-product[data-brand="turyag"]:hover {
  border-color: rgba(230, 81, 0, 0.28);
}

.product-channel-product[data-brand="proverse"]:hover {
  border-color: rgba(2, 79, 110, 0.28);
}

.product-channel-product[data-brand="vanova"]:hover {
  border-color: rgba(21, 101, 192, 0.28);
}

.product-channel-product[data-brand="veliche"]:hover {
  border-color: rgba(92, 64, 51, 0.28);
}

.product-channel-product[data-brand="vanikoy"]:hover {
  border-color: rgba(0, 132, 61, 0.28);
}

@media (max-width: 640px) {
  .product-channels-nav {
    top: 0.5rem;
  }

  .product-channels-nav__inner {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    border-radius: 1rem;
    scrollbar-width: none;
  }

  .product-channels-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .product-channels-nav__link {
    flex-shrink: 0;
  }

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

@media (prefers-reduced-motion: reduce) {
  .product-channel-product,
  .product-channels-nav__link {
    transition: none;
  }

  .product-channel-product:hover {
    transform: none;
  }
}
