:root {
  --royal-gold: #f3b400;
  --maroon: #7a1f1f;
  --accent: #fff2d1;
  --text: #0d0d0d;
  --dark: #0b0b0b;
  --light: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background: linear-gradient(135deg, #fffaf3 0%, #fbf6ea 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--dark);
}

.navbar {
  position: relative;
  z-index: 1102;
  background: rgba(11, 11, 11, 0.92);
  backdrop-filter: blur(6px);
}

.navbar-brand,
.navbar-toggler {
  position: relative;
  z-index: 1103;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler.collapsed {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M7 7l16 16M23 7L7 23'/%3E%3C/svg%3E");
}

.brand-mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--royal-gold);
  color: var(--dark);
  font-weight: 800;
}

.logo {
  height: 46px;
  width: auto;
  display: inline-block;
}

.brand-name {
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0 0.3rem;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--royal-gold) !important;
}

.btn-gold {
  background: linear-gradient(135deg, var(--royal-gold), #f2b800);
  color: var(--dark);
  border: none;
  box-shadow: 0 10px 25px rgba(243, 180, 0, 0.12);
}

.btn-gold:hover {
  color: var(--dark);
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(243, 180, 0, 0.18);
}

.btn-outline-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: var(--dark) !important;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.hero-section .btn-outline-light:hover,
.hero-section .btn-outline-light:focus {
  color: var(--dark) !important;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  background: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80")
    center/cover;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.64) 30%,
    rgba(0, 0, 0, 0.78) 100%
  );
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-section h1,
.hero-section h2,
.hero-section p,
.hero-section .eyebrow,
.hero-section .btn {
  color: #fff !important;
}

.hero-section .display-3,
.hero-section .display-6,
.hero-section .lead,
.hero-section .eyebrow {
  text-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

.hero-section .lead {
  color: rgba(255, 255, 255, 0.92) !important;
}

.eyebrow {
  color: var(--royal-gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.section {
  padding: 90px 0;
}

.section-alt {
  background: rgba(255, 250, 243, 0.7);
}

.section-title {
  font-size: clamp(1.9rem, 2.6vw, 2.7rem);
  margin-bottom: 1rem;
}

.info-card,
.booking-card,
.contact-card,
.product-card,
.service-card {
  border-radius: 1rem;
  background: var(--light);
  padding: 1rem;
  box-shadow: 0 12px 28px rgba(11, 11, 11, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.info-card:hover,
.booking-card:hover,
.contact-card:hover,
.product-card:hover,
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.info-card i {
  font-size: 1.6rem;
  color: var(--maroon);
  margin-bottom: 0.8rem;
}

.card-img-top {
  height: 240px;
  object-fit: cover;
}

.product-card {
  overflow: hidden;
}

.product-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: center;
  border-radius: 1rem 1rem 0 0;
  display: block;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(15, 15, 15, 0.06);
  box-shadow: 0 8px 20px rgba(11, 11, 11, 0.06);
}

.product-title {
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-card .card-body {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.service-list li {
  margin-bottom: 0.5rem;
}

.service-list i {
  color: var(--royal-gold);
  margin-right: 0.4rem;
}

.mini-card {
  background: var(--accent);
  border-radius: 0.9rem;
  padding: 0.9rem;
  height: 100%;
}

.pill {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  background: #f4e6c8;
  color: var(--maroon);
}

.feature-card {
  background: rgba(255, 250, 243, 0.9);
  border: 1px solid rgba(243, 180, 0, 0.18);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(11, 11, 11, 0.1);
}

.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  background: rgba(243, 180, 0, 0.16);
  color: var(--maroon);
  margin: 1rem auto 0.5rem auto;
  max-width: fit-content;
}

.form-control,
.form-select,
textarea {
  border-radius: 0.8rem;
  border: 1px solid #e7dcc8;
  padding: 0.8rem 1rem;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
  box-shadow: none;
  border-color: var(--royal-gold);
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  font-weight: 600;
}

.contact-list p {
  margin-bottom: 0.8rem;
}

.contact-list i {
  color: var(--maroon);
  margin-right: 0.5rem;
}

.footer {
  background: linear-gradient(135deg, #0d0d0d, #131313);
  color: #f8f1d4;
}

.footer h5,
.footer h4,
.footer p,
.footer small,
.footer .footer-links a,
.footer .footer-links li,
.footer .social-links a {
  color: #f8f1d4;
}

.footer h5,
.footer h4 {
  color: #ffffff;
}

.footer a {
  color: #f8e8bd;
  text-decoration: none;
}

.footer a:hover {
  color: var(--royal-gold);
}

.footer-links li {
  margin-bottom: 0.4rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  transition: background 0.3s ease;
}

.social-links a:hover {
  background: var(--royal-gold);
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .hero-section {
    min-height: 90vh;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 70px 0;
  }

  .hero-section {
    text-align: center;
  }

  .hero-section .d-flex {
    justify-content: center;
  }

  .navbar-toggler {
    z-index: 1101;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background: rgba(11, 11, 11, 0.97);
    padding: 5.5rem 1.5rem 2rem;
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    z-index: 1100;
  }

  .navbar-collapse.show {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .navbar-nav {
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }

  .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 1.05rem;
    padding: 0.65rem 0;
  }

  .navbar-nav .btn-gold {
    width: 100%;
  }
}
