:root {
  --greige: #c8bfb0;
  --greige-soft: #e5ded2;
  --greige-deep: #8f8678;
  --olive: #56613c;
  --olive-dark: #343b25;
  --black: #0d0d0b;
  --ink: #191915;
  --paper: #f4f0e8;
  --line: rgba(13, 13, 11, 0.14);
  --white: #fffaf2;
  --shadow: 0 18px 45px rgba(13, 13, 11, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.5;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px clamp(16px, 4vw, 48px);
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(244, 240, 232, 0.88);
  color: var(--black);
  box-shadow: 0 10px 30px rgba(13, 13, 11, 0.08);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.hero-actions,
.swiper-controls,
.payments {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 14px;
  height: 32px;
  background: var(--olive);
  border-radius: 999px;
  box-shadow: inset 0 -10px 0 rgba(0, 0, 0, 0.28);
}

.nav-links {
  display: none;
  gap: 22px;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-cta {
  border: 1px solid currentColor;
  padding: 9px 14px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--black);
}

.hero img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(0.56) contrast(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 11, 0.12), rgba(13, 13, 11, 0.82) 72%),
    linear-gradient(90deg, rgba(13, 13, 11, 0.78), rgba(13, 13, 11, 0.12));
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
  padding: 128px clamp(18px, 5vw, 64px) 58px;
  color: var(--white);
}

.eyebrow,
.tag,
.panel-kicker {
  margin: 0 0 10px;
  color: var(--olive);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--greige-soft);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1,
h2 {
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(4.2rem, 20vw, 12rem);
}

h2 {
  margin-bottom: 0;
  color: var(--olive-dark);
  font-size: clamp(2.4rem, 9vw, 5.8rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.05;
}

.hero-copy {
  max-width: 480px;
  color: var(--greige-soft);
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 700;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 12px 18px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--olive);
  color: var(--white);
}

.btn-ghost {
  border-color: rgba(255, 250, 242, 0.62);
  color: var(--white);
}

.btn-dark {
  width: 100%;
  background: var(--black);
  color: var(--white);
}

.intro-section,
.section {
  padding: 62px clamp(18px, 5vw, 64px);
}

.intro-section {
  display: grid;
  gap: 26px;
  background: var(--greige);
}

.intro-section p:last-child {
  margin: 0;
  max-width: 690px;
  font-size: 1.05rem;
  font-weight: 600;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.muted {
  background: var(--greige-soft);
}

.feature-grid,
.cards-grid,
.location-layout {
  display: grid;
  gap: 18px;
}

.info-card,
.info-panel,
.contact-form,
.location-copy {
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.68);
  box-shadow: var(--shadow);
}

.info-card {
  overflow: hidden;
}

.info-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.66);
}

.card-body,
.info-panel,
.location-copy,
.contact-form {
  padding: 20px;
}

.card-body p,
.info-panel p,
.location-copy p {
  color: #514d45;
}

.info-panel {
  display: grid;
  align-content: center;
  min-height: 280px;
  background: var(--olive-dark);
  color: var(--white);
}

.info-panel .panel-kicker,
.info-panel p {
  color: var(--greige-soft);
}

.info-panel strong,
.location-copy strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(2.6rem, 12vw, 5rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.promo-swiper {
  overflow: hidden;
}

.swiper-slide {
  height: auto;
}

.swiper-controls {
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: var(--black);
  color: var(--white);
  font-size: 1.6rem;
  cursor: pointer;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet-active {
  background: var(--olive);
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--black);
}

.gallery-strip img {
  height: 320px;
  object-fit: cover;
  filter: saturate(0.55) contrast(1.05);
}

.location-layout iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  filter: grayscale(0.72) contrast(0.96);
}

.payments {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.payments span {
  border: 1px solid rgba(86, 97, 60, 0.32);
  background: rgba(86, 97, 60, 0.08);
  padding: 8px 10px;
  font-size: 0.78rem;
  font-weight: 800;
}

.contact-section {
  background: var(--black);
  color: var(--white);
}

.contact-section h2 {
  color: var(--greige-soft);
}

.contact-form {
  display: grid;
  gap: 16px;
  max-width: 760px;
  background: rgba(255, 250, 242, 0.08);
  border-color: rgba(255, 250, 242, 0.16);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--greige-soft);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 250, 242, 0.18);
  background: rgba(255, 250, 242, 0.08);
  color: var(--white);
  padding: 13px 14px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--greige);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--greige-soft);
  font-weight: 700;
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px clamp(18px, 5vw, 64px);
  background: var(--olive-dark);
  color: var(--white);
}

.site-footer span {
  font-family: "Anton", Impact, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  color: var(--greige-soft);
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.45);
  border-radius: 50%;
  background: rgba(86, 97, 60, 0.72);
  color: var(--white);
  box-shadow: 0 18px 35px rgba(13, 13, 11, 0.24);
  backdrop-filter: blur(12px);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

@media (min-width: 720px) {
  .nav-links {
    display: flex;
  }

  .hero-content {
    padding-bottom: 78px;
  }

  .intro-section,
  .section-heading,
  .feature-grid,
  .location-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }

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

  .gallery-strip {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-strip img {
    height: 440px;
  }

  .site-footer {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }
}

@media (min-width: 1040px) {
  .feature-card {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
  }

  .feature-card img {
    height: 100%;
    aspect-ratio: auto;
  }
}
