* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #f6f1e7;
  color: #2b2b2b;
  overflow-x: hidden;
}

/* ===== REGION HERO (fixed + working) ===== */
/* ================= HERO SYSTEM ================= */

.hero,
.region-hero {
  position: relative;
  height: 70vh;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* background layer */
.hero::before,
.region-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: slowZoom 25s ease-in-out infinite alternate;
  z-index: 0;
}

/* dark overlay */
.hero::after,
.region-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

/* text layer */
.hero-overlay,
.region-hero-overlay {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
}

/* ===== PAGE SPECIFIC IMAGES ===== */

.hero-hersonissos::before {
  background-image: url('/images/hersonissos-crete-coast-sunset.webp');
}

.hero-stalis-malia::before {
  background-image: url('/images/stalis_malia-hero.webp');
}

.hero-piskopiano::before {
  background-image: url('/images/piskopiano_koutouloufari-hero.webp');
}

.hero-gouves::before {
  background-image: url('/images/gouves-hero.webp');
}

.hero-analipsi::before {
  background-image: url('/images/analipsi_anissaras-hero.webp');
}

.hero-sissi::before {
  background-image: url('/images/sissi-hero.webp');
}

.hero-gournes::before {
  background-image: url('/images/gournes_kokkini_hani-hero.webp');
}

.hero-agios::before {
  background-image: url('/images/agios_nikolaos_elounda-hero.webp');
}

.hero-vergelijk::before {
  background-image: url('/images/hersonissos-crete-coast-sunset.webp');
}

.hero-stranden::before {
  background-image: url('/images/hersonissos-crete-coast-sunset.webp');
}

.hero-vervoer::before {
  background-image: url('/images/vervoer-hero.webp');
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.hero p {
  font-size: 1.1rem;
}
/* Base hero layer */
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  animation: slowZoom 25s ease-in-out infinite alternate;
  transform:scale(1);
  z-index:0;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.45);
  z-index:1;
}

.hero-overlay{
  position:relative;
  z-index:2;
  max-width:900px;
  padding:20px;
  margin:0 auto;
}


/* Per page hero images for .hero */
.hero.hero-hersonissos::before{
  background:url('/images/hersonissos-crete-coast-sunset.webp') center/cover no-repeat;
}
.hero.hero-stalis-malia::before{
  background:url('/images/stalis_malia-hero.webp') center/cover no-repeat;
}
	/* ===== REGION HERO ===== */

.region-hero {
  position: relative;
  height: 60vh;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  }

.region-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
z-index: 0;
}

.region-hero-overlay {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.region-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  margin-bottom: 15px;
}
/* ===== PER REGION HERO IMAGES ===== */


.region-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  animation: slowZoom 25s ease-in-out infinite alternate;
  transform: scale(1);
  z-index: 0;
}

/* ===== REGION CONTENT ===== */

.region-content {
  padding: 120px 20px;
  background: #fdfbf7;
}

.region-container {
  max-width: 800px;
  margin: 0 auto;
}

.region-content h2 {
  font-family: 'Playfair Display', serif;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #5c6b3c;
}

.region-content p {
  line-height: 1.7;
  margin-bottom: 20px;
}


@keyframes slowZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.04); }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  transition: background 0.3s ease, padding 0.3s ease;
}
.navbar.scrolled {
  background: #f6f1e7;
  padding: 15px 40px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
/* Desktop scroll color */
.navbar.scrolled .logo-main {
  color: #2b2b2b;
}

.navbar.scrolled .logo-sub {
  color: #5c6b3c;
}

.navbar.scrolled .nav-links > a {
  color: #2b2b2b;
}

.navbar.scrolled .logo-sub {
  color: #5c6b3c;
}



.nav-right {
  display: flex;
  align-items: center;
}


.logo-main {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: white;
}

.logo-sub {
  font-size: 0.7rem;
  letter-spacing: 3px;
  margin-top: 4px;
  color: #e8e2d8;
}

.logo-main::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #5c6b3c;
  margin-top: 6px;
}
.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: 0.3s;
}

.nav-links a:hover {
  opacity: 0.7;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Hamburger hidden on desktop */
.hamburger {
  display: none;
  width: 34px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;

  flex-direction: column;
  justify-content: space-between;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 2px;
}

/* When scrolled, hamburger lines turn dark */
.navbar.scrolled .hamburger span {
  background: #2b2b2b;
}
.region-links {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.region-links li {
  margin-bottom: 10px;
}

.region-links a {
  text-decoration: none;
  color: #5c6b3c;
  transition: 0.3s;
}

.region-links a:hover {
  opacity: 0.7;
}

/* MOBILE */
@media (max-width: 900px) {

  /* show hamburger only on mobile */
  .hamburger {
    display: flex;
  }
	@media (max-width: 900px) {
  .navbar.scrolled .nav-links a {
    color: white;
  }
}

  /* hide menu by default on mobile */
  .nav-links {
    position: absolute;
    top: 100%;
    right: 20px;
    background: rgba(0,0,0,0.85);
    flex-direction: column;
    width: 240px;
    padding: 18px 20px;
    border-radius: 10px;
    display: none; /* important */
  }

  .nav-links a {
    padding: 10px 0;
    color: white; /* ensure readable */
  }

  /* show menu when opened */
  .nav-links.open {
    display: flex;
  }
}


.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}
	.navbar.scrolled .hamburger span {
  background: #2b2b2b;
}


.intro {
  padding: 120px 20px 100px 20px;
  }

.intro-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.intro h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #5c6b3c;
}

.intro p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
/* ===== REGIONS SECTION ===== */

.regions {
  padding: 140px 20px;
  background: #fdfbf7;
}

.regions-container {
  max-width: 1000px;
  margin: 0 auto;
}

.regions h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 60px;
  text-align: center;
  color: #5c6b3c;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.region-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  text-decoration: none;
}

.region-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.region-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.1));
}

.region-overlay h3 {
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 1.4rem;
  margin: 0;
}

/* ===== MOBILE ===== */

@media (max-width: 900px) {

  .hamburger {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 20px;
    background: rgba(0,0,0,0.85);
    flex-direction: column;
    width: 240px;
    padding: 18px 20px;
    border-radius: 10px;
    display: none;
  }

  .nav-links a {
    padding: 10px 0;
    color: white;
  }

  .nav-links.open {
    display: flex;
  }

  .navbar.scrolled .nav-links a {
    color: white;
  }

  .region-grid {
    grid-template-columns: 1fr;
  }

}
	.back-link {
  margin-bottom: 40px;
}

.back-link a {
  text-decoration: none;
  color: #5c6b3c;
  font-size: 0.9rem;
}

.back-link a:hover {
  opacity: 0.7;
}
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #ffffff;
  min-width: 240px;
  top: 100%;
  left: 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 10px 0;
}

.dropdown-content a {
  display: block;
  padding: 10px 20px;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 0.85rem;
}

.dropdown-content a:hover {
  background: #f6f1e7;
}

.dropdown:hover .dropdown-content {
  display: block;
}

