/* Page-specific layouts */

/* ——— Hero (Ana Sayfa) ——— */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: calc(var(--nav-h) + 2rem) 0 3rem;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(255, 181, 236, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(255, 248, 215, 0.08), transparent 50%),
    var(--burgundy);
  color: var(--cream);
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(1rem, 1vw, 1rem);
  align-items: center;
}

.hero__brand {
  width: clamp(180px, 28vw, 320px);
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--cream);
  margin: 0 0 1.25rem;
}

.hero__title span {
  color: var(--pink);
  display: block;
}

.hero__copy {
  margin-bottom: 2rem;
  color: rgba(255, 248, 215, 0.88);
}

.hero__media {
  position: relative;
  display: grid;
  gap: 1.25rem;
}

.hero__video-wrap {
  position: relative;
  /* border-radius: 1.25rem; */
  overflow: hidden;
  aspect-ratio: 16 / 10;
  /* background: var(--ink); */
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.35);
}

.hero__video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__packs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  align-items: end;
}

.hero__pack {
  will-change: transform;
}

.hero__pack img {
  width: 100%;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.4));
}

@media (max-width: 992px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__brand {
    width: min(220px, 55vw);
  }

  .hero {
    padding-top: calc(var(--nav-h) + 1.5rem);
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .hero__packs {
    gap: 0.4rem;
  }
}

/* ——— Products section ——— */
.section-products {
  background: linear-gradient(180deg, var(--burgundy) 0%, #7a0322 50%, var(--burgundy) 100%);
  color: var(--cream);
}

.section-products .section-head p {
  max-width: 32rem;
  opacity: 0.8;
}

/* ——— Lyophilization ——— */
.section-lyo {
  background: var(--cream);
  color: var(--ink);
}

.section-lyo .eyebrow {
  color: var(--burgundy);
}

.lyo-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.lyo-video {
  border-radius: inherit !important;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--ink);
  box-shadow: 0 28px 56px rgb(74 74 74 / 20%);
}

.lyo-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lyo-badge {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.65rem 1.1rem;
  background: var(--pink);
  color: var(--burgundy);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 2rem 0.75rem 2rem 0.75rem;
}

@media (max-width: 992px) {
  .lyo-grid {
    grid-template-columns: 1fr;
  }
}

/* ——— B2B / Siz İsteyin ——— */
.section-b2b {
  background:
    radial-gradient(ellipse at 20% 50%, rgba(255, 181, 236, 0.15), transparent 50%),
    var(--ink);
  color: var(--cream);
}

.section-b2b .eyebrow {
  color: var(--pink);
}

.b2b-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

/* ——— Hakkımızda ——— */
.section-about {
  background: var(--gray);
  color: var(--ink);
}

.section-about .eyebrow {
  color: var(--burgundy);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.about-visual {
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 24px 48px rgba(26, 10, 15, 0.15);
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-visual {
    order: -1;
  }
}

/* ——— Brand pages (Frosté / Karbahçe) ——— */
.brand-hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: calc(var(--nav-h) + 2rem) 0 4rem;
  color: var(--cream);
}

.brand-hero--froste {
  background:
    radial-gradient(ellipse 70% 50% at 80% 30%, rgba(255, 181, 236, 0.2), transparent 55%),
    linear-gradient(160deg, #4a0218 0%, var(--burgundy) 45%, #2a010c 100%);
}

.brand-hero--karbahce {
  background:
    radial-gradient(ellipse 60% 50% at 70% 20%, rgba(170, 4, 48, 0.12), transparent 50%),
    linear-gradient(180deg, #fff8d7 0%, #f5e8c8 60%, #ebe0c4 100%);
  color: var(--ink);
}

.brand-hero--karbahce .nav-logo img,
.page-karbahce .site-nav:not(.is-scrolled) .nav-logo img {
  filter: none;
}

.page-karbahce .site-nav:not(.is-scrolled) .nav-links a {
  color: var(--burgundy);
}

.page-karbahce .site-nav:not(.is-scrolled) .nav-toggle {
  border-color: rgba(170, 4, 48, 0.35);
  color: var(--burgundy);
}

.page-karbahce .site-nav:not(.is-scrolled) .nav-toggle span {
  background: var(--burgundy);
}

.brand-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.brand-logo-text {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  letter-spacing: -0.04em;
  line-height: 0.9;
  margin: 0 0 0.5rem;
}

.brand-hero--froste .brand-logo-text {
  color: var(--pink);
}

.brand-hero--karbahce .brand-logo-text {
  color: var(--burgundy);
}

.brand-slogan {
  font-family: var(--font-script);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
  opacity: 0.95;
}

.brand-hero__visual {
  position: relative;
}

.brand-hero__visual img {
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.35));
}

.brand-hero--karbahce .brand-hero__visual img {
  filter: drop-shadow(0 28px 48px rgba(170, 4, 48, 0.25));
}

@media (max-width: 992px) {
  .brand-hero__grid {
    grid-template-columns: 1fr;
  }
}

/* Brand product varieties */
.brand-varieties {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.page-froste .brand-varieties {
  background: #2a010c;
  color: var(--cream);
}

.page-karbahce .brand-varieties {
  background: var(--white);
  color: var(--ink);
}

.variety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: start;
}

.variety-grid--two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 720px;
  margin-inline: auto;
}

.variety-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.variety-item__frame {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: rgba(255, 181, 236, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.page-karbahce .variety-item__frame {
  background: rgba(170, 4, 48, 0.06);
}

.variety-item__frame img {
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
}

.variety-item h3 {
  width: 100%;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  line-height: 1;
}

.page-froste .variety-item h3 {
  color: var(--cream);
}

.page-karbahce .variety-item h3 {
  color: var(--burgundy);
}

@media (max-width: 768px) {
  .variety-grid,
  .variety-grid--two {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }
}

/* USP features */
.brand-usps {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.page-froste .brand-usps {
  background: var(--burgundy);
  color: var(--cream);
}

.page-karbahce .brand-usps {
  background: var(--cream);
  color: var(--ink);
}

.usp-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.usp-item {
  padding: 1.5rem 0;
  border-top: 2px solid currentColor;
  opacity: 0.9;
}

.usp-item h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.usp-item p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.8;
  line-height: 1.5;
}

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

/* Retail band */
.retail-band {
  padding: 2.5rem 0;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.25rem, 3vw, 2rem);
  letter-spacing: -0.02em;
}

.retail-band--froste {
  background: var(--pink);
  color: var(--burgundy);
}

.retail-band--karbahce {
  background: var(--burgundy);
  color: var(--cream);
}

.brand-cta {
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  text-align: center;
}

.page-froste .brand-cta {
  background: #1a050a;
  color: var(--cream);
}

.page-karbahce .brand-cta {
  background: var(--gray);
  color: var(--ink);
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-row a {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  opacity: 0.7;
  transition: opacity 0.2s, background 0.2s, color 0.2s;
  font-size: 0.75rem;
  font-weight: 700;
}

.social-row a:hover {
  opacity: 1;
  background: var(--pink);
  color: var(--burgundy);
  border-color: var(--pink);
}

/* ——— Hakkımızda sayfası ——— */
.about-hero {
  min-height: 78vh;
  min-height: 78dvh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-h) + 3rem) 0 clamp(3.5rem, 8vw, 5.5rem);
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(255, 181, 236, 0.22), transparent 55%),
    radial-gradient(ellipse 45% 40% at 5% 90%, rgba(255, 248, 215, 0.1), transparent 50%),
    var(--burgundy);
  color: var(--cream);
}

.about-hero__inner {
  max-width: 52rem;
}

.about-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 1.5rem;
}

.about-hero__title span {
  color: var(--pink);
}

.about-hero__copy {
  color: rgba(255, 248, 215, 0.88);
}

.about-section-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin: 0 0 1.25rem;
}

.about-story {
  background: var(--cream);
  color: var(--ink);
}

.about-story__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.about-story__visual {
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 28px 56px rgba(170, 4, 48, 0.18);
}

.about-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-values {
  background: var(--burgundy);
  color: var(--cream);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.about-value {
  padding-top: 1.25rem;
  border-top: 2px solid rgba(255, 181, 236, 0.45);
}

.about-value__num {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: var(--pink);
  margin-bottom: 0.85rem;
}

.about-value h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 0 0.55rem;
}

.about-value p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0.8;
}

.about-tech {
  background: var(--gray);
  color: var(--ink);
}

.about-tech__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.about-tech__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-tech__list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 1rem;
  opacity: 0.85;
}

.about-tech__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--burgundy);
}

.about-tech__video {
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--ink);
  box-shadow: 0 24px 48px rgba(26, 10, 15, 0.15);
}

.about-tech__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-brands {
  background: var(--ink);
  color: var(--cream);
}

.about-brands__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.about-brand-card {
  display: block;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: 1.25rem;
  transition: transform 0.35s var(--ease-out);
  min-height: 14rem;
}

.about-brand-card:hover {
  transform: translateY(-6px);
}

.about-brand-card--froste {
  background: linear-gradient(145deg, #4a0218, var(--burgundy));
  color: var(--cream);
}

.about-brand-card--karbahce {
  background: linear-gradient(145deg, #fff8d7, #f0e0b8);
  color: var(--ink);
}

.about-brand-card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
}

.about-brand-card--froste h3 {
  color: var(--pink);
}

.about-brand-card--karbahce h3 {
  color: var(--burgundy);
}

.about-brand-card p {
  margin: 0 0 1.5rem;
  opacity: 0.85;
  max-width: 22rem;
  line-height: 1.5;
}

.about-brand-card__cta {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.about-brand-card--froste .about-brand-card__cta {
  color: var(--pink);
}

.about-brand-card--karbahce .about-brand-card__cta {
  color: var(--burgundy);
}

.about-cta {
  background:
    radial-gradient(ellipse at 30% 40%, rgba(255, 181, 236, 0.16), transparent 55%),
    var(--burgundy);
  color: var(--cream);
  text-align: center;
}

.about-cta__inner {
  max-width: 40rem;
  margin-inline: auto;
}

.about-cta .display-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: 1rem;
}

.about-cta .lead-copy {
  margin-inline: auto;
  margin-bottom: 0.5rem;
}

.about-cta .b2b-actions {
  justify-content: center;
}

@media (max-width: 992px) {
  .about-story__grid,
  .about-tech__grid,
  .about-brands__grid {
    grid-template-columns: 1fr;
  }

  .about-values__grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-story__visual {
    order: -1;
  }
}

@media (max-width: 576px) {
  .about-values__grid {
    grid-template-columns: 1fr;
  }
}

/* ——— Inner pages ——— */
.inner-hero {
  min-height: 58vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-h) + 3rem) 0 3.5rem;
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(255, 181, 236, 0.22), transparent 55%),
    var(--burgundy);
  color: var(--cream);
}

.inner-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 1rem;
}

.inner-hero h1 span { color: var(--pink); }
.inner-hero .lead-copy { color: rgba(255, 248, 215, 0.88); max-width: 40rem; }

.inner-section { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.inner-section--cream { background: var(--cream); color: var(--ink); }
.inner-section--gray { background: var(--gray); color: var(--ink); }
.inner-section--burgundy { background: var(--burgundy); color: var(--cream); }
.inner-section--ink { background: var(--ink); color: var(--cream); }

.inner-prose {
  max-width: 44rem;
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.9;
}
.inner-prose p { margin: 0 0 1rem; }

.form-happilyo .form-control,
.form-happilyo .form-select {
  background: rgba(255, 248, 215, 0.08);
  border: 1px solid rgba(255, 248, 215, 0.22);
  color: var(--cream);
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
}
.form-happilyo .form-control:focus,
.form-happilyo .form-select:focus {
  background: rgba(255, 248, 215, 0.12);
  border-color: var(--pink);
  color: var(--cream);
  box-shadow: 0 0 0 0.2rem rgba(255, 181, 236, 0.2);
}
.form-happilyo .form-control::placeholder { color: rgba(255, 248, 215, 0.45); }
.form-happilyo label { color: var(--pink); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.04em; }

.alert-happilyo {
  border: 0;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
}
.alert-happilyo.success { background: rgba(184, 224, 92, 0.2); color: var(--cream); }
.alert-happilyo.error { background: rgba(255, 181, 236, 0.18); color: var(--cream); }

.faq-item, .cert-card {
  border-top: 2px solid rgba(170, 4, 48, 0.25);
  padding: 1.5rem 0;
}
.inner-section--burgundy .faq-item { border-top-color: rgba(255, 181, 236, 0.35); }

.faq-item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

.stores-map-section {
  background: var(--cream);
  padding: 0;
}
.stores-map {
  height: min(62vh, 560px);
  width: 100%;
  z-index: 1;
}
.stores-map .leaflet-control-attribution { font-size: 10px; }
.hp-pin { background: transparent; border: 0; }
.hp-pin__dot {
  display: block;
  width: 18px;
  height: 18px;
  margin: 5px auto 0;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--burgundy);
  box-shadow: 0 6px 14px rgba(170, 4, 48, 0.4);
  border: 2px solid var(--pink);
}
.hp-popup .leaflet-popup-content-wrapper {
  border-radius: 12px;
  font-family: var(--font-body);
}
.hp-popup .leaflet-popup-content { margin: 12px 14px; }
.hp-map-dir {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--burgundy);
  font-weight: 700;
  font-size: 0.85rem;
}
.city-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}
.city-filter {
  border: 1.5px solid var(--burgundy);
  background: transparent;
  color: var(--burgundy);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
}
.city-filter.is-active,
.city-filter:hover {
  background: var(--burgundy);
  color: var(--cream);
}
.stores-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.store-card {
  border: 1.5px solid rgba(170, 4, 48, 0.18);
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.store-card:hover,
.store-card.is-active {
  border-color: var(--burgundy);
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(170, 4, 48, 0.12);
}
.store-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.2rem;
  color: var(--ink);
}
.store-card__city {
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: var(--burgundy);
}
.store-card__addr,
.store-card__meta {
  margin: 0 0 0.35rem;
  opacity: 0.8;
  font-size: 0.95rem;
}
.store-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.75rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--burgundy);
}
@media (max-width: 768px) {
  .stores-list { grid-template-columns: 1fr; }
  .stores-map { height: 42vh; }
}

.lyo-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.lyo-step-card {
  padding: 1.75rem 0;
  border-top: 2px solid var(--burgundy);
}
.lyo-step-card span {
  display: block;
  font-family: var(--font-display);
  color: var(--burgundy);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.lyo-step-card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.product-hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: calc(var(--nav-h) + 2rem) 0 3rem;
  color: var(--cream);
}
.product-hero--cilek {
  background:
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(255, 181, 236, 0.28), transparent 55%),
    var(--burgundy);
}
.product-hero--elma {
  background:
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(184, 224, 92, 0.22), transparent 55%),
    #1a3a18;
}
.product-hero--incir {
  background:
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(170, 4, 48, 0.35), transparent 55%),
    #3a0618;
}
.product-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.product-hero__visual img {
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
  filter: drop-shadow(0 32px 56px rgba(0, 0, 0, 0.4));
}
.product-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin: 0 0 0.75rem;
}
.product-hero--cilek .product-hero__title { color: var(--pink); }
.product-hero--elma .product-hero__title { color: var(--apple-lime); }
.product-hero--incir .product-hero__title { color: #f3c6d4; }
.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.5rem 0 2rem;
}
.feature-pills span {
  border: 1.5px solid currentColor;
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.9;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.related-card {
  text-align: center;
  color: inherit;
}
.related-card img {
  max-width: 200px;
  margin-inline: auto;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.3));
  transition: transform 0.4s var(--ease-out);
}
.related-card:hover img { transform: translateY(-8px); }
.related-card h3 {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.info-block { margin-bottom: 1.75rem; }
.info-block h3 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pink);
  margin: 0 0 0.4rem;
}

@media (max-width: 992px) {
  .product-hero__grid,
  .contact-grid,
  .lyo-steps,
  .related-grid { grid-template-columns: 1fr; }
  .product-hero { min-height: auto; }
}
