/* ═══════════════════════════════════════════════════════════════
   DAR MOUJA — darmouja-imsouane.com
   Elite 2026 frontend — refined, premium, professional
   No gimmicks. No children's animations. Pure craft.
═══════════════════════════════════════════════════════════════ */

/* ── TOKENS ─────────────────────────────────────────────────── */
:root {
  --crema:      #F7F5F0;
  --travertine: #E6DCC8;
  --terra:      #C4705A;
  --terra-h:    #B05848;
  --olive:      #4A4A3A;
  --olive-l:    #6B6B55;
  --night:      #1C2541;
  --night-d:    #111828;
  --ocean:      #1C3A5E;
  --sage:       #5D7A70;
  --sage-h:     #4E665D;
  --white:      #FFFFFF;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Montserrat', system-ui, sans-serif;

  --nav-h: 72px;
  --ease:  cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --safe:  env(safe-area-inset-bottom, 0px);

  --sh-sm: 0 2px 12px rgba(28,37,65,.07);
  --sh-md: 0 8px 32px rgba(28,37,65,.11);
  --sh-lg: 0 20px 60px rgba(28,37,65,.16);
}

/* ── RESET ──────────────────────────────────────────────────── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 24px);
}
body {
  background: var(--crema);
  color: var(--night);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg, iframe, video { max-width: 100%; display: block; }
a { color: inherit; touch-action: manipulation; }
button, input, select, textarea { touch-action: manipulation; font-family: inherit; }
main { display: block; overflow-x: clip; }
address { font-style: normal; }

/* ── ACCESSIBILITY ──────────────────────────────────────────── */
.skip-link {
  position: absolute; top: -80px; left: 1rem;
  padding: 10px 20px; background: var(--terra); color: var(--white);
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none; z-index: 9999; transition: top .2s;
}
.skip-link:focus { top: 8px; }

/* ── NAVIGATION ─────────────────────────────────────────────── */
nav[aria-label="Primary"], #nav {
  position: fixed; inset: 0 0 auto; z-index: 300;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 0 6vw; height: var(--nav-h);
  background: rgba(247,245,240,0); border-bottom: 1px solid transparent;
  transition: background .35s var(--ease), border-color .3s, backdrop-filter .3s, box-shadow .3s;
}
nav[aria-label="Primary"].scrolled, #nav.scrolled {
  background: rgba(247,245,240,0.97); border-bottom-color: var(--travertine);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--sh-sm);
}

/* Over hero — white */
nav[aria-label="Primary"]:not(.scrolled) .nav-logo,
#nav:not(.scrolled) .nav-logo,
nav[aria-label="Primary"]:not(.scrolled) .nav-links a,
#nav:not(.scrolled) .nav-links a { color: var(--white); }
nav[aria-label="Primary"]:not(.scrolled) .lang-btn,
#nav:not(.scrolled) .lang-btn { color: rgba(255,255,255,.78); border-color: rgba(255,255,255,.38); }
nav[aria-label="Primary"]:not(.scrolled) .lang-btn.active,
#nav:not(.scrolled) .lang-btn.active { background: var(--white); color: var(--night); border-color: var(--white); }
nav[aria-label="Primary"]:not(.scrolled) .mobile-menu-summary,
#nav:not(.scrolled) .mobile-menu-summary {
  border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.07); color: rgba(255,255,255,.9);
}

/* Scrolled — dark */
nav[aria-label="Primary"].scrolled .nav-logo,  #nav.scrolled .nav-logo,
nav[aria-label="Primary"].scrolled .nav-links a, #nav.scrolled .nav-links a { color: var(--night); }
nav[aria-label="Primary"].scrolled .lang-btn, #nav.scrolled .lang-btn { color: var(--olive); border-color: var(--travertine); }
nav[aria-label="Primary"].scrolled .lang-btn.active, #nav.scrolled .lang-btn.active { background: var(--night); color: var(--white); border-color: var(--night); }

.sf-nav,
nav[aria-label="Footer navigation"] {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  display: block !important;
  justify-content: initial !important;
  align-items: initial !important;
  gap: 0 !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.mob-nav,
.mobile-nav,
nav[aria-label="Mobile navigation"] {
  top: auto !important;
  height: auto !important;
  justify-content: initial !important;
  align-items: initial !important;
  gap: 0 !important;
}

.nav-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-serif); font-size: 22px; font-weight: 500;
  letter-spacing: .04em; text-decoration: none; white-space: nowrap; transition: color .25s;
}
.nav-logo img { height: 38px; width: auto; object-fit: contain; flex-shrink: 0; }

.nav-links { display: flex; flex-wrap: wrap; gap: 14px 26px; list-style: none; align-items: center; }
.nav-links a {
  font-size: 10.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  text-decoration: none; position: relative; transition: color .2s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 100%;
  height: 1px; background: var(--terra); transition: right .3s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-links a:hover { color: var(--terra) !important; }

.lang-switcher { display: flex; gap: 5px; }
.lang-btn {
  font-family: var(--font-sans); font-size: 10.5px; font-weight: 700; background: none;
  border: 1px solid; padding: 5px 10px; cursor: pointer; letter-spacing: .1em; transition: all .2s;
}
.lang-btn:hover { background: var(--night) !important; color: var(--white) !important; border-color: var(--night) !important; }

/* Mobile hamburger */
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu-summary {
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; padding: 0 11px;
  border: 1px solid var(--travertine); background: rgba(255,255,255,.9);
  color: var(--olive); cursor: pointer; list-style: none;
}
.mobile-menu-summary::-webkit-details-marker { display: none; }
.mobile-menu-summary span { display: block; width: 100%; height: 1.5px; border-radius: 99px; background: currentColor; }

.mobile-menu-panel {
  position: absolute; top: calc(100% + 10px); right: 0;
  width: min(300px, calc(100vw - 32px)); padding: 20px;
  border: 1px solid var(--travertine); background: rgba(247,245,240,.98);
  box-shadow: var(--sh-lg); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.mobile-menu:not([open]) .mobile-menu-panel { display: none; }
.mobile-menu-links { display: grid; gap: 0; }
.mobile-menu-link {
  display: block; padding: 12px 0; border-bottom: 1px solid rgba(230,220,200,.55);
  color: var(--night); font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; text-decoration: none; transition: color .2s, padding-left .2s;
}
.mobile-menu-link:hover { color: var(--terra); padding-left: 6px; }
.mobile-menu-link.active { color: var(--terra); }
.mobile-menu-lang { display: flex; gap: 8px; margin-top: 16px; }
.mobile-menu-lang .lang-btn { flex: 1; text-align: center; }

/* ── BREADCRUMB ─────────────────────────────────────────────── */
.breadcrumb {
  padding: 10px 6vw;
  font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--olive-l); border-bottom: 1px solid var(--travertine);
  background: var(--crema); display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.breadcrumb a { color: var(--olive-l); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: var(--terra); }
.breadcrumb span { color: var(--terra); opacity: .5; }

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  position: relative; height: 100vh; min-height: 600px;
  overflow: hidden; display: flex; align-items: flex-end;
}
.hero img.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    165deg,
    rgba(28,37,65,.12) 0%,
    rgba(28,37,65,.06) 35%,
    rgba(28,37,65,.48) 72%,
    rgba(28,37,65,.72) 100%
  ) !important;
}
.hero-content {
  position: relative; z-index: 2; width: 100%;
  padding: 0 6vw 80px;
  display: flex; justify-content: space-between; align-items: flex-end;
}
h1.hero-title {
  font-family: var(--font-serif); font-size: clamp(64px, 10vw, 120px);
  font-weight: 300; color: var(--white); line-height: .88; letter-spacing: -.02em;
}
.hero-right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.hero-sub {
  font-family: var(--font-serif); font-style: italic;
  font-size: clamp(15px, 1.4vw, 19px); color: rgba(230,220,200,.9);
  max-width: 260px; line-height: 1.6;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(196,112,90,.88); color: var(--white);
  padding: 8px 16px; font-size: 9.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
}

/* Scroll indicator — just a line, minimal */
.hero-scroll {
  display: none !important;
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(230,220,200,.6); font-size: 8.5px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase;
}
.scroll-line {
  display: none !important;
  width: 1px; height: 40px; background: rgba(230,220,200,.5);
  animation: scrollPulse 2.4s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: .8; }
  50%       { transform: scaleY(.35); opacity: .25; }
}

/* ── SECTION PRIMITIVES ─────────────────────────────────────── */
section { padding: 96px 6vw; }
.label-sm {
  display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--terra); margin-bottom: 12px;
}
.divider { width: 44px; height: 1px; background: var(--terra); margin: 22px 0; }

/* ── MANIFESTO ──────────────────────────────────────────────── */
.manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.manifesto-text h2 {
  font-family: var(--font-serif); font-size: clamp(32px, 3.8vw, 52px);
  font-weight: 400; line-height: 1.1; margin-bottom: 22px;
}
.manifesto-text p { font-size: 14px; color: var(--olive); margin-bottom: 16px; line-height: 1.9; }
.manifesto-visual { position: relative; overflow: hidden; }
.manifesto-visual img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.manifesto-caption {
  position: absolute; bottom: 18px; left: 18px;
  font-family: var(--font-serif); font-style: italic; font-size: 12px;
  color: var(--white); background: rgba(28,37,65,.52); padding: 5px 12px;
}

/* ── NAV PREVIEW (big links) ────────────────────────────────── */
.nav-preview { background: var(--night); padding: 80px 6vw; }
.np-label {
  font-size: 10.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(230,220,200,.5); margin-bottom: 52px;
}
a.np-item {
  display: flex; align-items: baseline; gap: 24px;
  padding: 26px 0; border-bottom: 1px solid rgba(230,220,200,.08);
  text-decoration: none; transition: padding-left .4s var(--ease);
}
a.np-item:first-of-type { border-top: 1px solid rgba(230,220,200,.08); }
a.np-item:hover { padding-left: 22px; border-bottom-color: rgba(196,112,90,.35); }
.np-num {
  font-family: var(--font-serif); font-size: clamp(44px, 6.5vw, 96px);
  font-weight: 300; color: rgba(230,220,200,.07); line-height: 1; min-width: 110px;
}
.np-text {
  font-family: var(--font-serif); font-size: clamp(26px, 3.4vw, 52px);
  font-weight: 400; color: var(--white); transition: color .3s;
}
a.np-item:hover .np-text { color: var(--travertine); }
.np-sub { margin-left: auto; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--terra); white-space: nowrap; }

/* ── GALLERY SCROLL (homepage) ──────────────────────────────── */
.gallery-section { padding: 68px 0; }
.gl-label { padding: 0 6vw; font-size: 10.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--olive); margin-bottom: 22px; }
.gl-track { display: flex; gap: 10px; padding: 0 6vw; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.gl-track::-webkit-scrollbar { display: none; }
.gl-cell { flex-shrink: 0; scroll-snap-align: start; width: clamp(230px, 28vw, 400px); aspect-ratio: 3/4; overflow: hidden; position: relative; }
.gl-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gl-cell:hover img { transform: scale(1.05); }
.gl-cell-lbl {
  position: absolute; bottom: 14px; left: 14px;
  font-family: var(--font-serif); font-style: italic; font-size: 13px;
  color: var(--white); background: rgba(28,37,65,.5); padding: 5px 12px;
}

/* ── AMENITIES ──────────────────────────────────────────────── */
.amenities-strip { background: var(--travertine); padding: 52px 6vw; }
.am-title { font-size: 10.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--olive); margin-bottom: 30px; }
.am-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0; }
.am-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--night); font-weight: 500;
  padding: 9px 0; border-bottom: 1px solid rgba(74,74,58,.12);
  transition: color .2s;
}
.am-item:hover { color: var(--terra); }
.am-dot {
  width: 5px; height: 5px; border-radius: 50%; background: var(--terra);
  flex-shrink: 0; transition: transform .25s;
}
.am-item:hover .am-dot { transform: scale(1.7); }

/* ── CONTACT TEASER ─────────────────────────────────────────── */
.ct-teaser { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ct-info h2 { font-family: var(--font-serif); font-size: clamp(32px, 3.8vw, 50px); font-weight: 400; margin-bottom: 18px; line-height: 1.18; }
.ct-info p { font-size: 14px; color: var(--olive); margin-bottom: 9px; line-height: 1.8; }
.ct-info strong { color: var(--night); }
.ct-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* ── BUTTONS ────────────────────────────────────────────────── */
.btn-p {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 36px; background: var(--night); color: var(--white);
  font-family: var(--font-sans); font-size: 10.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; text-decoration: none;
  transition: background .25s; margin-top: 26px;
}
.btn-p:hover { background: var(--terra); }
.btn-s {
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 10px; margin-left: 12px; padding: 12px 30px;
  background: transparent; color: var(--night); border: 1px solid var(--night);
  font-family: var(--font-sans); font-size: 10.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; text-decoration: none; transition: all .25s;
}
.btn-s:hover { background: var(--night); color: var(--white); }

/* ── UNIFIED SITE FOOTER ────────────────────────────────────── */
.site-footer-wrap {
  border-top: 1px solid rgba(230,220,200,.14);
  background:
    linear-gradient(180deg, rgba(17,24,40,0) 0%, rgba(17,24,40,.16) 100%),
    var(--night);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 28%),
    var(--night);
  padding: 64px 6vw 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 1fr) minmax(240px, 1.05fr);
  gap: clamp(36px, 4vw, 60px);
  align-items: start;
}

/* Brand column */
.sf-brand,
.sf-nav,
.sf-contact { min-width: 0; }

.sf-brand {
  display: grid;
  align-content: start;
}

.sf-logo-link {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; margin-bottom: 18px;
}
.sf-logo { height: 38px; width: auto; opacity: .82; }
.sf-name {
  font-family: var(--font-serif); font-size: 20px; font-weight: 500;
  color: rgba(230,220,200,.88); letter-spacing: .04em;
}
.sf-desc {
  font-size: 13.5px; color: rgba(230,220,200,.67); line-height: 1.85;
  max-width: 34ch; margin-bottom: 22px;
}

/* Social icons */
.sf-social { display: flex; gap: 10px; align-items: center; }
.sf-social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border: 1px solid rgba(230,220,200,.15);
  color: rgba(230,220,200,.6); text-decoration: none;
  transition: border-color .2s, color .2s, background .2s;
}
.sf-social-link:hover {
  border-color: rgba(230,220,200,.4); color: rgba(230,220,200,.95);
  background: rgba(230,220,200,.06);
}

/* Navigation column */
.sf-nav {}
.sf-heading {
  font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(230,220,200,.45); margin-bottom: 20px;
}
.sf-links { list-style: none; display: flex; flex-direction: column; gap: 0; }
.sf-links li { border-bottom: 1px solid rgba(230,220,200,.06); }
.sf-links li:first-child { border-top: 1px solid rgba(230,220,200,.06); }
.sf-links a {
  display: block; padding: 9px 0;
  font-size: 12.5px; font-weight: 500; color: rgba(230,220,200,.68);
  text-decoration: none; letter-spacing: .04em;
  transition: color .2s, padding-left .2s;
}
.sf-links a:hover { color: var(--travertine); padding-left: 6px; }

/* Contact column */
.sf-contact {
  display: grid;
  align-content: start;
  justify-items: start;
}
.sf-address { margin-bottom: 16px; }
.sf-address p { font-size: 13px; color: rgba(230,220,200,.62); line-height: 1.85; }
.sf-contact-links { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.sf-contact-links a {
  font-size: 13px; color: rgba(230,220,200,.68); text-decoration: none; transition: color .2s;
}
.sf-contact-links a:hover { color: var(--travertine); }
.sf-hours { font-size: 11.5px; color: rgba(230,220,200,.45); letter-spacing: .04em; margin-bottom: 22px; }
.sf-book-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 28px; background: var(--terra); color: var(--white);
  font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 10px 24px rgba(196,112,90,.22);
}
.sf-book-btn:hover { background: var(--terra-h); transform: translateY(-1px); box-shadow: 0 14px 30px rgba(196,112,90,.28); }

/* Bottom bar */
.sf-bottom {
  background: var(--night-d); padding: 14px 6vw;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
  border-top: 1px solid rgba(230,220,200,.08);
}
.sf-bottom p { font-size: 11px; color: rgba(230,220,200,.32); }
.sf-bottom a { color: rgba(230,220,200,.32); text-decoration: none; transition: color .2s; }
.sf-bottom a:hover { color: rgba(230,220,200,.65); }

/* ── WA FLOAT ───────────────────────────────────────────────── */
.wa-float {
  position: fixed; bottom: 26px; right: 26px; z-index: 400;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--sage); text-decoration: none;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(93,122,112,.28);
  transition: transform .25s, box-shadow .2s;
}
.wa-float:hover { transform: scale(1.06); box-shadow: 0 14px 32px rgba(93,122,112,.34); background: var(--sage-h); }
.wa-float svg { width: 25px; height: 25px; }

/* ── MOBILE BOTTOM NAV ──────────────────────────────────────── */
.mob-nav {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 300;
  background: var(--white); border-top: 1px solid var(--travertine);
  padding-bottom: var(--safe);
}
.mob-nav-inner { display: flex; height: 60px; }
.mob-item {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px; text-decoration: none; color: var(--olive);
  font-size: 8.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  transition: color .2s;
}
.mob-item:hover, .mob-item.active { color: var(--terra); }
.mob-item svg { width: 20px; height: 20px; }

/* ── GALLERY PAGE ───────────────────────────────────────────── */
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 6vw; margin-bottom: 26px; }
.filter-chip {
  padding: 8px 18px; border: 1px solid var(--travertine); background: none; color: var(--olive);
  font-family: var(--font-sans); font-size: 10.5px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: all .2s;
}
.filter-chip.active, .filter-chip:hover { background: var(--night); color: var(--white); border-color: var(--night); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px; padding: 0 6vw; }
.gallery-card { position: relative; overflow: hidden; cursor: pointer; background: none; border: none; padding: 0; display: block; }
.gallery-card.wide  { grid-column: span 2; }
.gallery-card.tall  { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; transition: transform .5s var(--ease); }
.gallery-card.wide img    { aspect-ratio: 16/9; }
.gallery-card.tall img    { aspect-ratio: 3/5; min-height: 440px; }
.gallery-card.standard img { aspect-ratio: 4/3; }
.gallery-card:hover img   { transform: scale(1.04); }
.gallery-copy {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 12px 14px;
  background: linear-gradient(transparent, rgba(28,37,65,.7));
  display: flex; justify-content: space-between; align-items: flex-end;
  opacity: 0; transition: opacity .3s;
}
.gallery-card:hover .gallery-copy { opacity: 1; }
.gallery-copy strong { color: var(--white); font-size: 12px; font-weight: 600; }
.gallery-copy span   { color: rgba(230,220,200,.82); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gallery-empty { grid-column: 1/-1; padding: 56px 24px; text-align: center; color: var(--olive); font-size: 14px; line-height: 1.75; }

/* Lightbox */
.lightbox { display: none; position: fixed; inset: 0; z-index: 600; background: rgba(14,18,32,.96); align-items: center; justify-content: center; padding: 20px; }
.lightbox.open { display: flex; }
.lightbox-inner { position: relative; max-width: 90vw; max-height: 90vh; display: flex; flex-direction: column; }
.lightbox-inner img { max-width: 90vw; max-height: 80vh; object-fit: contain; }
.lightbox-copy { display: flex; justify-content: space-between; align-items: center; padding: 12px 0 0; color: rgba(230,220,200,.85); }
.lightbox-copy strong { font-size: 13px; font-weight: 600; }
.lightbox-copy span { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--terra); }
.lightbox-close { background: rgba(255,255,255,.1); border: none; color: var(--white); font-size: 22px; width: 38px; height: 38px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0; margin-left: 16px; }
.lightbox-close:hover { background: rgba(255,255,255,.18); }

/* ── INNER PAGE SHELL ───────────────────────────────────────── */
.page-shell { padding-top: var(--nav-h); }
.page-header { padding: 72px 6vw 56px; border-bottom: 1px solid var(--travertine); }
.page-header h1 {
  font-family: var(--font-serif); font-size: clamp(42px, 7vw, 82px);
  font-weight: 300; line-height: .95; margin-bottom: 20px;
}
.page-header p { font-size: 15px; color: var(--olive); max-width: 640px; line-height: 1.8; }
.section-shell { padding: 64px 6vw; }
.meta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.meta-row span {
  padding: 5px 12px; border: 1px solid var(--travertine);
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--olive);
}

.cta-band {
  background: var(--night); padding: 52px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-band h2 { font-family: var(--font-serif); font-size: clamp(28px, 3.5vw, 44px); font-weight: 400; color: var(--white); line-height: 1.15; max-width: 500px; }
.cta-band p  { color: rgba(230,220,200,.7); font-size: 14px; margin-top: 10px; max-width: 460px; }
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  padding: 14px 36px; background: var(--terra); color: var(--white);
  font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; transition: background .2s;
}
.btn-primary:hover { background: var(--terra-h); }

.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.feature-card { background: var(--white); padding: 36px; border-left: 3px solid var(--terra); box-shadow: var(--sh-sm); }
.feature-card h2 { font-family: var(--font-serif); font-size: clamp(22px, 2.5vw, 30px); font-weight: 400; margin-bottom: 12px; }
.feature-card p  { font-size: 14px; color: var(--olive); line-height: 1.8; }

.article-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.article-card { background: var(--white); overflow: hidden; box-shadow: var(--sh-sm); transition: box-shadow .3s, transform .3s var(--ease); }
.article-card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); }
.article-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article-body { padding: 28px; }
.article-body h2 { font-family: var(--font-serif); font-size: clamp(22px, 2.2vw, 28px); font-weight: 400; margin-bottom: 12px; line-height: 1.2; }
.article-body p  { font-size: 13.5px; color: var(--olive); line-height: 1.75; margin-bottom: 18px; }
.article-link {
  font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--terra); text-decoration: none; border-bottom: 1px solid var(--terra); padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.article-link:hover { color: var(--terra-h); border-color: var(--terra-h); }

/* ── FORM ───────────────────────────────────────────────────── */
.btn-submit {
  background: var(--night) !important;
  color: var(--white) !important;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid var(--night) !important;
}
.btn-submit:hover { background: var(--terra) !important; border-color: var(--terra) !important; }

.btn-submit-secondary,
.wa-btn {
  background: var(--sage) !important;
  color: var(--white) !important;
  border: 1px solid var(--sage) !important;
  box-shadow: 0 10px 24px rgba(93,122,112,.18);
}
.btn-submit-secondary:hover,
.wa-btn:hover {
  background: var(--sage-h) !important;
  border-color: var(--sage-h) !important;
}
.wa-btn svg,
.wa-float svg { fill: currentColor; }

/* ── FADE-UP ────────────────────────────────────────────────── */
.fade-up { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── MISC PAGE ──────────────────────────────────────────────── */
.room-section:nth-child(even) .room-inner { grid-template-columns: 40% 60%; }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .site-footer { grid-template-columns: 1fr 1fr; }
  .sf-brand { grid-column: 1 / -1; }
}

@media (max-width: 1023px) {
  section { padding: 72px 5vw; }
  nav[aria-label="Primary"], #nav { padding: 0 5vw; }
  .nav-preview { padding: 72px 5vw; }
  .amenities-strip { padding: 44px 5vw; }
  .gl-label { padding: 0 5vw; }
  .gl-track { padding: 0 5vw; }
  .site-footer { padding: 56px 5vw 48px; }
  .sf-bottom { padding: 14px 5vw; }
  .breadcrumb { padding: 10px 5vw; }
  .cta-band { padding: 40px; }
}

@media (max-width: 767px) {
  nav[aria-label="Primary"] .nav-links, #nav .nav-links { display: none; }
  nav[aria-label="Primary"] .lang-switcher, #nav .lang-switcher { display: none !important; }
  .mobile-menu { display: block; }
  nav[aria-label="Primary"], #nav { padding: 0 4vw; gap: 12px; }
  .nav-logo { font-size: 18px; max-width: calc(100% - 70px); }
  .nav-logo img { height: 30px; }

  section { padding: 52px 4vw; }
  .hero { min-height: max(580px, 100svh); }
  .hero-content { flex-direction: column; align-items: flex-start; gap: 12px; padding: 0 4vw 76px; }
  .hero-right { align-items: flex-start; text-align: left; }
  .hero-sub { max-width: 100%; }

  .manifesto { grid-template-columns: 1fr; gap: 32px; }
  .manifesto-visual img { aspect-ratio: 4/3; }
  .ct-teaser { grid-template-columns: 1fr; gap: 32px; }
  .np-sub { display: none; }
  .gl-cell { width: clamp(210px, 70vw, 310px); }
  .gl-track { padding: 0 4vw; gap: 8px; }
  .amenities-strip { padding: 36px 4vw; }
  .am-grid { grid-template-columns: 1fr 1fr; gap: 0; }

  .site-footer { grid-template-columns: 1fr; padding: 44px 4vw 36px; gap: 36px; }
  .sf-brand { grid-column: auto; }
  .sf-bottom { flex-direction: column; gap: 5px; text-align: center; padding: 14px 4vw; }

  .mob-nav { display: block; }
  .wa-float { bottom: calc(72px + var(--safe)); right: 14px; width: 48px; height: 48px; }

  .btn-p, .btn-s, .btn-primary, .btn-submit,
  .btn-exc, .booking-submit, .map-link, .wa-btn, .sf-book-btn {
    display: inline-flex; width: 100%; min-height: 48px; align-items: center; justify-content: center; text-align: center;
  }
  .btn-s { margin-left: 0; margin-top: 8px; }

  .filter-row { padding: 0 4vw; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; padding: 0 4vw; }
  .gallery-card.wide, .gallery-card.tall { grid-column: auto; grid-row: auto; }
  .gallery-card img, .gallery-card.wide img, .gallery-card.tall img, .gallery-card.standard img { aspect-ratio: 1/1; min-height: auto; }
  .gallery-copy { opacity: 1; padding: 8px 10px; }

  .page-header { padding: 56px 4vw 40px; }
  .section-shell { padding: 48px 4vw; }
  .cta-band { padding: 28px 4vw; flex-direction: column; align-items: flex-start; }
  .feature-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .breadcrumb { padding: 10px 4vw; }

  .fade-up { opacity: 1 !important; transform: none !important; transition: none !important; }
}

@media (max-width: 420px) {
  .am-grid { grid-template-columns: 1fr !important; }
  .nav-logo { font-size: 16px; }
  .hero-badge { width: 100%; justify-content: center; }
  .sf-social { flex-wrap: wrap; }
}
