:root {
  --scarlet: #8f1d2c;
  --scarlet-dark: #5d111c;
  --gold: #c89b4f;
  --ink: #17110f;
  --muted: #6f6460;
  --cream: #fbf6ef;
  --paper: #fffdf9;
  --line: rgba(23, 17, 15, 0.12);
  --shadow: 0 22px 70px rgba(34, 20, 15, 0.14);
  --radius: 8px;
  --container: min(1180px, calc(100% - 40px));
  --gold-accent: #C8A96B;
}

/* Redesigned Premium Footer Styling */
.site-footer {
  background: linear-gradient(180deg, #080808 0%, #111111 100%);
  color: rgba(255, 255, 255, 0.7);
  padding: 90px 0 40px;
  border-top: 1px solid rgba(201, 169, 106, 0.25);
  font-family: "Manrope", sans-serif;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.7fr 0.9fr 1.2fr;
  gap: 40px;
}

.site-footer h3 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 0.92rem;
}

.footer-links a::before {
  content: "›";
  color: #C9A96A;
  margin-right: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  transition: margin-right 0.3s ease;
}

.footer-links a:hover::before {
  margin-right: 12px;
}

.footer-links a:hover {
  color: #C9A96A;
  transform: translateX(5px);
}

.footer-brand .footer-logo {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 106, 0.4);
  margin-bottom: 20px;
}

.footer-brand h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  color: #FFFFFF;
  margin: 0 0 4px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-brand .subtitle {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #C9A96A;
  font-size: 10px;
  font-weight: 800;
  display: block;
  margin-bottom: 20px;
}

.footer-brand-separator {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-brand-separator::before,
.footer-brand-separator::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: rgba(201, 169, 106, 0.25);
}

.footer-brand-separator span {
  color: #C9A96A;
  font-size: 8px;
}

.footer-brand .desc {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.footer-social-section h4 {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin: 0 0 16px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 106, 0.4);
  color: #C9A96A;
  background: transparent;
  transition: all 0.3s ease;
}

.footer-socials a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.footer-socials a:hover {
  background: #C9A96A;
  color: #000000;
  border-color: #C9A96A;
  transform: scale(1.08);
}

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

.experience-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 14px;
  font-size: 0.92rem;
}

.experience-check {
  width: 18px;
  height: 18px;
  stroke: #C9A96A;
  stroke-width: 2.5;
  flex-shrink: 0;
}

.footer-contact .contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.75);
}

.footer-contact .contact-icon {
  color: #C9A96A;
  flex-shrink: 0;
  margin-top: 4px;
}

.footer-contact .contact-icon svg {
  width: 18px;
  height: 18px;
}

.footer-contact a {
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #C9A96A;
}

/* Hotel Information Bar */
.info-bar {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 28px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.info-icon {
  color: #C9A96A;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.info-text {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* Bottom Bar Copyright Section */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom-left p {
  margin: 0 0 6px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.footer-tagline {
  color: #C9A96A;
  font-size: 0.8rem;
  letter-spacing: 1px;
  display: block;
}

.footer-bottom-right {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-bottom-right a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  transition: color 0.3s ease;
  position: relative;
}

.footer-bottom-right a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -10px;
  color: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.footer-bottom-right a:hover {
  color: #C9A96A;
}

/* Pre-footer Luxury CTA */
.pre-footer-cta {
  position: relative;
  padding: 70px 0;
  color: #fff;
  background: #111111;
  border-top: 1px solid rgba(201, 169, 106, 0.25);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cta-label {
  color: #C9A96A;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  width: 100%;
}

.cta-label::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(201, 169, 106, 0.4), transparent);
}

.cta-label .gold-sep-diamond {
  display: inline-flex;
  align-items: center;
  color: #C9A96A;
  font-size: 8px;
  margin-left: 4px;
}

.pre-footer-cta h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 18px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.15;
}

.pre-footer-cta p {
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 16px;
}

.pre-footer-cta .btn {
  font-size: 0.95rem;
  padding: 14px 28px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: auto;
}

.pre-footer-cta .btn.primary {
  background: #C9A96A;
  color: #000;
  border: 1px solid #C9A96A;
}

.pre-footer-cta .btn.primary:hover {
  background: #b8985c;
  border-color: #b8985c;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(201, 169, 106, 0.25);
}

.pre-footer-cta .btn.secondary {
  background: transparent;
  color: #C9A96A;
  border: 1px solid rgba(201, 169, 106, 0.5);
}

.pre-footer-cta .btn.secondary:hover {
  background: rgba(201, 169, 106, 0.1);
  color: #fff;
  border-color: #C9A96A;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cta-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  height: 380px;
}

.cta-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.cta-image-wrapper:hover img {
  transform: scale(1.06);
}

/* Footer & CTA Responsive Layouts */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cta-image-wrapper {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 0 24px;
  }
  .site-footer {
    padding: 70px 0 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-brand .desc {
    max-width: 100%;
  }
  .footer-social-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pre-footer-cta {
    padding: 60px 0;
  }
  .cta-content {
    align-items: center;
    text-align: center;
  }
  .cta-label {
    justify-content: center;
  }
  .cta-label::after {
    display: none;
  }
  .cta-buttons {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
  .cta-image-wrapper {
    height: 250px;
    width: 100%;
  }
}

/* Luxury Scroll Reveal Classes */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Horizontal Booking Inquiry Bar */
.booking-bar {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(200, 169, 107, 0.25);
  box-shadow: 0 16px 48px rgba(34, 20, 15, 0.08);
  border-radius: 8px;
  padding: 24px;
  max-width: 1040px;
  margin: -48px auto 0;
  position: relative;
  z-index: 10;
}

.booking-bar-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
  gap: 18px;
  align-items: end;
}

.booking-field {
  display: grid;
  gap: 6px;
}

.booking-field label {
  font-size: 0.72rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.booking-field input,
.booking-field select {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 0.9rem;
  background: transparent;
  color: var(--ink);
  font-family: inherit;
  width: 100%;
}

.booking-field input:focus,
.booking-field select:focus {
  outline: none;
  border-color: var(--gold-accent);
}

.booking-bar .btn {
  width: 100%;
  height: 44px;
  padding: 0;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  background: var(--scarlet);
  border-color: var(--scarlet);
  color: #fff;
  transition: background 0.3s, border-color 0.3s;
}

.booking-bar .btn:hover {
  background: var(--scarlet-dark);
  border-color: var(--scarlet-dark);
}

/* Mobile Sticky Bottom CTA Bar */
.mobile-booking-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
  display: none;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 10px 16px;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
}

.mobile-booking-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
}

.mobile-booking-cta .btn {
  min-height: 44px;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.mobile-booking-cta .btn.secondary {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}

/* Image Zoom Container */
.img-zoom-container {
  overflow: hidden;
  position: relative;
  border-radius: var(--radius);
}

.img-zoom-container img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.img-zoom-container:hover img {
  transform: scale(1.06);
}

@media (max-width: 980px) {
  .booking-bar {
    margin: 28px auto 0;
    padding: 20px;
  }

  .booking-bar-form {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .booking-bar-form {
    grid-template-columns: 1fr;
  }

  .mobile-booking-cta {
    display: block;
  }

  body {
    padding-bottom: 66px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.eyebrow {
  color: var(--scarlet);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.1rem, 8vw, 7.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 2.2rem);
}

p {
  margin: 0;
}

.lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  max-width: 760px;
}

.section {
  padding: 92px 0;
}

.section.alt {
  background: var(--cream);
}

.section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 38px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid var(--scarlet);
  border-radius: var(--radius);
  background: var(--scarlet);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--scarlet-dark);
  border-color: var(--scarlet-dark);
}

.btn.secondary {
  background: transparent;
  color: var(--scarlet);
}

.btn.secondary:hover {
  background: var(--scarlet);
  color: #fff;
}

.topbar {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.topbar .container {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar a {
  transition: color 0.3s ease;
}

.topbar a:hover {
  color: var(--gold-accent);
}

.site-header {
  position: fixed;
  top: 40px;
  /* Sits below topbar */
  left: 0;
  right: 0;
  z-index: 100;
  height: 90px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  align-items: center;
}

.site-header.scrolled {
  top: 0;
  height: 90px;
  background: rgba(15, 15, 15, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201, 169, 107, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 107, 0.5);
  transition: transform 0.3s ease;
}

.brand:hover img {
  transform: scale(1.05);
}

.brand span {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
}

.brand small {
  display: block;
  margin-top: -4px;
  color: #C9A96A;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.nav-links a {
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  position: relative;
  transition: color 0.3s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #C9A96A;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.nav-links a:hover,
.nav-links a.active {
  color: #C9A96A;
  background: transparent;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu-toggle span {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease, top 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu-toggle span:nth-child(1) {
  top: 15px;
}

.menu-toggle span:nth-child(2) {
  top: 21px;
}

.menu-toggle span:nth-child(3) {
  top: 27px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.hero {
  --hero-image: url("../images/Suite-Room-(5).jpg");
  min-height: calc(100vh - 116px);
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-image) var(--hero-position, center)/cover no-repeat;
  /* filter: blur(7px) saturate(1.08); */
  /* transform: scale(1.08); */
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 6, 5, 0.9) 0%, rgba(20, 9, 7, 0.68) 48%, rgba(20, 9, 7, 0.38) 100%),
    linear-gradient(0deg, rgba(12, 6, 5, 0.85) 0%, rgba(20, 9, 7, 0.45) 50%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 92px 0 64px;
  max-width: 900px;
}

.hero h1 {
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: #f3c978;
}

.hero p {
  max-width: 660px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.04rem, 1.5vw, 1.3rem);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(18, 10, 8, 0.76);
  backdrop-filter: blur(10px);
}

.hero-meta div {
  min-height: 92px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-meta strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.hero-meta span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

.page-hero {
  min-height: 420px;
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
}

.page-hero--about {
  --hero-image: url("../images/Exterior-(3).jpg");
  --hero-position: center 40%;
}

.page-hero--rooms {
  --hero-image: url("../images/Deluxe-Room-(3).jpg");
  --hero-position: center;
}

.page-hero--gallery {
  --hero-image: url("../images/Premier-Room-(2).jpg");
  --hero-position: center;
}

.page-hero--amenities {
  --hero-image: url("../images/Salt-Restaurant-(2).jpg");
  --hero-position: center 35%;
}

.page-hero--blog {
  --hero-image: url("../images/Suite-Room-(1).jpg");
  --hero-position: center;
}

.page-hero--contact {
  --hero-image: url("../images/Reception.jpg");
  --hero-position: center;
}

.page-hero--policy {
  --hero-image: url("../images/Reception.jpg");
  --hero-position: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-image) var(--hero-position, center)/cover no-repeat;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 6, 5, 0.9) 0%, rgba(20, 9, 7, 0.72) 42%, rgba(20, 9, 7, 0.45) 100%),
    linear-gradient(0deg, rgba(12, 6, 5, 0.88) 0%, rgba(20, 9, 7, 0.4) 55%, transparent 100%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding: 140px 0 60px;
  /* Large top padding to clear the 130px header+topbar */
}

.page-hero h1 {
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}

.page-hero p {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

.image-stack {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 16px;
  align-items: end;
}

.image-stack img {
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-stack img:first-child {
  height: 320px;
}

.stats-grid,
.highlight-grid,
.room-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.highlight-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat,
.feature,
.room-card,
.review-card,
.blog-card,
.contact-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(34, 20, 15, 0.06);
}

.stat,
.feature {
  padding: 24px;
}

.stat strong,
.feature strong {
  display: block;
  color: var(--scarlet);
  font-size: 2rem;
  line-height: 1;
}

.stat span,
.feature span {
  color: var(--muted);
  font-weight: 700;
}

.room-card {
  overflow: hidden;
}

.room-card img,
.blog-card img {
  height: 260px;
  object-fit: cover;
}

.room-card-body,
.blog-card-body {
  padding: 24px;
  display: grid;
  gap: 14px;
}

.room-card ul,
.policy-list,
.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.room-card li,
.policy-list li,
.check-list li {
  display: flex;
  gap: 10px;
  color: var(--muted);
}

.room-card li::before,
.policy-list li::before,
.check-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.band {
  padding: 54px 0;
  background: var(--scarlet);
  color: #fff;
}

.band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.band p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

.reviews {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 30px;
  align-items: start;
}

.rating-box {
  padding: 32px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
}

.rating-box strong {
  display: block;
  color: #f3c978;
  font-size: 3.4rem;
  line-height: 1;
}

.review-list {
  display: grid;
  gap: 16px;
}

.review-card {
  padding: 24px;
}

.review-card blockquote {
  margin: 0;
  color: #3f3531;
}

.review-card cite {
  display: block;
  margin-top: 12px;
  color: var(--scarlet);
  font-style: normal;
  font-weight: 800;
}

.gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-btn {
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.filter-btn.active {
  border-color: var(--scarlet);
  background: var(--scarlet);
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-item {
  min-height: 220px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #eee;
  cursor: pointer;
}

.gallery-item img {
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.amenity-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.amenity {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.amenity-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(143, 29, 44, 0.1);
  color: var(--scarlet);
  font-size: 1.35rem;
  font-weight: 900;
}

.headline-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(143, 29, 44, 0.1);
  color: var(--scarlet);
  font-size: 1.1rem;
  vertical-align: 0.08em;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.contact-card {
  padding: 28px;
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: #3f3531;
  font-size: 0.9rem;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
}

.field textarea {
  min-height: 132px;
  resize: vertical;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: var(--muted);
}

.faq-item.open .faq-answer {
  display: block;
}

.map-embed {
  min-height: 390px;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
}

.map-embed iframe {
  width: 100%;
  height: 390px;
  border: 0;
}

/* Old footer styles removed - redesigned styles at the top of the stylesheet */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(10, 6, 5, 0.88);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 82vh;
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 180ms ease, filter 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  filter: brightness(0.98);
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
  display: block;
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(243, 201, 120, 0.95);
  outline-offset: 4px;
}

@media (max-width: 680px) {
  .whatsapp-float {
    width: 54px;
    height: 54px;
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 980px) {
  .topbar {
    display: none;
  }

  .nav {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 90px;
    /* Sits exactly below the 90px header */
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 28px;
    border-bottom: 1px solid rgba(201, 169, 106, 0.25);
    background: rgba(15, 15, 15, 0.98);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 99;
    gap: 12px;
  }

  .nav-links.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links a {
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .nav-links a::after {
    display: none;
  }

  .nav-actions .btn {
    display: none;
  }

  .split,
  .reviews,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-meta,
  .highlight-grid.four,
  .stats-grid,
  .room-grid,
  .blog-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .band .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  .section {
    padding: 64px 0;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand span {
    font-size: 1.12rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding: 72px 0 42px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-actions,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .band .btn {
    width: 100%;
  }

  .hero-meta,
  .highlight-grid.four,
  .stats-grid,
  .room-grid,
  .blog-grid,
  .gallery-grid,
  .amenity-list,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .image-stack img,
  .image-stack img:first-child {
    height: 270px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* Breadcrumb Styling */
.breadcrumbs {
  padding: 16px 0;
  font-size: 0.85rem;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.breadcrumbs .container {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: var(--muted);
  font-weight: 600;
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: var(--scarlet);
}

.breadcrumbs span {
  color: var(--ink);
  font-weight: 700;
}

.breadcrumbs-separator {
  color: var(--muted);
  opacity: 0.5;
  user-select: none;
}

/* ==========================================================================
   HOMEPAGE HERO REDESIGN (SECTION 2)
   ========================================================================= */

/* Homepage Hero Container */
.hero.homepage-hero {
  position: relative;
  height: 100vh;
  min-height: 750px;
  display: flex;
  align-items: center;
  overflow: visible;
  color: #ffffff;
  padding: 130px 0 120px;
  /* Accounts for fixed header and topbar */
  isolation: isolate;
  background: #000000;
  z-index: 6;
  /* Sits above trust-bar (z-index: 5) to prevent overlay clipping */
}

/* Background Zoom Image Animation */
.hero-bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  animation: heroBgZoomAnimation 20s ease-in-out infinite alternate;
}

@keyframes heroBgZoomAnimation {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.06);
  }
}

/* Dark Gradient Overlay for Readability */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.78) 0%, rgba(15, 15, 15, 0.5) 50%, rgba(20, 20, 20, 0.25) 100%);
}

/* Hero Content */
.hero-content-left {
  max-width: 800px;
  position: relative;
  z-index: 2;
  text-align: left;
}

.hero-label {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #C9A96A;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 24px;
}

.hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 88px;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.95;
  max-width: 650px;
  margin: 0;
  letter-spacing: -0.01em;
}

.hero-desc {
  font-family: "Inter", "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  max-width: 650px;
  margin-top: 40px;
  margin-bottom: 48px;
  line-height: 1.5;
}

/* Amenities Row */
.hero-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.hero-amenity-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}

.hero-amenity-icon {
  color: #C9A96A;
  flex-shrink: 0;
}

/* Floating Booking Card */
.booking-card-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 85%;
  max-width: 1300px;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(201, 169, 106, 0.25);
  border-radius: 24px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
  padding: 32px;
  z-index: 10;
}

.booking-card-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: flex-end;
}

.booking-card-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.booking-card-col label {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: #C9A96A;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.booking-card-col .input-wrapper {
  position: relative;
  width: 100%;
}

.booking-card-col input[type="date"],
.booking-card-col select {
  width: 100%;
  height: 56px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0 16px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: border-color 0.3s, background-color 0.3s;
}

.booking-card-col input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) sepia(50%) saturate(1000%) hue-rotate(330deg);
  cursor: pointer;
}

.booking-card-col select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C9A96A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}

.booking-card-col input[type="date"]:focus,
.booking-card-col select:focus {
  border-color: #C9A96A;
  background: rgba(255, 255, 255, 0.06);
}

.booking-card-btn {
  width: 100%;
  height: 72px;
  background: #C9A96A;
  color: #000000;
  border: none;
  border-radius: 14px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
}

.booking-card-btn:hover {
  transform: scale(1.03);
  background-color: #dcbfa2;
}

/* Bottom Trust Bar */
.trust-bar {
  background: #ffffff;
  padding: 100px 0 40px;
  /* Extra top padding to clear floating booking card overlap */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 24px;
}

.trust-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.trust-item svg {
  color: #111111;
  flex-shrink: 0;
}

.trust-content {
  display: flex;
  flex-direction: column;
}

.trust-text {
  font-family: "Inter", "Manrope", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

/* Custom premium animations */
.animate-fade-up-title {
  opacity: 0;
  transform: translateY(40px);
  animation: premiumFadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.animate-fade-up-desc {
  opacity: 0;
  transform: translateY(40px);
  animation: premiumFadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}

.animate-fade-up-amenities {
  opacity: 0;
  transform: translateY(40px);
  animation: premiumFadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
}

.animate-slide-up-booking {
  opacity: 0;
  transform: translate(-50%, calc(50% + 40px));
  animation: premiumSlideUpBooking 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
}

@keyframes premiumFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes premiumSlideUpBooking {
  to {
    opacity: 1;
    transform: translate(-50%, 50%);
  }
}

/* ==========================================================================
   RESPONSIVE OVERRIDES (SECTION 2)
   ========================================================================== */
@media (max-width: 1100px) {
  .hero-title {
    font-size: 72px;
  }

  .hero-desc {
    font-size: 22px;
  }

  .booking-card-wrapper {
    width: 90%;
  }
}

@media (max-width: 980px) {
  .hero.homepage-hero {
    height: auto;
    min-height: 100vh;
    padding: 140px 0 160px;
    /* Ensure space for booking card */
  }

  .hero-title {
    font-size: 64px;
  }

  .hero-desc {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 36px;
  }

  .booking-card-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 92%;
    padding: 24px;
  }

  .booking-card-form {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .booking-card-btn {
    height: 60px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .trust-item:nth-child(2) {
    border-right: none;
  }

  .trust-item {
    padding: 10px 16px;
  }

  .trust-bar {
    padding: 120px 0 40px;
    /* Even larger padding on tablets for the booking bar overlap */
  }
}

@media (max-width: 680px) {
  .hero.homepage-hero {
    height: auto;
    min-height: 100vh;
    padding: 140px 0 60px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-desc {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 28px;
  }

  .hero-label {
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 16px;
  }

  .hero-amenities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
  }

  .booking-card-wrapper {
    position: static;
    transform: none;
    width: calc(100% - 24px);
    margin: -30px auto 24px;
    padding: 24px 20px;
    border-radius: 16px;
  }

  .booking-card-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .booking-card-btn {
    height: 64px;
  }

  .trust-bar {
    padding: 32px 0;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .trust-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    justify-content: flex-start;
  }

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

  /* Animation adjustments for mobile positioning */
  .animate-slide-up-booking {
    opacity: 0;
    transform: translateY(30px);
    animation: premiumFadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
  }
}

/* ==========================================================================
   LUXURY DINING EXPERIENCES & BADGES
   ========================================================================== */

/* Hero Dining Badge */
.hero-dining-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200, 169, 107, 0.12);
  border: 1px solid rgba(200, 169, 107, 0.4);
  border-radius: 30px;
  padding: 6px 18px;
  color: #C8A96B;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
}

.hero-dining-badge:hover {
  background: rgba(200, 169, 107, 0.22);
  border-color: #C8A96B;
  transform: translateY(-2px);
  color: #fff;
}

.hero-dining-badge .badge-dot {
  width: 6px;
  height: 6px;
  background: #C8A96B;
  border-radius: 50%;
  box-shadow: 0 0 8px #C8A96B;
  display: inline-block;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(0.9); opacity: 0.6; }
  50% { transform: scale(1.25); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.6; }
}

/* Dining Grid & Cards styling */
.dining-section {
  background: var(--paper);
  padding: 110px 0;
}

.dining-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
}

.dining-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(34, 20, 15, 0.03);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
}

.dining-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.dining-card-image-wrapper {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.dining-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.dining-card:hover .dining-card-image-wrapper img {
  transform: scale(1.06);
}

/* Floating Luxury Logo */
.dining-logo-floating {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(200, 169, 107, 0.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  z-index: 2;
  transition: transform 0.3s ease;
}

.dining-logo-floating img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.dining-card:hover .dining-logo-floating {
  transform: scale(1.05);
  border-color: #C8A96B;
}

.dining-card-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.dining-card-eyebrow {
  font-family: 'Inter', sans-serif;
  color: var(--gold-accent);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.dining-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.85rem;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.25;
}

.dining-card-tagline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--muted);
  margin-bottom: 20px;
  font-weight: 500;
}

.dining-card-desc {
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 24px;
}

.dining-card-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.dining-card-highlights li {
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dining-card-highlights li svg {
  color: var(--gold-accent);
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.dining-card-actions {
  display: flex;
  gap: 16px;
  margin-top: auto;
}

.dining-card-actions .btn {
  flex: 1;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 12px 16px;
  min-height: 42px;
}

.dining-card-actions .btn.secondary {
  border-color: rgba(200, 169, 107, 0.5);
  color: var(--gold-accent);
  background: transparent;
}

.dining-card-actions .btn.secondary:hover {
  background: var(--gold-accent);
  color: #000;
  border-color: var(--gold-accent);
}

/* Specific dining page styling elements */
.dining-detail-hero {
  position: relative;
  padding: 160px 0 100px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.dining-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

.dining-detail-hero .container {
  position: relative;
  z-index: 2;
}

.dining-detail-logo-container {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid var(--gold-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.dining-detail-logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

@media (max-width: 980px) {
  .dining-section {
    padding: 80px 0;
  }
  .dining-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dining-card-image-wrapper {
    height: 320px;
  }
}

@media (max-width: 680px) {
  .dining-card-content {
    padding: 30px 24px;
  }
  .dining-card-actions {
    flex-direction: column;
    gap: 12px;
  }
  .dining-card-highlights {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   NAVIGATION DROPDOWN MENU
   ========================================================================== */
.nav-links .dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.dropdown-icon {
  width: 10px;
  height: 6px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  margin-top: 1px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  display: inline-block;
  vertical-align: middle;
}

.nav-links .dropdown:hover .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: rgba(10, 10, 10, 0.98);
  border: 1px solid rgba(201, 169, 106, 0.25);
  border-radius: 8px;
  min-width: 200px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.65);
  z-index: 100;
  display: flex;
  flex-direction: column;
}

.nav-links .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(4px);
}

.dropdown-menu a {
  padding: 10px 24px !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease !important;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.dropdown-menu a::after {
  display: none !important;
}

.dropdown-menu a:hover {
  color: #C9A96A !important;
  background: rgba(255, 255, 255, 0.05);
  padding-left: 28px !important;
}

.nav-links .dropdown:hover .dropdown-trigger {
  color: #C9A96A;
}

.nav-links .dropdown:hover .dropdown-trigger::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Mobile Dropdown Menu Adjustments */
@media (max-width: 980px) {
  .nav-links .dropdown {
    display: block;
    width: 100%;
  }
  
  .dropdown-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .dropdown-menu {
    position: static;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 6px 0 6px 20px;
    min-width: unset;
    display: none; /* Collapsed by default on mobile */
    flex-direction: column;
    gap: 4px;
    z-index: auto;
  }

  .nav-links .dropdown.open .dropdown-menu {
    display: flex; /* Expand on mobile when open */
  }
  
  .dropdown-menu a {
    padding: 8px 0 !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    border-bottom: none !important;
  }
  
  .dropdown-menu a:hover {
    color: #C9A96A !important;
    background: transparent;
    padding-left: 4px !important;
  }
  
  .nav-links .dropdown.open .dropdown-icon {
    transform: rotate(180deg); /* Rotate caret on mobile when open */
  }

  .nav-links .dropdown:hover .dropdown-icon {
    transform: none; /* Disable hover rotation on mobile */
  }
}