:root {
  --bg: #fffdf8;
  --text: #2c241a;
  --muted: #756b5d;
  --primary: #b33f24;
  --primary-dark: #7c250f;
  --secondary: #f5c161;
  --surface: #ffffff;
  --shadow: 0 18px 55px rgba(32, 24, 16, 0.15);
  --radius: 18px;
  --header-pad-y: 1.25rem;
  --header-pad-x: 1.25rem;
  --header-logo-h: 165px;
  --header-nav-fs: 16px;
  --brand-size: var(--header-logo-h);
  --nav-link-size: var(--header-nav-fs);
  font-size: 16.2px;
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  font-size: 0.95rem;
  overflow-y: scroll;
}

html {
  overflow-y: scroll;
  zoom: 0.9; /* Chrome zoom-out equivalent (~90%) */
}

@media (max-width: 1024px) {
  html {
    zoom: 1;
  }

  body {
    overflow-x: hidden;
  }
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.skip-link {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1250px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 3vw, 1.75rem);
}

.section-block {
  width: 100%;
  margin: 0;
  background: linear-gradient(to bottom, #f7eddb, #eedcc5);
  padding: 1.75rem 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 600px) {
  .section-block {
    padding: 2rem 1.25rem;
  }
}

.section-sub {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: #a58c72;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #2d2015;
  margin-bottom: 1.5rem;
}

.grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  width: 100%;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(44, 36, 26, 0.05);
  backdrop-filter: blur(6px);
  box-shadow: 0 15px 45px rgba(32, 24, 16, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  color: #3c2a19;
}

.card:hover,
.card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}

.values-hero {
  background: linear-gradient(180deg, #f6ebdb 0%, #ead7bd 100%);
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
}

.values-container {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 3vw, 2.25rem);
  align-items: center;
}

.values-copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.values-title {
  font-size: clamp(2.5rem, 4vw, 3rem);
  line-height: 1.15;
  color: #34241a;
  margin: 0;
}

.values-lede {
  margin: 0;
  color: #3f2f23;
  font-size: clamp(1.05rem, 1.6vw, 1.15rem);
  line-height: 1.7;
}

.values-card {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(32, 24, 16, 0.12);
  border: 1px solid rgba(92, 45, 42, 0.06);
  padding: clamp(1.4rem, 3vw, 1.9rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.values-card h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.35rem);
  color: #2d2015;
}

.values-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  color: #2d2015;
  font-size: 1rem;
  line-height: 1.6;
}

.values-list strong {
  display: block;
  font-size: 1.05rem;
  color: #1f120d;
}

.sustain-hero {
  background: linear-gradient(180deg, #f6ebdb 0%, #ead7bd 100%);
  padding: clamp(2rem, 5vw, 3.2rem) 0;
}

.sustain-inner {
  width: min(1400px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(2rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.25rem);
  align-items: center;
}

.sustain-copy {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-width: 0;
}

.sustain-title {
  margin: 0;
  color: #36251a;
  font-size: clamp(2.8rem, 4.5vw, 3.4rem);
  line-height: 1.12;
}

.sustain-lede {
  margin: 0;
  color: #3f2f23;
  font-size: clamp(1.05rem, 1.7vw, 1.18rem);
  line-height: 1.7;
}

.sustain-lede--secondary {
  margin-top: -0.35rem;
}

.sustain-metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
}

.sustain-metrics li {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(32, 24, 16, 0.12);
  border: 1px solid rgba(92, 45, 42, 0.06);
  padding: clamp(1.1rem, 3vw, 1.6rem);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 180px;
  align-items: flex-start;
  justify-content: center;
  color: #2d2015;
}

.sustain-metrics strong {
  font-size: clamp(2rem, 3vw, 2.4rem);
  color: #24170f;
}

.sustain-metrics span {
  font-size: clamp(1rem, 1.4vw, 1.05rem);
  line-height: 1.4;
}

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

.contact-hero {
  background: linear-gradient(180deg, #f6ebdb 0%, #ead7bd 100%);
  padding: clamp(2.2rem, 5vw, 3.4rem) 0;
}

.contact-inner {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: 0 clamp(1.75rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 3vw, 2.25rem);
  align-items: start;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.contact-title {
  margin: 0;
  font-size: clamp(2.6rem, 4.2vw, 3.1rem);
  line-height: 1.15;
  color: #2d2015;
}

.contact-lede {
  margin: 0;
  color: #3f2f23;
  font-size: clamp(1.05rem, 1.6vw, 1.15rem);
  line-height: 1.7;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  color: #2d2015;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-list span:first-child {
  display: block;
  font-weight: 700;
  color: #23160e;
}

.contact-list a {
  color: #2d2015;
  text-decoration: none;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  text-decoration: underline;
}

.contact-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(32, 24, 16, 0.12);
  border: 1px solid rgba(92, 45, 42, 0.06);
  padding: clamp(1.2rem, 3vw, 1.6rem);
  display: grid;
  gap: 0.9rem;
}

.contact-card label {
  display: grid;
  gap: 0.35rem;
  color: #2d2015;
  font-weight: 600;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  border: 1px solid rgba(92, 45, 42, 0.18);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font: inherit;
  color: #2d2015;
  background: #fff;
}

.contact-card textarea {
  resize: vertical;
  min-height: 180px;
}

.contact-card input:focus-visible,
.contact-card textarea:focus-visible {
  outline: 3px solid rgba(182, 58, 67, 0.28);
  border-color: #b63a43;
}

.contact-card button {
  justify-self: start;
  padding: 0.85rem 1.6rem;
  background: #b9513c;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(32, 24, 16, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-card button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
  box-shadow: none;
}

.contact-card button:hover,
.contact-card button:focus-visible {
  background: #a14330;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(32, 24, 16, 0.2);
}

.contact-card button:focus-visible {
  outline: 3px solid rgba(182, 58, 67, 0.3);
  outline-offset: 3px;
}

body.is-modal-open {
  overflow: hidden;
}

.form-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1200;
  padding: 1.5rem;
}

.form-modal[hidden] {
  display: none;
}

.form-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 20, 14, 0.55);
  backdrop-filter: blur(3px);
}

.form-modal__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 520px);
  background: linear-gradient(180deg, #fffaf0 0%, #f5e6d1 100%);
  border-radius: 22px;
  padding: clamp(1.4rem, 3vw, 1.9rem);
  border: 1px solid rgba(92, 45, 42, 0.15);
  box-shadow: 0 28px 70px rgba(32, 24, 16, 0.28);
  display: grid;
  gap: 0.6rem;
}

.form-modal__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(92, 45, 42, 0.75);
}

.form-modal__title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: #2d2015;
}

.form-modal__message {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #3f2f23;
}

.form-modal__actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.4rem;
}

.form-modal__close {
  padding: 0.75rem 1.4rem;
  background: #b9513c;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(32, 24, 16, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-modal__close:hover,
.form-modal__close:focus-visible {
  background: #a14330;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(32, 24, 16, 0.2);
}

.form-modal__close:focus-visible {
  outline: 3px solid rgba(182, 58, 67, 0.3);
  outline-offset: 3px;
}

.form-modal.is-success .form-modal__panel {
  border-color: rgba(46, 125, 76, 0.35);
}

.form-modal.is-success .form-modal__title {
  color: #2f6a44;
}

.form-modal.is-error .form-modal__panel {
  border-color: rgba(182, 58, 67, 0.35);
}

.form-modal.is-error .form-modal__title {
  color: #8c2c32;
}

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

  .contact-card {
    order: 2;
  }

  .contact-copy {
    order: 1;
  }
}

@media (max-width: 900px) {
  .values-container {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .values-card {
    width: 100%;
  }
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d2015;
  margin-bottom: 6px;
}

.card-desc {
  color: #5c4a33;
  opacity: 0.85;
  letter-spacing: 2px;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.card-body {
  color: #4a3726;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.card ul {
  list-style: none;
  color: #4a3726;
  margin-top: 1rem;
  padding-left: 0;
  opacity: 0.9;
}

.card ul li::before {
  content: "•";
  margin-right: 0.4rem;
  color: rgba(44, 36, 26, 0.35);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.product-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  margin-inline: 0;
  overflow: visible;
}

.product-item img {
  width: 100%;
  border-radius: 38px;
  display: block;
  object-fit: cover;
  transition: opacity 0.28s ease;
  background: transparent;
  box-shadow: none;
}

.product-item .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  object-fit: contain;
  padding: 1rem;
  background: linear-gradient(180deg, #fffdf8, #f2e0cb);
  pointer-events: none;
}

.product-item:hover .img-default,
.product-item:focus-visible .img-default {
  opacity: 0;
}

.product-item:hover .img-hover,
.product-item:focus-visible .img-hover {
  opacity: 1;
}

.product-item:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 6px;
}

.product-meta {
  max-width: 320px;
}

.product-meta strong {
  display: block;
  font-size: 1.1rem;
  color: #2d2015;
}

.product-meta span {
  display: block;
  color: var(--muted);
  margin-top: 0.25rem;
}

.product-meta p {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .product-card {
    align-items: center;
    text-align: center;
  }

  .product-meta {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .section-block {
    padding: 1.75rem 1.25rem;
    border-radius: 0;
  }
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(12px);
  z-index: 10;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-inner {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 3rem;
  justify-content: center;
}

.container.header-inner {
  padding-inline: clamp(1rem, 2vw, var(--header-pad-x));
  padding-block: var(--header-pad-y);
}

.brand {
  display: inline-flex;
  align-items: center;
  margin-left: 0;
}

.brand img {
  width: var(--brand-size);
  height: var(--brand-size);
  min-width: var(--brand-size);
  min-height: var(--brand-size);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(44, 36, 26, 0.12);
  background: rgba(255, 253, 248, 0.95);
  color: inherit;
  cursor: pointer;
  position: relative;
  box-shadow: 0 14px 28px rgba(44, 36, 26, 0.14);
}

.nav-toggle:focus-visible {
  outline: 3px solid rgba(179, 63, 36, 0.55);
  outline-offset: 3px;
}

.nav-toggle-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.35rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle::before,
.nav-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.35rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle::before {
  transform: translate(-50%, -50%) translateY(-0.35rem);
}

.nav-toggle::after {
  transform: translate(-50%, -50%) translateY(0.35rem);
}

body.nav-open .nav-toggle-bar {
  opacity: 0;
}

body.nav-open .nav-toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.nav-open .nav-toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.35rem, 1vw + 1.15rem, 2.35rem);
  font-size: var(--nav-link-size);
  line-height: 1.2;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.main-nav>a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.main-nav>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.main-nav>a:hover::after,
.main-nav>a:focus-visible::after {
  transform: scaleX(1);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(44, 36, 26, 0.12);
  border-radius: 999px;
  background: rgba(44, 36, 26, 0.04);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lang-switch button {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: inherit;
}

.lang-switch button[aria-pressed="true"] {
  color: var(--primary);
  font-weight: 700;
}

.lang-switch__divider {
  opacity: 0.45;
}

@media (max-width: 768px) {
  :root {
    --header-pad-y: 0.85rem;
    --header-pad-x: 0.75rem;
  }

  .header-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 1rem;
    text-align: center;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
  }

  .has-js .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    justify-items: stretch;
    row-gap: 0.75rem;
    text-align: left;
  }

  .has-js .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .has-js .main-nav {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    max-height: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.25s ease;
  }

.has-js body.nav-open .main-nav {
  max-height: 70vh;
  opacity: 1;
  padding-top: 1rem;
  pointer-events: auto;
  }

  .has-js .main-nav>a {
    width: min(22rem, 100%);
    justify-content: center;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    background: rgba(44, 36, 26, 0.06);
  }

  .has-js .main-nav>a::after {
    display: none;
  }
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fffaf0 0%, #f7eddb 45%, #f0e0ca 100%);
  padding: clamp(1.5rem, 4vw, 2.25rem) 0;
  margin: 0;
}

.hero-slider-shell {
  position: relative;
  width: min(1650px, calc(100% - 0.75rem));
  margin: 0 auto;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: linear-gradient(180deg, #fffaf0 0%, #f7eddb 45%, #f0e0ca 100%);
  border-radius: 40px;
  box-shadow: 0 26px 70px rgba(32, 24, 16, 0.12), 0 2px 0 rgba(255, 255, 255, 0.8) inset;
}

.hero-slider .slide {
  display: none;
}

.hero-slider .slide.is-active {
  display: block;
}

.hero-slider .slide-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(620px, 1.2fr);
  align-items: center;
  justify-items: start;
  text-align: left;
  gap: clamp(0.6rem, 1.2vw, 1.1rem);
  min-height: clamp(440px, 52vh, 560px);
}

.hero-slider .slide-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(360px, 48vh, 520px);
}

.hero-slider .slide.photo-only .slide-grid {
  grid-template-columns: 1fr;
  min-height: auto;
  justify-items: center;
  text-align: center;
}

.hero-slider .slide.roll-hero .slide-grid {
  min-height: clamp(440px, 52vh, 560px);
  align-items: center;
  grid-template-columns: minmax(340px, 0.95fr) minmax(760px, 1.5fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
}

.hero-slider .slide.hero-burger .slide-visual {
  justify-self: end;
  overflow: hidden;
}

.hero-slider .slide-visual img {
  width: min(46vw, 720px);
  max-width: 100%;
  height: auto;
  max-height: clamp(400px, 48vh, 520px);
  object-fit: contain;
  display: block;
}

.hero-slider .slide-copy {
  max-width: 48ch;
  margin-inline: clamp(2rem, 6vw, 6rem) 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.hero-slider .hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(92, 45, 42, 0.7);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.hero-slider h1,
.hero-slider h2 {
  font-size: clamp(2.05rem, 4.2vw, 3.5rem);
  line-height: 1.1;
  color: #2d2015;
  font-weight: 800;
  margin: 0.15rem 0 0.6rem;
}

.hero-slider p {
  font-size: 1rem;
  line-height: 1.8;
  color: #4a3726;
  max-width: 46ch;
}

.hero-slider .slide-visual {
  justify-self: center;
  width: 100%;
  height: clamp(260px, 38vw, 460px);
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 18px;
}

.hero-slider .slide-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(32, 24, 16, 0.16);
}

.hero-slider .slide.slide-galeta .slide-visual img {
  object-position: center 70%;
}

.hero-slider .slide-visual--contain img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.12);
  transform-origin: center;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  display: block;
}

.hero-slider .slide-visual--contain {
  height: clamp(260px, 38vw, 460px);
  max-height: 500px;
  min-height: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  overflow: hidden;
  align-items: center;
}

.hero-slider .slide.photo-only .slide-visual {
  height: auto;
  max-height: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.hero-slider .slide.photo-only .slide-visual img {
  width: min(1200px, 100%);
  height: auto;
  max-height: min(72vh, 760px);
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
}

.hero-slider .slide.roll-hero .slide-visual {
  height: auto;
  max-height: none;
  background: transparent;
  padding: 0;
  width: 100%;
  max-width: none;
}

.hero-slider .slide.roll-hero .slide-visual img {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: min(82vh, 920px);
  object-fit: contain;
  box-shadow: none;
  margin: 0 auto;
}

/* Burger slaytı için boyut ve hizalama override */
.hero-slider .slide.hero-burger .slide-visual {
  height: auto;
  max-height: none;
  background: transparent;
  padding: 0;
}

.hero-slider .slide.hero-burger .slide-grid {
  grid-template-columns: minmax(340px, 1.1fr) minmax(580px, 1.15fr);
  gap: clamp(0rem, 0vw, 0.2rem);
}

.hero-slider .slide.hero-burger .slide-visual img {
  width: min(42vw, 640px);
  max-width: 100%;
  height: auto;
  max-height: clamp(400px, 48vh, 520px);
  object-fit: contain;
  transform: scale(1.5);
  transform-origin: center;
  box-shadow: none;
  border-radius: 0;
  margin: 0 auto;
}

.hero-slider .slide.slide-san .slide-visual {
  overflow: hidden;
}

.hero-slider .slide.slide-san .slide-visual img {
  transform: scale(1.5);
  transform-origin: center;
}

.hero-slider .slide.hero-burger .slide-copy {
  padding-right: clamp(3rem, 8vw, 7rem);
  margin-left: clamp(4rem, 12vw, 10rem);
}


.hero-slider .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(44, 36, 26, 0.12);
  background: #fff;
  color: #b63a43;
  font-weight: 700;
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(32, 24, 16, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hero-slider .slider-nav:hover,
.hero-slider .slider-nav:focus-visible {
  background: #b63a43;
  color: #fff;
  transform: translateY(-50%) translateY(-2px);
  box-shadow: 0 16px 36px rgba(182, 58, 67, 0.3);
}

.hero-slider .slider-nav:focus-visible {
  outline: 3px solid rgba(182, 58, 67, 0.3);
  outline-offset: 3px;
  box-shadow: 0 16px 36px rgba(182, 58, 67, 0.3);
}

.hero-slider .prev {
  left: clamp(-2.5rem, 1vw, -1.25rem);
}

.hero-slider .next {
  right: clamp(-2.5rem, 1vw, -1.25rem);
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: clamp(1.1rem, 2.8vw, 1.8rem);
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  background: rgba(44, 36, 26, 0.06);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 10px 24px rgba(32, 24, 16, 0.16);
}

.slider-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 2px solid rgba(44, 36, 26, 0.15);
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.slider-dot.is-active {
  background: #b63a43;
  border-color: #b63a43;
  transform: scale(1.08);
}

.slider-dot:focus-visible {
  outline: 3px solid rgba(182, 58, 67, 0.3);
  outline-offset: 3px;
  box-shadow: 0 8px 18px rgba(182, 58, 67, 0.3);
}

/* Sayfa hero gridleri (tarifler, ozdegerler, surdurulebilirlik, iletisim) */
.page-hero .page-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  width: min(1200px, 100%);
  margin: 0 auto;
}

.page-hero .page-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero .page-visual img {
  width: min(32rem, 90%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(92, 45, 42, 0.12));
}

.page-hero .page-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page-text--center {
  text-align: center;
  align-items: center;
}

.legal-hero {
  background: linear-gradient(180deg, #fffaf0 0%, #f7eddb 45%, #f0e0ca 100%);
  padding: clamp(3rem, 6vw, 4rem) 0 clamp(3.2rem, 7vw, 4.5rem);
  position: relative;
  overflow: hidden;
}

.legal-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

.legal-intro {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: 720px;
  text-align: left;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.legal-title {
  margin: 0;
  font-size: clamp(2.4rem, 4.6vw, 3rem);
  line-height: 1.2;
  color: #2d2015;
}

.legal-lede {
  margin: 0;
  color: #3f2f23;
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  line-height: 1.7;
}

.legal-card {
  background: #fffdf8;
  border-radius: 32px;
  border: 1px solid rgba(92, 45, 42, 0.08);
  box-shadow: 0 26px 70px rgba(32, 24, 16, 0.12), 0 2px 0 rgba(255, 255, 255, 0.8) inset;
  padding: clamp(1.75rem, 4.5vw, 2.25rem);
  max-width: 950px;
  margin: 0 auto;
  background-image: linear-gradient(135deg, rgba(255, 250, 240, 0.9), rgba(245, 218, 187, 0.9));
}

.legal-hero::before,
.legal-hero::after {
  content: "";
  position: absolute;
  inset: auto;
  width: clamp(12rem, 28vw, 18rem);
  height: clamp(12rem, 28vw, 18rem);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  filter: blur(12px);
  z-index: 0;
}

.legal-hero::before {
  top: 5%;
  left: 8%;
}

.legal-hero::after {
  bottom: 0;
  right: 6%;
}

.legal-shell,
.legal-card,
.legal-intro,
.legal-stack {
  position: relative;
  z-index: 1;
}

.legal-stack {
  display: grid;
  gap: 0.9rem;
  color: #2d2015;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 80ch;
  margin: 0 auto;
  text-align: left;
}

.legal-stack p {
  margin: 0;
}

.cookie-banner {
  position: fixed;
  inset: auto auto 1rem 50%;
  transform: translateX(-50%);
  width: min(960px, calc(100% - 2rem));
  background: #fffaf0;
  color: #2d2015;
  border: 1px solid rgba(92, 45, 42, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(32, 24, 16, 0.12);
  padding: clamp(1rem, 2vw, 1.25rem);
  display: grid;
  gap: 0.75rem;
  z-index: 60;
}

.cookie-banner__body {
  display: grid;
  gap: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.cookie-banner__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.cookie-banner__info {
  color: #2d2015;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cookie-banner__info:hover,
.cookie-banner__info:focus-visible {
  color: var(--primary);
  outline: none;
}

.cookie-banner__btn {
  border: 1px solid rgba(92, 45, 42, 0.16);
  background: #fff;
  color: #2d2015;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, color 0.1s ease, border-color 0.1s ease;
}

.cookie-banner__btn:hover,
.cookie-banner__btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(32, 24, 16, 0.12);
  outline: none;
}

.cookie-banner__btn--accept {
  background: var(--primary);
  color: #fff;
  border-color: rgba(179, 63, 36, 0.2);
}

.cookie-banner__btn--accept:hover,
.cookie-banner__btn--accept:focus-visible {
  background: var(--primary-dark);
}

.cookie-banner__btn--reject {
  background: #fffaf0;
}

.cookie-banner__btn--reject:hover,
.cookie-banner__btn--reject:focus-visible {
  background: #f2e6d8;
}

@media (max-width: 640px) {
  .cookie-banner {
    width: calc(100% - 1.5rem);
    inset: auto 0.75rem 0.75rem 0.75rem;
    transform: none;
  }

  .cookie-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner__btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .legal-shell {
    align-items: center;
  }

  .legal-intro {
    text-align: center;
  }

  .legal-card {
    width: 100%;
  }
}

.recipes-lede--center {
  text-align: center;
  max-width: 70ch;
}

.cookie-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  z-index: 60;
}

.cookie-modal {
  width: min(720px, 100%);
  background: #fffaf0;
  color: #2d2015;
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(32, 24, 16, 0.22);
  border: 1px solid rgba(92, 45, 42, 0.08);
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-height: 90vh;
}

.cookie-modal__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(92, 45, 42, 0.08);
}

.cookie-brand img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.cookie-tabs {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.cookie-tab {
  border: none;
  background: transparent;
  font-weight: 700;
  color: #2d2015;
  padding: 0.35rem 0.25rem;
  cursor: pointer;
  position: relative;
}

.cookie-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 3px;
  background: var(--primary);
  border-radius: 999px;
}

.cookie-tab:not(.is-active):hover,
.cookie-tab:not(.is-active):focus-visible {
  color: var(--primary);
  outline: none;
}

.cookie-close {
  border: none;
  background: transparent;
  font-size: 1.35rem;
  cursor: pointer;
  color: #2d2015;
}

.cookie-modal__body {
  padding: 0.25rem 1.25rem 1rem;
  overflow: auto;
}

.cookie-list {
  display: grid;
  gap: 0.6rem;
}

.cookie-item {
  background: #fff;
  border: 1px solid rgba(92, 45, 42, 0.08);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 8px 20px rgba(32, 24, 16, 0.08);
}

.cookie-item__label {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-weight: 700;
  color: #2d2015;
}

.cookie-item__label small {
  color: rgba(45, 32, 21, 0.7);
  font-weight: 600;
}

.cookie-switch {
  width: 3rem;
  height: 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(92, 45, 42, 0.25);
  background: #e5dcd0;
  position: relative;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cookie-switch:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.cookie-switch__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.cookie-switch.is-on {
  background: var(--primary);
  border-color: rgba(179, 63, 36, 0.35);
}

.cookie-switch.is-on .cookie-switch__thumb {
  transform: translateX(1.35rem);
}

.cookie-modal__footer {
  border-top: 1px solid rgba(92, 45, 42, 0.08);
  padding: 0.85rem 1.25rem;
}

.cookie-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cookie-btn {
  border: 1px solid rgba(92, 45, 42, 0.2);
  border-radius: 12px;
  padding: 0.65rem 1.1rem;
  font-weight: 700;
  background: #fff;
  color: #2d2015;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, color 0.1s ease;
}

.cookie-btn:hover,
.cookie-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(32, 24, 16, 0.12);
  outline: none;
}

.cookie-btn--primary {
  background: var(--primary);
  color: #fff;
  border-color: rgba(179, 63, 36, 0.4);
}

.cookie-btn--primary:hover,
.cookie-btn--primary:focus-visible {
  background: var(--primary-dark);
}

.cookie-btn--ghost {
  background: #fffaf0;
}

.cookie-floating-btn {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(92, 45, 42, 0.15);
  background: #fff;
  box-shadow: 0 10px 24px rgba(32, 24, 16, 0.12);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  z-index: 50;
}

.cookie-floating-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cookie-floating-btn:hover,
.cookie-floating-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(32, 24, 16, 0.16);
  outline: none;
}

@media (max-width: 640px) {
  .cookie-modal {
    width: 100%;
    max-height: 92vh;
  }

  .cookie-modal__header {
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(2, auto);
    row-gap: 0.5rem;
  }

  .cookie-tabs {
    grid-column: 1 / -1;
  }

  .cookie-actions {
    justify-content: center;
  }
}

.recipes-cards-shell {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
  width: 100%;
}

.recipes-visual-card {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 18px 55px rgba(32, 24, 16, 0.12);
  padding: clamp(1rem, 3vw, 1.75rem);
  display: grid;
  place-items: center;
}

.recipes-visual-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(32, 24, 16, 0.1);
}

.recipes-card--boxed {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 18px 55px rgba(32, 24, 16, 0.12);
  padding: clamp(1.25rem, 3vw, 1.9rem);
  border: 1px solid rgba(92, 45, 42, 0.08);
}

.recipes-card-title {
  margin: 0.5rem 0 0.75rem;
}

.recipes-card-body {
  margin: 0 0 0.5rem;
}

.recipes-list {
  padding-left: 1rem;
}

.recipes-list--bullets {
  list-style: disc;
  padding-left: 1.2rem;
  line-height: 1.6;
}

.recipes-btn--full {
  display: block;
  text-align: center;
  width: 100%;
}

.recipes-carousel {
  position: relative;
  display: grid;
  gap: clamp(1.4rem, 3vw, 1.9rem);
  width: min(1440px, 100%);
  margin: 0 auto;
  background: linear-gradient(180deg, #fffaf0 0%, #f7eddb 50%, #f0e0ca 100%);
  border-radius: 32px;
  box-shadow: 0 22px 60px rgba(32, 24, 16, 0.14);
  padding: clamp(2rem, 4vw, 2.6rem);
  border: 1px solid rgba(92, 45, 42, 0.05);
  overflow: hidden;
}

.recipes-slide-card {
  display: none;
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(1.75rem, 3vw, 2.5rem);
  align-items: stretch;
  background: transparent;
  border-radius: 18px;
  padding: clamp(0.35rem, 1vw, 0.6rem);
  border: none;
  width: 100%;
}

.recipes-slide-card.is-active {
  display: grid;
}

.recipes-slide-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 20px 55px rgba(32, 24, 16, 0.14);
  aspect-ratio: 3 / 2;
}

.recipes-slide-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(32, 24, 16, 0.12);
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border: 1px solid rgba(92, 45, 42, 0.06);
  max-width: 46rem;
  min-width: 0;
}

@media (max-width: 900px) {
  .recipes-carousel {
    padding: clamp(1.5rem, 5vw, 2rem);
    border-radius: 24px;
  }

  .recipes-slide-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .recipes-slide-content {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .recipes-cards-shell {
    grid-template-columns: 1fr;
  }
}

.recipes-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.recipes-nav-btn {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(92, 45, 42, 0.15);
  background: #fff;
  color: #b63a43;
  font-weight: 700;
  font-size: 1.15rem;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(32, 24, 16, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.recipes-nav-btn:hover,
.recipes-nav-btn:focus-visible {
  background: #b63a43;
  color: #fff;
  box-shadow: 0 14px 32px rgba(182, 58, 67, 0.28);
  transform: translateY(-2px);
}

.recipes-nav-btn:focus-visible {
  outline: 3px solid rgba(182, 58, 67, 0.3);
  outline-offset: 3px;
}

.recipes-dots {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
}

.recipes-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 2px solid rgba(44, 36, 26, 0.15);
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.recipes-dot.is-active {
  background: #b63a43;
  border-color: #b63a43;
  transform: scale(1.08);
}

.recipes-dot:focus-visible {
  outline: 3px solid rgba(182, 58, 67, 0.3);
  outline-offset: 3px;
}


.page-hero .page-text h1 {
  margin-bottom: 0.4rem;
}

.page-hero .page-text p {
  margin: 0;
  line-height: 1.7;
  color: #5c2d2a;
}

.page-hero-grid--stacked {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  text-align: center;
}

/* helper for intro width */
.recipes-intro-block {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.health-inspo {
  background: linear-gradient(180deg, #fffaf3 0%, #f6ead9 52%, #f1e2cf 100%);
  padding: clamp(2.2rem, 5vw, 3.6rem) 0 clamp(2.8rem, 6vw, 4.4rem);
}

.health-inspo__container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.health-inspo__header {
  text-align: center;
  display: grid;
  gap: 0.55rem;
  max-width: 920px;
  margin: 0 auto;
}

.health-inspo__header .section-title {
  color: #9b2f35;
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.2;
}

.health-inspo__lede {
  margin: 0;
  line-height: 1.7;
  color: #5c2d2a;
  font-size: clamp(0.95rem, 1.4vw, 1rem);
}

.health-inspo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr);
  gap: clamp(1.1rem, 2.6vw, 1.7rem);
  align-items: start;
  width: 100%;
}

.health-inspo__card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
  max-width: 100%;
}

.health-inspo__card--image {
  padding: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.health-inspo__figure {
  margin: 0;
  width: 100%;
}

.health-inspo__figure img {
  width: 100%;
  height: clamp(420px, 60vw, 680px);
  display: block;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.health-inspo__slider {
  position: relative;
  width: 100%;
}

.health-inspo__slides {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(32, 24, 16, 0.12);
}

.health-inspo__slide {
  display: none;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.health-inspo__slide.is-active {
  display: block;
}

.health-inspo__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(92, 45, 42, 0.15);
  background: #fff;
  color: #7a2a28;
  font-size: 1.35rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(32, 24, 16, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.health-inspo__nav--prev {
  left: 0.75rem;
}

.health-inspo__nav--next {
  right: 0.75rem;
}

.health-inspo__nav:hover,
.health-inspo__nav:focus-visible {
  background: #b63a43;
  color: #fff;
  transform: translateY(-50%) translateY(-2px);
  box-shadow: 0 16px 40px rgba(182, 58, 67, 0.28);
}

.health-inspo__nav:focus-visible {
  outline: 3px solid rgba(182, 58, 67, 0.3);
  outline-offset: 3px;
}

.health-inspo__dots {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.8rem;
}

.health-inspo__dot {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 2px solid rgba(44, 36, 26, 0.15);
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.health-inspo__dot.is-active {
  background: #b63a43;
  border-color: #b63a43;
  transform: scale(1.08);
}

.health-inspo__card--post {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(32, 24, 16, 0.12);
  border: 1px solid rgba(92, 45, 42, 0.06);
  padding: clamp(1.2rem, 3vw, 1.7rem);
  gap: 0.65rem;
}

.health-inspo__card--post > * {
  min-width: 0;
}

.health-inspo__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  color: #7a534c;
  font-weight: 600;
  font-size: clamp(0.78rem, 1vw, 0.82rem);
}

.health-inspo__badge {
  background: #f3d7c6;
  color: #7a2a28;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.9rem;
}

.health-inspo__date {
  font-size: 0.95rem;
  color: #7a534c;
}

.health-inspo__title {
  margin: 0;
  line-height: 1.25;
  color: #9b2f35;
  overflow-wrap: anywhere;
  font-size: clamp(1.38rem, 2vw, 1.65rem);
}

.health-inspo__body {
  margin: 0;
  color: #5c2d2a;
  line-height: 1.6;
  font-size: clamp(0.95rem, 1.4vw, 1rem);
}

.health-inspo__list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.55rem;
  line-height: 1.55;
  color: #4c2b27;
  font-size: clamp(0.9rem, 1.3vw, 0.95rem);
}

.health-inspo__list li strong {
  color: #7a2a28;
}

.health-inspo__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  background: #b63a43;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(182, 58, 67, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  max-width: 100%;
}

.health-inspo__cta:hover,
.health-inspo__cta:focus-visible {
  background: #a1323a;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(182, 58, 67, 0.32);
}

.health-inspo__cta:focus-visible {
  outline: 3px solid rgba(182, 58, 67, 0.3);
  outline-offset: 3px;
}

.section-title--center {
  text-align: center;
}

@media (max-width: 768px) {
  .page-hero .page-hero-grid {
    text-align: center;
  }

  .page-hero .page-visual {
    order: -1;
  }

  .page-hero .page-text {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .hero-slider {
    padding: clamp(1.5rem, 4vw, 2.25rem) 0;
  }

  .hero-slider-shell {
    padding: clamp(1.25rem, 4vw, 1.75rem);
  }

  .hero-slider .slide-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-slider .slide.roll-hero .slide-grid,
  .hero-slider .slide.hero-burger .slide-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-slider .slide-copy {
    margin-inline: 0;
    align-items: center;
    text-align: center;
  }

  .hero-slider .slide.hero-burger .slide-copy {
    padding-right: 0;
    margin-left: 0;
  }

  .hero-slider .slide.roll-hero .slide-visual,
  .hero-slider .slide.hero-burger .slide-visual {
    justify-self: center;
  }

  .hero-slider .slide-visual img {
    height: clamp(260px, 50vw, 360px);
    max-height: none;
  }

  .hero-slider .slide.roll-hero .slide-visual img {
    max-height: min(60vh, 520px);
  }

  .hero-slider .slide.hero-burger .slide-visual img {
    width: min(84vw, 520px);
    max-height: clamp(320px, 50vw, 420px);
  }

  .hero-slider .slide-visual--contain img {
    width: min(92vw, 620px);
    height: auto;
    transform: scale(1.6);
  }

  .hero-slider p {
    font-size: 1rem;
  }

  .hero-slider .slider-nav {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.1rem;
    top: auto;
    bottom: 1.25rem;
    transform: none;
  }

  .hero-slider .prev {
    left: 1.25rem;
  }

  .hero-slider .next {
    right: 1.25rem;
  }
}

@media (max-width: 1024px) {
  .health-inspo__grid {
    gap: clamp(1rem, 2vw, 1.4rem);
  }
}

@media (max-width: 768px) {
  .health-inspo__grid {
    grid-template-columns: 1fr;
  }

  .health-inspo__nav {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.1rem;
  }

  .health-inspo__nav--prev {
    left: 0.5rem;
  }

  .health-inspo__nav--next {
    right: 0.5rem;
  }

  .health-inspo__cta {
    width: 100%;
  }
}

.sprouted-shell {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.sprouted-visual,
.sprouted-why-visual {
  display: flex;
  justify-content: center;
}

.sprouted-visual-inner,
.sprouted-why-visual img {
  max-width: clamp(320px, 44vw, 540px);
  width: 100%;
}

.sprouted-visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sprouted-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2rem;
  background: #b63a43;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  box-shadow: 0 14px 32px rgba(32, 24, 16, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  width: fit-content;
  margin-top: 0.75rem;
}

.sprouted-btn:hover,
.sprouted-btn:focus-visible {
  background: #a14330;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(32, 24, 16, 0.18);
  color: #fff;
}

.sprouted-btn:focus-visible {
  outline: 3px solid rgba(185, 81, 60, 0.28);
  outline-offset: 3px;
}

.sprouted-why-shell {
  display: grid;
  grid-template-columns: minmax(360px, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

@media (max-width: 768px) {
  .sprouted-shell,
  .sprouted-why-shell {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sprouted-visual,
  .sprouted-why-visual {
    order: -1;
  }

  .sprouted-copy,
  .sprouted-why-copy {
    text-align: center;
  }
}

.product-premium {
  background: linear-gradient(180deg, #fffaf0 0%, #f7eddb 45%, #f0e0ca 100%);
  color: var(--text);
  margin: 4rem 0 0;
  padding-bottom: clamp(3rem, 8vw, 5.5rem);
}

.product-premium-page {
  margin-top: 2.5rem;
}

.product-premium-banner {
  position: relative;
  background:
    linear-gradient(120deg, rgba(255, 243, 224, 0.9) 0%, rgba(239, 211, 182, 0.85) 40%, rgba(255, 253, 248, 0.9) 100%),
    url("UK-Sourdough-Category-Header.webp") center/cover no-repeat;
  height: clamp(160px, 24vw, 240px);
}

.product-premium-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-135deg, transparent 75%, #f0e0ca 0), linear-gradient(135deg, transparent 75%, #f0e0ca 0);
}

.product-premium-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-left: clamp(3rem, 8vw, 6rem);
  padding-right: clamp(0.75rem, 3vw, 2rem);
}

.product-premium-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 3rem;
}

@media (max-width: 768px) {
  .product-premium-inner {
    width: min(100%, calc(100% - 1.5rem));
    padding-top: clamp(2.25rem, 6vw, 3rem);
    padding-left: clamp(1.25rem, 4vw, 2rem);
    padding-right: clamp(1.25rem, 4vw, 2rem);
  }

  .product-premium-head {
    margin-bottom: 2rem;
  }
}

.premium-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.45em;
  font-size: 0.78rem;
  color: rgba(44, 36, 26, 0.6);
}

.product-premium-head h2 {
  font-size: clamp(2.4rem, 8vw, 3.5rem);
  color: #2d2015;
  margin: 0.75rem 0;
}

.product-premium-title {
  font-size: clamp(2.5rem, 6vw, 3.8rem);
  color: #2d2015;
  margin: 0.5rem 0 0.75rem;
}

.product-premium-head p {
  color: rgba(44, 36, 26, 0.75);
  font-size: 1rem;
}

.product-premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  justify-items: center;
}

/* Premium vitrinde ürün görsellerini ürünler sayfasıyla hizala */
.product-premium .product-card {
  align-items: center;
}

.product-premium .product-media {
  min-height: clamp(12rem, 26vw, 16rem);
}

.product-premium .product-media--roll img,
.product-premium .product-media--classic-roll img {
  --product-media-width: clamp(22rem, 42vw, 26rem);
}

.product-premium .product-media--classic-roll img {
  --product-media-width: clamp(26rem, 48vw, 32rem);
}

.product-premium .sandvic-card .product-media--whole-wheat img {
  --product-media-width: clamp(30rem, 60vw, 38rem);
}

.product-premium .product-media img {
  width: auto;
  max-height: clamp(12rem, 24vw, 16rem);
  max-width: 100%;
}

.product-premium .product-card h3 {
  font-size: 1.05rem;
  min-height: 2.7rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.product-premium .product-card .product-subline {
  font-size: 0.95rem;
  min-height: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

#urunler {
  scroll-margin-top: 140px;
}

section[id] {
  scroll-margin-top: calc(var(--brand-size) + (var(--header-pad-y) * 2) + 1rem);
}

.info-links {
  background: linear-gradient(180deg, #fffaf0 0%, #f2e2c9 100%);
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.info-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}

.info-links-card {
  background: #fffdf8;
  border: 1px solid rgba(44, 36, 26, 0.08);
  border-radius: 18px;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  box-shadow: 0 18px 35px rgba(44, 36, 26, 0.08);
}

.info-links-title {
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  color: #2d2015;
  margin: 0.35rem 0 0.5rem;
}

.info-links-body {
  color: rgba(44, 36, 26, 0.8);
  margin: 0 0 0.8rem;
}

.info-links-cta {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.2rem;
}

.info-links-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(179, 63, 36, 0.55);
  transition: transform 0.2s ease;
  transform-origin: left;
}

.info-links-cta:hover::after,
.info-links-cta:focus-visible::after {
  transform: scaleX(0.75);
}

.premium-card {
  background: #fffdf8;
  border-radius: 30px;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
  box-shadow: 0 18px 35px rgba(44, 36, 26, 0.12);
  border: 1px solid rgba(44, 36, 26, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 55px rgba(44, 36, 26, 0.18);
}

.premium-card-media {
  background: linear-gradient(180deg, #fff7e8, #f1dfc5);
  border-radius: 26px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: inset 0 18px 30px rgba(44, 36, 26, 0.08);
}

.premium-card img {
  width: min(200px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.35));
}

.premium-card h3 {
  font-size: 1.05rem;
  color: #2d2015;
  font-weight: 600;
}

.products-showcase {
  background: linear-gradient(180deg, #fffaf0 0%, #f6e9d6 100%);
  margin: 0;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 5vw, 3rem);
  border: 0;
  border-radius: 0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  max-width: none;
}

.products-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: center;
  padding: clamp(0.75rem, 2.5vw, 1.25rem) 0;
}

.products-block+.products-block {
  border-top: 1px solid rgba(138, 114, 92, 0.12);
  margin-top: clamp(2rem, 3.5vw, 2.75rem);
  padding-top: clamp(2rem, 3.5vw, 2.75rem);
}

.products-block--hero {
  grid-template-columns: minmax(300px, 1fr) minmax(540px, 1.6fr);
  column-gap: clamp(1.5rem, 3vw, 2.5rem);
}

.products-block--alt {
  grid-template-columns: minmax(300px, 1fr) minmax(540px, 1.6fr);
  column-gap: clamp(1.5rem, 3vw, 2.5rem);
}

.products-copy h1,
.products-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  margin: 0.2rem 0 0.45rem;
  color: #2d2015;
}

.products-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.36em;
  color: rgba(44, 36, 26, 0.6);
  font-size: 0.75rem;
  margin: 0 0 0.2rem;
}

.products-lede {
  color: rgba(44, 36, 26, 0.8);
  margin: 0.25rem 0 0.65rem;
  max-width: 480px;
}

.products-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #b64331;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.3rem;
}

.products-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(179, 63, 36, 0.45);
  transition: transform 0.2s ease;
  transform-origin: left;
}

.products-link:hover::after,
.products-link:focus-visible::after {
  transform: scaleX(0.72);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  justify-items: center;
  align-items: start;
  text-align: center;
}

.products-grid--hero {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(1.25rem, 2vw, 1.75rem);
  row-gap: 0;
}

.products-grid--hero .product-card {
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}

.products-grid--hero .product-card h3 {
  margin: 0.35rem 0 0.1rem;
}

.products-grid--hero .product-card p {
  margin: 0;
}

.products-grid--sandwich {
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  margin-top: 0.5rem;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  justify-items: center;
  align-items: center;
  justify-content: center;
}

.products-grid--sandwich .product-card {
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: clamp(46rem, 90vw, 72rem);
  margin-inline: auto;
}

.products-grid--sandwich .product-card--whole-wheat {
  max-width: clamp(50rem, 98vw, 80rem);
}

.products-grid--sandwich .product-media {
  background: transparent;
  min-height: clamp(8rem, 24vw, 14rem);
}

.products-grid--sandwich .product-media--whole-wheat {
  padding: clamp(0.25rem, 1vw, 0.5rem);
}

.product-media--whole-wheat img {
  --product-media-width: clamp(36rem, 72vw, 58rem);
  max-width: 100%;
}

.product-media--plain {
  background: transparent !important;
  box-shadow: none !important;
  padding: clamp(0.25rem, 1vw, 0.5rem);
}

.product-media--kepekli img {
  mix-blend-mode: normal !important;
  background-color: transparent;
  --product-media-width: clamp(46rem, 94vw, 70rem);
}

.product-media--classic-sandvic img {
  mix-blend-mode: normal !important;
  background-color: transparent;
  --product-media-width: clamp(46rem, 94vw, 70rem);
  transform: translateY(14px);
}

.sandvic-card .product-media {
  height: clamp(240px, 32vw, 320px);
  padding: clamp(0.75rem, 2vw, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sandvic-card .product-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: none !important;
}

/* Roll kartları: eşit görsel yüksekliği ve merkezleme */
.roll-card .product-media {
  height: clamp(180px, 24vw, 260px);
  padding: clamp(0.75rem, 2vw, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.roll-card .product-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: none !important;
}

.products-grid--sandwich .product-media::after {
  display: none;
  /* remove hover shadow backdrop behind the pack */
}

.product-card {
  background: transparent !important;
  border: 0;
  border-radius: 20px;
  padding: 0.4rem 0.35rem 1.1rem;
  box-shadow: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  width: 100%;
  text-align: center;
  will-change: transform;
}

.product-card h3 {
  margin: 0 0 0.35rem;
  color: #2d2015;
  font-size: 1rem;
}

.product-card p {
  margin: 0.1rem 0 0;
  color: rgba(44, 36, 26, 0.75);
  font-size: 0.92rem;
}

.product-card .product-subline {
  margin-top: 0.15rem;
  color: rgba(44, 36, 26, 0.68);
  font-size: 0.9rem;
}

.product-media {
  position: relative;
  background: transparent;
  border-radius: 0;
  padding: clamp(0.4rem, 1vw, 0.75rem);
  min-height: clamp(8rem, 22vw, 14rem);
  display: grid;
  place-items: center;
  border: 0;
  box-shadow: none;
  transition: transform 0.22s ease;
}

.product-media::after {
  content: none;
  /* remove backdrop under product visuals */
}

.products-block--hero .product-card {
  justify-content: center;
}

.product-media img {
  position: relative;
  z-index: 1;
  width: var(--product-media-width, clamp(10rem, 24vw, 14rem));
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: none;
  mix-blend-mode: multiply;
  background-color: transparent;
  transition: transform 0.35s ease;
  will-change: transform;
}

.product-media--roll img {
  --product-media-width: clamp(20rem, 44vw, 28rem);
  max-width: 100%;
  mix-blend-mode: multiply;
  background-color: transparent;
}

.products-grid--sandwich .product-media img {
  --product-media-width: clamp(42rem, 90vw, 64rem);
  max-width: 100%;
}

.products-grid--sandwich .product-media--whole-wheat img {
  --product-media-width: clamp(46rem, 94vw, 70rem);
  max-width: 100%;
}

.product-card .product-media--classic-roll img {
  --product-media-width: clamp(28rem, 60vw, 38rem);
}

/* Keep product visuals uniform on the products page */
.products-page .product-media {
  --product-media-size: clamp(13.75rem, 28vw, 16.25rem);
  /* 220–260px arası */
  width: 100%;
  max-width: var(--product-media-size);
  height: var(--product-media-size);
  padding: clamp(0.65rem, 1.5vw, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  border-radius: 18px;
}

.products-page .product-media img {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: normal;
  transform: none;
}

.products-page .product-card--classic .product-media,
.products-page .product-card--cavdar .product-media,
.products-page .product-card--tam-bugday .product-media,
.products-page .product-card--kepekli .product-media {
  background: transparent !important;
  box-shadow: none !important;
}

.products-page .product-media--roll img {
  --product-media-width: var(--product-media-size);
}

/* Keep roll ve sandviç kartları aynı görsel yüksekliğinde */
.products-page .roll-card .product-media,
.products-page .sandvic-card .product-media {
  height: clamp(14rem, 26vw, 17rem);
  min-height: clamp(14rem, 26vw, 17rem);
  max-height: clamp(14rem, 26vw, 17rem);
  max-width: clamp(18rem, 34vw, 22rem);
  margin-inline: auto;
  padding: clamp(0.6rem, 1.4vw, 1rem);
}

.products-page .product-card--cavdar .product-media img {
  transform: scale(0.85);
  transform-origin: center bottom;
}

.products-page .product-card--tam-bugday .product-media img {
  transform: scale(1);
  transform-origin: center bottom;
}

.products-page .product-media--kepekli img {
  transform: scale(1);
  transform-origin: center bottom;
}

.products-page .product-media--classic-sandvic img {
  transform: scale(1);
  transform-origin: center bottom;
}

.product-card--tam-bugday-sandvic .product-media img {
  transform: scale(1);
  transform-origin: center bottom;
}

.product-card.product-card--tam-bugday-sandvic:hover .product-media img,
.product-card.product-card--tam-bugday-sandvic:focus-visible .product-media img {
  transform: scale(1.05) translateY(0%);
}

/* Sandviç ürün kartlarında dikey hizalamayı eşitle */
.products-page .products-grid--sandwich .product-card {
  justify-content: center;
  gap: 0.75rem;
}

.products-page .products-grid--sandwich .product-media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform-origin: center bottom;
}

.products-page .products-grid--sandwich .product-media img {
  transform-origin: center bottom;
}

/* Override older tam-bugday scales to keep hover pushing forward */
.products-page .product-card--tam-bugday .product-media img {
  transform: scale(1.2);
  transform-origin: center bottom;
}

.product-card.product-card--tam-bugday:hover .product-media img,
.product-card.product-card--tam-bugday:focus-visible .product-media img {
  transform: scale(1.3);
}

.product-feature {
  text-align: center;
  display: grid;
  gap: 0.5rem;
  justify-items: center;
}

.product-media--feature {
  min-height: clamp(220px, 30vw, 320px);
}

.product-feature h3 {
  margin: 0.35rem 0;
  color: #2d2015;
  font-size: 1.1rem;
}

.product-feature p {
  margin: 0;
  color: rgba(44, 36, 26, 0.75);
}

@media (max-width: 720px) {
  .products-link::after {
    transform: scaleX(0.9);
  }
}

@media (max-width: 960px) {
  .products-block--hero {
    grid-template-columns: 1fr;
  }

  .products-grid--hero {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: clamp(1rem, 2vw, 1.5rem);
  }
}

@media (min-width: 1100px) {
  .products-block {
    grid-template-columns: minmax(320px, 1fr) minmax(0, 2fr);
  }

  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

.products-grid,
.products-block,
.products-block--hero,
.products-block--alt {
  background: transparent !important;
}

.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-6px) scale(1.03);
  box-shadow: none !important;
  background: transparent !important;
}

.product-card:hover .product-media img,
.product-card:focus-visible .product-media img {
  transform: scale(1.05);
}

.product-card:hover .product-media--kepekli img,
.product-card:focus-visible .product-media--kepekli img {
  transform: scale(1.45) translateY(3%);
}

.product-card:hover .product-media--classic-sandvic img,
.product-card:focus-visible .product-media--classic-sandvic img {
  transform: scale(1.32);
}

.product-card.product-card--classic:hover .product-media img,
.product-card.product-card--classic:focus-visible .product-media img {
  transform: scale(1.1);
}

.product-feature:hover,
.product-feature:focus-within,
.product-feature:hover .product-media--feature,
.product-feature:focus-within .product-media--feature {
  transform: none;
  transition: none;
  filter: none;
}

/* Ürün kartı hover animasyonu: öne doğru yumuşak çıkış */
@keyframes product-pop-forward {
  0% {
    transform: translateY(0) scale(1);
  }

  60% {
    transform: translateY(-8px) scale(1.04);
  }

  100% {
    transform: translateY(-6px) scale(1.025);
  }
}

.products-showcase .product-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
  will-change: transform;
}

.products-showcase .product-media {
  background: transparent !important;
  box-shadow: none !important;
}

.products-showcase .product-card:hover .product-media,
.products-showcase .product-card:focus-visible .product-media {
  transform: none;
  transition: none;
}

.products-showcase .product-card img {
  background: transparent !important;
  box-shadow: none !important;
  mix-blend-mode: multiply;
}

.product-anchor {
  position: relative;
  top: -80px;
  display: block;
  height: 0;
  width: 0;
}

.product-catalog {
  width: 100%;
  margin: 3rem 0 5rem;
}

.catalog-header {
  text-align: center;
  margin-bottom: 2rem;
}

.catalog-breadcrumb {
  color: #a37166;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
}

.catalog-header h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin: 0.5rem 0;
  color: #5c2d2a;
}

.catalog-header p {
  color: #6b4c43;
}

.catalog-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.catalog-tags span {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(92, 45, 42, 0.15);
  background: rgba(255, 255, 255, 0.7);
  color: #5c2d2a;
  font-size: 0.9rem;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
}

.catalog-card {
  background: #fff8f1;
  border-radius: 28px;
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 10px 35px rgba(92, 45, 42, 0.08);
  border: 1px solid rgba(92, 45, 42, 0.08);
  display: block;
}

.catalog-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto 0.75rem;
}

.catalog-card strong {
  color: #5c2d2a;
  font-size: 1rem;
}

.catalog-card--photo {
  padding-top: 1.5rem;
}

.catalog-card-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  border-radius: 22px;
  margin-bottom: 0.85rem;
  min-height: 150px;
  padding: 0.75rem;
  box-shadow: inset 0 15px 35px rgba(92, 45, 42, 0.08);
}

.catalog-card-photo img {
  width: min(160px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 30px rgba(92, 45, 42, 0.15));
}

.product-detail {
  width: 100%;
  margin: 2rem 0 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.product-detail-hero {
  display: flex;
  gap: clamp(1.35rem, 3vw, 2.6rem);
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: clamp(1rem, 3vw, 2rem);
  box-shadow: none;
  width: min(1200px, calc(100% - 1.5rem));
  margin: 0 auto;
}

.product-detail-gallery {
  flex: 1 1 46%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.product-detail-media {
  width: min(34rem, 48vw);
  max-width: min(34rem, 48vw);
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  position: relative;
  display: grid;
  place-items: center;
}

.product-detail-media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: contain;
}

/* Çavdar roll ürün sayfasında görseli büyüt */
.product-detail-media img[src*="cavdar-roll"] {
  width: min(38rem, 92vw);
  max-width: none;
}

.product-detail-media img[src*="kepekli-sandvic"],
.product-detail-media--classic-sandvic img,
.product-detail-media--tam-bugday-sandvic img {
  width: min(42rem, 98vw);
  max-width: none;
  transform: translateX(-90px);
  object-position: 34% center;
}

.product-detail-media--susamsiz img {
  transform: translateX(-50px);
  object-position: 35% center;
}

.product-detail-info {
  width: min(1100px, 96%);
  margin: 0 auto clamp(1.25rem, 3.5vw, 2.75rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.info-block {
  background: transparent;
  padding: 0.5rem 0;
  color: #5c2d2a;
}

.info-block h2 {
  font-size: 1.2rem;
  margin: 0 0 0.65rem;
  color: #3b241d;
}

.info-body {
  margin: 0.35rem 0;
  line-height: 1.6;
  color: rgba(59, 36, 29, 0.9);
}

.product-detail-thumbs {
  display: flex;
  gap: 0.75rem;
}

.product-detail-thumb {
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.product-detail-thumb img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.product-detail-thumb.is-active {
  border-color: transparent;
  box-shadow: none;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #b63a43;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-prev {
  left: -22px;
}

.gallery-next {
  right: -22px;
}

.product-detail-copy {
  flex: 1 1 54%;
  padding-left: clamp(0.75rem, 1.6vw, 1.5rem);
}

.breadcrumb {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(92, 45, 42, 0.6);
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.product-detail-copy h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin: 0.4rem 0 1rem;
  color: #5c2d2a;
}

.product-detail-copy p {
  color: #6b4c43;
  margin-bottom: 0.75rem;
}

.hero-lede {
  font-size: 1.02rem;
  line-height: 1.6;
  text-align: left;
}

.hero-cta {
  display: inline-flex;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: 2px solid #b63a43;
  color: #b63a43;
  font-weight: 600;
  margin: 0.5rem 0 1rem;
  width: fit-content;
}

.hero-cta:hover,
.hero-cta:focus-visible {
  background: #b63a43;
  color: #fff;
}

.hero-footnote {
  font-size: 0.9rem;
  color: rgba(92, 45, 42, 0.75);
}

.hero-description {
  color: #5c2d2a;
  line-height: 1.6;
}

.product-detail-specs {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3rem;
  align-items: flex-start;
}

.product-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.product-tabs li {
  border-bottom: 1px solid rgba(92, 45, 42, 0.15);
}

.tab-button {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0.9rem 0.25rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #8a4d4a;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tab-button::after {
  content: "›";
  margin-left: auto;
  color: #b63a43;
  font-size: 1.2rem;
}

.tab-button.is-active {
  background: rgba(182, 58, 67, 0.08);
  color: #5c2d2a;
  box-shadow: inset 0 0 0 2px rgba(182, 58, 67, 0.3);
}

.spec-content {
  font-size: 1rem;
  color: #5c2d2a;
  line-height: 1.6;
}

.spec-panel {
  display: none;
}

.spec-panel.is-active {
  display: block;
}

.spec-content article {
  margin-bottom: 1.5rem;
  color: #5c2d2a;
  line-height: 1.6;
}

.spec-content p+p {
  margin-top: 0.9rem;
}

.nutrition-table {
  width: min(520px, 100%);
  margin-top: 1rem;
  border-collapse: collapse;
  border: 1px solid rgba(92, 45, 42, 0.2);
  box-shadow: 0 18px 40px rgba(60, 42, 25, 0.08);
  font-size: 0.95rem;
  background: #fff;
}

.nutrition-table th,
.nutrition-table td {
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(92, 45, 42, 0.12);
  text-align: left;
  color: #5c2d2a;
}

.nutrition-table thead th {
  background: #f3e6d9;
  font-weight: 600;
  font-size: 0.9rem;
}

.nutrition-table tbody tr:nth-child(even) td {
  background: rgba(92, 45, 42, 0.03);
}

.nutrition-note {
  font-size: 0.85rem;
  color: rgba(92, 45, 42, 0.7);
  margin-top: 0.6rem;
}

@media (max-width: 640px) {
  .nutrition-table {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .product-detail-hero {
    flex-direction: column;
  }

  .product-detail-gallery {
    width: 100%;
  }

  .product-detail-media {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .products-panel-inner {
    flex-direction: column;
  }

  .products-panel-text {
    flex: 1;
  }

  .products-panel-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

.product-detail-specs {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
}

@media (max-width: 600px) {
  .products-panel-inner {
    padding: 1.5rem;
  }
}

.site-footer {
  background: #f7f3eb;
  color: #2d2015;
  padding: clamp(2.5rem, 6vw, 3.5rem) 0 clamp(2rem, 4vw, 3rem);
  margin-top: clamp(2.5rem, 6vw, 4rem);
  border-top: 1px solid rgba(92, 45, 42, 0.08);
  box-shadow: 0 -10px 28px rgba(32, 24, 16, 0.06);
}

.site-footer .container {
  width: min(1200px, calc(100% - 2rem));
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
  align-items: start;
}

.footer-grid strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
  letter-spacing: 0.02em;
  color: #2d2015;
}

.footer-grid p,
.footer-grid a {
  color: rgba(45, 32, 21, 0.75);
}

.footer-grid a {
  font-weight: 700;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.social-links a {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(92, 45, 42, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: #2d2015;
  box-shadow: 0 6px 16px rgba(32, 24, 16, 0.08);
}

.social-links a:hover,
.social-links a:focus-visible {
  background: #f0b64b;
  color: #2d2015;
  outline: none;
}

.newsletter {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.newsletter input {
  flex: 1 1 200px;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(92, 45, 42, 0.15);
  background: #fff;
  color: #2d2015;
  box-shadow: 0 6px 16px rgba(32, 24, 16, 0.05);
}

.newsletter input::placeholder {
  color: rgba(45, 32, 21, 0.5);
}

.newsletter button {
  background: var(--secondary);
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  font-weight: 700;
  color: #2d2015;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.newsletter button:hover,
.newsletter button:focus-visible {
  background: #f0b64b;
}

.newsletter-status {
  margin-top: 0.35rem;
  color: rgba(45, 32, 21, 0.7);
  min-height: 1.2em;
  font-size: 0.95rem;
}

.footer-meta {
  text-align: center;
  color: rgba(244, 236, 226, 0.7);
  font-size: 0.9rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-meta a {
  color: inherit;
  font-weight: 700;
}

.footer-meta a:hover,
.footer-meta a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  outline: none;
}

.legal-bar {
  margin-top: clamp(1rem, 2.25vw, 1.6rem);
  background: inherit;
  color: #5b5349;
  padding: clamp(1.25rem, 3vw, 1.7rem) 0 clamp(1.35rem, 3vw, 1.85rem);
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: center;
}

.legal-row {
  width: min(1250px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.9rem, 4vw, 3.6rem);
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.4;
  padding-inline: clamp(1.25rem, 3vw, 2rem);
  row-gap: clamp(0.4rem, 1.5vw, 0.9rem);
}

.legal-copy {
  font-weight: 600;
  color: inherit;
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.9rem, 4vw, 3.4rem);
  flex-wrap: wrap;
  font-weight: 600;
}

.legal-nav a {
  color: inherit;
  transition: color 0.2s ease;
}

.legal-nav a:hover,
.legal-nav a:focus-visible {
  color: var(--primary);
  outline: none;
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }

  .newsletter {
    justify-content: center;
  }

  .newsletter input {
    flex: 1 1 100%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   MOBİL UYUM DÜZELTMELERİ (iPhone / dar ekranlar)
   Bu blok dosyanın en sonundadır; bilinçli olarak son sözü o söyler.
   - Ürünler sayfası "sandviç" grid'i mobilde 540px'e taşıyordu.
   - Ürün detay galeri görselleri konteyneri aşıp/kayıp kesiliyordu.
   ============================================================ */
@media (max-width: 768px) {
  /* Ürünler: 2 sütunlu blok düzeni mobilde tek sütuna insin.
     Asıl taşma sebebi: .products-block--alt ikinci sütunu
     minmax(540px, 1.6fr) — yani sabit 540px minimum, mobilde küçülmüyordu. */
  .products-block,
  .products-block--alt,
  .products-block--hero {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  /* Sandviç ürün grid'i: ekrana sığan esnek sütunlar */
  .products-grid--sandwich {
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    justify-content: stretch;
    min-width: 0;
  }

  .products-grid--sandwich .product-card,
  .products-grid--sandwich .product-card--whole-wheat {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  /* Ürün detay: görseli konteynerine sığdır, masaüstü kaymalarını sıfırla */
  .product-detail-media {
    width: 100%;
    max-width: 100%;
  }

  .product-detail-media img,
  .product-detail-media img[src*="cavdar-roll"],
  .product-detail-media img[src*="kepekli-sandvic"],
  .product-detail-media--classic-sandvic img,
  .product-detail-media--tam-bugday-sandvic img,
  .product-detail-media--susamsiz img {
    width: 100%;
    max-width: 100%;
    transform: none;
    object-position: center;
  }
}
