/* ===== SITE LOGO ===== */
.site-logo {
  object-fit: cover;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1;
}

.site-logo--header {
  height: 44px;
  width: 44px;
}

.site-logo--footer {
  height: 72px;
  width: 72px;
}

/* ===== HERO LAYOUT ===== */
.hero-section {
  position: relative;
  overflow: hidden;
  background-color: #f5f0e8;
  color: #2b4086;
  padding: clamp(6rem, 12vw, 8rem) clamp(1rem, 2vw, 1.5rem) clamp(4rem, 6vw, 5rem);
}

.hero-section .hero-content,
.hero-section .hero-description,
.hero-section .hero-stat-label {
  color: rgba(43, 64, 134, 0.8);
}

.hero-section .hero-heading-accent {
  color: #b57b0f;
}

.hero-section .hero-heading-line,
.hero-section .hero-stat-value {
  color: #2b4086;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(181, 123, 15, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-section {
    padding: 4rem 0 2.5rem;
  }

  .hero-section::before {
    display: none;
  }

  .hero-layout {
    margin: 0;
    max-width: none;
    width: 100%;
    gap: 1.75rem;
    align-items: stretch;
  }

  .hero-visual {
    order: 1;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .hero-content {
    order: 2;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-image-card {
    border: none;
    box-shadow: none;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .hero-layout {
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.35fr);
    gap: 2.5rem;
  }

  .hero-content,
  .hero-visual {
    order: unset;
  }

  .hero-image-card {
    border-radius: 1.5rem;
    box-shadow: 0 24px 60px rgba(43, 64, 134, 0.14);
    border: 1px solid rgba(43, 64, 134, 0.08);
  }
}

.hero-content {
  text-align: center;
}

@media (min-width: 992px) {
  .hero-content {
    text-align: left;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid rgba(43, 64, 134, 0.1);
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b57b0f;
  box-shadow: 0 4px 20px rgba(43, 64, 134, 0.06);
}

.hero-badge::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b57b0f;
}

.hero-heading {
  margin-top: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero-heading-accent {
  display: block;
  font-size: clamp(3rem, 8vw, 4.5rem);
  color: #b57b0f;
  text-transform: uppercase;
}

.hero-heading-line {
  display: block;
  font-size: clamp(2rem, 5vw, 3.25rem);
  color: #2b4086;
  text-transform: uppercase;
}

.hero-description {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 992px) {
  .hero-actions {
    justify-content: flex-start;
  }
}

.hero-order-btn,
.hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap;
  min-height: 3rem;
  padding: 0.875rem 2.25rem;
  border-radius: 9999px;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.hero-order-btn:hover,
.hero-secondary-btn:hover {
  transform: scale(1.05);
}

.hero-order-btn {
  color: #fff;
}

.hero-secondary-btn {
  background: transparent;
  color: #2b4086;
  border: 2px solid #2b4086;
}

.hero-secondary-btn:hover {
  background: #2b4086;
  color: #fff;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(43, 64, 134, 0.12);
}

@media (min-width: 992px) {
  .hero-stats {
    justify-content: flex-start;
    gap: 2rem;
  }
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-right: 2rem;
  border-right: 1px solid rgba(43, 64, 134, 0.12);
}

.hero-stat:last-child {
  border-right: none;
  padding-right: 0;
}

.hero-stat-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #2b4086;
  line-height: 1.1;
}

.hero-stat-label {
  font-family: Inter, sans-serif;
  font-size: 0.8rem;
  color: rgba(43, 64, 134, 0.65);
}

/* ===== HERO IMAGE CARD ===== */
.hero-visual {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.hero-image-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.hero-slideshow {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #e8ecf5;
  border-radius: 0;
}

.hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

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

.hero-indicators {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
  background: none;
  backdrop-filter: none;
  pointer-events: auto;
}

/* ===== SCROLL REVEAL ===== */
.reveal-section {
  opacity: 1;
}
.reveal-section .reveal-content {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-section.is-visible .reveal-content {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered children */
.reveal-section .reveal-child:nth-child(1) { transition-delay: 0s; }
.reveal-section .reveal-child:nth-child(2) { transition-delay: 0.1s; }
.reveal-section .reveal-child:nth-child(3) { transition-delay: 0.2s; }
.reveal-section .reveal-child:nth-child(4) { transition-delay: 0.3s; }
.reveal-section .reveal-child:nth-child(5) { transition-delay: 0.4s; }
.reveal-section .reveal-child:nth-child(6) { transition-delay: 0.5s; }
.reveal-section .reveal-child:nth-child(7) { transition-delay: 0.6s; }
.reveal-section .reveal-child:nth-child(8) { transition-delay: 0.7s; }

/* ===== MENU TABS ===== */
.menu-tab {
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}
.menu-tab.active {
  background: #2B4086;
  color: #ffffff;
  border-color: transparent;
}

/* ===== MENU DOTTED LEADER ===== */
.menu-item-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.menu-item-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(43, 64, 134, 0.25);
  min-width: 20px;
  position: relative;
  top: -3px;
}

/* ===== GALLERY LIGHTBOX ===== */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(43, 64, 134, 0.95);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox-overlay.active {
  display: flex;
  opacity: 1;
}
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
}

/* ===== MOBILE MENU ===== */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(43, 64, 134, 0.97);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.mobile-menu-overlay.active {
  display: flex;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #2B4086; }
::-webkit-scrollbar-thumb { background: #b57b0f; border-radius: 4px; }

/* ===== IMAGE HOVER ===== */
.img-hover-zoom { overflow: hidden; border-radius: 8px; }
.img-hover-zoom img { transition: transform 0.4s ease; }
.img-hover-zoom:hover img { transform: scale(1.03); }

/* ===== GALLERY GRID ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery-item:nth-child(1) { grid-row: span 2; }
.gallery-item:nth-child(4) { grid-row: span 2; }
.gallery-item:nth-child(6) { grid-row: span 2; }
@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(4),
  .gallery-item:nth-child(6) { grid-row: span 1; }
}
@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ===== SLIDE INDICATORS ===== */
.slide-indicator {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.slide-indicator.active {
  background: #d4a030;
  width: 24px;
  border-radius: 4px;
}

/* ===== HERO UTILITIES ===== */
.hero-order-btn {
  background: linear-gradient(135deg, #b57b0f 0%, #d4a030 100%);
  box-shadow: 0 4px 20px rgba(181, 123, 15, 0.3);
}

.hero-order-btn:hover {
  box-shadow: 0 0 30px rgba(181, 123, 15, 0.4);
}

