/* ===========================
   GARDENIA LOCATION – STYLES
   =========================== */

:root {
  --bg:        #0c0c0e;
  --bg2:       #131317;
  --bg3:       #1a1a20;
  --surface:   #1e1e26;
  --border:    rgba(255,255,255,.08);
  --gold:      #c9a96e;
  --gold-light:#e8cfa0;
  --gold-dim:  rgba(201,169,110,.15);
  --green-wa:  #25d366;
  --text:      #f0ede8;
  --text-muted:#8a8790;
  --white:     #ffffff;
  --radius-sm: 8px;
  --radius:    16px;
  --radius-lg: 24px;
  --transition: .35s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Cairo', sans-serif;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold-dim); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* ===== SCROLL PROGRESS BAR ===== */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(to right, var(--gold), var(--gold-light));
  z-index: 300;
  transition: width .1s linear;
  box-shadow: 0 0 12px rgba(201,169,110,.6);
}

/* ===== SCROLL-REVEAL ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
  will-change: opacity, transform;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  padding: 0 3rem;
  height: 80px;
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background var(--transition), height var(--transition), border-color var(--transition);
}

.site-header.scrolled {
  height: 66px;
  background: rgba(12,12,14,.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: var(--border);
}

.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
}

.logo-symbol {
  color: var(--gold);
  font-size: 1.2rem;
  animation: spin-slow 9s linear infinite;
}

@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.logo-text { display: flex; flex-direction: column; line-height: 1; }

.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .02em;
}

.logo-sub {
  font-size: .62rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .35em;
  margin-top: 2px;
}

.main-nav { display: flex; gap: 2rem; align-items: center; }

.nav-link {
  font-size: .9rem;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  letter-spacing: .03em;
  padding: .4rem 0;
  position: relative;
  transition: color var(--transition);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}

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

.nav-link.nav-cta {
  padding: .55rem 1.4rem;
  background: var(--gold);
  color: #0c0c0e;
  border-radius: 100px;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.nav-link.nav-cta::after { display: none; }
.nav-link.nav-cta:hover {
  background: var(--gold-light);
  color: #0c0c0e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201,169,110,.35);
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 24px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 5.5rem 1.5rem 1.5rem;
  overflow: hidden;
}

/* ── Hero: two infinite-scroll marquee rows ── */
.hero-marquee {
  width: 100%;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 72vh;
  min-height: 320px;
  overflow: hidden;
}
.hm-row {
  flex: 1;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
/* loading pulse قبل ما تتحمّل الصور */
.hm-row:empty {
  background: var(--bg3);
  border-radius: 10px;
  animation: hm-pulse 2s ease-in-out infinite;
}
@keyframes hm-pulse {
  0%, 100% { opacity: .3; }
  50%       { opacity: .55; }
}

/* track: direction:ltr مهم جداً لأن الصفحة RTL */
.hm-track {
  display: flex;
  direction: ltr;
  height: 100%;
}
.hm-track.going-left  { animation: hm-left  linear infinite; }
.hm-track.going-right { animation: hm-right linear infinite; }

@keyframes hm-left {
  from { transform: translateX(0);    }
  to   { transform: translateX(-50%); }
}
@keyframes hm-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0);    }
}

/* كل صورة فيها margin-right بدل gap علشان -50% يبقي بالظبط نص الـ track */
.hm-img {
  flex-shrink: 0;
  height: 100%;
  width: 190px;
  margin-right: 8px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--surface);
  -webkit-user-drag: none;
  user-select: none;
}

@media (max-width: 768px) {
  .hero-marquee { height: 54vh; min-height: 220px; }
  .hm-img { width: 120px; margin-right: 6px; }
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 45%, rgba(201,169,110,.14) 0%, transparent 70%),
    radial-gradient(ellipse 45% 60% at 50% 75%, rgba(201,169,110,.06) 0%, transparent 60%);
  will-change: transform;
}

/* ===== HERO COLLAGE (animated random grid) ===== */
.hero-collage {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  gap: 8px;
  padding: 8px;
  overflow: hidden;
  pointer-events: none;            /* الضغط عليها مايعملش حاجة */
}
.hero-tile {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: var(--surface);
}
.hero-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  transition: opacity .55s ease;
}

/* تعتيم الهيرو عشان الكلام يفضل واضح فوق الصور */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse 52% 48% at 50% 48%, rgba(12,12,14,.92) 0%, rgba(12,12,14,.72) 42%, rgba(12,12,14,.5) 100%),
    linear-gradient(to bottom, rgba(12,12,14,.55) 0%, rgba(12,12,14,.25) 35%, rgba(12,12,14,.45) 75%, rgba(12,12,14,.85) 100%);
}

/* film grain overlay */
.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.hero-center { margin: 0 auto; }

.hero-logo {
  display: inline-block;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  color: var(--gold);
  margin-bottom: .5rem;
  text-shadow: 0 0 30px rgba(201,169,110,.5);
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  line-height: .98;
  color: var(--white);
  margin-bottom: .7rem;
}
.hero-title .line {
  display: block;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
}
.hero-title .line-accent {
  color: var(--gold);
  font-style: italic;
  font-weight: 400;
}
.hero-title .reveal:nth-child(2) { transition-delay: .1s; }

.hero-tagline {
  font-family: 'Cairo', sans-serif;
  font-size: clamp(.85rem, 1.8vw, 1.05rem);
  font-weight: 300;
  color: var(--text-muted);
  letter-spacing: .04em;
  line-height: 1.7;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  transition-delay: .25s;
}
.hero-tagline::before,
.hero-tagline::after {
  content: '';
  width: clamp(20px, 6vw, 48px);
  height: 1px;
  background: var(--gold);
  opacity: .6;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .95rem 2.2rem;
  font-family: 'Cairo', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .03em;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.btn-primary {
  background: var(--gold);
  color: #0c0c0e;
}
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-3px);
  box-shadow: 0 14px 44px rgba(201,169,110,.35);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-3px);
}

.btn-whatsapp {
  background: var(--green-wa);
  color: #07321a;
}
.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 44px rgba(37,211,102,.35);
}

.btn .ic { font-size: 1rem; }

/* Hero decoration */
.hero-decoration { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.deco-circle {
  position: absolute;
  left: 50%; top: 50%;
  border-radius: 50%;
  border: 1px solid var(--border);
  aspect-ratio: 1;
}
.deco-circle.c1 {
  width: clamp(360px, 55vw, 560px);
  transform: translate(-50%, -50%);
  animation: pulse-center 4s ease-in-out infinite;
}
.deco-circle.c2 {
  width: clamp(520px, 85vw, 840px);
  transform: translate(-50%, -50%);
  animation: pulse-center 4s ease-in-out infinite .8s;
}
@keyframes pulse-center {
  0%, 100% { opacity: .4; transform: translate(-50%, -50%) scale(1); }
  50%       { opacity: .1; transform: translate(-50%, -50%) scale(1.04); }
}

/* Scroll hint */
.scroll-hint {
  display: none;
}
.mouse {
  display: block;
  width: 24px; height: 38px;
  border: 2px solid var(--text-muted);
  border-radius: 14px;
  position: relative;
}
.wheel {
  position: absolute;
  top: 7px; left: 50%;
  transform: translateX(-50%);
  width: 4px; height: 8px;
  background: var(--gold);
  border-radius: 2px;
  animation: wheel-move 1.6s ease-in-out infinite;
}
@keyframes wheel-move {
  0%   { opacity: 0; transform: translate(-50%, 0); }
  40%  { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 12px); }
}

/* ===== SECTION HEADER ===== */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  padding: .35rem 1rem;
  border: 1px solid var(--gold-dim);
  border-radius: 100px;
  margin-bottom: 1.2rem;
  background: var(--gold-dim);
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  color: var(--white);
}
.section-title em { color: var(--gold); font-style: italic; }
.section-sub {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 300;
  color: var(--text-muted);
}

/* ===== LOCATIONS GRID ===== */
/* ===== MOVING SHOWCASE (marquee) ===== */
.showcase {
  padding: 1.5rem 0 1rem;
  overflow: hidden;
}
.marquee {
  overflow: hidden;
  padding: .5rem 0;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}
.marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  direction: ltr;
  cursor: grab;
  will-change: transform;
  touch-action: pan-y;            /* السحب الأفقي للماركيز، التمرير الرأسي للصفحة */
}
.marquee-track.grabbing { cursor: grabbing; }
.marquee-track.js-marquee { animation: none !important; }
.marquee-img {
  height: 220px;
  width: auto;
  border-radius: var(--radius);
  object-fit: cover;
  cursor: pointer;
  flex-shrink: 0;
  filter: saturate(.92);
  -webkit-user-drag: none;
  user-select: none;
  transition: transform .4s ease, filter .4s ease, box-shadow .4s ease;
}
.marquee-img:hover {
  transform: scale(1.05);
  filter: saturate(1.1);
  box-shadow: 0 16px 44px rgba(0,0,0,.55);
}
@media (max-width: 768px) { .marquee-img { height: 150px; } }

.locations-section { padding: .5rem 2rem 5rem; }

/* ── Folder Grid (portrait cards) ── */
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.1rem;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 1200px) { .masonry-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px)  { .masonry-grid { grid-template-columns: repeat(3, 1fr); gap: .9rem; } }
@media (max-width: 600px)  { .masonry-grid { grid-template-columns: repeat(2, 1fr); gap: .7rem; } }

/* ── Folder card (portrait) ── */
.folder-item {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;                /* طولية */
  border: 1px solid var(--border);
  box-shadow: 0 8px 26px rgba(0,0,0,.35);
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease, border-color .3s ease;
  animation: fade-up .6s ease both;
  background: var(--surface);
}
.folder-item:nth-child(1) { animation-delay: .05s; }
.folder-item:nth-child(2) { animation-delay: .12s; }
.folder-item:nth-child(3) { animation-delay: .19s; }
.folder-item:nth-child(n+4) { animation-delay: .25s; }
.folder-item:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 30px 70px rgba(0,0,0,.6), 0 0 0 1px var(--gold);
  border-color: var(--gold);
}

/* Slideshow inside folder card */
.folder-slideshow {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.folder-slide {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
  animation: ken-burns 14s ease-in-out infinite alternate;
}
.folder-slide.active { opacity: 1; }
.folder-item:hover .folder-slide.active { animation-play-state: paused; }

/* count badge */
.folder-badge {
  position: absolute; top: .7rem; right: .7rem; z-index: 2;
  background: rgba(12,12,14,.62);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  color: #f0ede8; font-size: .72rem; font-weight: 600;
  padding: .25rem .65rem; border-radius: 100px;
  border: 1px solid rgba(255,255,255,.12);
  opacity: 0; transform: translateY(-4px);
  transition: opacity .3s ease, transform .3s ease;
}
.folder-item:hover .folder-badge { opacity: 1; transform: translateY(0); }
/* subtle bottom gradient for depth */
.folder-item::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.35) 0%, transparent 35%);
  opacity: .8; transition: opacity .3s;
}
.folder-item:hover::after { opacity: 1; }

/* Folder name overlay */
.folder-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.4) 55%, transparent 100%);
  padding: 1.8rem 1rem .8rem;
  display: flex; flex-direction: column; gap: .2rem;
  transition: background .3s;
}
.folder-item:hover .folder-label {
  background: linear-gradient(to top, rgba(0,0,0,.95) 0%, rgba(0,0,0,.5) 55%, transparent 100%);
}
.folder-label-name {
  font-size: 1rem; font-weight: 700; color: #f0ede8;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.folder-label-count { font-size: .78rem; color: #c9a96e; }

/* Old masonry-item kept for modal masonry */
.masonry-item {
  break-inside: avoid;
  cursor: pointer;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  transition: transform .4s ease, box-shadow .4s ease;
}
.masonry-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.5);
}
.masonry-img {
  width: 100%; height: auto; display: block;
  transition: transform .5s ease;
  animation: ken-burns 12s ease-in-out infinite alternate;
}
.masonry-item:hover .masonry-img { transform: scale(1.06); }

.loading-state {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 4rem;
  color: var(--text-muted);
}
.spinner {
  width: 36px; height: 36px;
  border: 2px solid var(--border);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 5rem 2rem;
  color: var(--text-muted);
}
.empty-state .empty-icon { font-size: 3rem; margin-bottom: 1rem; opacity: .4; }
.empty-state h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--text);
  margin-bottom: .75rem;
}
.empty-state p { font-size: .9rem; line-height: 1.8; max-width: 420px; margin: 0 auto; }
.empty-state code {
  display: inline-block;
  margin-top: 1.5rem;
  padding: .5rem 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: monospace;
  font-size: .85rem;
  color: var(--gold);
  direction: ltr;
}

/* Location card */
.location-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  background: var(--surface);
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
  opacity: 0;
  transform: translateY(36px) scale(.98);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), opacity .7s ease;
}
.location-card.in-view { opacity: 1; transform: translateY(0) scale(1); }
.location-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 64px rgba(0,0,0,.55), 0 0 0 1px var(--gold-dim);
  border-color: var(--gold-dim);
}

.card-image {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  animation: ken-burns 16s ease-in-out infinite alternate;
}
.location-card:hover .card-image { animation-play-state: paused; }
@keyframes ken-burns {
  from { transform: scale(1.03) translate(0, 0); }
  to   { transform: scale(1.16) translate(-2%, -1.5%); }
}
/* فرق التوقيت يخلي الكروت ما تتحركش بنفس الإيقاع */
.location-card:nth-child(3n+1) .card-image { animation-duration: 18s; }
.location-card:nth-child(3n+2) .card-image { animation-duration: 14s; animation-direction: alternate-reverse; }

.card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,.05) 100%);
  transition: background var(--transition);
}
.location-card:hover .card-overlay {
  background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 60%, rgba(0,0,0,.1) 100%);
}

.card-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--bg3) 0%, var(--surface) 100%);
}
.card-placeholder-icon { font-size: 3rem; opacity: .2; }

.card-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.5rem;
  z-index: 2;
}
.card-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .4rem;
  line-height: 1.2;
}
.card-count {
  font-size: .8rem;
  color: rgba(255,255,255,.65);
  letter-spacing: .05em;
}
.card-arrow {
  position: absolute;
  top: 1.25rem; left: 1.25rem;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(201,169,110,.15);
  border: 1px solid rgba(201,169,110,.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.1rem;
  opacity: 0; transform: scale(.8) rotate(-45deg);
  transition: opacity var(--transition), transform var(--transition);
}
.location-card:hover .card-arrow { opacity: 1; transform: scale(1) rotate(0); }

/* ===== CONTACT ===== */
.contact-section {
  padding: 5rem 3rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.contact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(201,169,110,.12) 0%, transparent 70%);
}
.contact-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.contact-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--white);
  margin: 1.2rem 0 1rem;
}
.contact-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* ── Big CTA buttons (phone + WhatsApp) ── */
.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}
.cta-main {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-family: 'Cairo', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  min-width: 160px;
  justify-content: center;
}
.cta-main svg { width: 22px; height: 22px; flex-shrink: 0; }
.cta-main:hover { transform: translateY(-3px); }
.cta-main.phone {
  background: #f0ede8;
  color: #0c0c0e;
  box-shadow: 0 8px 28px rgba(240,237,232,.15);
}
.cta-main.phone:hover { box-shadow: 0 14px 36px rgba(240,237,232,.25); }
.cta-main.whatsapp {
  background: #25D366;
  color: #fff;
  box-shadow: 0 8px 28px rgba(37,211,102,.25);
}
.cta-main.whatsapp:hover { box-shadow: 0 14px 36px rgba(37,211,102,.4); }

@media (max-width: 480px) {
  .cta-main { min-width: 140px; padding: .85rem 1.4rem; font-size: .95rem; }
}

/* ── Social icon buttons (FB + IG) ── */
.social-row {
  display: flex;
  gap: .9rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.social-btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.social-btn svg { width: 24px; height: 24px; }
.social-btn:hover { transform: translateY(-4px); }
.social-btn.fb:hover {
  background: #1877f2; border-color: #1877f2; color: #fff;
  box-shadow: 0 12px 30px rgba(24,119,242,.35);
}
.social-btn.ig:hover {
  background: radial-gradient(circle at 30% 110%, #fdf497 5%, #fd5949 45%, #d6249f 65%, #285aeb 90%);
  border-color: transparent; color: #fff;
  box-shadow: 0 12px 30px rgba(214,36,159,.35);
}
.social-btn.wa:hover {
  background: var(--green-wa); border-color: var(--green-wa); color: #fff;
  box-shadow: 0 12px 30px rgba(37,211,102,.35);
}
.social-btn.call:hover {
  background: var(--gold); border-color: var(--gold); color: #0c0c0e;
  box-shadow: 0 12px 30px rgba(201,169,110,.35);
}

/* Address */
.contact-address {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: .5rem;
  max-width: 480px;
  margin: 2.5rem auto 0;
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--transition);
}
.contact-address:hover { color: var(--text); }
.contact-address .pin { color: var(--gold); flex-shrink: 0; }

/* ===== FOOTER ===== */
.site-footer {
  padding: 3rem;
  border-top: 1px solid var(--border);
  background: var(--bg2);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: .6rem;
}
.footer-brand .logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--white);
}
.footer-copy { font-size: .82rem; color: var(--text-muted); }

/* ===== FLOATING WHATSAPP ===== */
.float-wa {
  position: fixed;
  bottom: 1.5rem; right: 1.5rem;
  z-index: 150;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--green-wa);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(37,211,102,.4);
  animation: wa-pulse 2.4s ease-in-out infinite;
  transition: transform var(--transition);
}
.float-wa:hover { transform: scale(1.1); }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 8px 28px rgba(37,211,102,.4); }
  50%       { box-shadow: 0 8px 28px rgba(37,211,102,.4), 0 0 0 14px rgba(37,211,102,0); }
}

/* ===== GALLERY MODAL ===== */
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.gallery-modal.open { opacity: 1; pointer-events: all; }
.modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.modal-container {
  position: relative;
  width: 100%;
  background: var(--bg2);
  display: flex;
  flex-direction: column;
  transform: translateX(60px);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}
.gallery-modal.open .modal-container { transform: translateX(0); }
.modal-close {
  position: absolute;
  top: 1.25rem; left: 1.5rem;
  z-index: 10;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--bg3);
  color: var(--text-muted);
  font-size: 1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.modal-close:hover { background: var(--surface); color: var(--white); border-color: var(--gold-dim); }

/* ── Folder Swiper (top) ── */
.folder-swiper {
  flex: 1;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: 3.8rem .8rem 1rem;
  min-height: 0;
  overflow: hidden;
}
.swiper-main {
  flex: 1;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.swiper-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  transition: opacity .22s ease;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
}
.swiper-img.fading { opacity: 0; }
.swiper-arrow {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(201,169,110,.12);
  border: 1px solid rgba(201,169,110,.3);
  color: var(--gold);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .2s;
  z-index: 2;
}
.swiper-arrow:hover { background: rgba(201,169,110,.28); transform: scale(1.08); }
.swiper-arrow:disabled { opacity: .25; pointer-events: none; }
.swiper-counter {
  position: absolute;
  bottom: .6rem; left: 50%; transform: translateX(-50%);
  background: rgba(0,0,0,.65);
  color: var(--text);
  padding: .22rem .75rem;
  border-radius: 20px;
  font-size: .8rem;
  white-space: nowrap;
  pointer-events: none;
}

/* ── Thumbnails strip (bottom) ── */
.folder-thumbs {
  display: flex;
  gap: .4rem;
  overflow-x: auto;
  padding: .7rem .9rem;
  background: rgba(0,0,0,.35);
  flex-shrink: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(201,169,110,.3) transparent;
}
.folder-thumbs::-webkit-scrollbar { height: 4px; }
.folder-thumbs::-webkit-scrollbar-thumb { background: rgba(201,169,110,.35); border-radius: 4px; }
.thumb-item {
  flex-shrink: 0;
  width: 70px; height: 70px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color .2s, opacity .2s;
  opacity: .5;
}
.thumb-item.active { border-color: var(--gold); opacity: 1; }
.thumb-item:hover { opacity: .82; }
.thumb-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 640px) {
  .folder-swiper { padding: 3.5rem .3rem .7rem; gap: .2rem; }
  .swiper-arrow  { width: 36px; height: 36px; font-size: 1.5rem; }
  .thumb-item    { width: 56px; height: 56px; }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: var(--surface);
}
.masonry-item img {
  display: block;
  width: 100%; height: auto;
  transition: transform .4s ease;
}
.masonry-item:hover img { transform: scale(1.04); }
.masonry-item .item-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0);
  display: flex; align-items: center; justify-content: center;
  transition: background .3s ease;
}
.masonry-item:hover .item-overlay { background: rgba(0,0,0,.35); }
.item-zoom-icon {
  color: var(--white);
  font-size: 1.5rem;
  opacity: 0; transform: scale(.7);
  transition: opacity .3s ease, transform .3s ease;
}
.masonry-item:hover .item-zoom-icon { opacity: 1; transform: scale(1); }

/* ── Folder cards in gallery grid ── */
.folder-item { cursor: pointer; position: relative; }
.folder-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.4) 60%, transparent 100%);
  padding: 1.2rem .9rem .7rem;
  display: flex; flex-direction: column; gap: .15rem;
}
.folder-label-name {
  font-size: .95rem; font-weight: 700; color: #f0ede8;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.folder-label-count { font-size: .75rem; color: #c9a96e; }
.folder-item:hover .folder-label { background: linear-gradient(to top, rgba(0,0,0,.95) 0%, rgba(0,0,0,.5) 60%, transparent 100%); }

/* ===== LIGHTBOX ===== */
.lightbox {
  position: fixed; inset: 0; z-index: 300;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.96);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.lb-image-wrap {
  position: relative; z-index: 1;
  max-width: 90vw; max-height: 88vh;
  display: flex; align-items: center; justify-content: center;
}
.lb-image {
  max-width: 90vw; max-height: 88vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 40px 120px rgba(0,0,0,.8);
  transition: opacity .3s ease;
}
.lb-image.loading { opacity: 0; }
.lb-loader {
  position: absolute;
  width: 32px; height: 32px;
  border: 2px solid var(--border);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin .7s linear infinite;
  display: none;
}
.lb-image.loading ~ .lb-loader { display: block; }
.lb-btn {
  position: fixed; top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(30,30,38,.8);
  color: var(--text);
  font-size: 2rem; line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}
.lb-btn:hover {
  background: var(--gold);
  color: #0c0c0e;
  border-color: var(--gold);
  transform: translateY(-50%) scale(1.1);
}
.lb-prev { right: 1.5rem; }
.lb-next { left: 1.5rem; }
.lb-close {
  position: fixed; top: 1.5rem; left: 1.5rem;
  z-index: 2;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(30,30,38,.8);
  color: var(--text-muted);
  font-size: 1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition), color var(--transition);
}
.lb-close:hover { background: var(--surface); color: var(--white); }
.lb-play {
  position: fixed; top: 1.5rem; left: 5rem;
  z-index: 2;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(30,30,38,.8);
  color: var(--gold);
  font-size: .9rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.lb-play:hover { background: var(--gold); color: #0c0c0e; border-color: var(--gold); }
.lb-play.playing { background: var(--gold-dim); border-color: var(--gold); }
.lb-counter {
  position: fixed;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: .4rem 1.2rem;
  background: rgba(30,30,38,.8);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: .05em;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .site-header { padding: 0 1.5rem; }
  .main-nav {
    position: fixed;
    top: 66px; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(12,12,14,.97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition), padding var(--transition);
  }
  .main-nav.open { max-height: 320px; padding: 1rem 0; }
  .nav-link { padding: 1rem 1.5rem; width: 100%; text-align: center; }
  .nav-link.nav-cta { margin: .5rem 1.5rem; }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { padding: 5.5rem 1.5rem 1.5rem; }
  .locations-section { padding: .5rem 1rem 4rem; }
  .marquee-img { height: 150px; }
  .collage-frame { opacity: .55; }
  .collage-frame.f3, .collage-frame.f4 { display: none; }
  .collage-frame.f1 { top: 8%; right: 4%; }
  .collage-frame.f2 { bottom: 9%; left: 4%; right: auto; }
  .contact-section { padding: 4rem 1.5rem; }
  .modal-header { padding: 1.25rem 1.5rem 1.25rem 4rem; }
  .modal-slideshow { padding: .5rem 1.1rem; font-size: .8rem; }
  .album-tabs { padding: 1rem 1.5rem 0; }
  .gallery-masonry { padding: 1.5rem; }
  .lb-prev { right: .75rem; }
  .lb-next { left: .75rem; }
  .footer-inner { flex-direction: column; text-align: center; }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
