:root {
  --ink: #16201c;
  --muted: #66736e;
  --paper: #f7f3ec;
  --surface: #fffaf2;
  --sage: #4d665d;
  --terracotta: #b55338;
  --gold: #d7ad63;
  --deep: #0d1714;
  --line: rgba(22, 32, 28, 0.14);
  --shadow: 0 24px 70px rgba(13, 23, 20, 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;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(18px, 4vw, 58px);
  color: #fff;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 242, 0.94);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(13, 23, 20, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.nav {
  display: flex;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
}

.header-cta {
  background: #fff;
  color: var(--deep);
}

.site-header.is-scrolled .header-cta {
  background: var(--deep);
  color: #fff;
}

.btn svg,
.header-cta svg,
.footer-actions svg,
.mobile-bar svg { width: 18px; height: 18px; }

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--deep);
}

.hero-image,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 17, 15, 0.88), rgba(9, 17, 15, 0.44) 48%, rgba(9, 17, 15, 0.12)),
    linear-gradient(0deg, rgba(9, 17, 15, 0.75), transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 118px 0 44px;
  color: #fff;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.footer h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  line-height: 0.98;
}

.hero h1 {
  max-width: 820px;
  margin-top: 12px;
  font-size: clamp(58px, 11vw, 132px);
}

.hero-copy {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-weight: 700;
}

.hero-meta svg { width: 17px; height: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.primary { background: var(--terracotta); color: #fff; box-shadow: 0 16px 42px rgba(181, 83, 56, 0.34); }
.whatsapp { background: #1fb56a; color: #fff; box-shadow: 0 16px 42px rgba(31, 181, 106, 0.3); }
.outline { border: 1px solid var(--line); background: #fff; color: var(--ink); }

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) 0;
}

.intro-grid,
.section-heading,
.location-card,
.direct-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.section h2 {
  margin-top: 12px;
  font-size: clamp(34px, 5vw, 70px);
}

.intro-text p,
.section-heading p,
.location-card p,
.direct-inner p,
.faq p,
.service-grid p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.proof-strip div {
  padding: 24px;
  background: var(--surface);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong { font-size: 20px; }
.proof-strip span { margin-top: 5px; color: var(--muted); }

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.85fr;
  grid-auto-rows: 210px;
  gap: 14px;
}

.gallery-item {
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #ddd;
}

.gallery-item.large { grid-row: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gallery-item:hover img { transform: scale(1.045); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.service-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.service-grid svg {
  width: 30px;
  height: 30px;
  color: var(--terracotta);
}

.service-grid h3 { margin: 22px 0 8px; font-size: 22px; }

.location-card,
.direct-inner {
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background: var(--deep);
  color: #fff;
  box-shadow: var(--shadow);
}

.location-card p,
.direct-inner p { color: rgba(255, 255, 255, 0.76); }

.map-panel {
  position: relative;
  min-height: 390px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.09) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.09) 1px, transparent 1px),
    radial-gradient(circle at 54% 47%, rgba(215, 173, 99, 0.46), transparent 8%),
    linear-gradient(135deg, #20352f, #0d1714);
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.map-dot {
  position: absolute;
  top: 46%;
  left: 54%;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 0 0 18px rgba(181, 83, 56, 0.26);
}

.map-panel span {
  position: absolute;
  top: calc(46% + 30px);
  left: calc(54% - 44px);
  font-weight: 800;
}

.location-actions { margin-top: 26px; }

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.nearby-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.nearby-grid strong,
.nearby-grid span { display: block; }
.nearby-grid span { margin-top: 8px; color: var(--muted); line-height: 1.55; }

.direct-list {
  display: grid;
  gap: 14px;
}

.direct-list div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.direct-list svg { color: var(--gold); }
.direct-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; }

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

summary {
  padding: 22px 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

details p { margin: 0; padding: 0 24px 24px; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 54px clamp(18px, 4vw, 58px) 94px;
  background: #101915;
  color: #fff;
}

.footer h2 { margin-top: 14px; font-size: 42px; }
.footer p { color: rgba(255, 255, 255, 0.7); }

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 12px;
}

.footer-actions a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-weight: 800;
}

.mobile-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(16, 25, 21, 0.86);
  backdrop-filter: blur(16px);
}

.mobile-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
}

.mobile-bar a:first-child { background: var(--terracotta); }
.mobile-bar a:last-child { background: #1fb56a; }

.lightbox {
  width: min(1000px, calc(100% - 28px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.lightbox::backdrop { background: rgba(6, 10, 9, 0.84); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; border-radius: 8px; }
.lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

@media (max-width: 920px) {
  .nav { display: none; }
  .intro-grid,
  .section-heading,
  .location-card,
  .direct-inner { grid-template-columns: 1fr; }
  .proof-strip,
  .service-grid,
  .nearby-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery-item.large { grid-column: 1 / -1; }
  .gallery-item.tall { grid-row: span 1; }
}

@media (max-width: 640px) {
  .site-header { padding: 14px 16px; }
  .brand span:last-child { display: none; }
  .header-cta { min-height: 42px; padding: 0 13px; font-size: 14px; }
  .hero { min-height: 92vh; }
  .hero-content { padding-bottom: 88px; }
  .hero h1 { font-size: clamp(58px, 21vw, 86px); }
  .hero-actions .btn { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item,
  .gallery-item.large,
  .gallery-item.tall { grid-column: auto; grid-row: auto; height: 240px; }
  .map-panel { min-height: 280px; }
  .footer { display: block; }
  .footer-actions { justify-content: flex-start; margin-top: 26px; }
  .mobile-bar { display: grid; }
}
