/* Zimbali Suites — restored static marketing site */
:root {
  --ink: #0b2a32;
  --deep: #123944;
  --teal: #1a6c78;
  --sea: #2b8d97;
  --foam: #e7f3f4;
  --sand: #f4efe6;
  --cream: #fbf8f3;
  --paper: #ffffff;
  --gold: #c4a46a;
  --gold-deep: #a68545;
  --text: #24363c;
  --muted: #5c6e73;
  --line: rgba(18, 57, 68, 0.12);
  --shadow: 0 18px 50px rgba(11, 42, 50, 0.12);
  --radius: 18px;
  --max: 1120px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: Outfit, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  font-size: 17px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }
h1, h2, h3, h4, .display {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.6em;
}
h1, .display { font-size: clamp(2.2rem, 5vw, 4.1rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
.lede { font-size: 1.15rem; color: var(--muted); max-width: 46rem; }
.muted { color: var(--muted); }
.kicker {
  display: inline-block;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--gold-deep);
  margin-bottom: 0.75rem;
}

.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 4.5rem 0; }
.section-tight { padding: 3rem 0; }
.section-dark {
  background: linear-gradient(160deg, #0d3038 0%, #164652 55%, #1a5a64 100%);
  color: #e8f3f4;
}
.section-dark h2, .section-dark h3 { color: #fff; }
.section-sand { background: var(--sand); }
.section-foam { background: var(--foam); }

.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: 0.5rem 1rem; z-index: 100; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(251, 248, 243, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex; align-items: center; gap: 0.7rem;
  text-decoration: none; color: var(--ink);
}
.brand-mark {
  width: 42px; height: 42px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #3aa3ad, #123944 70%);
  box-shadow: inset 0 0 0 2px rgba(196,164,106,0.55);
  flex: none;
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute; inset: 14px 8px 10px;
  border-radius: 50% 50% 45% 45%;
  background: transparent;
  border-bottom: 2px solid rgba(255,255,255,0.7);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem; font-weight: 700; letter-spacing: 0.04em;
}
.brand-sub { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

.nav { display: flex; align-items: center; gap: 0.15rem 1.05rem; flex-wrap: wrap; justify-content: flex-end; }
.nav a {
  color: var(--ink); text-decoration: none; font-size: 0.92rem; font-weight: 500;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--teal); }
.nav-cta {
  background: var(--ink) !important; color: #fff !important;
  padding: 0.55rem 0.95rem; border-radius: 999px;
}
.nav-cta:hover { background: var(--teal) !important; }

.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--line); border-radius: 10px;
  padding: 0.45rem 0.6rem; cursor: pointer; color: var(--ink);
}
.nav-toggle span {
  display: block; width: 18px; height: 2px; background: currentColor; margin: 4px 0;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  padding: 0.85rem 1.25rem; border-radius: 999px; border: 1px solid transparent;
  font: inherit; font-size: 0.95rem; font-weight: 500;
  text-decoration: none; cursor: pointer;
  transition: 0.18s ease;
}
.btn-primary { background: var(--gold); color: var(--ink); }
.btn-primary:hover { background: #d4b67a; color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--teal); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }
.btn-whatsapp { background: #1f8a4c; color: #fff; }
.btn-whatsapp:hover { background: #17753e; color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.4rem; }

/* Hero */
.hero {
  position: relative;
  min-height: min(82vh, 760px);
  display: grid; place-items: end start;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8,28,34,0.25) 0%, rgba(8,28,34,0.72) 100%),
    var(--hero-image, linear-gradient(135deg, #0d3b44, #1c7a86 50%, #c4a46a 160%));
  background-size: cover;
  background-position: center;
}
.hero-inner { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto 4.5rem; }
.hero h1 { color: #fff; max-width: 16ch; }
.hero p { color: rgba(255,255,255,0.88); max-width: 40rem; font-size: 1.12rem; }
.page-hero {
  min-height: 340px;
  place-items: end start;
  background:
    linear-gradient(180deg, rgba(8,28,34,0.35), rgba(8,28,34,0.75)),
    var(--hero-image, linear-gradient(135deg, #123944, #2b8d97));
  background-size: cover;
  background-position: center;
}
.page-hero .hero-inner { margin-bottom: 2.6rem; }
.page-hero h1 { max-width: 22ch; }

/* Cards / grids */
.grid-2 { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  box-shadow: 0 10px 30px rgba(11, 42, 50, 0.04);
}
.card h3 { margin-bottom: 0.35em; }
.feature-icon {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--foam); color: var(--teal);
  display: grid; place-items: center; margin-bottom: 0.8rem;
  font-size: 1.15rem;
}

.photo {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}
.photo-pool { background-image: linear-gradient(180deg, rgba(11,42,50,0.05), rgba(11,42,50,0.25)), url("../images/pool.jpg"); }
.photo-bushbuck { background-image: linear-gradient(180deg, rgba(11,42,50,0.05), rgba(11,42,50,0.25)), url("../images/bushbuck.jpg"); }
.gallery { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1rem; }
.gallery .photo { min-height: 320px; }
.caption { margin-top: 0.6rem; font-size: 0.88rem; color: var(--muted); }

/* FAQ */
.faq { display: grid; gap: 0.7rem; }
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.2rem 1rem;
}
.faq summary {
  cursor: pointer;
  font-weight: 560;
  padding: 0.95rem 0;
  color: var(--ink);
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  float: right;
  color: var(--teal);
  font-weight: 400;
  font-size: 1.3rem;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); padding-bottom: 0.9rem; }

/* Tables */
.table-wrap { overflow-x: auto; }
table {
  width: 100%; border-collapse: collapse; background: #fff;
  border-radius: var(--radius); overflow: hidden;
}
th, td { text-align: left; padding: 0.9rem 1rem; border-bottom: 1px solid var(--line); }
th { background: var(--ink); color: #fff; font-weight: 500; }
tr:last-child td { border-bottom: 0; }

.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.price-card {
  background: #fff; border-radius: var(--radius); padding: 1.6rem;
  border: 1px solid var(--line);
}
.price-card .amount {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem; color: var(--ink); margin: 0.3rem 0 0.2rem;
}
.season-list { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.season-list li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.75rem 0; border-top: 1px solid var(--line);
}

/* Form */
.form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.6rem;
  box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem 1rem; }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field-full { grid-column: 1 / -1; }
label { font-size: 0.86rem; font-weight: 500; color: var(--ink); }
input, select, textarea {
  font: inherit; padding: 0.75rem 0.85rem;
  border: 1px solid var(--line); border-radius: 12px; background: var(--cream);
  color: var(--text);
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(26,108,120,0.35); border-color: var(--teal);
}
textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 0.85rem; color: var(--muted); margin: 0.8rem 0 0; }

/* Footer */
.site-footer {
  background: #0b242b;
  color: #d5e4e6;
  padding: 3.2rem 0 1.6rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}
.site-footer h3 { color: #fff; font-size: 1.35rem; }
.site-footer a { color: #d5e4e6; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 0.35rem 0; }
.footer-bottom {
  width: min(var(--max), calc(100% - 2rem));
  margin: 2rem auto 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.85rem;
  color: #9bb0b4;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}

.address {
  font-style: normal;
  line-height: 1.7;
}

.wa-float {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 30;
  background: #1f8a4c; color: #fff; text-decoration: none;
  padding: 0.8rem 1rem; border-radius: 999px;
  box-shadow: 0 10px 24px rgba(31,138,76,0.35);
  font-size: 0.92rem; font-weight: 500;
}
.wa-float:hover { background: #17753e; color: #fff; }

.notice {
  background: rgba(196,164,106,0.15);
  border-left: 3px solid var(--gold);
  padding: 0.9rem 1rem;
  border-radius: 0 12px 12px 0;
  margin: 1rem 0 1.4rem;
}

.steps { display: grid; gap: 1rem; }
.step-num {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--ink); color: #fff; display: grid; place-items: center;
  font-size: 0.85rem; margin-bottom: 0.5rem;
}

ul.amenities { columns: 2; gap: 2rem; padding-left: 1.1rem; margin: 0 0 1rem; }
ul.amenities li { margin: 0.35rem 0; }

@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4, .gallery, .price-grid, .footer-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    background: #fff;
    flex-direction: column; align-items: stretch;
    padding: 0.8rem 1rem 1.2rem;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.55rem 0.2rem; }
  .nav-cta { text-align: center; }
  .form-grid { grid-template-columns: 1fr; }
  ul.amenities { columns: 1; }
  .hero { min-height: 70vh; }
}

@media (min-width: 901px) {
  .site-header { position: sticky; }
}
