/* Mert Kardeşler Kasap — Premium landing styles */

:root {
  --charcoal: #121212;
  --ivory: #f9f8f6;
  --gold: #d4af37;
  --crimson: #8b0000;
  --crimson-hover: #a00000;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  overflow-x: hidden;
}

body.intro-active {
  overflow: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

/* Opening logo experience */
.site-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(139, 0, 0, 0.2), transparent 34%),
    var(--charcoal);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.75s ease, visibility 0.75s ease;
}

.site-intro.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-intro__glow {
  position: absolute;
  width: min(72vw, 42rem);
  aspect-ratio: 1;
  border: 1px solid rgba(212, 175, 55, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 5rem rgba(212, 175, 55, 0.018),
    0 0 0 10rem rgba(212, 175, 55, 0.012);
  animation: intro-glow 2.7s ease-out both;
}

.site-intro__flame-aura {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(58vw, 24rem);
  opacity: 0;
  filter: drop-shadow(0 0 2.5rem rgba(139, 0, 0, 0.4));
  transform: translate(-50%, -49%) scale(0.78);
  animation: intro-flame-reveal 1.4s 0.15s ease-out forwards,
    intro-flame-breathe 2.2s 1.55s ease-in-out infinite;
}

.site-intro__flame-aura svg {
  width: 100%;
  height: auto;
}

.site-intro__flame-aura path:first-child {
  fill: rgba(139, 0, 0, 0.14);
  stroke: rgba(212, 175, 55, 0.32);
  stroke-width: 1;
}

.site-intro__flame-aura path:last-child {
  fill: rgba(212, 175, 55, 0.06);
  stroke: rgba(212, 175, 55, 0.2);
  stroke-width: 0.8;
}

.site-intro__embers {
  position: absolute;
  inset: 42% 12% 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to top, #000 72%, transparent);
  mask-image: linear-gradient(to top, #000 72%, transparent);
}

.site-intro__embers i {
  position: absolute;
  bottom: -0.5rem;
  left: var(--x);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0.45rem rgba(212, 175, 55, 0.85);
  opacity: 0;
  animation: intro-ember-rise 2.7s var(--delay) ease-out infinite;
}

.site-intro__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(90vw, 34rem);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.site-intro__line {
  position: absolute;
  top: -2.5rem;
  bottom: -2.5rem;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(212, 175, 55, 0.45), transparent);
  opacity: 0;
  transform: scaleY(0);
  animation: intro-line 1.7s 0.15s ease-out both;
}

.site-intro__logo {
  position: relative;
  width: clamp(9rem, 24vw, 14rem);
  height: auto;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.5));
  opacity: 0;
  transform: scale(0.72) translateY(0.8rem);
  animation: intro-logo 1s 0.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.site-intro__brand {
  margin-top: 0.6rem;
  color: var(--ivory);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 4vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(0.75rem);
  animation: intro-copy 0.7s 0.85s ease-out forwards;
}

.site-intro__origin {
  margin-top: 0.45rem;
  color: var(--gold);
  font-size: clamp(0.65rem, 1.8vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(0.6rem);
  animation: intro-copy 0.7s 1.1s ease-out forwards;
}

.site-intro__divider {
  width: min(13rem, 50vw);
  height: 1px;
  margin: 1.2rem 0 1rem;
  overflow: hidden;
  background: rgba(212, 175, 55, 0.18);
}

.site-intro__divider span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateX(-100%);
  animation: intro-shine 1.1s 1.25s ease-in-out forwards;
}

.site-intro__service {
  color: var(--ivory);
  font-size: clamp(0.72rem, 2vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  opacity: 0;
  animation: intro-copy 0.65s 1.45s ease-out forwards;
}

.site-intro__service span {
  color: var(--gold);
}

.site-intro__since {
  margin-top: 0.65rem;
  color: rgba(249, 248, 246, 0.48);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0;
  animation: intro-copy 0.65s 1.65s ease-out forwards;
}

@keyframes intro-logo {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes intro-copy {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-line {
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
    transform: scaleY(1);
  }
}

@keyframes intro-shine {
  to {
    transform: translateX(100%);
  }
}

@keyframes intro-glow {
  from {
    opacity: 0;
    transform: scale(0.72);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes intro-flame-reveal {
  to {
    opacity: 1;
    transform: translate(-50%, -49%) scale(1);
  }
}

@keyframes intro-flame-breathe {
  50% {
    opacity: 0.72;
    filter: drop-shadow(0 0 3.2rem rgba(139, 0, 0, 0.55));
    transform: translate(-50%, -49%) scale(1.025);
  }
}

@keyframes intro-ember-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.6);
  }
  18% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift), -42vh, 0) scale(0.15);
  }
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100%;
  z-index: 100;
  padding: 0.75rem 1.25rem;
  background: var(--gold);
  color: var(--charcoal);
  font-weight: 600;
  font-size: 0.875rem;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

/* Header */
#site-header {
  background: transparent;
}

#site-header.is-scrolled {
  background: rgba(18, 18, 18, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.nav-link {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(249, 248, 246, 0.78);
  transition: color 0.25s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--ivory);
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-active::after {
  width: 100%;
}

.nav-link.is-active {
  color: var(--gold);
}

.nav-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}

.mobile-nav-link {
  display: block;
  padding: 0.75rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(249, 248, 246, 0.85);
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus-visible {
  color: var(--gold);
  padding-left: 0.35rem;
}

.header-actions {
  position: relative;
}

.header-search-toggle {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 55, 0.42);
  background: rgba(18, 18, 18, 0.42);
  color: var(--gold);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.header-search-toggle svg {
  width: 1.2rem;
  height: 1.2rem;
}

.header-search-toggle:hover,
.header-search-toggle:focus-visible,
.header-search-toggle[aria-expanded="true"] {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.12);
  color: var(--ivory);
}

.header-search-toggle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* CTAs */
.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  background: var(--crimson);
  color: var(--ivory);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-primary:hover {
  background: var(--crimson-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(139, 0, 0, 0.35);
}

.cta-primary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.cta-primary:active {
  transform: translateY(0);
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  background: transparent;
  color: var(--ivory);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.cta-secondary:hover {
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold);
  transform: translateY(-1px);
}

.cta-secondary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* Hero slider — only background fades; text stays fixed above */
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--charcoal);
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-color: var(--charcoal);
  background-image: var(--slide-img);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.1s ease-in-out;
  will-change: opacity;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-overlay {
  z-index: 10;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(18, 18, 18, 0.94) 0%, rgba(18, 18, 18, 0.82) 42%, rgba(18, 18, 18, 0.45) 100%),
    linear-gradient(to top, rgba(18, 18, 18, 0.85) 0%, transparent 45%, rgba(18, 18, 18, 0.4) 100%);
}

.hero-content-wrap {
  pointer-events: none;
}

.hero-content-wrap a,
.hero-content-wrap button,
.hero-content-wrap input,
.hero-content-wrap .product-search__results {
  pointer-events: auto;
}

.hero-service-title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  color: var(--ivory);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-service-title::before {
  content: '';
  width: 2.4rem;
  height: 1px;
  flex: 0 0 auto;
  background: var(--gold);
}

.hero-service-title span {
  color: var(--gold);
  font-style: italic;
}

.product-search {
  position: relative;
  z-index: 35;
  width: min(100%, 39rem);
}

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

.product-search--header {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: min(39rem, calc(100vw - 2.5rem));
}

.product-search__field {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.55);
  background: rgba(18, 18, 18, 0.82);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.product-search:focus-within .product-search__field {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12), 0 14px 35px rgba(0, 0, 0, 0.35);
}

.product-search__icon {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1rem;
  color: var(--gold);
}

.product-search input {
  min-width: 0;
  flex: 1;
  padding: 0.95rem 0.75rem;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ivory);
  font-size: 0.85rem;
}

.product-search input::placeholder {
  color: rgba(249, 248, 246, 0.48);
}

.product-search__field > button {
  align-self: stretch;
  padding: 0 1.25rem;
  border-left: 1px solid rgba(212, 175, 55, 0.35);
  background: var(--crimson);
  color: var(--ivory);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.product-search__field > button:hover,
.product-search__field > button:focus-visible {
  background: var(--crimson-hover);
  color: var(--gold);
}

.product-search__results {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  left: 0;
  max-height: 17rem;
  overflow-y: auto;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(18, 18, 18, 0.98);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.product-search__result {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(249, 248, 246, 0.08);
  color: var(--ivory);
  text-align: left;
  transition: background 0.2s ease, color 0.2s ease;
}

.product-search__result:last-child {
  border-bottom: 0;
}

.product-search__result:hover,
.product-search__result:focus-visible {
  outline: 0;
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold);
}

.product-search__result span {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
}

.product-search__result small {
  flex: 0 0 auto;
  color: rgba(249, 248, 246, 0.52);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-search__empty {
  padding: 1rem;
  color: rgba(249, 248, 246, 0.62);
  font-size: 0.82rem;
}

@media (max-width: 639px) {
  .product-search__field {
    min-height: 3.25rem;
  }

  .product-search input {
    font-size: 0.75rem;
  }

  .product-search__field > button {
    padding: 0 0.9rem;
  }
}

.hero-controls {
  position: absolute;
  inset: 0;
  z-index: 30;
  pointer-events: none;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  transform: translateX(-50%);
  pointer-events: auto;
}

.hero-dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 9999px;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease, width 0.3s ease, border-color 0.3s ease;
}

.hero-dot:hover,
.hero-dot:focus-visible {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.35);
}

.hero-dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.hero-dot.is-active {
  width: 1.5rem;
  background: var(--gold);
  border-color: var(--gold);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(18, 18, 18, 0.55);
  color: var(--ivory);
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.hero-arrow--prev {
  left: 0.85rem;
}

.hero-arrow--next {
  right: 0.85rem;
}

.hero-arrow:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(18, 18, 18, 0.8);
}

.hero-arrow:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (min-width: 768px) {
  .hero-arrow--prev {
    left: 1.5rem;
  }

  .hero-arrow--next {
    right: 1.5rem;
  }

  .hero-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .hero-dots {
    bottom: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    transition: opacity 0.01ms;
  }
}

.helal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--gold);
  background: rgba(18, 18, 18, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.helal-badge--light {
  background: rgba(212, 175, 55, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.helal-badge__icon {
  font-size: 0.95rem;
  line-height: 1;
}

.helal-badge__text {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.scroll-hint {
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scroll-pulse 2s ease-in-out infinite;
}

@keyframes scroll-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleY(0.7);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
}

/* Animations */
.animate-fade-up {
  opacity: 0;
  animation: fade-up 0.9s ease forwards;
}

.delay-1 {
  animation-delay: 0.15s;
}
.delay-2 {
  animation-delay: 0.3s;
}
.delay-3 {
  animation-delay: 0.45s;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.delay-1 {
  transition-delay: 0.1s;
}
.reveal.delay-2 {
  transition-delay: 0.2s;
}
.reveal.delay-3 {
  transition-delay: 0.3s;
}

/* About */
.about-stat {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212, 175, 55, 0.35);
}

.trade-service {
  display: grid;
  gap: 2rem;
  margin-top: 5rem;
  padding: 2.25rem 0;
  border-top: 1px solid rgba(212, 175, 55, 0.5);
  border-bottom: 1px solid rgba(212, 175, 55, 0.5);
}

.trade-service__heading > p {
  margin-bottom: 0.65rem;
  color: var(--crimson);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.trade-service__heading h3 {
  max-width: 28rem;
  color: var(--charcoal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.18;
}

.trade-service__heading h3 span {
  color: var(--gold);
  font-style: italic;
}

.trade-service__content > p {
  max-width: 42rem;
  color: rgba(18, 18, 18, 0.66);
  line-height: 1.75;
}

.trade-service__options {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.trade-service__options > div {
  position: relative;
  padding-left: 1rem;
  border-left: 2px solid var(--gold);
}

.trade-service__options strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--crimson);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
}

.trade-service__options span {
  display: block;
  color: rgba(18, 18, 18, 0.6);
  font-size: 0.82rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .trade-service {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 4rem;
    align-items: start;
    padding: 3rem 0;
  }

  .trade-service__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

.feature-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(212, 175, 55, 0.55);
  color: var(--crimson);
  background: rgba(212, 175, 55, 0.06);
}

/* Products */
.products-grid {
  align-items: start;
}

.product-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.product-block.is-open {
  grid-column: 1 / -1;
}

.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #1a1a1a;
  border: 1px solid rgba(212, 175, 55, 0.12);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.product-block.is-open .product-card {
  border-color: var(--gold);
}

.product-block.is-open .product-card__link {
  opacity: 1;
  letter-spacing: 0.2em;
}

.product-card:hover,
.product-card:focus-visible {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.product-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.product-card__media {
  aspect-ratio: 4 / 3;
  background-color: #0d0d0d;
  background-image: linear-gradient(to top, rgba(18, 18, 18, 0.55), transparent 50%), var(--img);
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

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

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem 1.25rem 1.5rem;
}

.product-card__link {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
  transition: opacity 0.25s ease, letter-spacing 0.25s ease;
}

.product-card:hover .product-card__link,
.product-card:focus-visible .product-card__link {
  opacity: 1;
  letter-spacing: 0.2em;
}

/* Slide-down sub product panel */
.product-subpanel[hidden] {
  display: none !important;
}

.product-subpanel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: 0;
  transition: grid-template-rows 0.45s ease, opacity 0.35s ease, margin-top 0.35s ease;
}

.product-subpanel.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 1rem;
}

.product-subpanel__inner {
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: rgba(18, 18, 18, 0.92);
  padding: 1rem 1rem 1.15rem;
}

.product-subpanel__label {
  margin-bottom: 0.85rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.product-subgrid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .product-subgrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-subpanel__inner {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .product-subgrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-block.is-open {
    display: grid;
    grid-template-columns: minmax(260px, 320px) 1fr;
    gap: 1.25rem;
    align-items: start;
  }

  .product-block.is-open .product-subpanel {
    margin-top: 0;
  }
}

/* 3D Flip cards */
.flip-card {
  perspective: 1200px;
  min-height: 285px;
}

.flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 285px;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip-card.is-flipped .flip-card__inner {
  transform: rotateY(180deg);
}

.flip-card__face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid rgba(212, 175, 55, 0.55);
  background: #141414;
}

.flip-card__face--front {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  text-align: left;
  color: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.flip-card__face--front:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.flip-card.is-search-match .flip-card__face--front {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2), 0 12px 32px rgba(0, 0, 0, 0.45);
  animation: search-match-pulse 1.2s ease 2;
}

@keyframes search-match-pulse {
  50% {
    box-shadow: 0 0 0 7px rgba(212, 175, 55, 0.1), 0 12px 32px rgba(0, 0, 0, 0.45);
  }
}

.flip-card__image-button {
  position: relative;
  display: block;
  width: 100%;
  height: 135px;
  flex: 0 0 135px;
  overflow: hidden;
  padding: 0;
  border: 0;
  cursor: zoom-in;
}

.flip-card__image-button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -3px;
}

.flip-card__img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.flip-card__image-button:hover .flip-card__img,
.flip-card__image-button:focus-visible .flip-card__img {
  filter: brightness(0.72);
  transform: scale(1.04);
}

.flip-card__zoom-icon {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.7);
  background: rgba(18, 18, 18, 0.78);
  color: var(--gold);
  opacity: 0.88;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.flip-card__zoom-icon svg {
  width: 1rem;
  height: 1rem;
}

.flip-card__image-button:hover .flip-card__zoom-icon,
.flip-card__image-button:focus-visible .flip-card__zoom-icon {
  background: var(--gold);
  color: var(--charcoal);
  opacity: 1;
  transform: scale(1.06);
}

.flip-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.85rem 0.9rem 1rem;
}

.flip-card__name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ivory);
}

.flip-card__info {
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(249, 248, 246, 0.55);
}

.flip-card__hint {
  margin-top: auto;
  align-self: flex-start;
  padding: 0.55rem 0 0;
  border: 0;
  background: transparent;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  cursor: pointer;
}

.flip-card__hint:hover {
  color: var(--ivory);
}

.flip-card__hint:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
}

.flip-card__face--back {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 1rem 0.95rem 0.9rem;
  background: #8b0000;
  border-color: var(--gold);
  transform: rotateY(180deg);
  color: var(--ivory);
}

.flip-card__back-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.flip-card__recipe {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.flip-card__recipe li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  font-size: 0.78rem;
}

.flip-card__recipe span {
  color: rgba(249, 248, 246, 0.7);
}

.flip-card__recipe strong {
  color: var(--gold);
  font-weight: 600;
  text-align: right;
}

.flip-card__tip {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(249, 248, 246, 0.92);
}

.flip-card__tip span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.flip-card__close {
  margin-top: auto;
  flex: 0 0 auto;
  align-self: flex-start;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.flip-card__close:hover,
.flip-card__close:focus-visible {
  background: rgba(212, 175, 55, 0.15);
  color: var(--ivory);
}

.flip-card__close:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* Product image lightbox */
.product-lightbox {
  width: min(92vw, 68rem);
  max-width: none;
  max-height: 92vh;
  overflow: visible;
  padding: 0;
  border: 1px solid rgba(212, 175, 55, 0.65);
  background: #101010;
  color: var(--ivory);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.72);
}

.product-lightbox::backdrop {
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.product-lightbox[open] {
  animation: lightbox-in 0.28s ease-out both;
}

.product-lightbox figure {
  margin: 0;
}

.product-lightbox img {
  display: block;
  width: 100%;
  height: min(76vh, 48rem);
  object-fit: contain;
  background: #090909;
}

.product-lightbox figcaption {
  padding: 1rem 1.25rem;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  font-weight: 600;
  text-align: center;
}

.product-lightbox__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.75);
  background: rgba(18, 18, 18, 0.88);
  color: var(--gold);
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.product-lightbox__close svg {
  width: 1.2rem;
  height: 1.2rem;
}

.product-lightbox__close:hover,
.product-lightbox__close:focus-visible {
  background: var(--gold);
  color: var(--charcoal);
}

.product-lightbox__close:focus-visible {
  outline: 2px solid var(--ivory);
  outline-offset: 3px;
}

@keyframes lightbox-in {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(0.75rem);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro *,
  .site-intro__glow,
  .site-intro__line {
    animation-delay: 0s !important;
  }

  .product-subpanel,
  .flip-card__inner {
    transition: none;
  }
}

/* Customer reviews */
.reviews-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(212, 175, 55, 0.11), transparent 28rem),
    var(--ivory);
  color: var(--charcoal);
}

.reviews-header {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 3rem;
}

.reviews-header > p {
  max-width: 38rem;
  color: rgba(18, 18, 18, 0.62);
  line-height: 1.75;
}

.reviews-grid {
  display: grid;
  gap: 1.25rem;
}

.review-card {
  position: relative;
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  padding: 1.75rem;
  border: 1px solid rgba(212, 175, 55, 0.38);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 48px rgba(18, 18, 18, 0.07);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.review-card:hover {
  border-color: var(--gold);
  box-shadow: 0 22px 55px rgba(18, 18, 18, 0.11);
  transform: translateY(-4px);
}

.review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.review-card__quote {
  height: 2.5rem;
  color: var(--crimson);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4rem;
  line-height: 0.8;
}

.review-card__stars {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
}

.review-card blockquote {
  margin: 1.5rem 0 2rem;
  color: rgba(18, 18, 18, 0.78);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.75;
}

.review-card footer {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(212, 175, 55, 0.28);
}

.review-card footer strong {
  color: var(--charcoal);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card footer span {
  color: rgba(18, 18, 18, 0.48);
  font-size: 0.72rem;
}

@media (min-width: 768px) {
  .reviews-header {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
    gap: 4rem;
  }

  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Contact details */
.contact-detail-heading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.contact-detail-heading__icon {
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 55, 0.38);
  background: rgba(212, 175, 55, 0.07);
}

.contact-detail-heading__icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.contact-hour-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(249, 248, 246, 0.1);
}

.contact-hour-row dt {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.contact-hour-row dt svg {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--gold);
}

.contact-hour-row dd {
  color: var(--ivory);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

/* Contact map */
.map-embed {
  position: relative;
  min-height: 360px;
  height: 100%;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: #1a1a1a;
  overflow: hidden;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: grayscale(0.15) contrast(1.05);
}

.map-embed__cta {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

@media (min-width: 1024px) {
  .map-embed,
  .map-embed iframe {
    min-height: 420px;
  }
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(249, 248, 246, 0.2);
  color: rgba(249, 248, 246, 0.7);
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--ivory);
  border-color: rgba(249, 248, 246, 0.45);
  transform: translateY(-2px);
}

.social-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.social-link--whatsapp {
  border-color: rgba(37, 211, 102, 0.55);
  color: #25d366;
}

.social-link--whatsapp:hover,
.social-link--whatsapp:focus-visible {
  background: rgba(37, 211, 102, 0.12);
  border-color: #25d366;
  color: #25d366;
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.whatsapp-float:hover {
  background: #1ebe57;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.5);
}

.whatsapp-float:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.whatsapp-float:active {
  transform: translateY(-1px) scale(1);
}

/* Focus ring baseline for links without specific styles */
a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 639px) {
  .product-card__media {
    display: block !important;
    width: 100% !important;
    min-height: 220px !important;
    aspect-ratio: 4 / 3 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}
