:root {
  --black: #090705;
  --charcoal: #15100c;
  --brown: #3a2114;
  --gold: #d9a441;
  --gold-soft: #f6d98b;
  --cream: #fff4dd;
  --green: #2f5a32;
  --maroon: #7b1e24;
  --muted: #cdbf9f;
  --line: rgba(217, 164, 65, 0.28);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  --radius: 8px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--cream);
  background: var(--black);
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: radial-gradient(circle at center, rgba(217, 164, 65, 0.12), rgba(9, 7, 5, 0.92));
}

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

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
}

.section.dark {
  background:
    radial-gradient(circle at 20% 20%, rgba(123, 30, 36, 0.22), transparent 30%),
    linear-gradient(135deg, #090705 0%, #21130d 56%, #0f0b08 100%);
}

.section.cream {
  color: #24150e;
  background:
    linear-gradient(135deg, rgba(255, 244, 221, 0.97), rgba(245, 223, 177, 0.9)),
    repeating-linear-gradient(45deg, rgba(217, 164, 65, 0.08) 0 1px, transparent 1px 18px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 7vw, 7.9rem);
  font-weight: 700;
}

h2 {
  margin-top: 16px;
  font-size: clamp(2.35rem, 4vw, 4.7rem);
  font-weight: 700;
}

h3 {
  font-size: 1.72rem;
  font-weight: 700;
}

p {
  color: rgba(255, 244, 221, 0.78);
  line-height: 1.75;
  margin: 0;
}

.cream p { color: rgba(36, 21, 14, 0.74); }

.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 42px;
}

.section-head p {
  max-width: 450px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(217, 164, 65, 0.65);
  border-radius: 999px;
  color: #160d08;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-weight: 800;
  box-shadow: 0 0 24px rgba(217, 164, 65, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(217, 164, 65, 0.35);
}

.btn.alt {
  color: var(--cream);
  background: rgba(255, 244, 221, 0.06);
  border-color: rgba(255, 244, 221, 0.3);
}

.btn.green {
  color: var(--cream);
  background: linear-gradient(135deg, #244b2a, #3b7b42);
  border-color: rgba(116, 184, 97, 0.5);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  border-bottom: 1px solid rgba(217, 164, 65, 0.22);
  background: rgba(8, 6, 4, 0.7);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.scrolled {
  background: rgba(8, 6, 4, 0.92);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
}

.nav-wrap {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-soft);
  background: radial-gradient(circle, rgba(217, 164, 65, 0.25), rgba(58, 33, 20, 0.7));
}

.brand strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.brand > span:not(.brand-mark) {
  display: block;
}

.brand > span:not(.brand-mark) span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-menu a {
  position: relative;
  color: rgba(255, 244, 221, 0.82);
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.25s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after { width: 100%; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-soft);
  font-weight: 800;
  background: rgba(217, 164, 65, 0.08);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--cream);
  background: rgba(255, 244, 221, 0.06);
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  background:
    linear-gradient(90deg, rgba(9, 7, 5, 0.94), rgba(9, 7, 5, 0.62) 50%, rgba(9, 7, 5, 0.74)),
    var(--hero-image) center/contain no-repeat fixed,
    #090705;
}

.hero::before,
.hero::after,
.mandala {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(217, 164, 65, 0.24);
  background:
    radial-gradient(circle, transparent 32%, rgba(217, 164, 65, 0.08) 33% 35%, transparent 36%),
    repeating-conic-gradient(from 0deg, rgba(217, 164, 65, 0.16) 0 10deg, transparent 10deg 20deg);
  pointer-events: none;
  animation: spin 34s linear infinite;
}

.hero::before {
  width: 340px;
  height: 340px;
  right: 7vw;
  top: 18vh;
}

.hero::after {
  width: 220px;
  height: 220px;
  left: -70px;
  bottom: 12vh;
  animation-direction: reverse;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  animation: fadeUp 1s ease both;
}

.hero-content p {
  max-width: 760px;
  margin-top: 22px;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.hero-stat {
  min-width: 142px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 244, 221, 0.07);
  box-shadow: inset 0 0 28px rgba(217, 164, 65, 0.05);
}

.hero-stat strong {
  display: block;
  color: var(--gold-soft);
  font-size: 1.35rem;
}

.hero-stat span {
  color: var(--muted);
  font-size: 0.82rem;
}

.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 16px var(--gold);
  animation: floatParticle 9s linear infinite;
}

.cone-float {
  position: absolute;
  right: 10%;
  bottom: 14%;
  z-index: 2;
  color: var(--gold-soft);
  font-size: 3.3rem;
  filter: drop-shadow(0 12px 22px rgba(217, 164, 65, 0.35));
  animation: bob 4s ease-in-out infinite;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.strip-card,
.image-card,
.service-card,
.why-card,
.testimonial,
.contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 244, 221, 0.06);
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.strip-card {
  min-height: 250px;
}

.strip-card img,
.image-card img,
.service-card .media img,
.why-card img {
  transition: transform 0.55s ease, filter 0.55s ease;
}

.strip-card:hover,
.image-card:hover,
.service-card:hover,
.why-card:hover,
.contact-card:hover {
  transform: translateY(-8px);
  border-color: rgba(246, 217, 139, 0.72);
  box-shadow: 0 24px 70px rgba(217, 164, 65, 0.16), var(--shadow);
}

.strip-card:hover img,
.image-card:hover img,
.service-card:hover img,
.why-card:hover img {
  transform: scale(1);
  filter: saturate(1.15);
}

.strip-card .label,
.image-card .overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 48px 18px 18px;
  background: linear-gradient(transparent, rgba(9, 7, 5, 0.92));
}

.strip-card h3 {
  color: var(--cream);
  font-size: 1.35rem;
}

.about-grid,
.split-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.about-media {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(217, 164, 65, 0.42);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-media::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(246, 217, 139, 0.42);
}

.about-copy p {
  margin-top: 22px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-weight: 700;
}

.feature-list i { color: var(--gold); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-card .media {
  height: 210px;
  overflow: hidden;
}

.service-card .body,
.why-card .body,
.testimonial,
.contact-card {
  padding: 22px;
}

.service-card i,
.why-card i,
.contact-card i {
  color: var(--gold-soft);
  font-size: 1.35rem;
}

.service-card h3 {
  margin-top: 12px;
  font-size: 1.42rem;
}

.service-card p {
  margin: 10px 0 18px;
  font-size: 0.92rem;
}

.service-card .mini-btn {
  color: var(--gold-soft);
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 190px;
  gap: 16px;
}

.image-card.tall { grid-row: span 2; }
.image-card.wide { grid-column: span 2; }

.image-card .overlay {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.image-card:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.image-card .overlay span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-soft);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.why-card .media {
  height: 260px;
  overflow: hidden;
}

.counter-band {
  padding: 58px 0;
  background: linear-gradient(90deg, var(--maroon), #4b2616 42%, var(--green));
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.counter {
  text-align: center;
  padding: 22px;
  border: 1px solid rgba(246, 217, 139, 0.3);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.22);
}

.counter strong {
  display: block;
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
}

.counter span {
  color: rgba(255, 244, 221, 0.78);
  font-weight: 700;
}

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

.stars { color: var(--gold-soft); margin: 14px 0; }

.testimonial strong {
  display: block;
  margin-top: 18px;
  color: var(--gold-soft);
}

.slider-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}

.slider-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(217, 164, 65, 0.35);
}

.slider-dots span.active { background: var(--gold-soft); }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.contact-card h3 {
  margin: 12px 0 10px;
  font-size: 1.35rem;
}

.contact-card p,
.contact-card a {
  color: rgba(255, 244, 221, 0.78);
  line-height: 1.65;
}

.cream .contact-card p,
.cream .contact-card a {
  color: rgba(36, 21, 14, 0.76);
}

.cream .contact-card {
  background: rgba(255, 255, 255, 0.45);
}

.booking {
  background:
    linear-gradient(rgba(9, 7, 5, 0.84), rgba(9, 7, 5, 0.9)),
    var(--booking-image) center/contain no-repeat fixed,
    #090705;
}

.booking-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: start;
  padding: 34px;
  border: 1px solid rgba(217, 164, 65, 0.35);
  border-radius: var(--radius);
  background: rgba(8, 6, 4, 0.7);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

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

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

input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(217, 164, 65, 0.25);
  border-radius: var(--radius);
  color: var(--cream);
  background: rgba(255, 244, 221, 0.07);
  font: inherit;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(217, 164, 65, 0.12);
}

.booking-form .btn {
  grid-column: 1 / -1;
  border: none;
  cursor: pointer;
}

.page-hero {
  min-height: 58vh;
  display: flex;
  align-items: end;
  padding: 150px 0 70px;
  background:
    linear-gradient(90deg, rgba(9, 7, 5, 0.9), rgba(9, 7, 5, 0.58)),
    var(--page-hero-image) center/contain no-repeat,
    #090705;
}

.page-hero h1 {
  font-size: clamp(3rem, 6vw, 6.4rem);
}

.rich-list {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.rich-list li {
  padding: 18px;
  border: 1px solid rgba(217, 164, 65, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 244, 221, 0.06);
}

.footer {
  position: relative;
  padding: 66px 0 24px;
  border-top: 1px solid var(--gold);
  background:
    radial-gradient(circle at 15% 10%, rgba(217, 164, 65, 0.16), transparent 28%),
    repeating-conic-gradient(from 0deg at 90% 30%, rgba(217, 164, 65, 0.08) 0 8deg, transparent 8deg 18deg),
    #070503;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.8fr 1.1fr;
  gap: 34px;
}

.footer h3 {
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-size: 1.45rem;
}

.footer p,
.footer a,
.footer li {
  color: rgba(255, 244, 221, 0.72);
  line-height: 1.7;
}

.footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.copyright {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(217, 164, 65, 0.18);
  color: rgba(255, 244, 221, 0.58);
  text-align: center;
  font-size: 0.9rem;
}

.float-actions {
  position: fixed;
  z-index: 60;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.float-btn {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.32rem;
  pointer-events: auto;
  animation: pulse 2.2s ease-in-out infinite;
}

.float-btn.call {
  background: linear-gradient(135deg, var(--gold), #9d6b16);
}

.float-btn.whatsapp {
  background: linear-gradient(135deg, #1fa855, #0f6f35);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes bob {
  0%, 100% { transform: translateY(0) rotate(-18deg); }
  50% { transform: translateY(-18px) rotate(-8deg); }
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217, 164, 65, 0.32); transform: scale(1); }
  50% { box-shadow: 0 0 0 14px rgba(217, 164, 65, 0); transform: scale(1.05); }
}

@keyframes floatParticle {
  0% { transform: translateY(100vh) scale(0.8); opacity: 0; }
  20% { opacity: 0.9; }
  100% { transform: translateY(-10vh) scale(1.3); opacity: 0; }
}

@media (max-width: 1020px) {
  .nav-cta { display: none; }
  .strip-grid, .services-grid, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid, .split-grid, .booking-panel { grid-template-columns: 1fr; }
  .about-media { min-height: 460px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .section { padding: 72px 0; }
  .nav-wrap { height: 74px; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-menu {
    position: fixed;
    inset: 74px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 12px 20px 22px;
    background: rgba(8, 6, 4, 0.96);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.28s ease;
  }
  .nav-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-menu a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(217, 164, 65, 0.13);
  }
  .hero {
    min-height: 92vh;
    background-attachment: scroll;
  }
  .hero::before { width: 220px; height: 220px; right: -80px; }
  .cone-float { display: none; }
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .strip-grid, .services-grid, .why-grid, .testimonial-grid, .contact-grid, .counter-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 170px;
  }
  .image-card.wide { grid-column: span 2; }
  .image-card.tall { grid-row: span 1; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-panel { padding: 22px; }
  .brand strong { font-size: 1.2rem; }
  .brand span { display: none; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 22px, 1180px); }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.45rem; }
  .hero-actions .btn { width: 100%; }
  .feature-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .image-card.wide { grid-column: auto; }
  .about-media { min-height: 390px; }
}
