/* ═══════════════════════════════════════════════════════════
   LA CASA LATIFA — ONE-PAGE MOROCCAN LUXURY HOTEL
   ═══════════════════════════════════════════════════════════ */

/* ── Custom Properties ─────────────────────────────────────── */
:root {
  --deep-blue:      #0F3D3E;
  --deep-blue-dark: #082728;
  --deep-blue-mid:  #134D4E;
  --terracotta:     #C26D3B;
  --terracotta-dk:  #A85A2E;
  --sand:           #F5E9DA;
  --sand-dark:      #EDD9C0;
  --gold:           #C9A227;
  --gold-light:     #E4BC3F;
  --white:          #FFFFFF;
  --text-dark:      #2A2A2A;
  --text-muted:     #6B6B6B;
  --border-gold:    rgba(201,162,39,0.22);

  --ff-serif: 'Playfair Display', Georgia, serif;
  --ff-sans:  'Lato', system-ui, -apple-system, sans-serif;

  --shadow-sm:    0 2px 12px rgba(15,61,62,0.09);
  --shadow:       0 6px 32px rgba(15,61,62,0.13);
  --shadow-lg:    0 16px 52px rgba(15,61,62,0.20);
  --shadow-hover: 0 22px 64px rgba(15,61,62,0.28);
  --radius:    14px;
  --radius-lg: 22px;
  --ease:      cubic-bezier(0.4, 0, 0.2, 1);

  /* ── Moroccan 8-pointed star tile (80×80 px) ── */
  --pattern-soft: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpolygon points='40,12 45,29 60,20 51,35 68,40 51,45 60,60 45,51 40,68 35,51 20,60 29,45 12,40 29,35 20,20 35,29' fill='none' stroke='%23C9A227' stroke-opacity='0.16' stroke-width='0.8'/%3E%3Ccircle cx='40' cy='40' r='7' fill='none' stroke='%23C9A227' stroke-opacity='0.08' stroke-width='0.5'/%3E%3Cline x1='0' y1='0' x2='20' y2='20' stroke='%23C9A227' stroke-opacity='0.06' stroke-width='0.5'/%3E%3Cline x1='80' y1='0' x2='60' y2='20' stroke='%23C9A227' stroke-opacity='0.06' stroke-width='0.5'/%3E%3Cline x1='0' y1='80' x2='20' y2='60' stroke='%23C9A227' stroke-opacity='0.06' stroke-width='0.5'/%3E%3Cline x1='80' y1='80' x2='60' y2='60' stroke='%23C9A227' stroke-opacity='0.06' stroke-width='0.5'/%3E%3C/svg%3E");

  --pattern-bold: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpolygon points='40,12 45,29 60,20 51,35 68,40 51,45 60,60 45,51 40,68 35,51 20,60 29,45 12,40 29,35 20,20 35,29' fill='none' stroke='%23C9A227' stroke-opacity='0.26' stroke-width='0.9'/%3E%3Ccircle cx='40' cy='40' r='7' fill='none' stroke='%23C9A227' stroke-opacity='0.14' stroke-width='0.5'/%3E%3Cline x1='0' y1='0' x2='20' y2='20' stroke='%23C9A227' stroke-opacity='0.1' stroke-width='0.5'/%3E%3Cline x1='80' y1='0' x2='60' y2='20' stroke='%23C9A227' stroke-opacity='0.1' stroke-width='0.5'/%3E%3Cline x1='0' y1='80' x2='20' y2='60' stroke='%23C9A227' stroke-opacity='0.1' stroke-width='0.5'/%3E%3Cline x1='80' y1='80' x2='60' y2='60' stroke='%23C9A227' stroke-opacity='0.1' stroke-width='0.5'/%3E%3C/svg%3E");
}

/* ── Reset & Base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--ff-sans);
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a   { text-decoration: none; }

::-webkit-scrollbar          { width: 5px; }
::-webkit-scrollbar-track    { background: var(--sand); }
::-webkit-scrollbar-thumb    { background: var(--gold); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-light); }

/* ── Shared Layout ──────────────────────────────────────────── */
.container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  z-index: 1;
}

/* ── Section tokens ─────────────────────────────────────────── */
.section-eyebrow {
  display: inline-block;
  color: var(--terracotta);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-eyebrow.light { color: var(--gold-light); }

.section-title {
  font-family: var(--ff-serif);
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  color: var(--deep-blue);
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 18px;
}

.section-ornament {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--gold);
  margin-bottom: 18px;
}

.section-header .section-ornament { justify-content: center; }

.section-ornament span {
  width: 44px;
  height: 1px;
  background: var(--gold);
  opacity: 0.45;
}

.section-desc {
  color: var(--text-muted);
  font-size: 1rem;
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.75;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 28px;
  font-family: var(--ff-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease);
  white-space: nowrap;
  color: var(--white);
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.16) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform 0.55s ease;
}

.btn:hover::after { transform: translateX(110%); }

.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--terracotta) 100%);
  box-shadow: 0 4px 22px rgba(201,162,39,0.36);
}

.btn-primary:hover  { transform: translateY(-3px); box-shadow: 0 10px 34px rgba(201,162,39,0.46); }
.btn-primary:active { transform: translateY(-1px); }

.btn-hero {
  background: linear-gradient(135deg, var(--gold) 0%, var(--terracotta) 100%);
  padding: 16px 44px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  box-shadow: 0 6px 28px rgba(201,162,39,0.4);
}
.btn-hero:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(201,162,39,0.5); }

.btn-ghost {
  background: transparent;
  color: var(--deep-blue);
  border: 1.5px solid var(--border-gold);
}
.btn-ghost:hover { background: var(--sand); border-color: var(--gold); transform: translateY(-3px); }

/* ── Navbar ──────────────────────────────────────────────────── */
.navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 900;
  padding: 22px 0;
  transition: padding 0.4s var(--ease), background 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.navbar.scrolled {
  padding: 13px 0;
  background: rgba(8,39,40,0.97);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 4px 32px rgba(0,0,0,0.18);
  border-bottom: 1px solid var(--border-gold);
}

.nav-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--white);
}

.logo-icon { color: var(--gold); animation: spin-slow 12s linear infinite; }
@keyframes spin-slow { to { transform: rotate(360deg); } }

.logo-text {
  font-family: var(--ff-serif);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: inherit;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 28px;
  margin-left: auto;
}

.nav-links a {
  color: rgba(255,255,255,0.82);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: width 0.3s var(--ease);
}

.nav-links a:hover          { color: var(--gold); }
.nav-links a:hover::after   { width: 100%; }

.nav-cta {
  background: transparent;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  padding: 8px 20px;
  font-family: var(--ff-sans);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.nav-cta:hover { background: var(--gold); color: var(--deep-blue-dark); transform: translateY(-2px); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin-left: auto;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.35s var(--ease), opacity 0.25s;
}

.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero ─────────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100svh;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-color: var(--deep-blue);
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 9s ease;
}
.hero:hover .hero-bg { transform: scale(1); }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(8,39,40,0.88) 0%, rgba(15,61,62,0.6) 45%, rgba(8,20,21,0.9) 100%);
  z-index: 1;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-bold);
  background-size: 80px 80px;
  opacity: 0.48;
  z-index: 2;
}

.hero-arch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: min(380px, 84vw);
  z-index: 3;
  opacity: 0.75;
  pointer-events: none;
}
.hero-arch svg { width: 100%; height: auto; }

.hero-content {
  position: relative;
  z-index: 4;
  text-align: center;
  color: var(--white);
  padding: 20px 24px;
  max-width: 820px;
  width: 100%;
}

.hero-eyebrow {
  display: inline-block;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  margin-bottom: 22px;
  opacity: 0;
  animation: fade-down 0.8s 0.3s var(--ease) forwards;
}

.hero-title {
  font-family: var(--ff-serif);
  font-size: clamp(2.6rem, 6.2vw, 5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  text-shadow: 0 6px 28px rgba(0,0,0,0.32);
  opacity: 0;
  animation: fade-up 0.9s 0.55s var(--ease) forwards;
}

.hero-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 300;
  color: rgba(255,255,255,0.76);
  letter-spacing: 0.04em;
  margin-bottom: 36px;
  opacity: 0;
  animation: fade-up 0.9s 0.75s var(--ease) forwards;
}

.hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--gold);
  margin-bottom: 40px;
  opacity: 0;
  animation: fade-up 0.9s 0.95s var(--ease) forwards;
}
.hero-divider span { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.hero-divider span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }

#hero-book-btn { opacity: 0; animation: fade-up 0.9s 1.15s var(--ease) forwards; }

.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.42);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scroll-pulse 2.2s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%, 100% { opacity: 0.45; transform: scaleY(1); }
  50%       { opacity: 0.9;  transform: scaleY(1.15); }
}

/* ── Amenity Strip ───────────────────────────────────────────── */
.amenity-strip {
  background: var(--deep-blue);
  border-top: 1px solid rgba(201,162,39,0.18);
  border-bottom: 1px solid rgba(201,162,39,0.18);
}

.amenity-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 26px 32px;
  color: rgba(255,255,255,0.84);
  transition: color 0.3s;
  cursor: default;
}
.amenity-item:hover { color: var(--gold-light); }
.amenity-item svg { color: var(--gold); flex-shrink: 0; }
.amenity-item span { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.amenity-sep { color: var(--gold); font-size: 0.55rem; opacity: 0.45; }

/* ── About Section ───────────────────────────────────────────── */
.about-section {
  position: relative;
  background: var(--sand);
  padding: 110px 0 120px;
  overflow: hidden;
}

.about-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-soft);
  background-size: 80px 80px;
  opacity: 0.55;
  pointer-events: none;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
}

/* Image column */
.about-image-col { position: relative; }

.about-img-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--deep-blue-mid) 55%, var(--deep-blue-dark) 100%);
  box-shadow: var(--shadow-lg);
}

.about-img-frame::before,
.about-img-frame::after {
  content: '';
  position: absolute;
  border-radius: calc(var(--radius-lg) + 8px);
  pointer-events: none;
  z-index: 2;
}

.about-img-frame::before {
  inset: -10px;
  border: 1.5px solid rgba(201,162,39,0.3);
}

.about-img-frame::after {
  inset: -20px;
  border: 1px solid rgba(201,162,39,0.16);
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
  position: relative;
  z-index: 1;
}

.about-img-frame:hover .about-img { transform: scale(1.04); }

/* Fallback pattern inside about image frame */
.about-img-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-bold);
  background-size: 60px 60px;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.about-float-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, var(--gold), var(--terracotta));
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  box-shadow: var(--shadow);
  z-index: 3;
  color: var(--white);
}

.about-float-badge svg { color: var(--white); opacity: 0.9; }
.badge-label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }
.badge-year  { font-family: var(--ff-serif); font-size: 1.05rem; font-weight: 700; line-height: 1; }

/* Text column */
.about-text-col .section-title { margin-bottom: 22px; }

.about-lead {
  font-family: var(--ff-serif);
  font-size: 1.12rem;
  font-style: italic;
  color: var(--deep-blue);
  line-height: 1.7;
  margin-bottom: 18px;
  padding-left: 18px;
  border-left: 2.5px solid var(--gold);
}

.about-body {
  color: var(--text-muted);
  font-size: 0.97rem;
  line-height: 1.78;
  margin-bottom: 14px;
}

.about-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 36px 0 36px;
  padding: 24px 0;
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
}

.stat-item { flex: 1; text-align: center; }
.stat-num  { display: block; font-family: var(--ff-serif); font-size: 2rem; font-weight: 700; color: var(--deep-blue); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }

.stat-divider {
  width: 1px;
  height: 48px;
  background: var(--border-gold);
  flex-shrink: 0;
}

/* ── Rooms Section ───────────────────────────────────────────── */
.rooms-section {
  position: relative;
  background: var(--deep-blue-dark);
  padding: 110px 0 116px;
  overflow: hidden;
}

.rooms-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-bold);
  background-size: 80px 80px;
  opacity: 0.3;
  pointer-events: none;
}

.rooms-section .section-title { color: var(--sand); }
.rooms-section .section-desc  { color: rgba(255,255,255,0.5); }
.rooms-section .section-eyebrow { color: var(--gold-light); }

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Room Card */
.room-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,162,39,0.18);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s, background 0.4s;
}

.room-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.4);
  border-color: rgba(201,162,39,0.42);
  background: rgba(255,255,255,0.07);
}

.room-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

/* Each room gets a unique gradient theme */
.room-img-wrap.theme-suite      { background: linear-gradient(135deg, #0F3D3E 0%, #1a7C7E 50%, #0F3D3E 100%); }
.room-img-wrap.theme-riad       { background: linear-gradient(135deg, #7A3520 0%, #C26D3B 50%, #7A3520 100%); }
.room-img-wrap.theme-classique  { background: linear-gradient(135deg, #8A7040 0%, #C9A227 50%, #8A7040 100%); }

.room-img-bg {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-bold);
  background-size: 60px 60px;
  opacity: 0.45;
  transition: opacity 0.4s, transform 0.65s var(--ease);
}

.room-card:hover .room-img-bg { opacity: 0.65; transform: scale(1.05); }

.room-img-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.65s var(--ease);
}

.room-card:hover .room-img-photo { transform: scale(1.09); }

.room-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,39,40,0.6) 0%, transparent 60%);
  z-index: 2;
}

.room-price-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(201,162,39,0.92);
  backdrop-filter: blur(6px);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 3px;
  z-index: 3;
}

.room-body { padding: 26px 26px 28px; }

.room-title {
  font-family: var(--ff-serif);
  font-size: 1.22rem;
  font-weight: 600;
  color: var(--sand);
  margin-bottom: 10px;
  line-height: 1.3;
}

.room-desc {
  color: rgba(255,255,255,0.52);
  font-size: 0.875rem;
  line-height: 1.68;
  margin-bottom: 18px;
}

.room-features {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 22px;
}

.room-features li {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 6px;
}

.room-features li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.room-rule {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,162,39,0.22), transparent);
  margin-bottom: 20px;
}

.room-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.room-price-label { font-size: 0.68rem; color: rgba(255,255,255,0.42); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 2px; }
.room-price-val   { font-family: var(--ff-serif); font-size: 1.4rem; font-weight: 700; color: var(--gold); line-height: 1; }

/* ── Quote Banner ─────────────────────────────────────────────── */
.quote-banner {
  position: relative;
  background: var(--deep-blue);
  padding: 92px 28px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid rgba(201,162,39,0.18);
  border-bottom: 1px solid rgba(201,162,39,0.18);
}

.quote-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-bold);
  background-size: 80px 80px;
  opacity: 0.32;
  pointer-events: none;
}

.quote-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }

.quote-text {
  font-family: var(--ff-serif);
  font-size: clamp(1.4rem, 3.2vw, 2.1rem);
  font-style: italic;
  color: var(--sand);
  line-height: 1.5;
  margin-bottom: 22px;
}
.quote-text::before { content: '\201C'; color: var(--gold); margin-right: 3px; }
.quote-text::after  { content: '\201D'; color: var(--gold); margin-left: 3px; }

.quote-source { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); opacity: 0.75; }

/* ── Gallery Section ─────────────────────────────────────────── */
.gallery-section {
  background: var(--sand);
  padding: 108px 0 116px;
  overflow: hidden;
  position: relative;
}

.gallery-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--pattern-soft);
  background-size: 80px 80px;
  opacity: 0.5;
  pointer-events: none;
}

.gallery-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: 280px 280px 220px;
  gap: 10px;
}

.g-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
}

.g-item:nth-child(1) { grid-row: span 2; }
.g-item:nth-child(6) { grid-column: span 3; }

/* Gradient themes for gallery tiles */
.g-item:nth-child(1) { background: linear-gradient(135deg, var(--deep-blue) 0%, #1B7274 50%, var(--deep-blue-dark) 100%); }
.g-item:nth-child(2) { background: linear-gradient(135deg, var(--terracotta-dk) 0%, var(--terracotta) 100%); }
.g-item:nth-child(3) { background: linear-gradient(160deg, #8A7040 0%, var(--gold) 100%); }
.g-item:nth-child(4) { background: linear-gradient(135deg, var(--deep-blue-mid) 0%, var(--deep-blue) 100%); }
.g-item:nth-child(5) { background: linear-gradient(135deg, #6B3D1A 0%, var(--terracotta) 60%, #C9A227 100%); }

.g-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-bold);
  background-size: 60px 60px;
  opacity: 0.4;
  transition: opacity 0.4s, transform 0.65s var(--ease);
}

.g-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.65s var(--ease);
}

.g-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,39,40,0.52) 0%, transparent 60%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}

.g-label {
  position: absolute;
  bottom: 18px;
  left: 20px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 3;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s, transform 0.4s;
}

.g-item:hover .g-pattern  { opacity: 0.6; transform: scale(1.06); }
.g-item:hover .g-photo    { transform: scale(1.08); }
.g-item:hover .g-overlay  { opacity: 1; }
.g-item:hover .g-label    { opacity: 1; transform: translateY(0); }

/* ── Location Section ────────────────────────────────────────── */
.location-section {
  position: relative;
  background: var(--deep-blue-dark);
  padding: 110px 0 116px;
  overflow: hidden;
}

.location-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-bold);
  background-size: 80px 80px;
  opacity: 0.28;
  pointer-events: none;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.location-section .section-title  { color: var(--sand); }
.location-section .section-eyebrow { color: var(--gold-light); }
.location-section .section-ornament { justify-content: flex-start; }

.contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 30px 0 36px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: rgba(255,255,255,0.72);
  font-size: 0.94rem;
}

.contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(201,162,39,0.14);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 1px;
}

.contact-item strong { display: block; color: var(--sand); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 2px; }

/* Map placeholder */
.location-map-wrap {
  height: 420px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-gold);
}

.map-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--deep-blue-mid) 0%, var(--deep-blue) 60%, var(--deep-blue-dark) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.map-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-bold);
  background-size: 60px 60px;
  opacity: 0.42;
}

.map-pin { position: relative; z-index: 1; animation: pin-bounce 2.4s ease-in-out infinite; }
@keyframes pin-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

.map-label {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,0.75);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ── Booking CTA ─────────────────────────────────────────────── */
.booking-cta {
  position: relative;
  background: var(--deep-blue);
  padding: 120px 24px;
  text-align: center;
  overflow: hidden;
}

.booking-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-bold);
  background-size: 80px 80px;
  opacity: 0.38;
  pointer-events: none;
}

.booking-arch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: min(340px, 82vw);
  opacity: 0.7;
  pointer-events: none;
}
.booking-arch svg { width: 100%; height: auto; }

.booking-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.booking-title {
  font-family: var(--ff-serif);
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  color: var(--sand);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
}

.booking-inner .hero-divider { margin-bottom: 28px; opacity: 0.85; }

.booking-desc {
  color: rgba(255,255,255,0.58);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.72;
  margin-bottom: 44px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.booking-note {
  margin-top: 22px;
  font-size: 0.74rem;
  color: rgba(255,255,255,0.36);
  letter-spacing: 0.05em;
}

/* ── Footer ──────────────────────────────────────────────────── */
.footer {
  position: relative;
  background: var(--deep-blue-dark);
  color: rgba(255,255,255,0.6);
  text-align: center;
  padding: 84px 28px 44px;
  overflow: hidden;
  border-top: 1px solid var(--border-gold);
}

.footer-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--pattern-bold);
  background-size: 80px 80px;
  opacity: 0.25;
  pointer-events: none;
}

.footer-inner { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; }

.footer-logo { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 12px; }
.footer-logo .logo-text { font-size: 1.45rem; color: var(--white); }

.footer-tagline {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.42);
  margin-bottom: 26px;
}

.footer-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--gold);
  margin-bottom: 24px;
  opacity: 0.5;
}
.footer-ornament span { width: 44px; height: 1px; background: var(--gold); opacity: 0.38; }

.footer-nav { display: flex; justify-content: center; gap: 26px; margin-bottom: 24px; flex-wrap: wrap; }
.footer-nav a {
  color: rgba(255,255,255,0.5);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s;
}
.footer-nav a:hover { color: var(--gold); }

.footer-website { font-size: 0.875rem; color: rgba(255,255,255,0.42); margin-bottom: 8px; }
.footer-website a { color: var(--gold); transition: color 0.3s; }
.footer-website a:hover { color: var(--gold-light); }

.footer-copy { font-size: 0.7rem; color: rgba(255,255,255,0.26); letter-spacing: 0.04em; }

/* ── Animations ──────────────────────────────────────────────── */
@keyframes fade-up   { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade-down { from { opacity: 0; transform: translateY(-18px); } to { opacity: 1; transform: translateY(0); } }

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.72s var(--ease), transform 0.72s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.18s; }
.reveal[data-delay="3"] { transition-delay: 0.28s; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .about-grid    { gap: 52px; }
  .location-grid { gap: 52px; }

  .rooms-grid { grid-template-columns: 1fr 1fr; }
  .rooms-grid .room-card:nth-child(3) { grid-column: span 2; }
}

@media (max-width: 800px) {
  .about-grid    { grid-template-columns: 1fr; gap: 48px; }
  .location-grid { grid-template-columns: 1fr; gap: 40px; }
  .rooms-grid    { grid-template-columns: 1fr; }
  .rooms-grid .room-card:nth-child(3) { grid-column: span 1; }

  .about-image-col { max-width: 480px; margin: 0 auto; width: 100%; }
  .about-float-badge { bottom: -16px; right: -10px; }

  .location-section .section-ornament { justify-content: center; }
  .location-section .section-title    { text-align: center; }
  .location-section .section-eyebrow  { display: block; text-align: center; }
  .contact-list { align-items: center; }
  .contact-item { max-width: 360px; }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 200px);
  }
  .g-item:nth-child(1) { grid-row: span 1; }
  .g-item:nth-child(6) { grid-column: span 2; }

  .about-section,
  .rooms-section,
  .gallery-section,
  .location-section { padding: 80px 0 86px; }

  .booking-cta { padding: 88px 24px; }
  .booking-arch { display: none; }
}

@media (max-width: 720px) {
  .nav-links {
    position: fixed;
    inset: 0 0 0 auto;
    width: 270px;
    background: rgba(8,39,40,0.99);
    backdrop-filter: blur(24px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 34px;
    transform: translateX(100%);
    transition: transform 0.4s var(--ease);
    z-index: 800;
    padding: 80px 40px;
    border-left: 1px solid var(--border-gold);
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a    { font-size: 1rem; }
  .nav-cta        { display: none; }
  .hamburger      { display: flex; z-index: 850; }

  .amenity-strip-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .amenity-sep { display: none; }
  .amenity-item { padding: 20px 16px; }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 180px);
  }
}

@media (max-width: 480px) {
  .hero-title  { font-size: 2.3rem; }
  .hero-arch   { display: none; }
  .btn-hero    { padding: 14px 30px; }
  .about-stats { flex-direction: column; gap: 0; }
  .stat-divider { width: 60px; height: 1px; }
  .container   { padding: 0 18px; }
  .nav-container { padding: 0 18px; }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 200px);
  }
  .g-item:nth-child(1),
  .g-item:nth-child(6) { grid-row: span 1; grid-column: span 1; }
}
