/* Turyağ marka sayfası — ürünler, bayi listesi, demo form */

.brand-header__brand {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  min-width: 0;
}

.brand-header__logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-header__logo {
  height: clamp(36px, 5vw, 48px);
  width: auto;
  max-width: 9rem;
  object-fit: contain;
}

.brand-header__gurme-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-nav);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--cargill-text-muted);
  text-decoration: none;
  max-width: 11.5rem;
  white-space: normal;
  padding: 0.35rem 0.75rem 0.35rem 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  transition:
    color var(--transition),
    border-color var(--transition),
    background var(--transition);
}

.brand-header__gurme-arrow {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.brand-header__gurme-link:hover .brand-header__gurme-arrow {
  transform: translateX(-2px);
}

.brand-header__gurme-link:hover {
  color: var(--brand-primary);
  border-color: rgba(200, 16, 46, 0.25);
  background: rgba(200, 16, 46, 0.04);
}

/* Header menü — Turyağ kurumsal kırmızı aktif/hover */
html[data-brand="turyag"] .site-header--float {
  --nav-pill-bg: var(--brand-primary);
}

html[data-brand="turyag"] .site-header--float .main-nav > li > a:hover,
html[data-brand="turyag"] .site-header--float .main-nav > li > a.is-active,
html[data-brand="turyag"] .site-header--float .main-nav .nav-has-sub:hover > a,
html[data-brand="turyag"] .site-header--float .main-nav .nav-has-sub:focus-within > a {
  background: var(--brand-primary);
  color: #fff;
}

html[data-brand="turyag"] .main-nav a.is-active {
  color: var(--brand-primary);
}

html[data-brand="turyag"] .site-header--float .main-nav > li > a.is-active {
  color: #fff;
}

html[data-brand="turyag"] .main-nav .nav-sub a:hover,
html[data-brand="turyag"] .main-nav .nav-sub a:focus-visible {
  color: var(--brand-primary);
  background: rgba(200, 16, 46, 0.07);
}

html[data-brand="turyag"] .site-header--float .main-nav a:hover .nav-caret,
html[data-brand="turyag"] .site-header--float .main-nav a.is-active .nav-caret,
html[data-brand="turyag"] .site-header--float .nav-has-sub:hover .nav-caret,
html[data-brand="turyag"] .site-header--float .nav-has-sub:focus-within .nav-caret {
  color: #fff;
  opacity: 1;
}

html[data-brand="turyag"] .site-footer--brand .footer-brand-logo {
  filter: brightness(0) invert(1);
}

html[data-brand="turyag"] .site-footer--brand .footer-back-top__btn:hover {
  border-color: rgba(255, 204, 128, 0.55);
}

html[data-brand="turyag"] .brand-banners--compact .banner-slide--hero-overlay::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(80, 0, 10, 0.72) 100%
  );
}

html[data-brand="turyag"] .brand-banners--compact .banner-slide--hero-overlay h1 {
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  margin: 0 0 0.35rem;
  color: #fff;
}

html[data-brand="turyag"] .brand-banners--compact .banner-slide--hero-overlay p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

html[data-brand="turyag"] .hero-stack .banner-slide--hero-overlay {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: top;
}

html[data-brand="turyag"] .hero-stack .banner-slide--hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(80, 0, 10, 0.82) 0%,
    rgba(139, 0, 0, 0.5) 45%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

html[data-brand="turyag"] .banner-hero__copy {
  position: relative;
  z-index: 1;
}

html[data-brand="turyag"] .banner-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html[data-brand="turyag"] .banner-slide--hero-overlay h1,
html[data-brand="turyag"] .banner-slide--hero-overlay h2 {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 0.75rem;
}

html[data-brand="turyag"] .banner-slide--hero-overlay p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 32rem;
  margin: 0 0 1.25rem;
}

html[data-brand="turyag"] .banner-slide--hero-caption-below .banner-hero__copy--below {
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem) 1.5rem clamp(2.25rem, 5vw, 3.25rem);
  background: #fff;
}

html[data-brand="turyag"] .banner-slide--hero-caption-below .banner-hero__copy--below h1 {
  color: var(--cargill-text);
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  letter-spacing: -0.02em;
}

html[data-brand="turyag"] .banner-slide--hero-caption-below .banner-hero__copy--below h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin: 0.85rem auto 0;
  border-radius: 999px;
  background: var(--brand-primary, #c8102e);
}

html[data-brand="turyag"] .banner-slide--hero-caption-below .banner-hero__copy--below p {
  margin: 1.1rem auto 0;
  color: #5c5c5c;
  max-width: 36rem;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.65;
}

.turyag-about {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}

.turyag-about__title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--cargill-text);
  text-align: center;
}

.turyag-about__brand {
  color: var(--brand-primary, #c8102e);
}

.turyag-about p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--cargill-text);
}

.turyag-about p:last-child {
  margin-bottom: 0;
}

.turyag-about-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: 42rem;
  margin-inline: auto;
}

.turyag-about-layout .turyag-about {
  width: 100%;
}

.turyag-about__figure {
  margin: 0;
  width: 100%;
  max-width: min(100%, 28rem);
}

.turyag-about__photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.2rem;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.1);
}

.turyag-timeline {
  margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
  padding: 0;
}

.cms-slot[data-cms="about"] > .turyag-timeline:first-child {
  margin-top: 0;
}

.turyag-about--history {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: 0;
  border-top: none;
}

.turyag-timeline__eyebrow {
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.2;
  color: var(--brand-primary, #c8102e);
}

.turyag-timeline__list {
  list-style: none;
  position: relative;
  max-width: 56rem;
  margin: 0 auto;
  padding: 0;
}

.turyag-timeline__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: var(--brand-primary-dark, #8b2318);
}

.turyag-timeline__item {
  display: grid;
  grid-template-columns: 1fr 1.25rem 1fr;
  align-items: center;
  margin-bottom: clamp(1.15rem, 2.2vw, 1.65rem);
}

.turyag-timeline__item:last-child {
  margin-bottom: 0;
}

.turyag-timeline__dot {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: var(--brand-primary-dark, #8b2318);
  z-index: 1;
}

.turyag-timeline__card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 17rem;
  min-height: 7.25rem;
  height: 7.25rem;
  padding: 0.85rem 1rem;
  background: var(--brand-primary-dark, #8b2318);
  color: #fff;
}

.turyag-timeline__item--right .turyag-timeline__card {
  grid-column: 3;
  justify-self: start;
  margin-left: 0.75rem;
}

.turyag-timeline__item--right .turyag-timeline__card::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-right-color: var(--brand-primary-dark, #8b2318);
}

.turyag-timeline__item--left .turyag-timeline__card {
  grid-column: 1;
  justify-self: end;
  margin-right: 0.75rem;
}

.turyag-timeline__item--left .turyag-timeline__card::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left-color: var(--brand-primary-dark, #8b2318);
}

.turyag-timeline__year {
  margin: 0 0 0.35rem;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.turyag-timeline__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 640px) {
  .turyag-timeline__list::before {
    left: 0.45rem;
    transform: none;
  }

  .turyag-timeline__item {
    grid-template-columns: 1.25rem 1fr;
    gap: 0 0.75rem;
  }

  .turyag-timeline__dot {
    grid-column: 1;
    justify-self: center;
  }

  .turyag-timeline__item--right .turyag-timeline__card,
  .turyag-timeline__item--left .turyag-timeline__card {
    grid-column: 2;
    justify-self: stretch;
    width: auto;
    min-height: 6.5rem;
    height: 6.5rem;
    margin: 0;
  }

  .turyag-timeline__item--right .turyag-timeline__card::before,
  .turyag-timeline__item--left .turyag-timeline__card::after {
    left: -10px;
    right: auto;
    border: 10px solid transparent;
    border-right-color: var(--brand-primary-dark, #8b2318);
    border-left-color: transparent;
  }
}

.turyag-about__section-title {
  margin: clamp(2rem, 4vw, 2.75rem) 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--cargill-text);
  text-align: center;
}

.turyag-about--history .turyag-about__section-title:first-child {
  margin-top: 0;
}

.turyag-intro {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.turyag-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.turyag-intro__logo {
  display: flex;
  justify-content: center;
}

.turyag-intro__logo img {
  max-width: min(100%, 14rem);
  height: auto;
}

/* Anasayfa intro — sola hizalı (hakkımızda sayfası ayrı) */
.turyag-intro .turyag-about__title,
.turyag-intro__title {
  text-align: left;
}

.turyag-intro .section-lead,
.turyag-intro p:not(:has(.btn)) {
  text-align: left;
}

.turyag-intro .veliche-intro__eyebrow {
  text-align: left;
}

.turyag-categories {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem);
}

.turyag-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.turyag-cat-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.2s ease,
    box-shadow var(--transition),
    border-color var(--transition);
}

.turyag-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(200, 16, 46, 0.2);
}

.turyag-cat-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f3f3;
}

.turyag-cat-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.turyag-cat-card:hover .turyag-cat-card__media img {
  transform: scale(1.04);
}

.turyag-cat-card__body {
  padding: 1rem 1.25rem;
  background: #ececec;
  text-align: center;
}

.turyag-cat-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.turyag-product-section {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  scroll-margin-top: 6rem;
}

.turyag-product-section__title {
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(200, 16, 46, 0.15);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--brand-primary-dark);
}

html[data-brand="turyag"] .product-card .thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

html[data-brand="turyag"] .product-card .thumb img {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100% - 2.3rem);
  max-height: calc(100% - 2.1rem);
  object-fit: contain;
  object-position: center;
}

html[data-brand="turyag"] .product-card--tall-pack .thumb img {
  max-width: calc(100% - 4.5rem);
  max-height: calc(100% - 2.4rem);
}

.product-actions--dual {
  display: grid;
  gap: 0.5rem;
}

.product-actions--dual .btn {
  width: 100%;
  text-align: center;
  font-size: 0.8125rem;
  padding: 0.55rem 0.75rem;
}

.btn-demo-alt {
  border-color: rgba(200, 16, 46, 0.35);
  color: var(--brand-primary);
}

.btn-demo-alt:hover {
  background: rgba(200, 16, 46, 0.06);
  border-color: var(--brand-primary);
}

/* Satış ağı sekmeleri */
.turyag-sales-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.turyag-sales-tabs__btn {
  padding: 0.65rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cargill-text);
  cursor: pointer;
  transition:
    background var(--transition),
    border-color var(--transition),
    color var(--transition);
}

.turyag-sales-tabs__btn.is-active {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

.turyag-sales-panel {
  margin-bottom: 2rem;
}

.turyag-sales-panel[hidden] {
  display: none !important;
}

.sales-city-picker {
  margin-bottom: 1rem;
}

.sales-city-picker__label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.sales-city-picker__select {
  width: 100%;
  max-width: 24rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-md);
  font: inherit;
  background: #fff;
}

.sales-city-picker__select:focus {
  outline: 2px solid rgba(200, 16, 46, 0.25);
  border-color: var(--brand-primary);
}

.sales-contact-card {
  min-height: 8rem;
}

.sales-contact-card__inner {
  padding: 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.sales-contact-card__role {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

.sales-contact-card__name {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
}

.sales-contact-card__meta {
  margin: 0;
  line-height: 1.6;
}

.sales-contact-card__meta a {
  color: var(--brand-primary-dark);
}

.sales-contact-card__dealers h4,
.sales-contact-card__manager h4 {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

.sales-contact-card__dealers ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.sales-contact-card__dealers li {
  margin-bottom: 0.35rem;
}

.sales-contact-card__manager p {
  margin: 0;
  line-height: 1.55;
}

.sales-contact-card__empty {
  margin: 0;
  color: var(--cargill-text-muted);
}

/* Bayi listesi */
.dealer-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  align-items: center;
}

.dealer-search {
  flex: 1 1 220px;
  min-width: 0;
}

.dealer-search input {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-md);
  font: inherit;
  background: #fff;
}

.dealer-search input:focus {
  outline: 2px solid rgba(200, 16, 46, 0.25);
  border-color: var(--brand-primary);
}

.dealer-filter select {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-md);
  font: inherit;
  background: #fff;
  min-width: 11rem;
}

.dealer-meta {
  font-size: 0.875rem;
  color: var(--cargill-text-muted);
  margin: 0 0 1rem;
}

.dealer-table-wrap {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.dealer-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.dealer-table th,
.dealer-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.dealer-table th {
  background: rgba(200, 16, 46, 0.06);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--brand-primary-dark);
  position: sticky;
  top: 0;
}

.dealer-table tbody tr:hover {
  background: rgba(200, 16, 46, 0.03);
}

.dealer-table tbody tr.is-hidden {
  display: none;
}

.dealer-empty {
  display: none;
  padding: 2rem;
  text-align: center;
  color: var(--cargill-text-muted);
}

.dealer-empty.is-visible {
  display: block;
}

.demo-form-intro {
  margin: 0 0 1.25rem;
  color: var(--cargill-text-muted);
}

.demo-form-product {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.85rem;
  background: rgba(200, 16, 46, 0.08);
  border-radius: var(--radius-md);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-primary-dark);
}

@media (max-width: 900px) {
  .turyag-intro__grid {
    grid-template-columns: 1fr;
  }

  .turyag-intro__grid > * {
    min-width: 0;
  }

  .turyag-intro__title,
  .turyag-about__title {
    overflow-wrap: break-word;
  }

  .turyag-about__figure {
    max-width: min(100%, 20rem);
  }

  .turyag-cat-grid {
    grid-template-columns: 1fr;
  }
}

.product-actions--dual .btn {
  width: 100%;
  text-align: center;
  font-size: 0.8125rem;
  padding: 0.55rem 0.75rem;
  cursor: pointer;
  font-family: inherit;
}

/* Demo modal */
body.turyag-modal-open {
  overflow: hidden;
}

.turyag-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.turyag-modal[hidden] {
  display: none !important;
}

.turyag-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 28, 22, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.turyag-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: min(92vh, 640px);
  overflow: auto;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  animation: turyag-modal-in 0.25s ease;
}

@keyframes turyag-modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.turyag-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: var(--cargill-text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.turyag-modal__close:hover {
  background: rgba(200, 16, 46, 0.12);
  color: var(--brand-primary);
}

.turyag-modal__title {
  margin: 0 2rem 1rem 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 400;
  color: var(--brand-primary-dark);
}

.turyag-modal .demo-form-product {
  display: block;
  margin-bottom: 1rem;
}

.turyag-modal .demo-request-form {
  margin: 0;
}

.turyag-modal__dialog--product {
  width: min(100%, 46rem);
  max-height: min(92vh, 720px);
  padding: 0;
  overflow: auto;
}

.turyag-modal__dialog--product > .turyag-modal__close {
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
}

.turyag-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 11rem) minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.turyag-product-detail__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: linear-gradient(180deg, var(--cargill-bg-alt) 0%, #fff 100%);
  border-right: 1px solid var(--cargill-border);
  position: sticky;
  top: 0;
}

.turyag-product-detail__media img {
  width: 100%;
  max-height: 11rem;
  object-fit: contain;
}

.turyag-product-detail__body {
  padding: clamp(1.25rem, 3vw, 1.65rem);
  padding-top: clamp(1.5rem, 3vw, 1.85rem);
}

.turyag-product-detail__category {
  margin: 0 0 0.35rem;
  font-family: var(--font-nav, var(--font-sans));
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

.turyag-product-detail__desc {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--cargill-text-muted);
}

.turyag-product-detail__block {
  margin-bottom: 1rem;
}

.turyag-product-detail__subtitle {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: var(--brand-primary-dark);
}

.turyag-product-detail__features {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--cargill-text);
}

.turyag-product-detail__features li + li {
  margin-top: 0.35rem;
}

.turyag-product-detail__specs {
  width: 100%;
  margin: 0 0 1.15rem;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.turyag-product-detail__specs th,
.turyag-product-detail__specs td {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--cargill-border);
  text-align: left;
  vertical-align: top;
}

.turyag-product-detail__specs th {
  width: 42%;
  font-weight: 600;
  color: var(--cargill-text);
  background: var(--cargill-bg-alt);
}

.turyag-product-detail__specs td {
  color: var(--cargill-text-muted);
  background: #fff;
}

.turyag-product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  border-top: 1px solid var(--cargill-border);
}

.turyag-product-detail__actions .btn {
  min-height: 2.5rem;
}

@media (max-width: 640px) {
  .turyag-product-detail {
    grid-template-columns: 1fr;
  }

  .turyag-product-detail__media {
    position: static;
    border-right: none;
    border-bottom: 1px solid var(--cargill-border);
    padding: 1rem;
  }

  .turyag-product-detail__media img {
    max-height: 9rem;
  }

  .turyag-product-detail__specs th {
    width: 46%;
  }

  .turyag-product-detail__actions .btn {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .brand-site-header .header-float__bar {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .brand-site-header .header-float__bar > .nav-toggle {
    position: absolute;
    top: 0.65rem;
    right: clamp(0.75rem, 2vw, 1.25rem);
    order: unset;
    margin-left: 0;
  }

  .brand-site-header .header-float__bar > .brand-header__brand {
    flex: 1 1 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    padding-right: 2.75rem;
  }

  .brand-header__brand {
    flex: 1;
    min-width: 0;
    gap: 0.5rem;
  }

  .brand-header__logo {
    max-width: min(10.5rem, 72vw);
    height: clamp(40px, 11vw, 46px);
  }

  .brand-header__gurme-link {
    display: inline-flex;
    align-self: flex-start;
    flex-shrink: 1;
    min-width: 0;
    max-width: min(11rem, calc(100% - 3rem));
    font-size: 0.625rem;
    padding: 0.3rem 0.55rem 0.3rem 0.45rem;
    gap: 0.25rem;
    white-space: normal;
  }

  .brand-header__logo-link {
    align-self: center;
  }

  .brand-site-header .header-float__bar {
    gap: 0.35rem;
  }

  .dealer-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}

.turyag-catalog-list {
  display: grid;
  gap: 1rem;
  max-width: 36rem;
}

.turyag-catalog-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.2s ease,
    box-shadow var(--transition),
    border-color var(--transition);
}

.turyag-catalog-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(200, 16, 46, 0.22);
}

.turyag-catalog-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(200, 16, 46, 0.08);
  color: var(--brand-primary);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.turyag-catalog-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--brand-primary-dark);
}

.turyag-catalog-card__action {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--brand-primary);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .turyag-catalog-card {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }

  .turyag-catalog-card__action {
    grid-column: 2;
  }
}

/* Çerez bildirimi — Turyağ kurumsal kırmızı */
html[data-brand="turyag"] .cookie-consent__panel {
  background: linear-gradient(
    145deg,
    #8b0000 0%,
    #6d0010 52%,
    #4a0009 100%
  );
  border-color: rgba(255, 204, 128, 0.18);
}

html[data-brand="turyag"] .cookie-consent__eyebrow {
  color: var(--brand-accent, #ffcc80);
}

html[data-brand="turyag"] .cookie-consent__text a {
  color: var(--brand-accent, #ffcc80);
}

html[data-brand="turyag"] .cookie-consent__text a:hover {
  color: #fff;
}

html[data-brand="turyag"] .cookie-consent__btn--accept {
  border-color: var(--brand-primary, #c8102e);
  background: var(--brand-primary, #c8102e);
  box-shadow: 0 4px 14px rgba(200, 16, 46, 0.38);
}

html[data-brand="turyag"] .cookie-consent__btn--accept:hover {
  border-color: #a00d26;
  background: #a00d26;
  box-shadow: 0 6px 18px rgba(200, 16, 46, 0.45);
}

html[data-brand="turyag"] .cookie-consent__btn:focus-visible,
html[data-brand="turyag"] .cookie-consent__option input {
  accent-color: var(--brand-primary, #c8102e);
}

html[data-brand="turyag"] .cookie-consent__btn:focus-visible {
  outline-color: rgba(255, 204, 128, 0.65);
}

.turyag-contact {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.15fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}

.turyag-contact__aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.turyag-contact__aside > .section-lead {
  margin: 0;
}

.turyag-contact__locations {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.turyag-contact-card {
  padding: 1.35rem 1.4rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.turyag-contact-card__eyebrow {
  margin: 0 0 0.35rem;
  font-family: var(--font-nav, var(--font-sans));
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

.turyag-contact-card__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--brand-primary-dark);
}

.turyag-contact-card__address {
  margin: 0 0 1rem;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--cargill-text-muted);
}

.turyag-contact-card__meta {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--cargill-text);
}

.turyag-contact-card__label {
  display: inline-block;
  min-width: 4.25rem;
  font-weight: 600;
  color: var(--cargill-text-muted);
}

.turyag-contact-card__link {
  color: var(--brand-primary);
  font-weight: 600;
  text-decoration: none;
}

.turyag-contact-card__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.turyag-contact__form-title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 400;
  color: var(--brand-primary-dark);
}

.turyag-contact__form .form-card {
  margin: 0;
}

@media (max-width: 900px) {
  .turyag-contact {
    grid-template-columns: 1fr;
  }
}
