:root {
  --terracotta: #C4622D; --gold: #C9963A; --sand: #F0E2C4;
  --cream: #FAF6EE; --forest: #1E3D2F; --forest-light: #2D5A42;
  --ink: #1A1A18; --mist: #7A8C7E; --white: #FFFFFF;
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Josefin Sans', sans-serif; background: var(--cream); color: var(--ink); overflow-x: hidden; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--sand); }
::-webkit-scrollbar-thumb { background: var(--terracotta); border-radius: 3px; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 4rem; background: rgba(26,26,24,0.96); backdrop-filter: blur(8px); transition: padding 0.4s; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--white); letter-spacing: 0.04em; text-decoration: none; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.25s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; background: var(--terracotta); color: var(--white); border: none; padding: 0.65rem 1.6rem; cursor: pointer; transition: background 0.25s; text-decoration: none; }
.nav-cta:hover { background: var(--gold); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: white; display: block; }

.page-hero { position: relative; height: 52vh; min-height: 380px; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.2) 100%); }
.page-hero-content { position: relative; z-index: 2; max-width: 1200px; width: 100%; margin: 0 auto; padding: 3rem 4rem; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.8rem; }
.breadcrumb a, .breadcrumb span { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: rgba(255,255,255,0.25); }
.page-hero-eyebrow { font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; display: block; }
.page-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 300; color: white; line-height: 1.1; }
.page-hero-title em { font-style: italic; color: var(--sand); }

/* FILTER */
.filter-bar { background: var(--sand); padding: 2rem 4rem; position: sticky; top: 64px; z-index: 100; border-bottom: 1px solid rgba(196,98,45,0.15); }
.filter-bar-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.filter-label { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mist); }
.filter-btn { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.55rem 1.2rem; border: 1px solid rgba(196,98,45,0.3); background: transparent; cursor: pointer; transition: all 0.2s; color: var(--forest); }
.filter-btn:hover, .filter-btn.active { background: var(--terracotta); border-color: var(--terracotta); color: white; }

/* TOURS GRID */
.tours-section { padding: 5rem 4rem; background: var(--cream); }
.tours-inner { max-width: 1200px; margin: 0 auto; }
.tours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.tour-card { background: white; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
.tour-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
.tour-card.hidden { display: none; }
.tour-img { height: 220px; position: relative; overflow: hidden; }
.tour-img-bg { width: 100%; height: 100%; transition: transform 0.6s ease; }
.tour-img-bg img { width: 100%; height: 100%; object-fit: cover; }
.tour-card:hover .tour-img-bg { transform: scale(1.06); }
.tour-badge { position: absolute; top: 1.2rem; left: 1.2rem; background: var(--terracotta); color: white; font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; padding: 0.3rem 0.8rem; }
.tour-info { padding: 2rem; }
.tour-flag { font-size: 0.62rem; letter-spacing: 0.18em; color: var(--terracotta); text-transform: uppercase; margin-bottom: 0.5rem; display: block; }
.tour-name { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--forest); margin-bottom: 0.8rem; line-height: 1.3; }
.tour-desc { font-size: 0.8rem; color: #666; line-height: 1.7; font-weight: 300; margin-bottom: 1.4rem; }

/* TOUR INCLUDES */
.tour-includes { margin-bottom: 1.4rem; }
.tour-includes h5 { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--forest); margin-bottom: 0.7rem; }
.tour-includes-list { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.include-tag { font-size: 0.62rem; padding: 0.25rem 0.7rem; background: rgba(30,61,47,0.07); color: var(--forest); border-radius: 2px; }

.tour-meta { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #eee; padding-top: 1.2rem; }
.tour-duration { font-size: 0.72rem; color: var(--mist); letter-spacing: 0.08em; }
.tour-price { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--terracotta); font-weight: 600; }
.tour-actions { display: flex; gap: 0.8rem; margin-top: 1.2rem; }
.btn-book { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.75rem 1.4rem; background: var(--terracotta); color: white; border: none; cursor: pointer; text-decoration: none; transition: background 0.2s; display: inline-block; flex: 1; text-align: center; }
.btn-book:hover { background: var(--forest); }
.btn-details { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.75rem 1.2rem; border: 1px solid #ddd; color: var(--forest); background: transparent; cursor: pointer; text-decoration: none; transition: all 0.2s; display: inline-block; }
.btn-details:hover { border-color: var(--forest); background: var(--forest); color: white; }

/* TOUR MODAL */
.modal-overlay { display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,0.75); align-items: center; justify-content: center; padding: 2rem; }
.modal-overlay.open { display: flex; }
.modal { background: var(--cream); max-width: 780px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; }
.modal-img { height: 280px; overflow: hidden; }
.modal-img img { width: 100%; height: 100%; object-fit: cover; }
.modal-body { padding: 2.5rem; }
.modal-badge { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 0.5rem; display: block; }
.modal-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--forest); margin-bottom: 1rem; font-weight: 300; }
.modal-desc { font-size: 0.88rem; color: #555; line-height: 1.9; font-weight: 300; margin-bottom: 2rem; }
.modal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; }
.modal-info-block h4 { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mist); margin-bottom: 0.6rem; }
.modal-info-block ul { list-style: none; }
.modal-info-block li { font-size: 0.82rem; color: #444; padding: 0.3rem 0; border-bottom: 1px solid rgba(0,0,0,0.05); font-weight: 300; }
.modal-info-block li::before { content: 'âœ“  '; color: var(--forest); }
.modal-info-block li.not::before { content: 'âœ—  '; color: #aaa; }
.modal-price-row { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; background: var(--sand); margin-bottom: 1.5rem; }
.modal-price-row .price { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--terracotta); font-weight: 300; }
.modal-price-row .per { font-size: 0.7rem; color: var(--mist); letter-spacing: 0.1em; text-transform: uppercase; }
.modal-close { position: absolute; top: 1rem; right: 1rem; background: rgba(0,0,0,0.5); border: none; color: white; width: 36px; height: 36px; cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; transition: background 0.2s; z-index: 10; }
.modal-close:hover { background: var(--terracotta); }
.btn-primary { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; padding: 1rem 2.4rem; background: var(--terracotta); color: white; border: none; cursor: pointer; text-decoration: none; transition: background 0.25s; display: inline-block; }
.btn-primary:hover { background: var(--forest); }

/* NO RESULTS */
.no-results { text-align: center; padding: 5rem 2rem; display: none; }
.no-results h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--forest); margin-bottom: 0.8rem; font-weight: 300; }
.no-results p { font-size: 0.85rem; color: var(--mist); }

/* WHY BOOK */
.why-book { background: var(--forest); padding: 5rem 4rem; }
.why-book-inner { max-width: 1200px; margin: 0 auto; }
.why-book h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3vw, 2.8rem); color: var(--sand); font-weight: 300; margin-bottom: 0.5rem; }
.why-book .section-label { color: var(--gold); }
.why-book-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3rem; }
.why-item { text-align: center; }
.why-icon { width: 56px; height: 56px; margin: 0 auto 1.2rem; background: rgba(201,150,58,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.why-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--sand); margin-bottom: 0.5rem; font-weight: 400; }
.why-item p { font-size: 0.78rem; color: rgba(255,255,255,0.6); line-height: 1.8; font-weight: 300; }

/* CTA */
.cta-band { background: var(--terracotta); padding: 5rem 4rem; text-align: center; }
.cta-band h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: white; margin-bottom: 1rem; }
.cta-band p { font-size: 0.85rem; color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.9; font-weight: 300; }
.btn-light { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; padding: 1rem 2.4rem; background: white; color: var(--terracotta); border: none; cursor: pointer; text-decoration: none; transition: background 0.25s, transform 0.2s; display: inline-block; }
.btn-light:hover { background: var(--sand); transform: translateY(-2px); }

/* FOOTER */
footer { background: var(--ink); padding: 5rem 4rem 2rem; color: rgba(255,255,255,0.6); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2.75rem; align-items: start; margin-bottom: 4rem; }
.footer-brand .nav-logo { font-size: 1.9rem; display: inline-block; margin-bottom: 1.2rem; }
.footer-brand p { font-size: 0.8rem; line-height: 1.8; font-weight: 300; max-width: 280px; }
.footer-col h4 { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col ul a { font-size: 0.8rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; font-weight: 300; }
.footer-col ul a:hover { color: var(--sand); }
.footer-social { display: flex; gap: 1rem; margin-top: 1.8rem; }
.social-btn { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: rgba(255,255,255,0.5); cursor: pointer; transition: border-color 0.2s, color 0.2s; text-decoration: none; }
.social-btn:hover { border-color: var(--gold); color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.72rem; }
.footer-bottom .legal { display: flex; gap: 2rem; }
.footer-bottom .legal a { font-size: 0.72rem; color: rgba(255,255,255,0.4); text-decoration: none; }
.footer-bottom .legal a:hover { color: var(--sand); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }

.mobile-menu { display: none; position: fixed; inset: 0; z-index: 999; background: rgba(26,26,24,0.98); flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--sand); text-decoration: none; letter-spacing: 0.06em; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-close { position: absolute; top: 2rem; right: 2rem; font-size: 1.5rem; color: rgba(255,255,255,0.5); cursor: pointer; background: none; border: none; }

@media (max-width: 1024px) {
  .tours-section { padding: 4rem 2rem; }
  nav { padding: 1.2rem 2rem; }
  .tours-grid { grid-template-columns: repeat(2, 1fr); }
  .why-book-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-bar { padding: 1.5rem 2rem; top: 56px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .page-hero-content { padding: 2rem 2rem; }
  .modal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .tours-grid { grid-template-columns: 1fr; }
  .why-book-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
}

/* —— Safari page: best time to visit —— */
.safari-best-time {
  padding: 3.5rem 4rem 2rem;
  background: var(--cream);
  border-top: 1px solid rgba(30, 61, 47, 0.08);
}
.safari-best-time-inner {
  max-width: 960px;
  margin: 0 auto;
}
.sbt-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 600;
  color: var(--forest);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.sbt-intro {
  font-size: 0.88rem;
  line-height: 1.75;
  color: #555;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2rem;
  font-weight: 300;
}
.sbt-intro strong { color: var(--forest); font-weight: 600; }

.sbt-rail-wrap {
  margin-bottom: 1.25rem;
}
.sbt-rail {
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  padding: 5px;
  background: rgba(30, 61, 47, 0.06);
  border-radius: 999px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  justify-content: center;
}
.sbt-month {
  flex: 1 0 auto;
  min-width: 2.65rem;
  scroll-snap-align: start;
  border: none;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.65rem 0.45rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.95);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.sbt-month:hover { filter: brightness(1.06); }
.sbt-month:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 2px;
}
.sbt-month.sbt-season-dry { background: #b8572e; }
.sbt-month.sbt-season-shoulder { background: #d4a24a; color: var(--forest); }
.sbt-month.sbt-season-rainy { background: #b5aea2; color: var(--forest); }

.sbt-month.is-active {
  background: var(--terracotta) !important;
  color: var(--white) !important;
  box-shadow: 0 0 0 2px var(--cream), 0 0 0 4px var(--terracotta);
  transform: scale(1.02);
  z-index: 1;
}

.sbt-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mist);
}
.sbt-legend-item { display: inline-flex; align-items: center; gap: 0.45rem; }
.sbt-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}
.sbt-dot.sbt-season-dry { background: #b8572e; }
.sbt-dot.sbt-season-shoulder { background: #d4a24a; }
.sbt-dot.sbt-season-rainy { background: #b5aea2; }

.sbt-panels { position: relative; }
.sbt-panel {
  background: var(--sand);
  border-radius: 18px;
  padding: 2rem 2.25rem;
  box-shadow: 0 12px 40px rgba(30, 61, 47, 0.08);
}
.sbt-panel[hidden] { display: none !important; }
.sbt-panel-name {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.35rem;
}
.sbt-panel-sub {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 1.75rem;
}
.sbt-panel-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
  align-items: start;
}
.sbt-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sbt-bullets li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 1rem;
  font-size: 0.84rem;
  line-height: 1.7;
  color: #444;
  font-weight: 300;
}
.sbt-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--terracotta);
}
.sbt-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1rem;
}
.sbt-fact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--forest);
}
.sbt-fact-icon {
  color: var(--terracotta);
  opacity: 0.9;
}
.sbt-fact-label {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.45;
  color: var(--mist);
  max-width: 11rem;
}
.sbt-fact-temp .sbt-fact-label { margin-top: 0.15rem; }
.sbt-temp-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.35rem;
  font-weight: 600;
  line-height: 1;
  color: var(--terracotta);
}

@media (max-width: 768px) {
  .safari-best-time { padding: 2.5rem 1.5rem 1.5rem; }
  .sbt-rail { justify-content: flex-start; }
  .sbt-panel { padding: 1.5rem 1.25rem; }
  .sbt-panel-body { grid-template-columns: 1fr; }
  .sbt-facts {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
}

/* —— Safari page: info blocks below tour grid —— */
.safari-after-tours {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(30, 61, 47, 0.1);
  background: var(--cream);
}

/* —— Safari page: Tanzania overview + FAQ —— */
.safari-guide {
  padding: 2.5rem 4rem 1rem;
  background: var(--cream);
}
.safari-guide-inner {
  max-width: 800px;
  margin: 0 auto;
}
.sg-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 600;
  color: var(--forest);
  text-align: center;
  margin-bottom: 1.5rem;
}
.sg-prose p {
  font-size: 0.88rem;
  line-height: 1.8;
  color: #444;
  font-weight: 300;
  margin-bottom: 1rem;
}
.sg-prose strong { color: var(--forest); font-weight: 600; }
.sg-subtitle {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin: 2rem 0 0.85rem;
}
.sg-parks {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.sg-parks li {
  font-size: 0.84rem;
  line-height: 1.65;
  color: #444;
  font-weight: 300;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(30, 61, 47, 0.08);
}
.sg-parks li:last-child { border-bottom: none; }
.sg-parks strong { color: var(--forest); font-weight: 600; }
.sg-note {
  font-size: 0.78rem;
  line-height: 1.65;
  color: var(--mist);
  font-style: italic;
  margin-bottom: 1.75rem;
}
.sg-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.sg-cta {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem;
  border: 1px solid rgba(196, 98, 45, 0.45);
  color: var(--forest);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.sg-cta:hover {
  border-color: var(--terracotta);
  background: rgba(196, 98, 45, 0.08);
}
.sg-cta-primary {
  background: var(--terracotta);
  border-color: var(--terracotta);
  color: var(--white);
}
.sg-cta-primary:hover {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--white);
}

.safari-faq {
  padding: 2.5rem 4rem 3rem;
  background: var(--cream);
  border-top: 1px solid rgba(30, 61, 47, 0.08);
}
.safari-faq-inner {
  max-width: 720px;
  margin: 0 auto;
}
.sfq-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.8vw, 1.95rem);
  font-weight: 600;
  color: var(--forest);
  text-align: center;
  margin-bottom: 0.6rem;
}
.sfq-lead {
  text-align: center;
  font-size: 0.82rem;
  color: var(--mist);
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.sfq-list { display: flex; flex-direction: column; gap: 0.5rem; }
.sfq-item {
  border: 1px solid rgba(30, 61, 47, 0.12);
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
}
.sfq-item summary {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--forest);
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 2.5rem;
}
.sfq-item summary::-webkit-details-marker { display: none; }
.sfq-item summary::after {
  content: '+';
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--terracotta);
}
.sfq-item[open] summary::after { content: '−'; }
.sfq-body {
  padding: 0 1.25rem 1.15rem;
  border-top: 1px solid rgba(30, 61, 47, 0.06);
}
.sfq-body p {
  font-size: 0.82rem;
  line-height: 1.75;
  color: #444;
  font-weight: 300;
  margin-top: 0.85rem;
}
.sfq-body p:first-child { margin-top: 0.75rem; }
.sfq-body strong { color: var(--forest); font-weight: 600; }
.sfq-body a { color: var(--terracotta); text-decoration: underline; text-underline-offset: 2px; }
.sfq-body a:hover { color: var(--forest); }

@media (max-width: 768px) {
  .safari-guide { padding: 2rem 1.5rem 0.5rem; }
  .safari-faq { padding: 2rem 1.5rem 2.5rem; }
  .sg-cta-row { flex-direction: column; align-items: stretch; }
  .sg-cta { text-align: center; }
}