:root {
  --bg: #0d0506;
  --bg-soft: #17090a;
  --surface: rgba(255, 255, 255, 0.07);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --text: #fff5f2;
  --muted: #dbcac5;
  --accent: #d7261e;
  --accent-deep: #6f0a0b;
  --sun: #f0c861;
  --sun-deep: #ca9f34;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(215, 38, 30, 0.24), transparent 34%),
    radial-gradient(circle at top right, rgba(240, 200, 97, 0.14), transparent 26%),
    linear-gradient(180deg, #120505 0%, #050202 100%);
}

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

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

button {
  font: inherit;
}

.page-shell {
  overflow: clip;
}

.topbar,
.section,
.footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #fff7ed;
  background: linear-gradient(135deg, #ff5f2e, #8f0f10);
  box-shadow: var(--shadow);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.brand-copy span {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.language-switcher {
  display: inline-flex;
  padding: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.16);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.25s ease;
}

.lang-btn.is-active {
  color: #fff9ef;
  background: linear-gradient(135deg, #ff652e, #b51618);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 52px;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.nav-cta,
.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.button-primary {
  color: #fff8f2;
  background: linear-gradient(135deg, #ff622f, #b51018);
  box-shadow: 0 18px 45px rgba(215, 38, 30, 0.28);
}

.button-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
}

.button-book.is-hidden,
[data-cta="book"].is-hidden,
[data-cta="whatsapp"].is-hidden {
  display: none;
}

[data-cta].is-disabled {
  opacity: 0.86;
}

.nav-cta:hover,
.button:hover,
.lang-btn:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: end;
  min-height: 100vh;
  padding: 3rem min(4vw, 2rem) 5rem;
}

.hero-backdrop {
  position: absolute;
  inset: 1rem 0 2rem;
  border-radius: 36px;
  background:
    linear-gradient(rgba(20, 4, 5, 0.42), rgba(20, 4, 5, 0.84)),
    linear-gradient(120deg, rgba(215, 38, 30, 0.24), rgba(240, 200, 97, 0.12)),
    url("https://images.unsplash.com/photo-1470337458703-46ad1756a187?auto=format&fit=crop&w=1800&q=80")
      center/cover;
  box-shadow: var(--shadow);
}

.hero-content,
.hero-cards {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-tag,
.card-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--sun);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 1rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 0.95;
}

.hero h1 {
  max-width: 8ch;
  font-size: clamp(3.5rem, 9vw, 7rem);
}

.hero-subtitle {
  margin: 1rem 0 0;
  font-size: clamp(1.25rem, 3vw, 2rem);
  color: #fff2da;
  font-weight: 600;
}

.hero-copy,
.atmosphere-copy,
.final-cta-panel p,
.offer-card p,
.proof-card p,
.visit-card p,
.minigolf-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy {
  max-width: 55ch;
  margin: 1rem 0 0;
  font-size: 1.05rem;
}

.hero-actions,
.final-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.button-large {
  padding-inline: 1.8rem;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
  color: #fff3ec;
}

.hero-highlights li {
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-cards {
  display: grid;
  gap: 1rem;
  align-self: center;
}

.floating-card,
.offer-card,
.visit-card,
.proof-card,
.experience-item,
.review-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(23, 7, 8, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.floating-card {
  display: grid;
  gap: 0.6rem;
  padding: 1.4rem;
  border-radius: var(--radius-lg);
}

.floating-card strong {
  font-size: 1.4rem;
}

.floating-card.accent {
  background: linear-gradient(180deg, rgba(215, 38, 30, 0.18), rgba(23, 7, 8, 0.84));
}

.section {
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 720px;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.experience-grid,
.offer-grid,
.proof-grid,
.visit-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

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

.experience-item {
  display: grid;
  gap: 0.7rem;
  place-items: center;
  min-height: 150px;
  padding: 1.25rem;
  border-radius: 26px;
  text-align: center;
}

.experience-item span:first-child {
  font-size: 2rem;
}

.offer-grid,
.proof-grid,
.visit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.offer-card,
.visit-card,
.proof-card {
  padding: 1.6rem;
  border-radius: var(--radius-md);
}

.offer-card h3,
.visit-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.25rem;
}

.gallery-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 32%);
  gap: 1rem;
  margin-top: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.6rem;
}

.gallery-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 30px;
  scroll-snap-align: start;
  box-shadow: var(--shadow);
}

.gallery-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-card.real-post img,
.blog-image-real {
  object-position: left center;
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 1.4rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.74));
}

.gallery-overlay span {
  font-size: 1.1rem;
  font-weight: 700;
}

.section-intro {
  max-width: 62ch;
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.7;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.blog-card {
  display: grid;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(23, 7, 8, 0.8);
  box-shadow: var(--shadow);
}

.blog-image-wrap {
  min-height: 260px;
  overflow: hidden;
}

.blog-image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-image {
  transform: scale(1.04);
}

.blog-copy {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.88rem;
}

.blog-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: #180707;
  background: linear-gradient(135deg, #ffd777, #f0c861);
  font-weight: 700;
}

.blog-copy h3 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.15;
}

.blog-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--sun);
  font-weight: 700;
}

.text-link::after {
  content: "→";
  transition: transform 0.25s ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.review-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.review-viewport {
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 100%;
  display: grid;
  gap: 1.3rem;
  min-height: 320px;
  padding: 1.7rem;
  border-radius: 30px;
}

.review-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #fff7f0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.review-avatar.fire {
  background: linear-gradient(135deg, #ff6531, #710c0d);
}

.review-avatar.gold {
  color: #190807;
  background: linear-gradient(135deg, #ffd97d, #cf9c34);
}

.review-avatar.ruby {
  background: linear-gradient(135deg, #ff7a4d, #a20f18);
}

.review-author {
  display: grid;
  gap: 0.2rem;
}

.review-author strong {
  font-size: 1.08rem;
}

.review-meta-line,
.review-platform {
  color: var(--muted);
  font-size: 0.9rem;
}

.review-rating {
  color: var(--sun);
  font-size: 1rem;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.review-copy {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.75;
}

.review-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  color: var(--muted);
}

.review-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 44px;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  color: #180707;
  background: linear-gradient(135deg, #ffd97d, #f0c861);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.review-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  margin-top: 1.2rem;
}

.slider-control {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.slider-control:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.atmosphere-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
  padding: 2rem;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(215, 38, 30, 0.1), rgba(240, 200, 97, 0.08)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.welcome-list {
  display: grid;
  gap: 0.85rem;
  min-width: 280px;
  padding: 1.2rem;
  border-radius: 26px;
  background: rgba(0, 0, 0, 0.18);
}

.minigolf-panel,
.final-cta-panel {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 36px;
  box-shadow: var(--shadow);
}

.minigolf-panel {
  background:
    linear-gradient(120deg, rgba(20, 4, 5, 0.76), rgba(20, 4, 5, 0.76)),
    url("https://images.unsplash.com/photo-1517649763962-0c623066013b?auto=format&fit=crop&w=1600&q=80")
      center/cover;
}

.final-cta-panel {
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(215, 38, 30, 0.2), transparent 40%),
    linear-gradient(135deg, rgba(240, 200, 97, 0.12), rgba(215, 38, 30, 0.12)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.map-frame {
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.footer {
  padding: 0 0 6rem;
  color: var(--muted);
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.25rem;
  margin-top: 1rem;
}

.footer-links a {
  color: var(--sun);
  font-weight: 600;
}

.mobile-cta-bar {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 40;
  display: none;
  gap: 0.5rem;
  width: min(calc(100% - 1rem), 640px);
  padding: 0.55rem;
  transform: translateX(-50%);
  border-radius: 22px;
  background: rgba(2, 12, 17, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.mobile-cta-bar a {
  display: grid;
  place-items: center;
  gap: 0.25rem;
  flex: 1;
  min-height: 58px;
  padding: 0.55rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.85rem;
  text-align: center;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero,
  .atmosphere-layout {
    grid-template-columns: 1fr;
  }

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

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

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

  .review-summary {
    align-items: flex-start;
  }

  .blog-grid,
  .proof-grid,
  .visit-grid {
    gap: 1rem;
  }
}

@media (max-width: 760px) {
  .topbar {
    align-items: flex-start;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 1rem 0 4rem;
  }

  .hero-backdrop {
    inset: 0 -1rem 0;
    border-radius: 0 0 34px 34px;
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .section {
    padding: 4rem 0;
  }

  .experience-grid,
  .offer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid,
  .proof-grid,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .review-slider {
    grid-template-columns: 1fr;
  }

  .review-top {
    grid-template-columns: auto 1fr;
  }

  .review-rating {
    grid-column: 1 / -1;
  }

  .slider-control {
    display: none;
  }

  .gallery-strip {
    grid-auto-columns: 82%;
  }

  .mobile-cta-bar {
    display: flex;
  }

  .footer {
    padding-bottom: 7rem;
  }
}

@media (max-width: 560px) {
  .topbar,
  .section,
  .footer {
    width: min(calc(100% - 1.2rem), var(--max-width));
  }

  .topbar {
    gap: 0.8rem;
  }

  .topbar-actions {
    flex-direction: column;
    align-items: flex-end;
  }

  .hero-actions,
  .visit-actions,
  .final-actions {
    flex-direction: column;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .experience-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .gallery-strip {
    grid-auto-columns: 88%;
  }

  .hero-highlights {
    display: grid;
  }
}
