* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  color: #2c2c2c;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

/* Navigation */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.logo {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #1a1a1a;
  z-index: 1001;
}

.logo img {
  display: block;
}

.section-header .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.nav-center {
  display: flex;
  gap: 40px;
  list-style: none;
  align-items: center;
}

.nav-center a {
  text-decoration: none;
  color: #2c2c2c;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}

.nav-center a:hover {
  color: #8b9b87;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

#navMenu .lang-switcher a {
  padding: 5px 10px;
}

.lang-switcher {
  display: flex;
  font-size: 12px;
  letter-spacing: 1px;
}

.lang-switcher a {
  font-weight: 600;
  text-decoration: none;
  color: #2c2c2c;
  padding: 5px 10px;
  transition: color 0.3s;
}

.lang-switcher a.active {
  color: #8b9b87;
  font-weight: 600;
}

.lang-switcher a:hover {
  color: #8b9b87;
}

.lang-switcher a:first-child {
  border-right: 1px solid #555555;
}

.book-btn {
  min-width: 132px;
  background: #8b9b87;
  color: white;
  padding: 12px 30px;
  border: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}

.book-btn:hover {
  background: #6b7a6f;
}

/* Mobile Menu Button */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 99999;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #2c2c2c;
  margin: 3px 0;
  transition: 0.3s;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Hero Section */
.hero {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('../../images/evoras-hotel-front-V.jpg');
  /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23A8B5A0" width="1200" height="800"/><path fill="%238B9B87" d="M0 400 L600 200 L1200 400 L1200 800 L0 800 Z"/></svg>'); */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.hero-content {
  max-width: 900px;
  padding: 20px;
  animation: fadeInUp 1s ease;
}

.hero-subtitle {
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.9;
}

.hero-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.hero-description {
  font-size: 20px;
  line-height: 1.8;
  opacity: 0.95;
  font-weight: 300;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section Styles */
section {
  padding: 100px 60px;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-subtitle {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b9b87;
  margin-bottom: 15px;
}

.section-title {
  font-size: 48px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.section-description {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

/* About Section */
.about {
  background: #f9f7f4;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.about-image {
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 2px;
}

.about-text h3 {
  font-size: 36px;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.about-text p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
}

/* Rooms Grid */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.room-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 450px;
}

.room-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #a8b5a0 0%, #a8b5a0 100%);
  transition: transform 0.6s ease;
}

.room-card:hover .room-image {
  transform: scale(1.05);
}

.room-info {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: absolute;
  /* top: 0; */
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 40px 30px 30px;
  color: white;
}

.room-info h3 {
  /* font-weight: 600; */
  /* color: #6B7280; */
  line-height: 1.4;
  /* height: 100px; */
}

.room-info p {
  font-size: 16px;
}

.room-name {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 400;
}

.room-description {
  font-size: 14px;
  opacity: 0.9;
}

/* Restaurant Section */
.restaurant {
  background: #1a1a1a;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
}

.restaurant-image {
  background: linear-gradient(135deg, #a8b5a0 0%, #8b9b87 100%);
  min-height: 600px;
}

.restaurant-content {
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.restaurant-content h2 {
  font-size: 48px;
  margin-bottom: 25px;
  font-weight: 300;
  line-height: 1.3;
}

.restaurant-content p {
  font-size: 18px;
  line-height: 1.9;
  opacity: 0.9;
  margin-bottom: 40px;
}

.explore-btn {
  background: transparent;
  border: 2px solid #8b9b87;
  color: #8b9b87;
  padding: 15px 40px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  width: fit-content;
}

.explore-btn:hover {
  background: #8b9b87;
  color: white;
}

/* Experiences Section */
.experiences {
  background: #f9f7f4;
}

.experiences-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.experience-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  background: white;
  padding: 40px;
}

.experience-image {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, #a8b5a0 0%, #8b9b87 100%);
}

.experience-text h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 400;
}

.experience-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

/* Contact Section */
.contact {
  background: #2c2c2c;
  color: white;
  text-align: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1200px;
  margin: 60px auto 0;
}

.contact-item h3 {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b9b87;
  margin-bottom: 15px;
}

.contact-item p {
  font-size: 16px;
  opacity: 0.9;
}

/* Footer */
footer {
  background: #1a1a1a;
  color: white;
  text-align: center;
  padding: 40px 60px;
  font-size: 14px;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 968px) {
  nav {
    padding: 15px 30px;
  }

  .nav-center {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    padding: 20px;
  }

  .nav-center.active {
    right: 0;
  }

  .nav-center a {
    font-size: 18px;
    padding: 15px 0;
  }

  .nav-right {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }

  .menu-toggle {
    display: flex;
  }

  .book-btn {
    padding: 10px 20px;
    font-size: 11px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 12px;
  }

  .hero-description {
    font-size: 16px;
  }

  .room-card {
    height: 600px;
  }

  .rooms-grid {
    grid-template-columns: 1fr;
  }

  .about-content {
    grid-template-columns: 1fr;
  }

  .restaurant {
    grid-template-columns: 1fr;
  }

  .restaurant-content {
    /* padding: 60px 40px; */
    padding: 20px;
    align-items: center;
  }

  .experiences-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  section {
    padding: 60px 30px;
  }

  .section-title {
    font-size: 36px;
  }
}
