@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --black: #0b0b0b;
  --charcoal: #151515;
  --gold: #b89c4a;
  --wine: #4b111a;
  --white: #f5f0e6;
  --muted: #b8b1a6;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  background: radial-gradient(circle at top, #1b1b1b 0%, #0b0b0b 45%, #050505 100%);
  color: var(--white);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.section {
  padding: 96px 8vw;
}

.section-head {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-head h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-head p {
  margin-top: 12px;
  color: var(--muted);
}

.hero {
  padding: 36px 8vw 80px;
  background: linear-gradient(120deg, #0b0b0b 0%, #1a0b12 50%, #0d0d0d 100%);
  border-bottom: 1px solid rgba(184, 156, 74, 0.15);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
}

.logo {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0.95rem;
  color: var(--muted);
}

.nav-cta {
  border: 1px solid var(--gold);
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--gold);
  transition: 0.2s ease;
}

.nav-cta:hover {
  background: var(--gold);
  color: #101010;
}

.hero-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.hero-copy h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  margin: 12px 0 18px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  font-size: 0.8rem;
}

.subhead {
  font-size: 1.1rem;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 28px 0 32px;
  flex-wrap: wrap;
}

.btn {
  background: var(--gold);
  color: #101010;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
  box-shadow: var(--shadow);
}

.phone {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  padding-bottom: 2px;
}

.hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-badges span {
  border: 1px solid rgba(184, 156, 74, 0.25);
  padding: 6px 12px;
  border-radius: 999px;
}

.hero-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(184, 156, 74, 0.2);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 520px;
}

.hero-tag {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(11, 11, 11, 0.8);
  color: var(--gold);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  border: 1px solid rgba(184, 156, 74, 0.35);
}

.card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card {
  background: var(--charcoal);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(184, 156, 74, 0.12);
  box-shadow: var(--shadow);
}

.card-photo {
  height: 170px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
}

.card-body {
  padding: 20px;
}

.card-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
}

.card-body p {
  color: var(--muted);
  margin: 10px 0 16px;
}

.price {
  color: var(--gold);
  font-size: 1.2rem;
}

.photo-one {
  background-image: url("./assets/photo-1.svg");
}

.photo-two {
  background-image: url("./assets/photo-2.svg");
}

.photo-three {
  background-image: url("./assets/photo-3.svg");
}

.photo-four {
  background-image: url("./assets/photo-1.svg");
}

.photo-five {
  background-image: url("./assets/photo-2.svg");
}

.photo-six {
  background-image: url("./assets/photo-3.svg");
}

.gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.gallery-item {
  background: linear-gradient(135deg, #141414, #3b121c);
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(184, 156, 74, 0.18);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.g2,
.g5,
.g8 {
  background-image: url("./assets/photo-2.svg");
}

.g3,
.g6,
.g9 {
  background-image: url("./assets/photo-3.svg");
}

.g1,
.g4,
.g7 {
  background-image: url("./assets/photo-1.svg");
}

.why-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.why-card {
  border-radius: 18px;
  padding: 24px;
  background: rgba(12, 12, 12, 0.6);
  border: 1px solid rgba(184, 156, 74, 0.18);
}

.why-card h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.why-card p {
  color: var(--muted);
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.review-card {
  background: var(--charcoal);
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(184, 156, 74, 0.16);
  display: flex;
  flex-direction: column;
  gap: 16px;
  scroll-snap-align: start;
  min-width: 240px;
}

.review-card > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review-card p {
  margin: 0;
}

.review-card span {
  display: block;
}

.review-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(130deg, #2a2a2a, #5b1c2a);
  border: 2px solid var(--gold);
}

.review-body p {
  color: var(--muted);
  margin: 8px 0 12px;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.12em;
}

.contacts-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.contact-card {
  background: rgba(12, 12, 12, 0.7);
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(184, 156, 74, 0.2);
}

.contact-card h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 6px;
}

.contact-card p {
  color: var(--muted);
  margin-bottom: 16px;
}

.map-embed iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 18px;
  filter: grayscale(1) contrast(1.1);
}

.booking-form {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.booking-form label {
  display: grid;
  gap: 8px;
  font-size: 0.95rem;
  color: var(--muted);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  background: #0f0f0f;
  border: 1px solid rgba(184, 156, 74, 0.24);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--white);
  font-family: inherit;
}

.booking-form .full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.85rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 32px 8vw 40px;
  color: var(--muted);
  border-top: 1px solid rgba(184, 156, 74, 0.1);
}

.floating-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 50;
}

.chat-btn {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0b0b0b;
  box-shadow: var(--shadow);
}

.chat-btn.whatsapp {
  background: #25d366;
}

.chat-btn.telegram {
  background: #29b6f6;
}

@media (max-width: 1024px) {
  .section {
    padding: 84px 7vw;
  }

  .hero {
    padding: 32px 7vw 72px;
  }

  .hero-grid {
    gap: 36px;
  }

  .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .gallery-item {
    min-height: 140px;
  }
}

@media (max-width: 860px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-media img {
    min-height: 360px;
  }

  .reviews-track {
    grid-auto-columns: minmax(220px, 1fr);
  }
}

@media (max-width: 600px) {
  .section {
    padding: 72px 6vw;
  }

  .hero {
    padding: 28px 6vw 64px;
  }

  .logo {
    font-size: 1.2rem;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.85rem;
  }

  .hero-badges span {
    font-size: 0.78rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-track {
    grid-auto-columns: minmax(200px, 1fr);
  }

  .footer {
    flex-direction: column;
    gap: 10px;
  }

  .floating-chat {
    right: 14px;
    bottom: 14px;
  }
}
