/* ═══════════════════════════════════════════════
   INFINITE BLUE VILLAS — Shared Stylesheet
   Ferma · Ierapetra · Crete
   ═══════════════════════════════════════════════ */

/* ─── TOKENS ─── */
:root {
  --navy:    #1a1f4a;
  --navy-lt: #242a5e;
  --teal:    #2a96b2;
  --teal-lt: #44b4cc;
  --gold:    #c07840;
  --gold-lt: #d49660;
  --sand:    #f2ece0;
  --sand-lt: #faf6f0;
  --text:    #2d3a4a;
  --light:   #6b7a8d;
  --white:   #ffffff;
  --radius:  4px;
  --trans:   0.3s ease;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Lato', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 400; line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
p  { line-height: 1.75; }

.section-label {
  font-family: 'Lato', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-title { color: var(--navy); margin-bottom: 16px; }
.section-title em { font-style: italic; color: var(--teal); }

.divider {
  width: 56px; height: 2px;
  background: var(--gold);
  margin: 0 auto 32px;
}
.divider.left { margin-left: 0; }

/* ─── LAYOUT ─── */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
section { padding: 96px 0; }

/* ─── NAVBAR ─── */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px;
  height: 72px;
  background: transparent;
  transition: background var(--trans), box-shadow var(--trans);
}
#navbar.scrolled {
  background: var(--navy);
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--white);
  letter-spacing: .04em;
  line-height: 1.3;
}
.nav-logo span { color: var(--gold); }
.nav-logo small {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-lt);
  font-weight: 300;
  margin-top: 2px;
}

.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a {
  font-family: 'Lato', sans-serif;
  font-size: .92rem;
  font-weight: 300;
  letter-spacing: .06em;
  color: var(--white);
  padding: 6px 12px;
  border-radius: var(--radius);
  transition: color var(--trans);
}
.nav-links a:hover { color: var(--gold); }

/* Villa dropdown in nav */
.nav-dropdown { position: relative; }
.nav-dropdown > a::after {
  content: ' ▾';
  font-size: .6rem;
  opacity: .7;
}
.dropdown-menu {
  display: none;
  position: absolute; top: calc(100% + 8px); left: 0;
  background: var(--navy);
  min-width: 180px;
  border-top: 2px solid var(--gold);
  box-shadow: 0 8px 32px rgba(0,0,0,.3);
}
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block;
  padding: 12px 20px;
  font-size: .85rem;
  font-weight: 300;
  letter-spacing: .04em;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: background var(--trans), color var(--trans);
}
.dropdown-menu a:hover { background: var(--navy-lt); color: var(--gold); }
.dropdown-menu a:last-child { border-bottom: none; }

.nav-book {
  background: var(--gold) !important;
  color: var(--navy) !important;
  padding: 8px 18px !important;
  font-weight: 700 !important;
}
.nav-book:hover { background: var(--gold-lt) !important; color: var(--navy) !important; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--white);
  transition: transform var(--trans), opacity var(--trans);
}

/* ─── HERO VIDEO ─── */
#hero {
  position: relative;
  width: 100%; height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-video-wrap {
  position: absolute; inset: 0;
  overflow: hidden;
}
.hero-video-wrap video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(11,31,58,.45) 0%,
    rgba(11,31,58,.35) 50%,
    rgba(11,31,58,.65) 100%
  );
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 0 24px;
  max-width: 820px;
}
.hero-content .eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.hero-content h1 { color: var(--white); text-shadow: 0 2px 20px rgba(0,0,0,.4); margin-bottom: 16px; }
.hero-content .tagline {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(255,255,255,.85);
  margin-bottom: 40px;
  letter-spacing: .04em;
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: var(--gold);
  color: var(--navy);
  font-family: 'Lato', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background var(--trans), transform var(--trans);
}
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-2px); }
.btn-outline {
  display: inline-block;
  padding: 14px 36px;
  border: 1.5px solid rgba(255,255,255,.65);
  color: var(--white);
  font-family: 'Lato', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: border-color var(--trans), background var(--trans);
}
.btn-outline:hover { border-color: var(--gold); background: rgba(201,169,110,.12); }

.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,.6);
  font-size: .7rem; letter-spacing: .15em; text-transform: uppercase;
  animation: bounce 2s infinite;
}
.hero-scroll i { font-size: 1.1rem; color: var(--gold); }
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}

/* ─── HIGHLIGHTS STRIP ─── */
.highlights {
  background: var(--navy);
  padding: 28px 0;
}
.highlights-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.highlight-item {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px;
  padding: 16px 40px;
  border-right: 1px solid rgba(255,255,255,.1);
  color: var(--white);
}
.highlight-item:last-child { border-right: none; }
.highlight-item i { color: var(--gold); font-size: 1.3rem; }
.highlight-item .h-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--white);
}
.highlight-item .h-label {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}

/* ─── INTRO SECTION ─── */
#intro { background: var(--sand-lt); }
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.intro-text p { color: var(--light); margin-bottom: 16px; }
.intro-text p:last-of-type { margin-bottom: 28px; }

/* ─── VILLA CARDS ─── */
#villas { background: var(--white); }
.villas-intro { text-align: center; margin-bottom: 60px; }
.villa-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.villa-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 8px 40px rgba(11,31,58,.12);
  transition: transform var(--trans), box-shadow var(--trans);
}
.villa-card:hover { transform: translateY(-6px); box-shadow: 0 16px 56px rgba(11,31,58,.2); }
.villa-card-img {
  position: relative;
  height: 340px;
  overflow: hidden;
}
.villa-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.villa-card:hover .villa-card-img img { transform: scale(1.05); }
.villa-card-badge {
  position: absolute; top: 18px; left: 18px;
  background: var(--gold);
  color: var(--navy);
  font-family: 'Lato', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--radius);
}
.villa-card-body {
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--sand);
  border-top: none;
}
.villa-card-body h3 { color: var(--navy); margin-bottom: 8px; }
.villa-card-body .sub {
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}
.villa-card-body p { color: var(--light); font-size: .9rem; margin-bottom: 20px; }
.villa-card-features {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 24px;
}
.villa-card-features span {
  font-size: .72rem;
  letter-spacing: .08em;
  color: var(--navy);
  background: var(--sand);
  padding: 4px 10px;
  border-radius: 20px;
}
.btn-villa {
  display: inline-block;
  padding: 11px 28px;
  background: var(--navy);
  color: var(--white);
  font-family: 'Lato', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background var(--trans);
}
.btn-villa:hover { background: var(--teal); }

/* ─── FEATURES GRID ─── */
.features-section { background: var(--navy); color: var(--white); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.feature-item i { font-size: 2rem; color: var(--gold); margin-bottom: 16px; }
.feature-item h4 { font-size: 1rem; color: var(--white); margin-bottom: 8px; }
.feature-item p { font-size: .85rem; color: rgba(255,255,255,.55); }

/* ─── AREA SECTION ─── */
#area { background: var(--sand-lt); }
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.area-text .section-title { margin-bottom: 20px; }
.area-text p { color: var(--light); margin-bottom: 14px; }

.area-points {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.area-point {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: var(--radius);
  padding: 18px 20px;
  box-shadow: 0 2px 12px rgba(11,31,58,.06);
}
.area-point i {
  color: var(--gold);
  font-size: 1.1rem;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}
.area-point-text { display: flex; flex-direction: column; gap: 2px; }
.area-point-time {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
}
.area-point-dest {
  font-size: .95rem;
  font-weight: 700;
  color: var(--navy);
}
@media (max-width: 540px) {
  .area-points { grid-template-columns: 1fr; }
}

.area-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.area-photos img {
  width: 100%; height: 180px;
  object-fit: cover;
  border-radius: var(--radius);
}
.area-photos img:first-child {
  grid-column: 1 / -1;
  height: 240px;
}

/* ─── EXPLORE ─── */
#explore { background: var(--white); }
.explore-intro { text-align: center; margin-bottom: 56px; }
.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.explore-card {
  border: 1px solid var(--sand);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow var(--trans);
}
.explore-card:hover { box-shadow: 0 8px 32px rgba(11,31,58,.1); }
.explore-card img {
  width: 100%; height: 200px;
  object-fit: cover;
}
.explore-card-body { padding: 24px; }
.explore-card-body .distance {
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 6px;
}
.explore-card-body h4 { color: var(--navy); margin-bottom: 8px; }
.explore-card-body p { font-size: .85rem; color: var(--light); }

/* ─── CONTACT ─── */
#contact { background: var(--navy); color: var(--white); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-info .section-title { color: var(--white); margin-bottom: 20px; }
.contact-info p { color: rgba(255,255,255,.65); margin-bottom: 28px; }
.contact-details { display: flex; flex-direction: column; gap: 16px; }
.contact-detail {
  display: flex; gap: 14px; align-items: flex-start;
}
.contact-detail i { color: var(--gold); font-size: 1rem; margin-top: 3px; }
.contact-detail span { font-size: .9rem; color: rgba(255,255,255,.75); }
.contact-detail a { color: rgba(255,255,255,.75); transition: color var(--trans); }
.contact-detail a:hover { color: var(--gold); }

.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius);
  color: var(--white);
  font-family: 'Lato', sans-serif;
  font-size: .9rem;
  padding: 12px 16px;
  transition: border-color var(--trans);
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.form-group select option { background: var(--navy); color: var(--white); }
.form-group textarea { resize: vertical; min-height: 110px; }
.btn-submit {
  padding: 14px 32px;
  background: var(--gold);
  color: var(--navy);
  font-family: 'Lato', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: none; border-radius: var(--radius);
  cursor: pointer;
  transition: background var(--trans), transform var(--trans);
  align-self: flex-start;
}
.btn-submit:hover { background: var(--gold-lt); transform: translateY(-2px); }

/* ─── FOOTER ─── */
footer {
  background: #060f1e;
  padding: 40px 0 24px;
  text-align: center;
  color: rgba(255,255,255,.35);
  font-size: .78rem;
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 6px;
}
.footer-logo span { color: var(--gold); }
.footer-sub {
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: 20px;
}
.footer-links {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 24px;
  margin-bottom: 28px;
}
.footer-links a {
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  transition: color var(--trans);
}
.footer-links a:hover { color: var(--gold); }
.footer-copy { color: rgba(255,255,255,.25); }

/* ═══════════════════════════════════════════════
   VILLA INNER PAGES (thalassa / ammos)
   ═══════════════════════════════════════════════ */

/* ─── VILLA PAGE HERO ─── */
#villa-hero {
  position: relative;
  height: 85vh;
  min-height: 520px;
  overflow: hidden;
  display: flex; align-items: flex-end;
}
.villa-hero-img {
  position: absolute; inset: 0;
}
.villa-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.villa-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,31,58,.85) 0%, rgba(11,31,58,.2) 60%, transparent 100%);
}
.villa-hero-content {
  position: relative; z-index: 2;
  padding: 0 0 64px;
  width: 100%;
}
.villa-hero-content .container { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.villa-hero-text .eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.villa-hero-text h1 { color: var(--white); }
.villa-hero-actions { display: flex; gap: 12px; flex-shrink: 0; }

/* ─── BREADCRUMB ─── */
.breadcrumb {
  background: var(--sand);
  padding: 12px 0;
  border-bottom: 1px solid var(--sand);
}
.breadcrumb-inner {
  display: flex; align-items: center; gap: 8px;
  font-size: .75rem;
  color: var(--light);
  letter-spacing: .05em;
}
.breadcrumb-inner a { color: var(--teal); }
.breadcrumb-inner a:hover { color: var(--navy); }
.breadcrumb-inner i { font-size: .6rem; color: var(--light); }

/* ─── VILLA ABOUT ─── */
#villa-about { background: var(--white); }
.villa-about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
}
.villa-about-text p { color: var(--light); margin-bottom: 14px; }
.villa-about-text p:last-of-type { margin-bottom: 0; }

.villa-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
.villa-stat {
  display: flex; flex-direction: column;
  background: var(--sand-lt);
  border: 1px solid var(--sand);
  padding: 18px 20px;
  border-radius: var(--radius);
}
.villa-stat .num {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--navy);
  line-height: 1;
}
.villa-stat .lbl {
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--light);
  margin-top: 4px;
}

.villa-about-photo img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 12px 12px 0 var(--sand);
}

/* ─── AMENITIES ─── */
#amenities { background: var(--sand-lt); }
.amenities-intro { text-align: center; margin-bottom: 56px; }
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
}
.amenity-card {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--sand);
  padding: 28px 16px;
  border-radius: var(--radius);
  text-align: center;
  transition: box-shadow var(--trans), transform var(--trans);
}
.amenity-card:hover { box-shadow: 0 6px 24px rgba(11,31,58,.1); transform: translateY(-3px); }
.amenity-card i { font-size: 1.5rem; color: var(--teal); }
.amenity-card span { font-size: .8rem; color: var(--navy); font-weight: 600; letter-spacing: .04em; }

/* ─── VILLA GALLERY ─── */
#villa-gallery { background: var(--white); padding: 96px 0 0; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0 24px;
  max-width: 1140px;
  margin: 0 auto 96px;
}
.gallery-item { overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; }
.gallery-item:first-child { grid-column: span 2; aspect-ratio: unset; height: 400px; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.05); }

/* ─── VIDEO TOUR ─── */
#villa-video { background: var(--navy); padding: 80px 0; }
.video-wrap {
  max-width: 900px; margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(0,0,0,.5);
}
.video-wrap video { width: 100%; display: block; }

/* ─── BOOKING / CALENDAR ─── */
#booking { background: var(--sand-lt); }
.booking-intro { text-align: center; margin-bottom: 52px; }
.booking-wrap {
  max-width: 880px; margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: var(--radius);
  padding: 48px;
  min-height: 300px;
  display: flex; align-items: center; justify-content: center;
}
.booking-placeholder {
  text-align: center;
  color: var(--light);
}
.booking-placeholder i { font-size: 2.5rem; color: var(--sand); margin-bottom: 16px; }
.booking-placeholder p { font-size: .9rem; }
.booking-placeholder a { color: var(--teal); }

/* ─── LIGHTBOX ─── */
.lightbox {
  display: none;
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(6,15,30,.95);
  align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw; max-height: 80vh;
  object-fit: contain;
  border-radius: var(--radius);
}
.lightbox-close {
  position: absolute; top: 20px; right: 24px;
  background: none; border: none; cursor: pointer;
  color: var(--white); font-size: 1.5rem; opacity: .7;
  transition: opacity var(--trans);
}
.lightbox-close:hover { opacity: 1; }
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: var(--white); font-size: 1.2rem;
  width: 48px; height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--trans);
}
.lightbox-nav:hover { background: rgba(255,255,255,.2); }
.lightbox-nav.prev { left: 20px; }
.lightbox-nav.next { right: 20px; }
.lightbox-caption {
  position: absolute; bottom: 44px; left: 0; right: 0;
  text-align: center;
  font-size: .88rem; font-style: italic;
  color: rgba(255,255,255,.8);
  padding: 0 80px;
  text-shadow: 0 1px 4px rgba(0,0,0,.7);
  pointer-events: none;
}
.lightbox-counter {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  font-size: .78rem; color: rgba(255,255,255,.5); letter-spacing: .1em;
}

/* ─── LAYOUT & SPACES ─── */
.layout-floors {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 820px;
  margin: 0 auto;
}
.layout-floor {
  padding: 56px 0;
  border-bottom: 1px solid rgba(194,183,166,.45);
}
.layout-floor:last-child { border-bottom: none; }
.layout-floor-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.layout-floor-icon {
  flex-shrink: 0;
  width: 56px; height: 56px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.layout-floor-icon i { color: var(--gold); font-size: 1.2rem; }
.layout-floor-label {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
}
.layout-floor-body { color: var(--light); font-size: 1.05rem; line-height: 1.8; }

@media (max-width: 480px) {
  .layout-floor-icon { width: 46px; height: 46px; }
  .layout-floor-label { font-size: 1.35rem; }
}

/* ─── NATURE & EXPERIENCES ─── */
.exp-intro {
  max-width: 700px;
  margin: 0 auto 52px;
  text-align: center;
  color: var(--light);
  line-height: 1.8;
}
.exp-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.exp-card {
  background: var(--sand-lt);
  border-radius: var(--radius);
  padding: 28px 28px 32px;
  box-shadow: 0 2px 16px rgba(11,31,58,.07);
}
.exp-card-icon {
  width: 44px; height: 44px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.exp-card-icon i { color: var(--gold); font-size: .95rem; }
.exp-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 10px;
}
.exp-card-desc { font-size: .92rem; color: var(--light); line-height: 1.75; }

.day-trip-card {
  border-radius: var(--radius);
  background: var(--navy);
  padding: 40px 48px;
  margin-bottom: 40px;
  box-shadow: 0 4px 32px rgba(11,31,58,.14);
}
.day-trip-label {
  font-size: .72rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
}
.day-trip-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem; color: var(--white); margin-bottom: 14px;
}
.day-trip-desc { font-size: .95rem; color: rgba(255,255,255,.72); line-height: 1.8; max-width: 640px; }

.dining-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 64px;
}
.dining-card {
  background: var(--sand-lt);
  border-radius: var(--radius);
  padding: 28px 32px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: 0 2px 12px rgba(11,31,58,.06);
}
.dining-card-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.dining-card-icon i { color: var(--gold); font-size: .9rem; }
.dining-card-title { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.dining-card-desc { font-size: .9rem; color: var(--light); line-height: 1.7; }

.exp-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.exp-gallery-placeholder {
  aspect-ratio: 4/3;
  background: #dde0e5;
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
}
.exp-gallery-placeholder i { font-size: 1.8rem; color: #a8b2bc; }
.exp-gallery figure {
  margin: 0;
}
.exp-gallery img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
  cursor: pointer;
  transition: opacity var(--trans);
}
.exp-gallery figcaption {
  text-align: center;
  font-size: .78rem;
  color: var(--light);
  padding: 6px 4px 0;
  font-style: italic;
  line-height: 1.4;
}
.exp-gallery img:hover { opacity: .88; }

@media (max-width: 768px) {
  .exp-cards { grid-template-columns: 1fr; }
  .day-trip-card { padding: 28px; }
  .dining-cards { grid-template-columns: 1fr; }
  .exp-gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ─── BACK TO TOP ─── */
#backToTop {
  position: fixed; bottom: 28px; right: 28px; z-index: 900;
  width: 44px; height: 44px;
  background: var(--navy);
  color: var(--white);
  border: none; border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem;
  opacity: 0; pointer-events: none;
  transition: opacity var(--trans), background var(--trans);
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
}
#backToTop.visible { opacity: 1; pointer-events: auto; }
#backToTop:hover { background: var(--teal); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .explore-grid  { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  section { padding: 64px 0; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  #navbar { padding: 0 20px; }

  /* Mobile menu */
  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start;
    position: fixed; top: 72px; left: 0; right: 0;
    background: var(--navy);
    padding: 16px 20px 24px;
    gap: 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,.4);
  }
  .nav-links.open a { padding: 10px 12px; font-size: .92rem; font-weight: 300; width: 100%; }
  .nav-dropdown > a::after { content: ''; }
  .dropdown-menu { display: block; position: static; background: rgba(255,255,255,.05); box-shadow: none; border-top: none; margin-left: 12px; margin-top: 4px; }

  .intro-grid,
  .villa-cards,
  .area-grid,
  .contact-grid,
  .villa-about-grid { grid-template-columns: 1fr; gap: 40px; }

  .villa-cards .villa-card-img { height: 260px; }
  .explore-grid  { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .highlight-item { padding: 14px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:first-child { grid-column: 1 / -1; height: 260px; }
  .villa-hero-content .container { flex-direction: column; align-items: flex-start; }
  .area-photos { grid-template-columns: 1fr; }
  .area-photos img { height: 220px; }
  .area-photos img:first-child { height: 220px; }
}

@media (max-width: 480px) {
  .highlights-grid { flex-direction: column; }
  .highlight-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .highlight-item:last-child { border-bottom: none; }
  .hero-cta { flex-direction: column; align-items: center; }
  .villa-stats { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .booking-wrap { padding: 28px 20px; }
}
