:root {
  --ink: #172019;
  --muted: #5f6d63;
  --paper: #f7f8f4;
  --white: #ffffff;
  --line: rgba(23, 32, 25, 0.14);
  --olive: #37472f;
  --olive-dark: #23301f;
  --moss: #6f7e55;
  --clay: #b76445;
  --blue: #3f6f84;
  --gold: #c59a43;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: 50%;
  width: min(1120px, calc(100% - 28px));
  min-height: 64px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(35, 48, 31, 0.84);
  color: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.brand,
.main-nav,
.footer-links,
.hero-actions,
.location-actions {
  display: flex;
  align-items: center;
}

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

.brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: cover;
}

.main-nav {
  gap: 6px;
}

.main-nav a,
.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 13px;
  font-size: 0.92rem;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.84);
}

.main-nav a:hover,
.header-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.header-cta {
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.hero {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 132px 24px 64px;
  background: var(--olive-dark);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 17, 13, 0.88) 0%, rgba(12, 17, 13, 0.62) 48%, rgba(12, 17, 13, 0.2) 100%),
    linear-gradient(0deg, rgba(12, 17, 13, 0.5), rgba(12, 17, 13, 0.1));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  margin: 0 auto;
  color: #ffffff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.feature-copy h2,
.location-section h2 {
  margin: 0;
  line-height: 1;
}

.hero h1 {
  width: min(820px, 100%);
  font-size: clamp(3.1rem, 8vw, 6.5rem);
  font-weight: 900;
}

.hero-copy {
  width: min(620px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  line-height: 1.6;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 800;
  border: 1px solid transparent;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--olive);
  color: #ffffff;
}

.button.primary:hover {
  background: var(--olive-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.button.dark {
  background: var(--ink);
  color: #ffffff;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-band div {
  min-height: 112px;
  padding: 24px;
  background: #ffffff;
}

.signal-band strong,
.signal-band span,
.site-footer strong,
.site-footer span {
  display: block;
}

.signal-band strong {
  color: var(--olive);
  font-size: 1rem;
}

.signal-band span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
}

.section,
.location-section {
  padding: 86px 24px;
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.intro-grid,
.location-grid,
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.64fr);
  gap: 56px;
  align-items: center;
}

.intro-grid h2,
.section-heading h2,
.feature-copy h2,
.location-grid h2,
.content-grid h2 {
  font-size: clamp(2.2rem, 4vw, 3rem);
}

.intro-copy p,
.feature-copy p,
.location-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.intro-copy .text-link {
  margin-top: 24px;
}

.section-olive {
  background: #edf2eb;
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

.section-heading.wide {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 220px 1fr;
  border: 1px solid rgba(55, 71, 47, 0.18);
  border-radius: 8px;
  background: #ffffff;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card div {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 238px;
  padding: 24px;
}

.service-number {
  color: var(--clay);
  font-weight: 900;
}

.service-card h3 {
  margin: 0;
  font-size: 1.45rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  min-height: 720px;
  background: var(--olive-dark);
  color: #ffffff;
}

.feature-media {
  min-height: 520px;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.feature-copy {
  display: grid;
  align-content: center;
  padding: 64px;
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 24px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.amenities-grid span {
  min-height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
}

.content-section {
  background: #ffffff;
}

.quote-stack {
  display: grid;
  gap: 16px;
}

.quote-stack figure {
  margin: 0;
  padding: 24px;
  border-left: 4px solid var(--clay);
  background: var(--paper);
}

.quote-stack blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.45;
}

.quote-stack figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.text-link {
  flex: 0 0 auto;
  display: inline-flex;
  color: var(--olive);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 16px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #dbe3d8;
}

.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  border-radius: 8px;
  padding: 9px 12px;
  background: rgba(23, 32, 25, 0.78);
  color: #ffffff;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.location-section {
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.location-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-section {
  border-top: 1px solid var(--line);
  background: #edf2eb;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
  gap: 56px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 110px;
}

.contact-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1;
}

.contact-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.contact-options {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-options a {
  width: fit-content;
  color: var(--olive);
  font-weight: 850;
  border-bottom: 2px solid currentColor;
}

.contact-form-shell {
  min-height: 560px;
  padding: 30px;
  border: 1px solid rgba(55, 71, 47, 0.18);
  border-radius: 8px;
  background: #ffffff;
}

.hs-form-frame {
  min-height: 500px;
}

.contact-fallback {
  margin: 0;
}

.contact-fallback a {
  color: var(--olive);
  font-weight: 850;
  text-decoration: underline;
}

.site-footer {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 24px;
  background: var(--olive-dark);
  color: #ffffff;
}

.site-footer > div {
  width: min(1120px, 100%);
}

.site-footer span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  width: auto;
  flex: 0 0 auto;
  gap: 10px;
}

.footer-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
}

.footer-links a:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 174px;
  min-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 10px 16px;
  background: #1f8f4a;
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(23, 32, 25, 0.26);
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  background: #18783e;
}

.whatsapp-float span {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.whatsapp-float strong {
  margin-top: 2px;
  font-size: 1rem;
}

@media (max-width: 980px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: 84svh;
    padding: 112px 20px 48px;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .signal-band,
  .intro-grid,
  .service-grid,
  .feature-split,
  .location-grid,
  .content-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .location-section {
    padding: 64px 20px;
  }

  .intro-grid,
  .location-grid,
  .content-grid {
    gap: 28px;
  }

  .feature-split {
    min-height: 0;
  }

  .feature-copy {
    padding: 48px 20px 56px;
  }

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

  .section-heading.wide,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-actions {
    justify-content: flex-start;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 58px;
  }

  .brand span {
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .header-cta {
    padding: 0 10px;
  }

  .hero {
    min-height: 82svh;
  }

  .hero h1 {
    font-size: 3.05rem;
  }

  .button {
    width: 100%;
  }

  .signal-band div {
    min-height: auto;
    padding: 20px;
  }

  .service-card {
    grid-template-rows: 210px 1fr;
  }

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

  .gallery-grid {
    grid-auto-rows: 280px;
  }

  .gallery-item.large,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-form-shell {
    min-height: 520px;
    padding: 20px 16px;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    min-width: 152px;
    min-height: 54px;
    padding: 9px 12px;
  }

  .whatsapp-float strong {
    font-size: 0.92rem;
  }
}
