@font-face { font-family: 'MehmetEfendi1953'; src: url('../fonts/MehmetEfendi1953.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'MehmetEfendi1953ExtraBold'; src: url('../fonts/MehmetEfendi1953ExtraBold.woff2') format('woff2'); font-weight: 800; font-display: swap; }

:root {
  --featured-bg-color: #FCD802;
}

/* Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: 'MehmetEfendi1953', sans-serif;
  background: #fff;
  color: #1a1a1a;
}

.srt {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header (.header) */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header__menu {
  padding: 20px 0;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo img {
  width: 112px;
  height: auto;
}

.header__logo, .header__buy-btn, .header__hamburger {
  animation: fadeInFromTop 0.6s cubic-bezier(0.16,1,0.3,1) forwards;
}

.header__buy-btn {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.3);
  transition: all 0.3s;
}

.header__buy-btn:hover {
  background: rgba(255,255,255,0.3);
}

.header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__hamburger {
  width: 50px;
  height: 50px;
  background: rgba(26, 26, 26, 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1003;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.header__hamburger:hover {
  background: #E31837;
  border-color: #E31837;
  transform: scale(1.05);
}

.header__hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
  position: absolute;
  left: 13px;
}

.header__hamburger span:nth-child(1) {
  top: 17px;
}
.header__hamburger span:nth-child(2) {
  top: 24px;
}
.header__hamburger span:nth-child(3) {
  top: 31px;
}

.header--menu-open .header__hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 24px;
}
.header--menu-open .header__hamburger span:nth-child(2) {
  opacity: 0;
}
.header--menu-open .header__hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 24px;
}

/* Mobile Menu Overlay (.header__menu-overlay) */
.header__menu-overlay {
  position: fixed;
  inset: 0;
  background: #E31837;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.header--menu-open .header__menu-overlay {
  transform: translateX(0);
}

.header__rays-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.header__menu-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 80px 40px;
}

.header__search-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  margin-bottom: 40px;
}

.header__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__menu-list li {
  margin-bottom: 8px;
}

.header__menu-link {
  color: #fff;
  text-decoration: none;
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  transition: color 0.3s;
}

.header__menu-link:hover {
  opacity: 0.7;
}

.header__menu-link .menu-link-text {
  display: inline-block;
}

.header__menu-social {
  margin-top: auto;
  display: flex;
  gap: 16px;
}

/* Hero Section (.hero) */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__image--mobile {
  display: none;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
}

.hero__content-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  padding: 0 80px;
}

.hero__content {
  max-width: 650px;
  color: #fff;
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  margin-top: -80px;
}

.hero__pretitle {
  display: inline-block;
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 14px;
  color: #FCD802;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
  border-bottom: 2px solid #FCD802;
  padding-bottom: 4px;
}

.hero__title {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 16px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero__subtitle {
  font-family: 'MehmetEfendi1953', sans-serif;
  font-size: 24px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 32px;
  text-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.hero__btn-group {
  display: flex;
  gap: 16px;
}

.hero__slide-block {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.hero__scroll-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 2s infinite;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -5%;
  width: 110%;
  height: 100px;
  background: var(--featured-bg-color);
  border-radius: 50%;
  z-index: 2;
  transition: background-color 0.6s ease;
}

@media (max-width: 767px) {
  .hero__image--desktop {
    display: none;
  }
  .hero__image--mobile {
    display: block;
  }
}

/* Featured Products (.featured-products) */
.featured-products {
  background: var(--featured-bg-color);
  padding: 0;
  position: relative;
  transition: background-color 0.6s ease;
}

.featured-products__bottom-curve {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.featured-products__bottom-curve::after {
  content: '';
  position: absolute;
  top: -50px;
  left: -5%;
  width: 110%;
  height: 100px;
  background: var(--featured-bg-color);
  border-radius: 50%;
  transition: background-color 0.6s ease;
}

.featured-carousel {
  position: relative;
  z-index: 3;
}

.featured-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  position: relative;
  transition: background-color 0.5s;
}

.featured-slide__bg-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.featured-slide__bg-image {
  width: 80%;
  max-width: 600px;
  height: auto;
  opacity: 0.08;
  filter: blur(8px);
}

.featured-slide__product-image {
  position: relative;
  z-index: 2;
  width: 900px;
  max-width: 90vw;
  height: auto;
  transition: transform 0.5s;
}

.featured-slide:hover .featured-slide__product-image {
  transform: scale(1.05) rotate(-2deg);
}

.featured-slide__btn {
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}

.btn--primary {
  background: #1a1a1a;
  color: #fff;
  border: none;
}

.btn--primary:hover {
  background: #333;
  transform: translateY(-2px);
}

.btn--red {
  background: #E31837;
  color: #fff;
}

.btn--red:hover {
  background: #AB0E14;
  transform: translateY(-2px);
}

/* Swiper Navigation Arrows */
.swiper-button-prev-featured,
.swiper-button-next-featured,
.swiper-button-prev-nofeatured,
.swiper-button-next-nofeatured {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.9);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: all 0.3s;
}

.swiper-button-prev-featured svg,
.swiper-button-next-featured svg,
.swiper-button-prev-nofeatured svg,
.swiper-button-next-nofeatured svg {
  width: 16px;
  height: 16px;
  fill: #1a1a1a;
}

.swiper-button-prev-featured,
.swiper-button-prev-nofeatured {
  left: 16px;
}

.swiper-button-next-featured,
.swiper-button-next-nofeatured {
  right: 16px;
}

.swiper-button-prev-featured:hover,
.swiper-button-next-featured:hover,
.swiper-button-prev-nofeatured:hover,
.swiper-button-next-nofeatured:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}

/* Products Section (.products-section) */
.products-section {
  padding: 50px 0 80px 0;
  background: #fff;
}

.products-section__title {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 48px;
  text-align: center;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.product-thumbnail {
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 5px;
  transition: transform 0.3s;
  cursor: pointer;
}

.product-thumbnail:hover {
  transform: scale(1.05);
}

.product-thumbnail img {
  width: 95%;
  height: auto;
  transition: transform 0.3s;
}

.product-thumbnail:hover img {
  transform: rotate(-5deg) scale(1.1);
}

/* Recipes Section (.recipes-section) */
.recipes-section {
  padding: 80px 0;
  background: #fff;
}

.recipes-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 24px;
}

.recipes-title-cell {
  grid-column: 1 / 5;
  grid-row: 1 / 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 24px;
}

.recipes-title-cell h2 {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 64px;
  color: #1a1a1a;
  line-height: 1;
}

.recipe-card {
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #1a1a1a;
  display: block;
  transition: transform 0.3s;
}

.recipe-card:hover {
  transform: translateY(-4px);
}

.recipe-card__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.recipe-card__info {
  padding: 16px;
}

.recipe-card__name h3 {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
}

.recipe-card__arrow {
  width: 32px;
  height: 32px;
  background: #E31837;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.recipe-card__arrow svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}

/* Recipe Grid Positions */
.recipe-1 { grid-column: 5/9; grid-row: 1/2; }
.recipe-2 { grid-column: 9/13; grid-row: 1/2; }
.recipe-3 { grid-column: 1/4; grid-row: 2/3; }
.recipe-4 { grid-column: 4/8; grid-row: 2/3; }
.recipe-5 { grid-column: 8/13; grid-row: 2/3; }

/* Logo Animation Section (.logo-animation) */
.logo-animation {
  padding: 100px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.logo-animation__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 400px;
}

.logo-animation__glow {
  position: absolute;
  width: 500px;
  height: 500px;
  max-width: 90vw;
  max-height: 90vw;
  background: radial-gradient(circle, rgba(252, 216, 2, 0.45) 0%, rgba(252, 216, 2, 0.15) 45%, transparent 70%);
  border-radius: 50%;
  filter: blur(25px);
  opacity: 0.8;
  pointer-events: none;
}

.logo-animation__flip-container {
  perspective: 1000px;
  width: 250px;
  height: 235px;
  cursor: pointer;
}

.logo-animation__flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.logo-animation__flip-container:hover .logo-animation__flipper,
.logo-animation__flip-container.logo-animation__flip-container--flipped .logo-animation__flipper {
  transform: rotateY(180deg);
}

.logo-animation__front, .logo-animation__back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-animation__back {
  transform: rotateY(180deg);
  flex-direction: column;
  gap: 8px;
}

.logo-animation__back span {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 24px;
  color: #FCD802;
  text-align: center;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.logo-animation__flip-container.logo-animation__flip-container--flipped .logo-animation__back span,
.logo-animation__flip-container:hover .logo-animation__back span {
  opacity: 1;
  transform: translateY(0);
}

.logo-animation__flip-container.logo-animation__flip-container--flipped .logo-animation__back span:nth-child(1),
.logo-animation__flip-container:hover .logo-animation__back span:nth-child(1) {
  transition-delay: 0.3s;
}

.logo-animation__flip-container.logo-animation__flip-container--flipped .logo-animation__back span:nth-child(2),
.logo-animation__flip-container:hover .logo-animation__back span:nth-child(2) {
  transition-delay: 0.5s;
}

.logo-animation__flip-container.logo-animation__flip-container--flipped .logo-animation__back span:nth-child(3),
.logo-animation__flip-container:hover .logo-animation__back span:nth-child(3) {
  transition-delay: 0.7s;
}

.logo-animation__potato {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 346px;
}

.logo-animation__bg-texture {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(252,216,2,0.1) 0%, transparent 70%);
}

/* Social Section (.social-section) */
.social-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.social-section__title {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 48px;
  margin-bottom: 32px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #E31837;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
}

.social-icon:hover {
  transform: scale(1.15);
  background: #AB0E14;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Footer (.footer) */
.footer {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0 24px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer__logo img {
  width: 80px;
}

.footer__nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.footer__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer__nav a:hover {
  color: #FCD802;
}

.footer__social {
  display: flex;
  gap: 12px;
}

.footer__social .social-icon {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
}

.footer__social .social-icon:hover {
  background: #FCD802;
  color: #1a1a1a;
}

.footer__bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s;
}

.footer__links a:hover {
  color: #FCD802;
}

.footer__address {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.footer__copyright {
  color: rgba(255,255,255,0.4);
  font-size: 12px;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__brand-text {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
}

/* Featured Slide Link */
.featured-slide__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70vh;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.featured-slide__product-image img {
  width: 100%;
  height: auto;
  max-width: 900px;
}

/* Header Scrolled State */
.header--scrolled {
  background: transparent;
  backdrop-filter: none;
  transition: background 0.3s ease;
}

/* Products Section Positioning */
.products-section {
  position: relative;
}

/* Footer Middle */
.footer__middle {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer__middle .footer__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__middle .footer__links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s;
}

.footer__middle .footer__links a:hover {
  color: #FCD802;
}

/* Footer Brand Links */
.footer__brand-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer__brand-links a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s;
}

.footer__brand-links a:hover {
  color: #FCD802;
}

/* Recipes Buttons */
.recipes-btn-desktop {
  margin-top: 24px;
}

.recipes-btn-mobile {
  grid-column: 1 / -1;
  text-align: center;
  display: none;
}

/* Logo Animation inner elements */
.logo-animation__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.logo-animation__glow-container {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-animation__front img {
  width: 100%;
  height: auto;
}

.logo-animation__potato img {
  width: 100%;
  height: auto;
}

/* Search Container in Menu */
.header__search-container {
  margin-bottom: 24px;
}

/* Recipe Card Wrapper */
.recipe-card__wrapper {
  overflow: hidden;
  border-radius: 16px;
  background: #f7f7f7;
}

.recipe-card__image-wrap {
  overflow: hidden;
}

.recipe-card__image-wrap img {
  transition: transform 0.4s ease;
}

.recipe-card:hover .recipe-card__image-wrap img {
  transform: scale(1.05);
}

/* Recipes Title Inner */
.recipes-title-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Animations */
@keyframes fadeInFromTop {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-in-top {
  animation: fadeInFromTop 0.6s cubic-bezier(0.16,1,0.3,1) forwards;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive (Mobile) */
@media (max-width: 768px) {
  .header__buy-btn {
    display: none;
  }
  .header__menu-link {
    font-size: 32px;
  }
  .hero {
    height: 70vh;
    min-height: 400px;
  }
  .hero__content-wrapper {
    padding: 0 24px;
    align-items: flex-end;
    padding-bottom: 165px;
  }
  .hero__content {
    max-width: 100%;
    text-align: center;
  }
  .hero__title {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .hero__subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .hero__btn-group {
    justify-content: center;
    gap: 12px;
  }
  .featured-slide__product-image {
    width: 650px;
    max-width: 90vw;
  }
  .products-section__title {
    font-size: 32px;
  }
  .recipes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .recipe-1, .recipe-2, .recipe-3, .recipe-4, .recipe-5 {
    grid-column: span 1;
    grid-row: auto;
  }
  .recipes-title-cell {
    grid-column: 1 / -1;
    grid-row: auto;
    text-align: center;
    padding-bottom: 16px;
  }
  .recipes-title-cell h2 {
    font-size: 40px;
  }
  .logo-animation {
    padding: 60px 0;
  }
  .social-section__title {
    font-size: 32px;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__nav {
    justify-content: center;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__middle .footer__links {
    justify-content: center;
  }
  .footer__brand-links {
    justify-content: center;
  }
  .recipes-btn-desktop {
    display: none;
  }
  .recipes-btn-mobile {
    display: block;
    margin-top: 16px;
  }
  .recipes-title-inner {
    align-items: center;
  }
  .logo-animation__flip-container {
    width: 180px;
    height: 170px;
  }
  .logo-animation__back span {
    font-size: 18px;
  }
  .logo-animation__potato {
    width: 250px;
  }
}

/* ==================== PRODUCT DETAIL PAGE STYLES ==================== */
.product-detail-page {
  background: #fdfdfd;
}

.container--narrow {
  max-width: 800px;
}

/* Product Detail Banner */
.detail-banner {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.5s ease;
}

.detail-banner__images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.detail-banner__bg-image {
  position: absolute;
  width: 80%;
  max-width: 600px;
  height: auto;
  opacity: 0.15;
  z-index: 1;
}

.detail-banner__product-image {
  position: relative;
  width: 700px;
  max-width: 85vw;
  height: auto;
  z-index: 2;
  transition: transform 0.5s ease;
  animation: floatProduct 3s ease-in-out infinite;
}

@keyframes floatProduct {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Product Navigation Arrows */
.product-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  z-index: 10;
  color: #fff;
  transition: opacity 0.3s;
}

.product-nav-arrow:hover {
  opacity: 0.8;
}

.product-nav-arrow--left {
  left: 32px;
}

.product-nav-arrow--right {
  right: 32px;
}

.product-nav-arrow__btn {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.product-nav-arrow:hover .product-nav-arrow__btn {
  background: rgba(255, 255, 255, 0.4);
}

.product-nav-arrow__btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.product-nav-arrow__name {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Semicircular Content Section */
.semicircular-section {
  position: relative;
  background: #fff;
  border-top-left-radius: 50% 120px;
  border-top-right-radius: 50% 120px;
  margin-top: -120px;
  padding: 80px 24px 60px;
  z-index: 5;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.03);
}

.product-title {
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-title__brand {
  font-family: 'MehmetEfendi1953', sans-serif;
  font-size: 24px;
  color: #E31837;
  letter-spacing: 1px;
}

.product-title__name {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 48px;
  color: #1a1a1a;
  line-height: 1.1;
}

/* Accordion Layout */
.accordion {
  width: 100%;
  border-top: 1px solid #eee;
}

.accordion__item {
  border-bottom: 1px solid #eee;
}

.accordion__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 24px 0;
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 20px;
  color: #1a1a1a;
  text-align: left;
  transition: color 0.3s;
}

.accordion__trigger:hover {
  color: #E31837;
}

.accordion__arrow {
  width: 16px;
  height: 16px;
  fill: #1a1a1a;
  transition: transform 0.3s ease;
}

.accordion__item--open .accordion__arrow {
  transform: rotate(180deg);
}

.accordion__content {
  display: none;
  padding: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.accordion__inner p {
  margin-bottom: 16px;
}

/* FDA Nutrition Label */
.nutrition-label {
  border: 1px solid #000;
  padding: 16px;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
  color: #000;
  background: #fff;
}

.nutrition-label__header {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  border-bottom: 8px solid #000;
  padding-bottom: 4px;
}

.nutrition-label__sub {
  font-size: 14px;
  padding: 4px 0;
}

.nutrition-label__row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
}

.nutrition-label__row--bold {
  font-weight: bold;
}

.nutrition-label__row--indent {
  padding-left: 16px;
}

.nutrition-label__divider {
  border-bottom: 4px solid #000;
}

.nutrition-label__divider--thick {
  border-bottom: 10px solid #000;
}

.nutrition-label__calories-title {
  font-size: 20px;
  font-weight: 900;
}

.nutrition-label__calories-val {
  font-size: 28px;
  font-weight: 900;
}

.nutrition-label__footnote {
  font-size: 10px;
  line-height: 1.3;
  padding-top: 8px;
}

/* Reviews Styling */
.reviews-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.reviews-summary__stars,
.review-item__stars {
  color: #FCD802;
  font-size: 20px;
  letter-spacing: 2px;
}

.reviews-summary__text {
  font-weight: bold;
  color: #333;
}

.review-item {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #eee;
}

.review-item:last-child {
  border-bottom: none;
}

.review-item__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.review-item__user {
  font-weight: bold;
  color: #777;
}

.review-item__text {
  font-size: 15px;
  line-height: 1.5;
  color: #444;
}

/* Related Products Wrapper */
.related-products {
  padding: 60px 0 100px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.related-products__title {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

/* Media Queries for Product Detail */
@media (max-width: 768px) {
  .product-nav-arrow__name {
    display: none;
  }
  .product-nav-arrow__btn {
    width: 40px;
    height: 40px;
  }
  .product-title__name {
    font-size: 36px;
  }
  .semicircular-section {
    border-top-left-radius: 50% 60px;
    border-top-right-radius: 50% 60px;
    margin-top: -60px;
    padding-top: 50px;
  }
  .detail-banner {
    height: 60vh;
    min-height: 400px;
  }
  .detail-banner__product-image {
    width: 450px;
    max-width: 80vw;
  }
}

/* ==========================================================================
   PRODUCTS LISTING PAGE (/products/)
   ========================================================================== */
.products-hero {
  background: #1a1a1a;
  background-image: radial-gradient(circle at center, rgba(252, 216, 2, 0.15) 0%, transparent 70%);
  padding: 160px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.products-hero__title {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 64px;
  color: #fff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.products-hero__desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.products-filter-section {
  background: #fff;
  padding: 40px 0 80px;
}

.products-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}

.products-search {
  position: relative;
  max-width: 320px;
  width: 100%;
}

.products-search input {
  width: 100%;
  padding: 14px 24px 14px 48px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  font-size: 14px;
  font-family: 'MehmetEfendi1953', sans-serif;
  transition: all 0.3s;
  background: #f9f9f9;
}

.products-search input:focus {
  outline: none;
  border-color: #E31837;
  background: #fff;
  box-shadow: 0 4px 12px rgba(227, 24, 55, 0.1);
}

.products-search::before {
  content: '🔍';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0.5;
}

.products-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.products-tab-btn {
  background: #f5f5f5;
  border: 1px solid transparent;
  color: #1a1a1a;
  padding: 10px 24px;
  border-radius: 50px;
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.products-tab-btn:hover {
  background: #e8e8e8;
}

.products-tab-btn.active {
  background: #E31837;
  color: #fff;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 40px;
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #1a1a1a;
  background: #fff;
  border-radius: 24px;
  padding: 30px 24px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  border: 1px solid rgba(0,0,0,0.05);
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.product-card__visuals {
  position: relative;
  width: 100%;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.product-card__circle {
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-card__circle {
  transform: scale(1.05);
}

.product-card__bag {
  position: relative;
  z-index: 2;
  width: 220px;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-card__bag {
  transform: scale(1.1) rotate(-3deg) translateY(-8px);
}

.product-card__brand {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 12px;
  color: #E31837;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.product-card__name {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #1a1a1a;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__desc {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__btn {
  background: #1a1a1a;
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 13px;
  transition: all 0.3s;
}

.product-card:hover .product-card__btn {
  background: #E31837;
}

@media (max-width: 768px) {
  .products-hero {
    padding: 120px 0 40px;
  }
  .products-hero__title {
    font-size: 40px;
  }
  .products-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .products-search {
    max-width: 100%;
  }
  .products-tabs {
    justify-content: center;
  }
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 24px;
  }
}

/* ==========================================================================
   SOCIAL MEDIA INSTAGRAM FEED
   ========================================================================== */
.social-feed {
  padding: 60px 0 80px;
  background: #fff;
  text-align: center;
}

.social-feed__subtitle {
  font-size: 16px;
  color: rgba(0,0,0,0.5);
  margin-top: -24px;
  margin-bottom: 40px;
}

.social-feed__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* Instagram Post Card Mockup */
.instagram-post {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  text-decoration: none;
  color: #1a1a1a;
}

.instagram-post:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.instagram-post__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.instagram-post__profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.instagram-post__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #E31837;
  padding: 1px;
  background: #fff;
  object-fit: contain;
}

.instagram-post__meta {
  display: flex;
  flex-direction: column;
}

.instagram-post__username {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 13.5px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 4px;
}

.instagram-post__verified {
  color: #3897f0;
  font-size: 12px;
  display: inline-block;
}

.instagram-post__location {
  font-size: 10px;
  color: rgba(0,0,0,0.4);
}

.instagram-post__more {
  color: rgba(0,0,0,0.4);
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}

.instagram-post__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fafafa;
}

.instagram-post__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.instagram-post:hover .instagram-post__img-wrap img {
  transform: scale(1.04);
}

.instagram-post__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px 8px;
  color: #1a1a1a;
}

.instagram-post__left-actions {
  display: flex;
  gap: 14px;
}

.instagram-post__action-btn {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s;
  display: inline-block;
}

.instagram-post__action-btn:hover {
  transform: scale(1.15);
}

.instagram-post__body {
  padding: 0 16px 16px;
}

.instagram-post__likes {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 13.5px;
  margin-bottom: 6px;
  color: #1a1a1a;
}

.instagram-post__caption-wrap {
  font-size: 12.5px;
  line-height: 1.5;
  color: #1a1a1a;
}

.instagram-post__caption-user {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  margin-right: 6px;
}

.instagram-post__caption-text {
  font-family: 'MehmetEfendi1953', sans-serif;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.instagram-post__comments-link {
  font-size: 12px;
  color: rgba(0,0,0,0.4);
  margin-top: 6px;
  display: block;
}

.instagram-post__date {
  font-size: 10px;
  color: rgba(0,0,0,0.3);
  text-transform: uppercase;
  margin-top: 8px;
  display: block;
}

@media (max-width: 992px) {
  .social-feed__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .social-feed__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .instagram-post__header {
    padding: 8px 10px;
  }
  .instagram-post__avatar {
    width: 24px;
    height: 24px;
  }
  .instagram-post__username {
    font-size: 11px;
  }
  .instagram-post__location {
    font-size: 8px;
  }
  .instagram-post__body {
    padding: 0 10px 10px;
  }
  .instagram-post__likes {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .instagram-post__caption-wrap {
    font-size: 11px;
  }
  .instagram-post__comments-link {
    font-size: 10px;
    margin-top: 4px;
  }
  .instagram-post__actions {
    padding: 8px 10px 4px;
  }
  .instagram-post__action-btn {
    font-size: 14px;
  }
}

/* ==========================================================================
   HAMBURGER MENU OVERLAY SEARCH SYSTEM
   ========================================================================== */
.menu-search {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 30px;
  text-align: left;
}

.menu-search__field {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  padding: 8px 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-search__field:focus-within {
  background: rgba(255, 255, 255, 0.22);
  border-color: #FCD802;
  box-shadow: 0 0 15px rgba(252, 216, 2, 0.3);
}

.menu-search__input {
  flex: 1;
  background: none;
  border: none;
  color: #fff;
  font-family: 'MehmetEfendi1953', sans-serif;
  font-size: 16px;
  outline: none;
}

.menu-search__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.menu-search__btn {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: color 0.2s, transform 0.2s;
  padding: 0;
  margin-left: 10px;
}

.menu-search__btn:hover {
  color: #FCD802;
  transform: scale(1.1);
}

.menu-search__results {
  width: 100%;
  margin-top: 16px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 6px 4px 12px;
  /* Hide standard scrollbars */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.menu-search__results::-webkit-scrollbar {
  display: none;
}

.menu-search__item {
  flex: 0 0 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 8px;
  border-radius: 14px;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
}

.menu-search__item:hover {
  transform: translateY(-4px) scale(1.03);
  background: rgba(255, 255, 255, 0.18);
  border-color: #FCD802;
}

.menu-search__item img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15));
  transition: transform 0.2s;
}

.menu-search__item:hover img {
  transform: rotate(-4deg);
}

.menu-search__item span {
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 10px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
}

.menu-search__no-results {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-family: 'MehmetEfendi1953', sans-serif;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 769px) {
  .menu-search {
    max-width: 600px;
  }
  .menu-search__results {
    justify-content: center;
    overflow-x: visible;
    flex-wrap: wrap;
    gap: 16px;
  }
  .menu-search__item {
    flex: 0 0 100px;
    padding: 12px 10px;
    background: rgba(255, 255, 255, 0.1);
  }
  .menu-search__item img {
    width: 65px;
    height: 65px;
  }
  .menu-search__item span {
    font-size: 11px;
  }
}

/* ==================== CADDY SELECTOR TOGGLE ==================== */
.caddy-selector {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px auto;
  width: 100%;
  max-width: 380px;
}

.caddy-btn {
  flex: 1;
  padding: 12px 20px;
  background: #f8f8f8;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.caddy-btn:hover {
  background: #eaeaea;
  border-color: #ccc;
  transform: translateY(-1px);
}

.caddy-btn.active {
  background: var(--detail-theme-color, #1a1a1a);
  border-color: var(--detail-theme-color, #1a1a1a);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.buy-container {
  display: flex;
  justify-content: center;
  margin: 16px auto 32px;
  width: 100%;
  max-width: 380px;
}

.btn--amazon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 28px;
  background: #FF9900;
  color: #000000;
  border-radius: 50px;
  font-family: 'MehmetEfendi1953ExtraBold', sans-serif;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #E48A00;
  box-shadow: 0 4px 10px rgba(255, 153, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn--amazon:hover {
  background: #E48A00;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 153, 0, 0.4);
}

.btn--amazon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
