body {
  font-family: 'Inter', sans-serif;
  background: #faf7f2;
  color: #2c2c2c;
}

/* =========================
   PREMIUM NAVBAR
========================= */

.premium-nav {
  background: rgba(250,247,242,0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

/* Brand */
.premium-brand {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  letter-spacing: 1px;
  position: relative;
}

/* Small gold dot */
.brand-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #c4a46b;
  border-radius: 50%;
  margin-left: 6px;
  animation: pulse 2.5s infinite;
}

/* Brand pulse */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(196,164,107,0.6); }
  70% { box-shadow: 0 0 0 8px rgba(196,164,107,0); }
  100% { box-shadow: 0 0 0 0 rgba(196,164,107,0); }
}

/* Links */
.premium-link {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

/* Underline animation */
.premium-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #c4a46b;
  transition: width 0.3s ease;
}

.premium-link:hover::after {
  width: 100%;
}

.premium-link:hover {
  color: #8b6a3e;
}

/* Visit Button */
.premium-btn {
  border-radius: 30px;
  transition: all 0.35s ease;
}

.premium-btn:hover {
  background: #c4a46b;
  color: white;
  border-color: #c4a46b;
  transform: translateY(-2px);
}

/* Navbar shrink on scroll */
.navbar.scrolled {
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(250,247,242,0.96);
}

/* Mobile fix */
@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 18px;
  }
}
/*    PREMIUM NAVBAR -end */
/* PREMIUM HERO */
/* =========================
   HERO SLIDER (PREMIUM)
========================= */

.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Slides */
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.5s ease, transform 6s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.65)
  );
  z-index: 2;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  animation: heroFadeUp 1.4s ease forwards;
}

/* Animations */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Text */
.hero-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 22px;
  border-radius: 30px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  font-size: 14px;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  margin-bottom: 20px;
}

.hero-sub {
  max-width: 640px;
  margin: 0 auto 36px;
  font-size: 18px;
  opacity: 0.9;
}

.hero-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.hero-actions .btn-primary {
  background: #c4a46b;
  border: none;
}

.hero-actions .btn-primary:hover {
  background: #b3935f;
  transform: translateY(-3px);
}

.hero-actions .btn-outline-light:hover {
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title { font-size: 42px; }
  .hero-actions { flex-direction: column; }
}

/* PREMIUM HERO END*/

.menu-card {
  background: white;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.menu-card:hover {
  transform: translateY(-6px);
}

.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  transition: 0.4s;
}

.gallery-img:hover {
  transform: scale(1.05);
}

.visit-section {
  background: #2c2c2c;
  color: white;
  padding: 80px 0;
}

.footer {
  padding: 30px 0;
  background: #f1ede6;
}
/* about section premium */
/* SPACE BETWEEN HERO & ABOUT */
.section-break {
  height: 10px;   /* balanced luxury gap */
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.18),
    #faf7f2
  );
}

/* ABOUT LUXURY */
/* =========================
   ABOUT LUXURY SECTION
========================= */

.about-luxury {
  background: #faf7f2;
  padding: 90px 0;
}

/* Heading */
.about-heading h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-top: 14px;
  color: #2c2c2c;
}

.about-pill {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 30px;
  background: rgba(196, 164, 107, 0.18);
  color: #8b6a3e;
  font-size: 13px;
  letter-spacing: 1px;
}

/* Text */
.about-desc {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 12px;
  max-width: 520px;
  color: #2c2c2c;
}

.about-desc.muted {
  opacity: 0.7;
}

/* =========================
   ICON CARDS
========================= */

.about-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

/* Card */
.icon-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 18px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transition: all 0.35s ease;
}

/* Hover */
.icon-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

/* Icon Circle */
.icon-card .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #e8dcc6, #c4a46b);
  font-size: 26px;
  box-shadow:
    inset 0 3px 6px rgba(255,255,255,0.6),
    0 6px 18px rgba(0,0,0,0.25);
  transition: all 0.35s ease;
}

/* Icon hover animation */
.icon-card:hover .icon {
  transform: scale(1.12) rotate(-4deg);
}

/* Card Text */
.icon-card h6 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  margin-bottom: 6px;
  color: #2c2c2c;
}

.icon-card p {
  font-size: 14px;
  opacity: 0.7;
  margin: 0;
}

/* =========================
   IMAGE SIDE
========================= */

.about-image {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

.about-image img {
  width: 100%;
  transition: transform 0.6s ease;
}

.about-image:hover img {
  transform: scale(1.08);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .about-heading h2 {
    font-size: 30px;
  }

  .about-icons {
    grid-template-columns: 1fr;
  }

  .about-luxury {
    padding: 70px 0;
    text-align: center;
  }
}

/* about-icon-end */

/* =========================
   LUXURY GALLERY
========================= */

.gallery-luxury {
  background: #f3efe8;
}

/* Heading pill */
.gallery-pill {
  display: inline-block;
  padding: 7px 22px;
  border-radius: 30px;
  background: rgba(196,164,107,0.18);
  color: #8b6a3e;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

/* Card */
.gallery-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
  cursor: pointer;
}

/* Image */
.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

/* Hover zoom */
.gallery-card:hover img {
  transform: scale(1.12);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.1)
  );
  display: flex;
  align-items: flex-end;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

/* Overlay text */
.gallery-overlay span {
  color: #fff;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-card img {
    height: 220px;
  }
}
/* =========================
   VISIT – LUXURY CTA
========================= */
.visit-luxury {
  margin-top: 80px;
}

.visit-luxury {
  position: relative;
  padding: 40px 0;
  background: url("../images/visit-bg.jpg") center/cover no-repeat;
  overflow: hidden;
}

/* Dark cinematic overlay */
.visit-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.75)
  );
}

/* Content */
.visit-content {
  position: relative;
  z-index: 2;
  color: #fff;
  animation: visitFadeUp 1.3s ease forwards;
}

/* Pill */
.visit-pill {
  display: inline-block;
  padding: 8px 26px;
  border-radius: 40px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* Title */
.visit-title {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  margin-bottom: 18px;
}

/* Subtitle */
.visit-sub {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 42px;
}

/* Buttons */
.visit-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.visit-btn {
  color: #2c2c2c;
  background: #ffffff;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  transition: all 0.35s ease;
}

/* Glow + lift */
.visit-btn:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 45px rgba(0,0,0,0.45),
    0 0 0 8px rgba(255,255,255,0.08);
}

/* Outline hover */
.visit-actions .btn-outline-light:hover {
  transform: translateY(-4px);
}

/* Animation */
@keyframes visitFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .visit-title {
    font-size: 36px;
  }
  .visit-luxury {
    padding: 100px 0;
  }
}
/* =========================
   FOOTER – LUXURY
========================= */

.footer-luxury {
  background: #1f1f1f;
  color: #d6d6d6;
  padding: 80px 0 40px;
}

/* Brand */
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 14px;
  opacity: 0.75;
  max-width: 260px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #d6d6d6;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #c4a46b;
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: #c4a46b;
}

.footer-links a:hover::after {
  width: 100%;
}

/* Location + Socials */
.footer-location {
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.8;
}

.footer-socials {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.footer-socials a:hover {
  background: #c4a46b;
  color: #1f1f1f;
  border-color: #c4a46b;
  transform: translateY(-4px);
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
  padding-top: 18px;
  font-size: 13px;
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-socials {
    justify-content: center;
  }
}
/* MENU PAGE CSS */
/* PAGE HERO */
.page-hero {
  position: relative;
  height: 60vh;
  background: url("../images/menu-hero.jpg") center/cover no-repeat;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.page-hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
}

/* MENU */
.menu-luxury {
  background: #faf7f2;
}

.menu-category {
  max-width: 600px;
  margin: 0 auto 60px;
}

.menu-category h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 26px;
  text-align: center;
}

/* Menu item */
.menu-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
  font-size: 16px;
}

.menu-item span:last-child {
  font-weight: 600;
}
/* =========================
   ABOUT PAGE
========================= */

.about-hero {
  background: url("../images/about-hero.jpg") center/cover no-repeat;
}
/* Gap after page hero */
.page-hero {
  margin-bottom: 60px;
}

/* About content */
.about-page {
  background: #faf7f2;
}

.about-text {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 14px;
  max-width: 520px;
}

/* Highlights */
.about-highlights {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.highlight {
  background: #ffffff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
/* gap about-footer */
.about-page {
  margin-bottom: 60px;
}
/* Philosophy */
.about-philosophy {
  background: #1f1f1f;
  color: #ffffff;
  padding: 90px 0;
}

.about-philosophy h3 {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  margin-bottom: 16px;
}

.about-philosophy p {
  max-width: 620px;
  margin: auto;
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
  .about-highlights {
    justify-content: center;
  }
}
/* gallery page css */
/* =========================
   GALLERY PAGE
========================= */

.gallery-hero {
  background: url("../images/gallery-hero.jpg") center/cover no-repeat;
}

.gallery-page {
  background: #f3efe8;
}

/* Card */
.gallery-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0,0,0,0.18);
  cursor: pointer;
}

/* Large cards */
.gallery-card.large img {
  height: 420px;
}

/* Images */
.gallery-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.9s ease;
}

/* Hover zoom */
.gallery-card:hover img {
  transform: scale(1.12);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.15)
  );
  display: flex;
  align-items: flex-end;
  padding: 26px;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

/* Overlay text */
.gallery-overlay span {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-card img,
  .gallery-card.large img {
    height: 240px;
  }
}

/* contact-page css */
/* =========================
   CONTACT PAGE
========================= */

.contact-hero {
  background: url("../images/contact-hero.jpg") center/cover no-repeat;
}

.contact-page {
  background: #faf7f2;
}

/* Text */
.contact-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* Info list */
.contact-info {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.contact-info li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* Map */
.map-box {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0,0,0,0.18);
}

.map-box iframe {
  width: 100%;
  height: 360px;
  border: 0;
}

/* CTA */
.contact-cta {
  background: #1f1f1f;
  color: #fff;
  padding: 90px 0;
}

.contact-cta h3 {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  margin-bottom: 10px;
}

.contact-cta p {
  opacity: 0.75;
}

/* Responsive */
@media (max-width: 768px) {
  .map-box iframe {
    height: 260px;
  }
}
