:root {
  --linen: #f7f2ea;
  --paper: #fffdf9;
  --ink: #332e2a;
  --ink-soft: #6f675f;
  --accent: #8f7767;
  --shadow: 0 14px 34px rgba(76, 61, 45, 0.1);
  --radius: 18px;
  --max: 1120px;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f6f1e9, #fcfaf7 35%, #fcfbf9);
  line-height: 1.7;
  text-align: left;
}
h1, h2, h3, h4 { font-family: "Cormorant Garamond", Georgia, serif; letter-spacing: 0.01em; margin: 0; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(250,245,238,0.88); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(143,119,103,.25);
}
.nav-shell { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Cormorant Garamond", serif;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}

.brand-mark {
  width: clamp(130px, 20vw, 190px);
  height: auto;
  display: block;
}

.brand-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nav-links { display:flex; list-style:none; gap:.35rem; margin:0; padding:0; }
.nav-links a { text-decoration:none; color:var(--ink-soft); padding:.55rem .8rem; border-radius:10px; opacity:.68; transition:opacity .18s ease, background-color .18s ease, color .18s ease; }
.nav-links a:hover,.nav-links a:focus-visible,.nav-links .active{ background:rgba(143,119,103,.14); color:var(--ink); opacity:1; }
.nav-actions { display: flex; align-items: center; gap: .5rem; }
.btn.menu-btn { display: none; }

.brand-banner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}
.brand-banner img {
  width: 100%;
  display: block;
  height: clamp(190px, 37vh, 390px);
  object-fit: cover;
  object-position: center 42%;
}

.mobile-menu {
  border-top: 1px solid rgba(143,119,103,.22);
  background: rgba(250,245,238,0.96);
}
.mobile-menu .container {
  display: grid;
  gap: .35rem;
  padding: .8rem 0;
}
.mobile-menu a {
  text-decoration: none;
  padding: .55rem .2rem;
  color: var(--ink);
}

.site-header.nav-open #mobile-menu[hidden] {
  display: block;
}

main { padding: 2.2rem 0 4rem; }
.section-card {
  background: var(--paper);
  border-radius: 26px;
  padding: clamp(1.2rem,3vw,2.8rem);
  box-shadow: var(--shadow);
  margin-bottom: 1.2rem;
}
.eyebrow { text-transform: uppercase; letter-spacing: .12em; color: var(--accent); font-size: .78rem; margin:0 0 .7rem; }
h1 { font-size: clamp(2rem,5vw,3.5rem); line-height: 1.1; }
h2 { font-size: clamp(1.7rem,4vw,2.6rem); margin-bottom: .6rem; }
p { margin: 0 0 1rem; color: var(--ink-soft); max-width: 65ch; }
.section-card p, .entry-content p { max-width: min(100%, 92ch); }
.button-row { display:flex; flex-wrap:wrap; gap:.7rem; margin-top:1rem; }
.offers-note { text-align:center; margin: 1rem auto 0; }
.btn {
  display:inline-flex; align-items:center; gap:.35rem; text-decoration:none;
  padding:.7rem 1rem; border-radius:999px; border:1px solid rgba(143,119,103,.35);
  background:#fff; color:var(--ink);
}
.btn.primary { background:#7e6858; border-color:#7e6858; color:#fff; }

.columns { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.card { background: var(--paper); border:1px solid rgba(143,119,103,.16); border-radius:var(--radius); box-shadow:var(--shadow); overflow:hidden; }
.card img { width:100%; aspect-ratio:16/10; object-fit:cover; display:block; filter:saturate(.9) contrast(.95); }
.card-body { padding:1rem; }
.card-body h3 { font-size: 1.7rem; margin-bottom:.3rem; }
.meta { color: var(--ink-soft); font-size: .94rem; margin-bottom:.5rem; }
.center { text-align:center; margin-inline:auto; }
.section-card.center p { margin-inline: auto; }
.feature-video {
  width: min(100%, 680px);
  border-radius: 14px;
  display: block;
  margin-top: .6rem;
  margin-inline: auto;
  box-shadow: var(--shadow);
}

.about-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--ink-soft);
}

.about-list li {
  margin-bottom: .45rem;
}

.payfast-form { margin-top: 1rem; display: inline-block; padding: .8rem; border-radius: 14px; background: rgba(255,255,255,.85); border: 1px solid rgba(143,119,103,.24); }

.search-panel { background:var(--paper); border:1px solid rgba(143,119,103,.2); border-radius:14px; padding:1rem; margin-bottom:1rem; }
.search-row { display:grid; grid-template-columns:1fr auto; gap:.8rem; }
input[type="search"], select { width:100%; font:inherit; padding:.7rem .8rem; border-radius:10px; border:1px solid rgba(143,119,103,.35); }
.tag-row{ display:flex; gap:.4rem; flex-wrap:wrap; margin-top:.7rem; }
.tag { border:1px solid rgba(143,119,103,.28); border-radius:999px; background:#fff; color:var(--ink-soft); padding:.33rem .65rem; cursor:pointer; }
.tag.active { background: rgba(143,119,103,.16); color: var(--ink); }

.entry-layout { max-width: 780px; margin: 0 auto; }
.entry-hero { border-radius:16px; width:100%; max-height:370px; object-fit:cover; margin-bottom:1rem; }
.entry-content p { font-size:1.07rem; color:#3f3831; }
.inline-share a{ margin-right:.5rem; }
footer {
  text-align: center;
  color: var(--ink-soft);
  padding: 1rem 0 2rem;
}
footer p {
  margin-inline: auto;
  text-align: center;
}

.site-footer {
  font-size: .92rem;
  padding: .55rem 0 1.1rem;
}

.site-footer .footer-links,
.site-footer .footer-copy {
  margin-bottom: .35rem;
}

.product-hero {
  text-align: left;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 1.2rem 1.8rem;
  align-items: center;
}

.product-thumb {
  margin: 0;
  width: 100%;
  max-width: 220px;
}

.product-thumb img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.product-details > :first-child {
  margin-top: 0;
}

.preview-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 220px));
  justify-content: center;
  gap: 1rem;
}

.preview-thumb {
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: var(--shadow);
}
.preview-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .3s ease;
}
.preview-thumb:hover img { transform:scale(1.05); }
.lightbox { position:fixed; inset:0; background:rgba(25,18,12,.82); z-index:50; display:grid; place-items:center; padding:2rem; }
.lightbox[hidden]{ display:none; }
.lightbox-close { position:absolute; top:1rem; right:1rem; width:42px; height:42px; border-radius:999px; border:0; font-size:1.5rem; cursor:pointer; }
#lightbox-image { max-width:min(94vw,980px); max-height:80vh; border-radius:14px; cursor:zoom-in; transition:transform .3s ease; }
#lightbox-image.zoomed { transform:scale(1.8); cursor:zoom-out; }
.lightbox-title { color:#f8f2eb; text-align:center; margin-top:.6rem; }

@media (max-width:900px){ .columns { grid-template-columns:repeat(2,minmax(0,1fr)); } .preview-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:700px){
  .nav-shell{ min-height: 64px; }
  .brand-mark { width: clamp(105px, 34vw, 150px); }
  .nav-shell nav, .nav-shell .nav-actions .btn:not(.menu-btn) { display: none; }
  .btn.menu-btn { display: inline-flex; }
  .brand-banner { border-radius: 0; }
  .brand-banner img { height: clamp(150px, 26vh, 240px); }
  .columns{ grid-template-columns:1fr;}
  .product-hero-grid { grid-template-columns: 1fr; }
  .preview-grid { grid-template-columns: 1fr; }
  .search-row{ grid-template-columns:1fr; }
}

.page-back-wrap { margin: .2rem 0 1rem; }
.page-back { font-size: .94rem; color: var(--ink-soft); text-decoration: none; opacity: .9; }
.page-back:hover,.page-back:focus-visible { opacity: 1; text-decoration: underline; }

/* Services / Packages image visibility */
.services-grid .card img {
  aspect-ratio: auto;
  height: 520px;
  object-fit: cover;
  object-position: center top;
}

.zcal-card {
  margin-top: 1rem;
}

.zcal-inline-widget {
  margin-top: .8rem;
  min-height: 620px;
  border: 1px solid rgba(143,119,103,.22);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
