/* ═══════════════════════════════════════════
   INFINITY LEFKAS VILLAS — MAIN STYLESHEET
   Ocean blue · Sandy white · Warm & serene
═══════════════════════════════════════════ */

:root {
  --ocean: #1A6B8A;
  --ocean-deep: #0D4A62;
  --ocean-light: #29ABE2;
  --ocean-pale: #E8F4F9;
  --sand: #F5F0E8;
  --sand-dark: #E8DFD0;
  --warm-white: #FDFAF6;
  --stone: #8A8A8A;
  --stone-light: #B8B8B8;
  --dark: #1C1C1C;
  --text: #2C2C2C;
  --text-light: #6B6B6B;
  --white: #FFFFFF;
}

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

/* ── LANGUAGE BAR ── */
.lang-bar {
  background: var(--ocean-deep);
  padding: 0.4rem 2rem;
}
.lang-bar-inner {
  max-width: 1400px; margin: 0 auto;
  display: flex; align-items: center; justify-content: flex-end; gap: 1rem;
  color: rgba(255,255,255,0.6); font-size: 0.7rem; letter-spacing: 0.15em;
}
.lang-bar-inner a {
  color: rgba(255,255,255,0.55); font-size: 0.68rem; letter-spacing: 0.15em;
  transition: color 0.2s; font-weight: 300;
}
.lang-bar-inner a:hover, .lang-active { color: white !important; }

/* ── NAVIGATION ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 3rem;
  background: rgba(253,250,246,0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(26,107,138,0.1);
  transition: box-shadow 0.3s, padding 0.3s;
}
nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.06); padding: 0.9rem 3rem; }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text em { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.7rem; font-weight: 400; color: var(--ocean); letter-spacing: 0.02em; }
.logo-text .logo-sub { font-family: 'Outfit', sans-serif; font-size: 0.55rem; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ocean-deep); margin-top: 1px; }
.logo-text-footer em { color: #fff; }
.logo-text-footer .logo-sub { color: rgba(255,255,255,0.6); }
.logo-text-footer { margin-bottom: 1.25rem; }
.nav-links { display: flex; align-items: center; gap: 2.5rem; }
.nav-links a {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--text);
  transition: color 0.3s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 1px; background: var(--ocean); transform: scaleX(0);
  transition: transform 0.3s;
}
.nav-links a:hover { color: var(--ocean); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta {
  background: var(--ocean) !important;
  color: white !important;
  padding: 0.6rem 1.5rem !important;
  letter-spacing: 0.15em !important;
  transition: background 0.3s !important;
}
.nav-cta:hover { background: var(--ocean-deep) !important; }
.nav-cta::after { display: none !important; }
.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: 1.5px; background: var(--dark); transition: all 0.3s; }

/* ── HERO ── */
.hero {
  height: 100vh; min-height: 700px;
  position: relative; display: flex; align-items: center; justify-content: center;
  margin-top: 0; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(13,74,98,0.35) 0%, rgba(13,74,98,0.55) 100%);
}
.hero-content {
  position: relative; z-index: 2; text-align: center;
  padding: 0 2rem; max-width: 850px;
  animation: heroFade 1.4s ease forwards;
}
.eyebrow {
  display: block; font-size: 0.65rem; font-weight: 300;
  letter-spacing: 0.4em; text-transform: uppercase;
  color: rgba(255,255,255,0.75); margin-bottom: 1.5rem;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  font-weight: 300; line-height: 1.08; color: white;
  margin-bottom: 1.25rem;
}
.hero h1 em { font-style: italic; color: rgba(255,255,255,0.85); }
.hero-sub {
  font-size: 1.15rem; font-weight: 200; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.75); margin-bottom: 2.5rem; line-height: 1.8;
}
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(255,255,255,0.5); font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase;
  animation: scrollBounce 2s ease infinite;
}
.scroll-line { width: 1px; height: 40px; background: rgba(255,255,255,0.3); }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block; background: var(--ocean);
  color: white; padding: 0.9rem 2.5rem;
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase;
  transition: all 0.3s; border: 1px solid var(--ocean);
}
.btn-primary:hover { background: var(--ocean-deep); border-color: var(--ocean-deep); transform: translateY(-2px); }
.btn-ghost {
  display: inline-block; background: transparent;
  color: white; padding: 0.9rem 2.5rem;
  font-size: 0.72rem; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.5); transition: all 0.3s;
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: white; }
.btn-ghost-light {
  display: inline-block; background: transparent;
  color: white; padding: 0.75rem 2rem;
  font-size: 0.7rem; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.4); transition: all 0.3s; margin-top: 1.5rem;
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.1); border-color: white; }
.btn-link {
  display: inline-block; color: var(--ocean);
  font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  border-bottom: 1px solid var(--ocean); padding-bottom: 2px;
  transition: all 0.3s; margin-top: 1.5rem;
}
.btn-link:hover { color: var(--ocean-deep); border-color: var(--ocean-deep); }
.btn-ocean {
  display: inline-block; background: var(--ocean);
  color: white; padding: 1rem 3rem;
  font-size: 0.75rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase;
  transition: all 0.3s; border: 1px solid var(--ocean);
}
.btn-ocean:hover { background: var(--ocean-deep); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(26,107,138,0.3); }

/* ── INTRO STRIP ── */
.intro-strip {
  background: var(--ocean-deep);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem 3rem; flex-wrap: wrap; gap: 0;
}
.strip-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 0.5rem 3rem; text-align: center;
}
.strip-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 300; color: var(--ocean-light);
}
.strip-label {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); margin-top: 0.2rem;
}
.strip-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.15); }

/* ── TYPOGRAPHY HELPERS ── */
.eyebrow-dark {
  display: block; font-size: 0.62rem; font-weight: 300;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--ocean); margin-bottom: 1rem;
}
.eyebrow-light {
  display: block; font-size: 0.62rem; font-weight: 300;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); margin-bottom: 1rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300; line-height: 1.15; color: var(--ocean-deep);
  margin-bottom: 1.25rem;
}
.section-title em { font-style: italic; color: var(--ocean); }
.section-title-light {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300; line-height: 1.15; color: white;
  margin-bottom: 1.25rem;
}
.section-title-light em { font-style: italic; color: rgba(255,255,255,0.8); }
.light-body { color: rgba(255,255,255,0.75); font-size: 0.95rem; line-height: 1.85; font-weight: 300; }

/* ── WELCOME ── */
.welcome { background: var(--warm-white); padding: 7rem 3rem; }
.welcome-inner {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center;
}
.welcome-text p {
  font-size: 0.95rem; line-height: 1.9; color: var(--text-light);
  margin-bottom: 1rem; font-weight: 300;
}
.welcome-images { position: relative; height: 560px; }
.welcome-img-main {
  position: absolute; right: 0; top: 0;
  width: 78%; height: 88%;
  overflow: hidden;
}
.welcome-img-main img { width: 100%; height: 100%; object-fit: cover; }
.welcome-img-accent {
  position: absolute; left: 0; bottom: 0;
  width: 48%; height: 44%;
  overflow: hidden; border: 5px solid var(--warm-white);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}
.welcome-img-accent img { width: 100%; height: 100%; object-fit: cover; }

/* ── VILLA BLOCKS ── */
.villa-blocks { background: var(--sand); padding: 6rem 3rem; }
.villa-blocks-header { text-align: center; margin-bottom: 4rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.villa-blocks-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; max-width: 1300px; margin: 0 auto;
}
.villa-block {
  display: block; background: var(--warm-white);
  overflow: hidden; transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.villa-block:hover { transform: translateY(-6px); box-shadow: 0 25px 60px rgba(13,74,98,0.12); }
.villa-block-img { position: relative; height: 360px; overflow: hidden; }
.villa-block-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.villa-block:hover .villa-block-img img { transform: scale(1.04); }
.villa-block-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,74,98,0.5) 0%, transparent 50%);
}
.villa-block-badge {
  position: absolute; top: 1.5rem; left: 1.5rem;
  background: var(--ocean); color: white;
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.4rem 0.9rem; font-weight: 400;
}
.villa-block-body { padding: 2rem 2.5rem 2.5rem; }
.villa-block-tag {
  font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--ocean); margin-bottom: 0.6rem;
}
.villa-block-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 300; color: var(--ocean-deep);
  margin-bottom: 0.85rem;
}
.villa-block-body p {
  font-size: 0.875rem; line-height: 1.85; color: var(--text-light);
  font-weight: 300; margin-bottom: 1.25rem;
}
.villa-block-cta {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ocean); border-bottom: 1px solid var(--ocean); padding-bottom: 2px;
  transition: color 0.3s;
}
.villa-block:hover .villa-block-cta { color: var(--ocean-deep); }

/* ── PHOTO STRIP ── */
.photo-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  height: 320px; overflow: hidden;
}
.photo-strip-item { overflow: hidden; }
.photo-strip-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
}
.photo-strip-item:hover img { transform: scale(1.06); }

/* ── AMENITIES TEASER ── */
.amenities-teaser {
  background: linear-gradient(135deg, var(--ocean-deep) 0%, var(--ocean) 100%);
  padding: 7rem 3rem;
}
.amenities-teaser-inner {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 6rem; align-items: center;
}
.amenities-grid-teaser {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(255,255,255,0.1);
}
.amenity-tile {
  background: rgba(255,255,255,0.05);
  padding: 1.75rem 1.5rem;
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.6rem;
  transition: background 0.3s;
}
.amenity-tile:hover { background: rgba(255,255,255,0.1); }
.amenity-icon { font-size: 1.4rem; }
.amenity-tile span:last-child {
  font-size: 0.78rem; letter-spacing: 0.08em; color: rgba(255,255,255,0.8);
  font-weight: 300;
}

/* ── FULL BLEED PHOTO ── */
.full-bleed-photo { position: relative; height: 500px; overflow: hidden; }
.full-bleed-photo img { width: 100%; height: 100%; object-fit: cover; }
.full-bleed-caption {
  position: absolute; bottom: 2rem; right: 3rem;
  background: rgba(253,250,246,0.9);
  padding: 0.6rem 1.2rem;
  font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--ocean-deep);
}

/* ── TESTIMONIALS ── */
.testimonials { background: var(--warm-white); padding: 7rem 3rem; }
.testimonials-inner { max-width: 1300px; margin: 0 auto; }
.testimonials-header { text-align: center; margin-bottom: 4rem; }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.testimonials-grid .testimonial-card:nth-child(n+4) { margin-top: 0; }
.testimonial-card {
  background: var(--sand); padding: 2.5rem;
  border-top: 2px solid var(--ocean-pale);
  position: relative;
}
.stars { color: var(--ocean-light); font-size: 0.85rem; letter-spacing: 0.1em; margin-bottom: 1.25rem; }
.testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; font-style: italic; line-height: 1.8;
  color: var(--text); margin-bottom: 1.5rem;
}
.testimonial-author {
  font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ocean);
}

/* ── BOOK CTA ── */
.book-cta { position: relative; overflow: hidden; }
.book-cta-inner { position: relative; min-height: 500px; display: flex; align-items: center; justify-content: center; }
.book-cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.book-cta-overlay { position: absolute; inset: 0; background: rgba(13,74,98,0.72); }
.book-cta-content { position: relative; z-index: 2; text-align: center; padding: 5rem 2rem; max-width: 650px; }
.book-cta-contacts {
  margin-top: 1.5rem; display: flex; align-items: center; justify-content: center; gap: 1rem;
  font-size: 0.78rem; color: rgba(255,255,255,0.7);
}
.book-cta-contacts a { color: rgba(255,255,255,0.8); transition: color 0.3s; }
.book-cta-contacts a:hover { color: white; }

/* ── PAGE HEROES (inner pages) ── */
.page-hero {
  height: 60vh; min-height: 400px; position: relative;
  display: flex; align-items: flex-end;
  padding: 4rem 3rem;
  margin-top: 0;
}
.page-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,74,98,0.7) 0%, rgba(13,74,98,0.2) 60%);
}
.page-hero-content { position: relative; z-index: 2; max-width: 700px; }
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 300; line-height: 1.1; color: white;
}
.page-hero h1 em { font-style: italic; }
.page-hero p {
  color: rgba(255,255,255,0.75); font-size: 1rem; font-weight: 200;
  letter-spacing: 0.05em; margin-top: 0.75rem; line-height: 1.7;
}

/* ── GALLERY GRID ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.gallery-grid-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-item { overflow: hidden; aspect-ratio: 4/3; }
.gallery-item.tall { aspect-ratio: 3/4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.04); }

/* ── VILLA DETAIL PAGE ── */
.villa-detail { background: var(--warm-white); }
.villa-intro {
  max-width: 1300px; margin: 0 auto;
  padding: 6rem 3rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start;
}
.villa-intro-text p {
  font-size: 0.95rem; line-height: 1.9; color: var(--text-light); font-weight: 300;
  margin-bottom: 1rem;
}
.villa-specs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem;
}
.villa-spec {
  border-top: 1px solid var(--sand-dark); padding-top: 1rem;
}
.villa-spec-label {
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ocean);
  display: block; margin-bottom: 0.25rem;
}
.villa-spec-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 300; color: var(--ocean-deep);
}
.villa-features { list-style: none; margin-top: 2rem; }
.villa-features li {
  font-size: 0.85rem; color: var(--text-light); font-weight: 300;
  padding: 0.6rem 0; border-bottom: 1px solid var(--sand-dark);
  display: flex; align-items: center; gap: 0.75rem;
}
.villa-features li::before { content: '✓'; color: var(--ocean); font-size: 0.75rem; }

/* ── BOOKING FORM ── */
.booking-section { background: var(--warm-white); padding: 6rem 3rem; }
.booking-inner { max-width: 800px; margin: 0 auto; }
.booking-header { text-align: center; margin-bottom: 3.5rem; }
.booking-header p { color: var(--text-light); font-size: 0.95rem; font-weight: 300; line-height: 1.8; margin-top: 0.75rem; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ocean); font-weight: 400;
}
.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid var(--sand-dark); background: var(--sand);
  padding: 0.85rem 1rem; font-family: 'Outfit', sans-serif;
  font-size: 0.875rem; color: var(--text); font-weight: 300;
  transition: border-color 0.3s; outline: none; appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--ocean); background: white; }
.form-group textarea { min-height: 130px; resize: vertical; }
.form-submit { grid-column: 1 / -1; text-align: center; margin-top: 1rem; }
.booking-alt {
  text-align: center; margin-top: 3rem; padding-top: 3rem;
  border-top: 1px solid var(--sand-dark);
}
.booking-alt p { font-size: 0.85rem; color: var(--text-light); font-weight: 300; margin-bottom: 1.25rem; }
.booking-alt-links { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.booking-alt-link {
  display: flex; align-items: center; gap: 0.6rem;
  background: var(--sand); padding: 0.85rem 1.75rem;
  font-size: 0.75rem; letter-spacing: 0.1em; color: var(--ocean-deep);
  border: 1px solid var(--sand-dark); transition: all 0.3s;
}
.booking-alt-link:hover { border-color: var(--ocean); background: var(--ocean-pale); }

/* ── AMENITIES PAGE ── */
.amenities-section { background: var(--warm-white); padding: 6rem 3rem; }
.amenities-inner { max-width: 1300px; margin: 0 auto; }
.amenities-categories { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; margin-top: 4rem; }
.amenity-category h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 300; color: var(--ocean-deep);
  margin-bottom: 1.5rem; padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--sand-dark);
}
.amenity-list { display: flex; flex-direction: column; gap: 0.85rem; }
.amenity-row {
  display: flex; align-items: center; gap: 1rem;
  padding: 0.75rem 0; border-bottom: 1px solid var(--ocean-pale);
}
.amenity-row-icon { font-size: 1.1rem; width: 28px; flex-shrink: 0; }
.amenity-row-text h4 {
  font-size: 0.85rem; font-weight: 400; color: var(--text); margin-bottom: 0.15rem;
}
.amenity-row-text p {
  font-size: 0.78rem; color: var(--text-light); font-weight: 300; line-height: 1.5;
}

/* ── LOCATION PAGE ── */
.location-section { background: var(--warm-white); padding: 6rem 3rem; }
.location-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.location-points { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.5rem; }
.location-point { display: flex; gap: 1.25rem; align-items: flex-start; }
.location-point-icon {
  width: 44px; height: 44px; background: var(--ocean-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0; border: 1px solid rgba(26,107,138,0.15);
}
.location-point-text h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 400; color: var(--ocean-deep); margin-bottom: 0.25rem;
}
.location-point-text p { font-size: 0.8rem; color: var(--text-light); font-weight: 300; line-height: 1.6; }
.map-placeholder {
  height: 480px; background: var(--ocean-pale);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(26,107,138,0.1);
}
.map-placeholder-inner { text-align: center; padding: 2rem; }
.map-placeholder-inner p { font-size: 0.8rem; color: var(--ocean); letter-spacing: 0.1em; }
.map-placeholder-inner small { font-size: 0.7rem; color: var(--stone); display: block; margin-top: 0.5rem; }

/* ── ABOUT PAGE ── */
.about-section { background: var(--warm-white); padding: 6rem 3rem; }
.about-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center; }
.about-text p {
  font-size: 0.95rem; line-height: 1.95; color: var(--text-light); font-weight: 300;
  margin-bottom: 1.25rem;
}
.about-image { height: 600px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-values { margin-top: 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.about-value { border-top: 2px solid var(--ocean-pale); padding-top: 1.25rem; }
.about-value h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 400; color: var(--ocean-deep); margin-bottom: 0.5rem;
}
.about-value p { font-size: 0.8rem; color: var(--text-light); font-weight: 300; line-height: 1.7; }

/* ── FOOTER ── */
footer { background: var(--ocean-deep); color: white; padding: 5rem 3rem 0; }
.footer-inner {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem;
  padding-bottom: 4rem;
}
.footer-logo { margin-bottom: 1.25rem; }
.footer-brand p { font-size: 0.8rem; line-height: 1.8; color: rgba(255,255,255,0.5); font-weight: 300; max-width: 280px; }
.footer-social { display: flex; gap: 1.25rem; margin-top: 1.5rem; }
.footer-social a {
  font-size: 0.7rem; color: rgba(255,255,255,0.55); letter-spacing: 0.1em;
  transition: color 0.3s;
}
.footer-social a:hover { color: var(--ocean-light); }
.footer-col h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 400; color: var(--ocean-light);
  margin-bottom: 1.25rem; letter-spacing: 0.05em;
}
.footer-col ul li {
  font-size: 0.78rem; color: rgba(255,255,255,0.5); font-weight: 300;
  margin-bottom: 0.65rem; letter-spacing: 0.04em; transition: color 0.3s;
  cursor: pointer;
}
.footer-col ul li a { color: rgba(255,255,255,0.5); transition: color 0.3s; }
.footer-col ul li a:hover, .footer-col ul li:hover { color: rgba(255,255,255,0.85); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.75rem 0; max-width: 1300px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: 0.68rem; color: rgba(255,255,255,0.3); letter-spacing: 0.08em; }
.footer-langs { display: flex; gap: 1rem; }
.footer-langs a { font-size: 0.68rem; color: rgba(255,255,255,0.35); letter-spacing: 0.1em; transition: color 0.3s; }
.footer-langs a:hover { color: rgba(255,255,255,0.8); }

/* ── FADE IN ANIMATION ── */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── KEYFRAMES ── */
@keyframes heroFade {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  nav { padding: 1.1rem 2rem; }
  .welcome-inner, .amenities-teaser-inner, .villa-intro, .location-inner, .about-inner { grid-template-columns: 1fr; gap: 3rem; }
  .welcome-images { height: 380px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .villa-blocks-grid { grid-template-columns: 1fr; }
  .photo-strip { grid-template-columns: repeat(2, 1fr); height: auto; }
  .photo-strip-item { aspect-ratio: 4/3; }
  .amenities-categories { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--warm-white); flex-direction: column; gap: 0; padding: 1rem 0; border-bottom: 1px solid var(--sand-dark); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.85rem 2rem; border-bottom: 1px solid var(--sand); }
  .nav-cta { margin: 0.5rem 2rem; text-align: center; }
  .nav-toggle { display: flex; }
  .intro-strip { gap: 1rem; padding: 1.5rem; }
  .strip-item { padding: 0.5rem 1rem; }
  .strip-divider { display: none; }
  section { padding: 4rem 1.5rem; }
  .welcome, .villa-blocks, .amenities-teaser, .testimonials, .booking-section, .amenities-section, .location-section, .about-section { padding: 4rem 1.5rem; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid-2 { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; }
  .form-group.full { grid-column: 1; }
  .villa-specs { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; padding-bottom: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .hero h1 { font-size: 2.5rem; }
  .hero-btns { flex-direction: column; align-items: center; }
}
