:root {
  --ink: #171411;
  --charcoal: #25221e;
  --brown: #3a2b20;
  --olive: #46553a;
  --khaki: #bda879;
  --sand: #e5dac3;
  --stone: #f5f0e7;
  --gold: #c59a43;
  --white: #fffdf8;
  --muted: #766c5e;
  --line: rgba(58, 43, 32, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--stone);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.topbar {
  background: #0f0d0b;
  color: var(--sand);
  font-size: .84rem;
  padding: .45rem 0;
}
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar .wrap, .nav .wrap, .hero-actions, .inline-actions, .footer-grid, .mini-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.topbar .wrap { justify-content: space-between; flex-wrap: wrap; }

.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(31, 26, 20, .96);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.nav .wrap { min-height: 96px; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: .75rem; font-weight: 800; letter-spacing: .02em; }
.brand-logo { width: 220px; height: 88px; object-fit: contain; object-position: left center; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 50%;
  border: 2px solid var(--gold);
  display: grid; place-items: center;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.55rem;
}
.navlinks { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; justify-content: flex-end; }
.navlinks a { color: #eee3cd; font-size: .92rem; opacity: .95; }
.navlinks a:hover { color: var(--gold); }
.menu-btn { display: none; background: transparent; border: 1px solid rgba(255,255,255,.25); color: var(--white); padding: .55rem .7rem; border-radius: 4px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 78vh;
  display: grid;
  align-items: end;
  color: var(--white);
  background: #15110d;
}
.hero-media,
.hero-shade { position: absolute; inset: 0; }
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(15,12,9,.92), rgba(15,12,9,.55) 55%, rgba(15,12,9,.24));
}
.hero .wrap { position: relative; z-index: 2; padding: 8rem 0 5rem; }
.eyebrow {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  color: #f1d89d;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .12em;
  font-size: .78rem;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.05; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(3rem, 6vw, 6.8rem); max-width: 850px; margin: .7rem 0 1rem; }
.hero p { max-width: 720px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); color: #f4ead7; }
.hero-actions { flex-wrap: wrap; margin-top: 1.8rem; }

.btn {
  border: 0;
  border-radius: 4px;
  padding: .9rem 1.05rem;
  min-height: 46px;
  cursor: pointer;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  transition: transform .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gold); color: #17110a; }
.btn-dark { background: var(--brown); color: var(--white); }
.btn-light { background: var(--white); color: var(--brown); }
.btn-line { background: transparent; color: inherit; border: 1px solid currentColor; }
.btn-video { background: rgba(18, 16, 14, .62); color: var(--white); border: 1px solid rgba(255,255,255,.58); backdrop-filter: blur(5px); }

.trust-strip { padding: 0; background: #171411; color: var(--white); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-grid > div { padding: 1.35rem 1.1rem; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.38rem; }
.trust-grid span { display: block; margin-top: .22rem; color: #d9cfbc; font-size: .84rem; }

section { padding: 5rem 0; }
.section-head { display: grid; gap: .8rem; margin-bottom: 2rem; max-width: 820px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 4rem); color: var(--brown); }
.section-head p { color: var(--muted); margin: 0; font-size: 1.04rem; }
.band-dark { background: var(--charcoal); color: var(--white); }
.band-dark .section-head h2, .band-dark h3 { color: var(--white); }
.band-dark .section-head p, .band-dark p { color: #d9cfbc; }
.band-sand { background: var(--sand); }

.grid { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.process-grid > * { position: relative; min-height: 220px; padding: 1.25rem; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 14px 34px rgba(44, 32, 22, .07); }
.process-grid strong { display: block; margin-bottom: 1.2rem; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 2.2rem; line-height: 1; font-weight: 800; }
.process-grid h3 { color: var(--brown); font-size: 1.4rem; }
.process-grid p { color: var(--muted); }

.package, .card, .quote-panel, .faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(44, 32, 22, .08);
}
.band-dark .package, .band-dark .card, .band-dark .quote-panel, .band-dark .faq-item {
  background: #312a22;
  border-color: rgba(255,255,255,.11);
  box-shadow: none;
}
.package summary, .faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.25rem;
  display: grid;
  gap: .4rem;
}
.package summary::-webkit-details-marker, .faq-item summary::-webkit-details-marker { display: none; }
.package summary::after, .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  top: 1rem;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #17110a;
  font-weight: 900;
}
.package summary, .faq-item summary { position: relative; padding-right: 4.4rem; }
.package[open] summary::after, .faq-item[open] summary::after { content: "-"; }
.package h3, .card h3 { font-size: 1.45rem; color: var(--brown); }
.price { font-weight: 900; color: var(--olive); }
.package-body { padding: 0 1.25rem 1.35rem; color: var(--muted); }
.package-body ul, .clean-list { margin: .7rem 0 1rem; padding-left: 1.1rem; }
.mini-meta { color: var(--muted); font-size: .92rem; flex-wrap: wrap; }
.mini-meta span { padding: .28rem .55rem; background: rgba(197,154,67,.14); border-radius: 4px; }

.card img { width: 100%; height: 235px; object-fit: cover; }
.card-body { padding: 1.15rem; }
.card p { color: var(--muted); margin: .6rem 0 1rem; }
.species-card .price { display: block; margin-top: .35rem; }
.price-card { box-shadow: 0 8px 24px rgba(44, 32, 22, .06); }
.price-card .card-body { display: flex; min-height: 100%; flex-direction: column; }
.price-card .card-body > p { flex: 1; }
.species-equipment-note { grid-column: 1 / -1; margin: 0 0 .5rem; padding: 1rem 1.1rem; border: 1px solid rgba(124, 112, 64, .28); border-left: 4px solid var(--gold); border-radius: 6px; background: rgba(255, 255, 255, .72); color: var(--muted); line-height: 1.55; }
.species-equipment { margin: .85rem 0 1rem; padding: .8rem .85rem; border-left: 3px solid var(--gold); background: rgba(197, 154, 67, .10); }
.species-equipment p { margin: 0 0 .45rem; font-size: .9rem; line-height: 1.45; }
.species-equipment p:last-child { margin-bottom: 0; }
.species-equipment .field-note { color: var(--muted); font-size: .84rem; }

.blog-grid .card-body { display: flex; min-height: 100%; flex-direction: column; align-items: flex-start; }
.blog-grid .card-body p { flex: 1; }
.post-meta { color: var(--olive); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .7rem; }
.newsletter-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 2rem; }
.newsletter-layout .section-head { margin-bottom: 0; }
.newsletter-form { color: var(--ink); }
.consent label { display: flex; align-items: flex-start; gap: .65rem; font-weight: 650; }
.consent input { width: auto; margin-top: .25rem; }
.status { margin-top: .8rem; font-weight: 750; color: var(--olive); }

.feature {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: center;
}
.feature img { border-radius: 8px; min-height: 420px; width: 100%; object-fit: cover; box-shadow: 0 20px 50px rgba(33,25,17,.18); }
.feature-copy { display: grid; gap: 1rem; }
.feature-copy h2 { font-size: clamp(2rem, 4vw, 3.7rem); color: var(--brown); }
.feature-copy p { color: var(--muted); }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.field { display: grid; gap: .35rem; }
label { color: var(--brown); font-weight: 800; font-size: .88rem; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(58,43,32,.22);
  background: #fff;
  color: var(--ink);
  border-radius: 4px;
  padding: .82rem .9rem;
}
textarea { min-height: 120px; resize: vertical; }
.full { grid-column: 1 / -1; }
.quote-panel { padding: 1.2rem; }
.builder-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1.2rem; align-items: start; }
.estimate {
  position: sticky;
  top: 96px;
  background: var(--charcoal);
  color: var(--white);
  border-radius: 8px;
  padding: 1.25rem;
}
.estimate strong { font-size: 2.2rem; color: var(--gold); display: block; margin: .4rem 0; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem .8rem; }
.check-grid label { display: flex; align-items: center; gap: .5rem; color: var(--ink); font-weight: 650; }
.check-grid input { width: auto; }

.route { display: none; }
.route.active { display: block; }
.page-hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(15,12,9,.82), rgba(15,12,9,.35)),
    url("images/official/site-banner.jpg") center / cover;
}
.page-hero .wrap { padding: 6rem 0; }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 5.7rem); }

.breadcrumbs { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 1rem 0; color: var(--muted); font-size: .86rem; }
.breadcrumbs > * { margin-right: .45rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: .45rem; color: var(--gold); }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 2px; }
.seo-landing section:first-of-type { padding-top: 3.4rem; }
.landing-price { margin: .8rem 0 0; color: var(--gold); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; }
.landing-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 2rem; align-items: start; }
.landing-split > img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 8px; box-shadow: 0 20px 50px rgba(33,25,17,.18); }
.landing-split h2, .legal-copy .info-card h2 { margin: 0 0 .85rem; color: var(--brown); font-size: clamp(1.7rem, 3vw, 2.7rem); }
.landing-split p, .legal-copy .info-card p { color: var(--muted); }
.check-list, .muted-list { display: grid; gap: .55rem; margin: 1rem 0; padding: 0; list-style: none; }
.check-list li, .muted-list li { position: relative; padding-left: 1.6rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--olive); font-weight: 900; }
.muted-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.info-card { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 18px 40px rgba(44, 32, 22, .08); }
.info-card > :last-child { margin-bottom: 0; }
.related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.related-links a { display: grid; gap: .4rem; min-height: 150px; padding: 1.2rem; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 10px 26px rgba(44, 32, 22, .06); }
.related-links a:hover { transform: translateY(-2px); border-color: rgba(197,154,67,.68); }
.related-links strong { color: var(--brown); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.related-links span { color: var(--muted); font-size: .92rem; }
.final-cta { padding: clamp(1.5rem, 4vw, 3rem); border-radius: 10px; background: linear-gradient(120deg, #31271f, #1d1a16); color: var(--white); box-shadow: 0 22px 50px rgba(29,24,19,.2); }
.final-cta h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3.4rem); }
.final-cta p { max-width: 720px; color: #d9cfbc; }
.legal-copy .info-card h2:not(:first-child) { margin-top: 1.6rem; }

.gallery { columns: 3 260px; column-gap: 1rem; }
.gallery a { display: block; aspect-ratio: 4 / 3; margin: 0 0 1rem; border-radius: 8px; overflow: hidden; break-inside: avoid; background: var(--charcoal); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, opacity .3s ease; }
.gallery a:hover img { transform: scale(1.025); opacity: .9; }
.accommodation-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.accommodation-gallery img { width: 100%; height: 240px; object-fit: cover; border-radius: 8px; box-shadow: 0 14px 30px rgba(44,32,22,.12); }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 50; padding: .85rem 1rem; border-radius: 999px; background: #1f8f55; color: white; font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.28); }
.whatsapp-float:hover { background: #187546; transform: translateY(-2px); }
.newsletter-popup { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 18px; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .22s ease, visibility .22s ease; }
.newsletter-popup.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.newsletter-popup-backdrop { position: absolute; inset: 0; background: rgba(14,11,8,.76); backdrop-filter: blur(4px); }
.newsletter-popup-card { position: relative; z-index: 1; width: min(900px, 100%); max-height: min(760px, calc(100vh - 36px)); display: grid; grid-template-columns: .82fr 1.18fr; overflow: auto; border-radius: 12px; background: var(--white); box-shadow: 0 28px 80px rgba(0,0,0,.38); }
.newsletter-popup-visual { min-height: 100%; background: linear-gradient(180deg, rgba(20,15,11,.12), rgba(20,15,11,.55)), url("images/official/buffalo.jpg") center / cover; }
.newsletter-popup-content { padding: clamp(1.5rem, 4vw, 2.8rem); }
.newsletter-popup-content h2 { margin: .8rem 0 1rem; color: var(--brown); font-size: clamp(2rem, 4vw, 3.2rem); }
.newsletter-popup-content > p { margin: 0 0 1.25rem; color: var(--muted); }
.newsletter-popup-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--charcoal); color: var(--white); font-size: 1.75rem; line-height: 1; cursor: pointer; }
.newsletter-popup-form { display: grid; gap: .8rem; }
.newsletter-popup-form .btn { width: 100%; margin-top: .15rem; }
.newsletter-popup-consent { display: flex; align-items: flex-start; gap: .65rem; color: var(--muted); font-size: .8rem; font-weight: 650; }
.newsletter-popup-consent input { width: auto; margin-top: .2rem; }
.newsletter-popup-note { margin: .85rem 0 0 !important; font-size: .74rem; color: var(--muted); }
body.newsletter-popup-open { overflow: hidden; }
.testimonial { padding: 1.2rem; border-left: 4px solid var(--gold); background: rgba(255,255,255,.09); }
.footer {
  background: #12100e;
  color: #d9cfbc;
  padding: 3rem 0 1.2rem;
}
.footer-grid { align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.footer h3 { color: var(--white); margin-bottom: .7rem; }
.footer a { color: #f0d89a; }
.status {
  margin-top: .8rem;
  color: var(--olive);
  font-weight: 800;
  min-height: 1.4em;
}

@media (max-width: 900px) {
  .menu-btn { display: inline-flex; }
  .navlinks { display: none; width: 100%; padding: 0 0 1rem; }
  .navlinks.open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav .wrap { flex-wrap: wrap; padding: .8rem 0; }
  .grid-2, .grid-3, .grid-4, .feature, .builder-layout, .newsletter-layout, .accommodation-gallery, .process-grid, .trust-grid, .related-links { grid-template-columns: 1fr 1fr; }
  .landing-split { grid-template-columns: 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .estimate { position: static; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 22px, 1180px); }
  section { padding: 3.2rem 0; }
  .hero { min-height: 84vh; }
  .hero .wrap { padding: 5rem 0 3rem; }
  .brand-logo { width: 172px; height: 72px; }
  .nav .wrap { min-height: 82px; }
  .grid-2, .grid-3, .grid-4, .feature, .builder-layout, .newsletter-layout, .form-grid, .check-grid, .process-grid, .related-links { grid-template-columns: minmax(0, 1fr); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 1rem .8rem; }
  .trust-grid strong { font-size: 1.08rem; }
  .trust-grid span { font-size: .76rem; }
  .process-grid > * { min-height: 0; }
  .builder-layout { width: 100%; gap: 1rem; }
  .builder-layout > *, .builder-layout .quote-panel, .builder-layout .estimate { min-width: 0; width: 100%; grid-column: 1 / -1; }
  .builder-layout .quote-panel { padding: 1rem; }
  .builder-layout .check-grid label { width: 100%; align-items: flex-start; padding: .55rem 0; border-bottom: 1px solid rgba(58,43,32,.1); }
  .newsletter-popup { padding: 10px; }
  .newsletter-popup-card { grid-template-columns: 1fr; max-height: calc(100vh - 20px); }
  .newsletter-popup-visual { min-height: 145px; }
  .newsletter-popup-content { padding: 1.3rem 1.1rem 1.4rem; }
  .newsletter-popup-content h2 { font-size: 2rem; padding-right: 2rem; }
  .accommodation-gallery { grid-template-columns: 1fr; }
  .navlinks.open { grid-template-columns: 1fr; }
  .topbar .wrap { gap: .35rem; }
}

/* Packages page: real photography, comparison layout and conversion emphasis */
body[data-route="packages"] .page-hero {
  background:
    linear-gradient(90deg, rgba(15,12,9,.88), rgba(15,12,9,.35)),
    url("https://waidmannsheilsafaris.com/wp-content/uploads/2026/08/cape-buffalo-herd-hunting-area.jpg") center 46% / cover;
}
body[data-route="packages"] .page-hero p { max-width: 720px; color: #f4ead7; font-size: 1.08rem; }
.package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.package summary { padding: 0 4.4rem 1.4rem 1.4rem; gap: .55rem; }
.package-image {
  display: block;
  grid-column: 1 / -1;
  width: calc(100% + 5.8rem);
  max-width: none;
  height: 260px;
  margin: 0 -4.4rem .85rem -1.4rem;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
.package-kicker {
  color: var(--gold-deep);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.package summary > p { margin: .25rem 0 0; color: var(--muted); }
.package-body { padding-top: 1.15rem; border-top: 1px solid var(--line); }
.package-body h4 { margin: 1.15rem 0 .45rem; color: var(--brown); font-size: 1.02rem; }
.package-notice {
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--gold);
  border-radius: 4px;
  background: #f6efe2;
  color: var(--muted);
}
.package-notice strong { color: var(--brown); }
body[data-route="packages"] .final-cta { margin-top: 0; }

@media (max-width: 900px) {
  .package-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 620px) {
  .package-image { height: 205px; }
  .package summary { padding-bottom: 1.2rem; }
}

