/* ── RESET & BASE ── */
 @import url('https://fonts.googleapis.com/css2?family=IM+Fell+English&family=Cormorant+Garamond:wght@400;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  background: #fdf9f5;
  color: #2c1810;
}


header {
  background: #3d0a1e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #e8d5a3;
  letter-spacing: 1px;
}

.tagline {
  font-size: 11px;
  letter-spacing: 4px;
  color: #c9a96e;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

nav {
  display: flex;
  gap: 40px;
}

nav a {
  color: #e8d5a3;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: color 0.3s;
  font-family: 'Lato', sans-serif;
}

nav a:hover {
  color: #ffd700;
}

.hero {
  background: linear-gradient(135deg, #ede5dc 0%, #f5ede4 100%);
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 48px 70px;
  text-align: center;
  position: relative;
}

.hero-logo {
  position: absolute;
  top: 16px;
  left: 24px;
  width: 140px;
  height: 140px;
  object-fit: contain;
}

 .hero-subtitle {
        font-family: 'Cormorant Garamond', Georgia, serif;
        font-size: clamp(1rem, 2.5vw, 1.45rem);
        color: #7A1F2E;
        letter-spacing: 0.04em;
        margin: 0;
      }


.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size:clamp(2.8rem, 8vw, 4.5rem);
  color: #6b0f2a;
  text-align: center;
  line-height: 1.05;
  letter-spacing: -0.01em;
  position: relative;
  font-variant: small-caps;
  margin-bottom: 15px;
  padding: auto;
  
}

.hero p {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  color: #6b0f2a;
  margin-bottom: 40px;
  font-weight: 350;
}


.search-wrap {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.search-wrap input {
  width: 100%;
  padding: 18px 150px 18px 30px;
  border-radius: 60px;
  border: 2px solid #d4c4b8;
  background: white;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #3d0a1e;
  outline: none;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.search-wrap input::placeholder {
  color: #b8978a;
  font-weight: 400;
  font-size: 15px;
}

.search-wrap input:focus {
  border-color: #6b0f2a;
  box-shadow: 0 6px 20px rgba(107,15,42,0.15);
}

.search-wrap button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #6b0f2a;
  color: #e8d5a3;
  border: none;
  padding: 12px 35px;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  transition: all 0.3s;
}

.search-wrap button:hover {
  background: #c9a96e;
  color: #3d0a1e;
  transform: translateY(-50%) scale(1.02);
}

/* ── LOCATION BAR ── */
.location-bar {
  background: #f5ede4;
  border-top: 1px solid #d4c4b8;
  border-bottom: 1px solid #d4c4b8;
  padding: 14px 60px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  color: #6b0f2a;
  font-family: 'Lato', sans-serif;
  flex-wrap: wrap;
}

.location-bar span:first-child {
  font-weight: 700;
  color: #6b0f2a;
}

.location-bar input {
  border: 1.5px solid #d4c4b8;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #3d0a1e;
  background: white;
  outline: none;
  width: 200px;
  transition: all 0.3s;
}

.location-bar input:focus {
  border-color: #6b0f2a;
  box-shadow: 0 0 0 3px rgba(107,15,42,0.1);
}

.location-bar .location-update-btn {
  background: #c9a96e;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #3d0a1e;
  cursor: pointer;
  transition: all 0.3s;
}

.location-bar .location-update-btn:hover {
  background: #6b0f2a;
  color: #e8d5a3;
}

.location-bar span:last-child {
  color: #9a7060;
  font-size: 13px;
}

/* ── RESULTS SECTION ── */
.results-section {
  padding: 40px 60px;
  background: #fdf9f5;
  display: none;
}

.results-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #6b0f2a;
  margin-bottom: 25px;
  border-left: 5px solid #c9a96e;
  padding-left: 20px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

.result-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s;
  border: 1px solid #e8dcd0;
}

.result-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(107,15,42,0.12);
}

.result-card .img-placeholder {
  height: 160px;
  background: linear-gradient(135deg, #6b0f2a 0%, #3d0a1e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #e8d5a3;
}

.result-card .info {
  padding: 20px;
}

.result-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #6b0f2a;
  margin-bottom: 8px;
}

.result-card .category {
  display: inline-block;
  background: #f5ede4;
  color: #6b0f2a;
  padding: 5px 14px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0;
}

.result-card .location {
  color: #9a7060;
  font-size: 14px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.result-card p {
  color: #5a3e32;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}

.result-card .phone {
  color: #25D366;
  font-weight: 600;
  margin: 8px 0;
  font-size: 15px;
}

.result-card .book-btn {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 12px;
  transition: all 0.3s;
}

.result-card .book-btn:hover {
  background: #128C7E;
  transform: scale(1.02);
}

.no-results {
  text-align: center;
  padding: 60px;
  color: #9a7060;
  font-size: 18px;
}

/* ── CATEGORIES SECTION ── */
.categories-section {
  padding: 60px 60px 40px;
  background: #fdf9f5;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #6b0f2a;
  margin-bottom: 12px;
}

.section-title p {
  color: #9a7060;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}

.categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 40px 60px 60px;
  max-width: 1300px;
  margin: 0 auto;
  align-items: stretch;
}

.category-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #e8dcd0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);

  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(107,15,42,0.1);
  border-color: #c9a96e;
}
.img-wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.category-card:hover .img-wrap img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(107,15,42,0.3) 100%);
}

.card-body {
  padding: 20px;
}

.card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: #6b0f2a;
  margin-bottom: 8px;
}

.card-body p {
  color: #9a7060;
  font-size: 13px;
  line-height: 0.9;
  margin-bottom: 10px;
}

.cta {
  color: #6b0f2a;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.3s;
}

.category-card:hover .cta {
  gap: 10px;
  color: #c9a96e;
}

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, #3d0a1e 0%, #6b0f2a 100%);
  color: white;
  text-align: center;
  padding: 70px 20px;
  margin-top: 60px;
}

.cta-banner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  margin-bottom: 15px;
  color: #e8d5a3;
}

.cta-banner p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
  color: #f5ede4;
}

.cta-banner .btn {
  display: inline-block;
  padding: 14px 40px;
  background: #c9a96e;
  color: #3d0a1e;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
}

.cta-banner .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  background: #e8d5a3;
}

/* ── FOOTER ── */
footer {
  text-align: center;
  padding: 35px;
  background: #2c0a16;
  color: #c9a96e;
  font-size: 14px;
}

footer span {
  color: #e8d5a3;
  font-weight: 600;
}

/* ── WHATSAPP FLOATING BUTTON ── */
.wa-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.wa-label {
  background: rgba(61,10,30,0.85);
  color: #e8d5a3;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  backdrop-filter: blur(5px);
}

.wa-btn {
  display: block;
  transition: transform 0.2s;
}

.wa-btn:hover {
  transform: scale(1.1);
}

.wa-btn svg {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15));
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  header {
    padding: 0 30px;
  }
  .location-bar,
  .results-section,
  .categories-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .categories {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    height: auto;
    padding: 20px;
    gap: 15px;
  }
  nav {
    gap: 25px;
  }
  .hero {
    padding: 50px 25px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero p {
    font-size: 16px;
  }
  .search-wrap input {
    padding: 15px 120px 15px 20px;
    font-size: 14px;
  }
  .search-wrap button {
    padding: 8px 20px;
    font-size: 12px;
  }
  .location-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .location-bar input {
    width: 100%;
  }
  .categories {
    grid-template-columns: 1fr;
  }
  .section-title h2 {
    font-size: 32px;
  }
  .results-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 28px;
  }
  .search-wrap {
    flex-direction: column;
  }
  .search-wrap button {
    position: static;
    transform: none;
    margin-top: 12px;
    width: 100%;
  }
  .search-wrap input {
    padding: 15px 20px;
  }
}