:root {
  --navy: #002e49;
  --navy-soft: #063d55;
  --sand: #f9bf8f;
  --red: #d62828;
  --olive: #002e49;
  --orange: #d62828;
  --ink: #193845;
  --muted: #647985;
  --line: rgba(0, 46, 73, 0.14);
  --cream: #fbf7ef;
  --white: #ffffff;
  --black: #000000;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.wnaArticlePage {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

body.wnaArticlePage.withSiteHeader main {
  padding-top: 18px;
}
.isEmbedded .header,
.isEmbedded .wnaFooter {
  display: none;
}
.isEmbedded body.wnaArticlePage.withSiteHeader main {
  padding-top: 0;
}
.isEmbedded .articleHero {
  min-height: 430px;
}
body.wnaArticlePage a { color: inherit; }
.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.blogTop {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
  padding: 0 7vw;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 46, 73, 0.11);
  box-shadow: 0 6px 26px rgba(0, 46, 73, 0.07);
  backdrop-filter: blur(14px);
}
.blogBrand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--navy);
}
.blogBrand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.blogNav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-weight: 800;
  color: #294c59;
}
.blogNav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  text-decoration: none;
  font-size: 15px;
}
.blogNav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--orange);
  opacity: 0;
  transform: scaleX(0.7);
  transition: 180ms ease-out;
}
.blogNav a:hover::after,
.blogNav a.isActive::after {
  opacity: 1;
  transform: scaleX(1);
}
.blogNav i { font-size: 11px; }
.blogNavCta {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 28px;
  background: var(--red);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(214, 40, 40, 0.22);
}

.articleHero {
  min-height: 610px;
  background:
    linear-gradient(90deg, rgba(0, 46, 73, 0.76), rgba(0, 46, 73, 0.16) 70%),
    url("/blog/what-is-a-guided-self-drive-4x4-tour/assets/blog/richtersveld-landscape.jpg") center / cover;
}

@media (max-width: 1100px) {
  .articleHero {
    min-height: 430px;
  }
}
.articleHeroOverlay {
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  padding: 56px 7vw;
}
.articleHeroContent {
  width: min(710px, 100%);
  color: #ffffff;
}
.articleMetaLine {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
}
.articleBadge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 5px;
  padding: 0 13px;
  background: rgba(214, 40, 40, 0.92);
  color: #ffffff;
  font-size: 14px;
}
.articleHero h1 {
  margin: 0 0 14px;
  font-size: clamp(44px, 6.4vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}
.articleHero p {
  margin: 0;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 800;
}

.sectionShell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}
.articleIntro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 70px;
  padding: 34px 0 48px;
  align-items: start;
}
.introCopy {
  max-width: 620px;
  justify-self: center;
}
.introCopy p,
.contentCard p,
.faqSection p {
  margin: 0 0 20px;
  color: #213845;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.72;
}
.shortCard {
  border: 1px solid rgba(0, 46, 73, 0.12);
  border-radius: 7px;
  padding: 22px 28px;
  background: linear-gradient(135deg, rgba(249, 191, 143, 0.34), #ffffff);
  box-shadow: 0 12px 34px rgba(0, 46, 73, 0.08);
}
.shortCard h2 {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 46, 73, 0.12);
  color: var(--navy);
  font-size: 21px;
}
.shortCard h2 i,
.featureGrid span,
.imageFeature span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--olive);
  color: #ffffff;
}
.shortCard ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 900;
}
.shortCard li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shortCard li i { color: var(--orange); }

.photoStory {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
  margin-bottom: 28px;
}

.photoStory img,
.scenicBreak img {
  width: 100%;
  height: 280px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(0, 46, 73, 0.12);
}

.photoStory img:first-child {
  height: 360px;
  grid-row: span 2;
}

.sectionTitle {
  margin: 0 0 22px;
  color: var(--navy);
  text-align: center;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
}
.featureGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 22px;
}
.featureGrid article {
  min-height: 175px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  border: 1px solid rgba(0, 46, 73, 0.13);
  border-radius: 6px;
  padding: 22px 20px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 46, 73, 0.04);
}
.featureGrid h3,
.imageFeature h3 {
  margin: 4px 0 2px;
  color: var(--navy);
  font-size: 17px;
}
.featureGrid p,
.imageFeature p {
  margin: 0;
  color: #293f49;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.articleGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
  padding: 0 0 20px;
}
.contentCard,
.tocCard {
  border: 1px solid rgba(0, 46, 73, 0.12);
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 46, 73, 0.055);
}
.contentCard {
  padding: 24px 58px 16px;
}
.contentCard section { scroll-margin-top: 110px; }
.contentCard h2 {
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.15;
}

.longArticle section {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 46, 73, 0.1);
}

.longArticle section:last-child {
  border-bottom: 0;
}

.longArticle p {
  font-weight: 600;
}
.noteStrip {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 650px;
  margin: 22px 0 2px;
  border-radius: 4px;
  padding: 12px 20px;
  background: rgba(249, 191, 143, 0.22);
  color: #334650;
  font-size: 14px;
  font-weight: 900;
}
.noteStrip i { color: var(--olive); }
.tocCard {
  position: sticky;
  top: 104px;
  padding: 26px 22px;
}
.tocCard h3 {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 46, 73, 0.12);
  color: var(--navy);
  font-size: 20px;
}
.tocCard a {
  display: block;
  margin: 0 0 15px;
  padding-left: 12px;
  border-left: 3px solid transparent;
  color: #415b66;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}
.tocCard a:hover,
.tocCard a.isActive {
  color: var(--orange);
  border-left-color: var(--orange);
}

.sidebarPromotion {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 46, 73, 0.12);
  padding-top: 22px;
}
.sidebarPromotion > span,
.featuredToursHeading > span,
.featuredTourCard div > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.sidebarPromotion h3 {
  margin: 8px 0;
  padding: 0;
  border: 0;
  font-size: 22px;
}
.sidebarPromotion p {
  margin: 0 0 16px;
  color: #53616a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
.sidebarPromotion a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  border-radius: 5px;
  padding: 0 18px;
  color: #ffffff;
  background: var(--red);
}

.featuredTours {
  padding: 32px 0 48px;
}
.featuredToursHeading {
  max-width: 720px;
  margin-bottom: 22px;
}
.featuredToursHeading h2 {
  margin: 7px 0 8px;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.1;
}
.featuredToursHeading p {
  margin: 0;
  color: #53616a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}
.featuredTourGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.featuredTourCard {
  overflow: hidden;
  border: 1px solid rgba(0, 46, 73, 0.12);
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 46, 73, 0.07);
}
.featuredTourCard img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}
.featuredTourCard > div {
  padding: 22px;
}
.featuredTourCard h3 {
  margin: 8px 0;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
}
.featuredTourCard p {
  min-height: 76px;
  margin: 0 0 18px;
  color: #53616a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}
.featuredTourCard a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.withLines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 8px;
}
.withLines::before,
.withLines::after {
  content: "";
  width: 90px;
  height: 2px;
  background: rgba(95, 110, 49, 0.55);
}
.splitCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}
.imageFeature {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(170px, 0.75fr);
  overflow: hidden;
  border: 1px solid rgba(0, 46, 73, 0.12);
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 46, 73, 0.08);
}
.imageFeature img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.imageFeature div {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
}
.imageFeature h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: var(--sand);
}

.wideCta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 4px 0 18px;
  border-radius: 7px;
  padding: 20px 64px;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 20%, rgba(249, 191, 143, 0.14), transparent 22%),
    linear-gradient(135deg, var(--navy), #001b2b);
  box-shadow: 0 14px 32px rgba(0, 46, 73, 0.16);
}
.ctaIcon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  color: #ffffff;
  font-size: 36px;
}
.wideCta h2 {
  margin: 0 0 6px;
  font-size: 28px;
}
.wideCta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 800;
}
.wideCta a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border-radius: 4px;
  padding: 0 28px;
  color: #ffffff;
  background: var(--orange);
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
}

.scenicBreak {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 26px;
  color: #ffffff;
  background: var(--navy);
  box-shadow: 0 16px 38px rgba(0, 46, 73, 0.14);
}

.scenicBreak img {
  height: 430px;
  border-radius: 8px;
  opacity: 0.62;
}

.scenicBreak div {
  position: absolute;
  left: 34px;
  bottom: 30px;
  width: min(640px, calc(100% - 68px));
}

.scenicBreak h2 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
}

.scenicBreak p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 800;
}

.tourMoment {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(0, 46, 73, 0.12);
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(135deg, #ffffff, rgba(249, 191, 143, 0.18));
  box-shadow: 0 14px 34px rgba(0, 46, 73, 0.08);
}

.tourMoment img {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}

.tourMoment h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.tourMoment p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.faqSection { padding-bottom: 34px; }
.faqSection details {
  border: 1px solid rgba(0, 46, 73, 0.14);
  border-radius: 5px;
  background: #ffffff;
}
.faqSection details + details { margin-top: 8px; }
.faqSection summary {
  cursor: pointer;
  padding: 12px 30px;
  color: #213845;
  font-size: 15px;
  font-weight: 900;
}
.faqSection p { padding: 0 30px 14px; }

.blogFooter {
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), #001826);
}
.footerShell {
  width: min(1060px, calc(100% - 48px));
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 0.9fr 1.6fr;
  gap: 56px;
  margin: 0 auto;
  padding: 30px 0 26px;
}
.blogFooter h2 {
  margin: 0 0 12px;
  font-size: 16px;
}
.blogFooter p,
.blogFooter a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.blogFooter a {
  display: block;
  margin-bottom: 7px;
  text-decoration: none;
}
.footerSocials {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.footerSocials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin: 0;
  background: #ffffff;
  color: var(--navy);
}
.subscribeForm {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.subscribeForm input {
  width: 180px;
  min-height: 40px;
  border: 0;
  border-radius: 4px;
  padding: 0 12px;
}
.subscribeForm button {
  border: 0;
  border-radius: 4px;
  padding: 0 18px;
  background: var(--orange);
  color: #ffffff;
  font-weight: 900;
}
.footerBottom {
  width: min(1060px, calc(100% - 48px));
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
}
.footerBottom a {
  display: inline;
  margin-left: 24px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1100px) {
  .blogTop { grid-template-columns: 1fr auto; gap: 18px; padding: 0 32px; }
  .blogNav { order: 3; grid-column: 1 / -1; justify-content: center; padding-bottom: 12px; }
  .articleGrid,
  .articleIntro { grid-template-columns: 1fr; gap: 24px; }
  .introCopy { justify-self: start; max-width: none; }
  .tocCard { position: static; }
  .featureGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wideCta { grid-template-columns: 1fr; justify-items: start; padding: 26px; }
  .photoStory { grid-template-columns: 1fr 1fr; }
  .photoStory img:first-child { grid-column: 1 / -1; grid-row: auto; }
  .tourMoment { grid-template-columns: 1fr; }
  .featuredTourGrid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .blogTop { position: static; display: grid; min-height: 0; padding: 18px 22px; }
  .blogBrand span { font-size: 18px; }
  .blogNav { display: none; }
  .blogNavCta { justify-self: start; }
  .articleHero { min-height: 470px; }
  .articleHeroOverlay { padding: 38px 24px; }
  .sectionShell { width: min(100% - 32px, 620px); }
  .articleIntro { padding-top: 26px; }
  .featureGrid,
  .splitCards,
  .photoStory,
  .footerShell { grid-template-columns: 1fr; }
  .photoStory img,
  .photoStory img:first-child,
  .scenicBreak img,
  .tourMoment img { height: 260px; }
  .contentCard { padding: 24px; }
  .imageFeature { grid-template-columns: 1fr; }
  .imageFeature img { height: 230px; }
  .withLines::before,
  .withLines::after { width: 46px; }
  .wideCta a { width: 100%; justify-content: center; text-align: center; }
  .footerBottom { flex-direction: column; }
  .footerBottom a { margin: 0 18px 0 0; }
  .subscribeForm { flex-direction: column; }
  .subscribeForm input,
  .subscribeForm button { width: 100%; min-height: 44px; }
  .scenicBreak div {
    left: 22px;
    bottom: 22px;
    width: calc(100% - 44px);
  }
  .featuredTourGrid { grid-template-columns: 1fr; }
  .featuredTourCard p { min-height: 0; }
}
