:root {
  --ink: #1c140f;
  --forest: #3b241a;
  --forest-deep: #241209;
  --accent: #a3672f;
  --gold: #c9a227;
  --gold-soft: #e3c66b;
  --cream: #f8f0e2;
  --sand: #e6d5b0;
  --paper: #fffcf6;
  --muted: #6e6156;
  --line: #e9ddc4;
  --shadow: 0 20px 45px rgba(36, 18, 9, 0.22);
  --radius: 18px;
  --max: 1180px;
  --header-h: 84px;
  --serif: "Kanit", "Roboto Condensed", sans-serif;
  --sans: "Abel", "Roboto Condensed", system-ui, sans-serif;
  --script: "Sunday April", "Great Vibes", cursive;
}

@font-face {
  font-family: "Sunday April";
  src: url("../fonts/SundayApril.woff2") format("woff2"),
       url("../fonts/SundayApril.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
img[data-super-luxury-src] { background: #4a3a34; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  min-height: var(--header-h);
  background: rgba(94, 72, 64, 0.96);
  backdrop-filter: blur(12px);
  color: #fff;
  overflow: visible;
}
.header-inner { display: flex; align-items: stretch; justify-content: space-between; gap: 12px; min-height: 84px; position: relative; }
.brand, .header-tools { align-self: center; }
.header-tools { display: flex; align-items: center; gap: 8px; flex-shrink: 0; margin-left: auto; }
.lang-switch { position: relative; }
.lang-switch select {
  appearance: none; -webkit-appearance: none;
  background: rgba(255,255,255,.08); color: #fff;
  border: 1px solid rgba(255,255,255,.35); border-radius: 8px;
  padding: 8px 26px 8px 10px; font: inherit; font-size: 13px; cursor: pointer;
  min-width: 72px;
}
.lang-switch select option { color: var(--ink); }
.lang-switch::after {
  content: "▾"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  pointer-events: none; font-size: 11px; color: #fff;
}
.screen-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: .04em; flex-shrink: 0; }
.brand svg.sls-logo-mark { height: 42px; width: auto; display: block; }
.sls-logo-text { font-family: var(--script); font-size: 72px; }
.nav { display: flex; gap: 4px; align-items: stretch; align-self: stretch; margin: 0; padding: 0; }
.nav > li { list-style: none; position: relative; display: flex; align-items: stretch; }
.nav > li.has-mega { position: static; }
.nav > li > a {
  display: flex; align-items: center; height: 100%; padding: 14px 10px; font-size: 15px; color: #fff;
  white-space: nowrap; letter-spacing: .04em; text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.nav > li:hover > a, .nav > li:focus-within > a, .nav > li.is-current > a, .nav > li.is-open > a {
  color: #fff; border-bottom-color: var(--gold);
}
.mega-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  align-self: center;
  width: 22px; height: 22px; margin-left: -6px; margin-right: 4px;
  border: 0; background: transparent; color: #fff; cursor: pointer; padding: 0;
}
.mega-toggle::after { content: "▾"; font-size: 11px; line-height: 1; }
.nav > li.is-open > .mega-toggle::after { content: "▴"; }
.drop, .mega { display: none; }
.mega {
  position: absolute; left: 50%; transform: translateX(-50%);
  top: 100%; width: max-content;
  max-width: min(1080px, calc(100vw - 32px));
  padding: 8px 0 0; background: transparent; z-index: 50;
}
@media (min-width: 1081px) {
  .nav > li.has-mega:focus-within > .mega,
  .nav > li.is-open > .mega { display: block; }
}
.mega-inner {
  background: #f8f3ed;
  color: var(--ink);
  border: 1px solid rgba(94, 72, 64, .12);
  border-radius: 16px;
  padding: 18px 20px 20px;
  box-shadow: 0 16px 36px rgba(63, 47, 42, .12);
  width: max-content; max-width: min(1080px, calc(100vw - 32px));
}
.mega-tabs { display: flex; gap: 10px; align-items: center; margin-bottom: 14px; flex-wrap: wrap; }
.mega-tabs button, .mega-tab-link {
  border: 1px solid rgba(94, 72, 64, .16); cursor: pointer; font: inherit;
  padding: 9px 16px; border-radius: 999px;
  background: rgba(255,255,255,.7); color: var(--forest); font-weight: 600; font-size: 15px;
}
.mega-tabs button.is-active {
  background: var(--forest); color: #fff; border-color: var(--forest);
}
.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 340px));
  gap: 12px;
  width: max-content;
  max-width: 100%;
}
.mega-grid-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 320px));
  gap: 12px;
  align-items: stretch;
  width: max-content;
  max-width: 100%;
}
.mega-grid-2x2 {
  grid-template-columns: repeat(2, minmax(300px, 360px));
}
.mega-grid-3 {
  grid-template-columns: repeat(3, minmax(240px, 280px));
}
.mega-grid-links.is-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: min(100%, 996px);
}
.mega-grid-links.is-5 .mega-card {
  flex: 0 1 320px;
  width: 320px;
  max-width: 320px;
}
.mega-grid-links .mega-card {
  width: auto;
}
.mega-card {
  display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 14px; align-items: stretch;
  background: #fff; border: 1px solid rgba(94, 72, 64, .1); overflow: hidden; min-height: 0;
  color: inherit; position: relative; border-radius: 12px;
}
.mega-card img, .brand svg.sls-logo-mark { pointer-events: none; user-select: none; -webkit-user-drag: none; }
.mega-hit {
  position: absolute; inset: 0; z-index: 2;
  color: transparent; font-size: 0; overflow: hidden;
}
.mega-card:hover { border-color: rgba(145, 98, 74, .35); background: #fff; box-shadow: 0 8px 18px rgba(94, 72, 64, .08); }
.mega-card:hover .btn.mega-view { background: var(--forest); }
.mega-card-img { flex-shrink: 0; min-height: 96px; }
.mega-card-img img { width: 132px; height: 100%; min-height: 96px; object-fit: cover; object-position: center top; }
.mega-card-body { padding: 12px 14px 12px 0; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.mega-card-body h3 { margin: 0 0 5px; font-size: 17px; line-height: 1.3; color: var(--forest); overflow-wrap: anywhere; }
.mega-card-body p { margin: 0 0 8px; font-size: 14px; line-height: 1.45; color: var(--muted); }
.btn.mega-view {
  background: var(--accent); color: #fff; padding: 6px 12px; font-size: 13px; border-radius: 0;
  align-self: flex-start;
}
.btn.mega-all { margin-top: 12px; background: var(--forest); }
.mega-panel[data-mega-panel="quote"] {
  min-width: min(460px, calc(100vw - 64px));
}
.wa-svg { width: 22px; height: 22px; display: block; }
.wa-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%; background: #25d366; color: #fff;
  flex-shrink: 0;
}
.wa-icon:hover, .wa-float:hover { background: #1ebe57; color: #fff; }
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  width: 56px; height: 56px; padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: #25d366; color: #fff; border-radius: 50%;
  box-shadow: var(--shadow);
}
.wa-float .wa-svg { width: 30px; height: 30px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: #fff; font-weight: 600;
  border: 0; border-radius: 0; padding: 12px 20px; cursor: pointer;
}
.btn:hover { background: var(--forest); color: #fff; }
.btn.ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.55); }
.btn.ghost:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn.dark { background: var(--forest); color: #fff; }
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h)); display: grid; align-items: end;
  overflow: hidden;
  background: #2c211d;
  color: #fff;
}
.hero-slides { position: absolute; inset: 0; }
.hero-video {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  opacity: 0; pointer-events: none;
  transition: opacity .9s ease;
  background: transparent;
}
.hero.is-showing-video .hero-video { opacity: 1; }
.hero.is-showing-video .hero-slide.is-active {
  opacity: 0;
  animation: none;
}
.hero-slide {
  position: absolute; inset: 0;
  background: center top / cover no-repeat;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1.2s ease;
}
.hero-slide picture,
.hero-slide img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.hero-slide img {
  object-fit: cover;
  object-position: center top;
}
.hero-slide.is-active {
  opacity: 1;
  animation: slsKenburns 9s ease-out forwards;
}
.hero-slide-balloon { background-position: center 38%; }
.hero-slide-balloon img { object-position: center 38%; }
.hero-slide-flyin { background-position: center 55%; }
.hero-slide-flyin img { object-position: center 55%; }
.hero-slide-lodge { background-position: center 62%; }
.hero-slide-lodge img { object-position: center 62%; }
.hero-slide-herd { background-position: center top; }
.hero-slide-herd img { object-position: center top; }
.hero-slide-sunset { background-position: center 70%; }
.hero-slide-sunset img { object-position: center 70%; }
.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(20,14,10,.22) 10%, rgba(20,14,10,.78) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  padding: 72px 0 96px;
  max-width: none;
  width: min(1320px, calc(100% - 40px));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-lead { font-size: 18px; max-width: 56ch; color: #f3eadc; }
.hero-caption {
  margin: 10px 0 0; font-size: 13px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold); font-weight: 700;
  min-height: 1.4em;
}
.hero p.hero-slogan {
  display: flex; align-items: center; justify-content: center; flex-wrap: nowrap;
  gap: 18px; margin: 2px 0 0; padding: 4px 0 0;
  max-width: none;
  font-family: "Kanit", "Roboto Condensed", sans-serif;
  font-size: 15px; font-weight: 600; font-style: normal;
  letter-spacing: .32em;
  text-transform: uppercase; color: #fff;
  text-shadow: 0 1px 12px rgba(0,0,0,.45);
}
.hero-slogan span { line-height: 1; font-style: normal; color: #fff; }
.hero-slogan i {
  display: block; width: 1px; height: 13px; flex-shrink: 0;
  background: #fff;
  font-style: normal;
  opacity: .85;
}
@keyframes slsKenburns {
  from { transform: scale(1); }
  to { transform: scale(1.03); }
}
.eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: var(--forest);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(234,176,46,.16);
  flex-shrink: 0;
}
.hero .eyebrow,
.page-hero .eyebrow,
.quote-band .eyebrow,
.ditin-cover .eyebrow {
  color: var(--gold);
  text-shadow: 0 1px 2px rgba(0,0,0,.55), 0 0 16px rgba(0,0,0,.28);
}
.hero .eyebrow::before,
.page-hero .eyebrow::before,
.quote-band .eyebrow::before,
.ditin-cover .eyebrow::before {
  background: var(--gold);
  box-shadow: 0 0 12px rgba(234,176,46,.55);
}
h1, h2, h3, .serif { font-family: var(--serif); font-weight: 600; line-height: 1.12; }
.hero h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(15px, 2.45vw, 40px);
  margin: 12px 0 14px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.hero h1 em {
  font-style: italic;
  font-weight: 700;
}
.hero-script {
  font-family: var(--script);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 400;
  color: var(--gold-soft);
  margin: 0 0 4px;
  line-height: 1.1;
  text-shadow: 0 2px 18px rgba(0,0,0,.4);
}
.hero p { font-size: 18px; max-width: 56ch; color: #f3eadc; }
.hero p.hero-caption {
  margin: 10px 0 0; font-size: 13px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold); font-weight: 700;
  min-height: 1.4em; max-width: none;
}
.hero-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; justify-content: center; }
.purpose-band {
  background: var(--paper);
  padding: 44px 0 40px;
}
.purpose-inner {
  width: min(1280px, calc(100% - 32px));
  max-width: none;
  text-align: center;
}
.purpose-band h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 2.85vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--ink);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.purpose-band h2 em {
  font-style: normal;
  color: var(--accent);
}
.purpose-copy p {
  font-family: var(--sans);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.45;
  margin: 0 auto 10px;
  color: var(--ink);
  max-width: none;
}
.purpose-copy p:last-child { margin-bottom: 0; }
.section { padding: 80px 0; }
.section.alt { background: var(--paper); }
.section-head { max-width: 720px; margin-bottom: 36px; }
.section-head h2 { font-size: clamp(32px, 4vw, 52px); margin: 8px 0 12px; }
.search-itineraries .section-head h2,
.quote-wizard-band .qw-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.search-itineraries-lead em { font-style: italic; font-weight: 700; }
.grid { display: grid; gap: 22px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--paper); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(94, 72, 64, 0.22); }
.card-media { position: relative; overflow: hidden; display: block; }
.card img { width: 100%; height: 210px; object-fit: cover; object-position: center top; transition: transform .7s ease; }
.card:hover img { transform: scale(1.08); }
.card-go {
  position: absolute; left: 12px; bottom: 12px; z-index: 1;
  background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; padding: 6px 10px;
  opacity: 0; transform: translateY(8px); transition: .3s ease;
}
.card:hover .card-go { opacity: 1; transform: none; }
.card-body { padding: 20px 22px 24px; }
.card h3 { margin: 0 0 8px; font-size: 28px; }
.card-wa { margin: 12px 0 0; display: flex; flex-wrap: wrap; gap: 8px 16px; }
.card-wa a {
  color: #128c7e;
  font-size: 14px;
  font-weight: 600;
}
.card-wa a:hover { color: var(--forest); }
.meta { color: var(--muted); font-size: 14px; }
.card-price {
  margin: 10px 0 0;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.1;
}
.chip {
  display: inline-block; background: var(--sand); color: var(--forest);
  border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
}
.quote-band {
  background: var(--forest); color: #fff; padding: 72px 0;
}
.quote-band .form {
  display: grid; gap: 12px; grid-template-columns: 1fr 1fr;
  background: rgba(255,255,255,.06); padding: 24px; border-radius: 18px;
}
.section .form, .mega .form {
  display: grid; gap: 12px; grid-template-columns: 1fr 1fr;
  background: #fff; padding: 24px; border-radius: 18px; border: 1px solid var(--line);
}
.split-2 { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: start; }
.prose img { border-radius: 14px; margin: 12px 0; }
.form input, .form select, .form textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 0; font: inherit; background: #fff;
}
.section .form input, .section .form select, .section .form textarea,
.mega .form input, .mega .form select, .mega .form textarea {
  background: var(--cream); border: 1px solid var(--line);
}
.form textarea, .form .full, .form .btn { grid-column: 1 / -1; }
.quote-wa { margin: 8px 0 0; grid-column: 1 / -1; }
.quote-wa a { color: var(--accent); font-size: 14px; font-weight: 600; }
.quote-wa a:hover { color: var(--forest); }
.dest-card {
  position: relative; min-height: 320px; border-radius: var(--radius); overflow: hidden; color: #fff;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 0 0 10px;
}
.dest-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 1.1s ease; }
.dest-card:hover img { transform: scale(1.08); }
.dest-card strong, .dest-card em {
  position: relative; z-index: 1; display: block; padding: 0 22px;
}
.dest-card strong { font-family: var(--serif); font-size: 34px; margin: 0; }
.dest-card em { font-style: normal; color: #f3eadc; font-size: 14px; margin: 6px 0 18px; max-width: 28ch; }
.dest-card::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, transparent, rgba(8,16,12,.78));
}
.dest-grid.is-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}
.dest-grid.is-5 .dest-card {
  flex: 1 1 calc(33.333% - 15px);
  max-width: calc(33.333% - 15px);
  min-width: 220px;
}
.dest-card.is-current {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.site-footer { background: var(--forest-deep); color: #efe8d8; padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.site-footer a { color: #efe8d8; }
.site-footer a:hover { color: var(--gold); }
.site-footer h3 { color: var(--gold-soft); font-size: 18px; margin-top: 0; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin: 0 0 8px; }
.footer-contact { display: grid; gap: 6px; }
.footer-news {
  margin-top: 40px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-news h2 { font-size: 28px; margin: 0 0 16px; color: #fff; }
.footer-news-form {
  display: grid; gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  align-items: start;
}
.footer-news-form input {
  width: 100%; padding: 12px 14px; border: 0; border-radius: 8px; font: inherit;
}
.footer-news-form .super-luxury-verify {
  grid-column: 1 / -1;
  background: #f4efe8;
  color: #1b1b1b;
}
.footer-news-form .btn {
  justify-self: start;
}
.footer-bottom-bar {
  margin-top: 36px; background: #2c211d; padding: 22px 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.footer-brand svg.sls-logo-mark { height: 44px; width: auto; margin-bottom: 8px; display: block; }
.footer-brand p { margin: 0; font-size: 13px; color: #c9c1b2; }
.footer-partners { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center; }
.footer-partners a, .footer-partners img { display: inline-flex; }
.footer-partners img {
  height: 40px; width: auto; object-fit: contain;
  background: #fff; padding: 6px 8px; border-radius: 6px;
}
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08); color: #fff;
}
.footer-social svg { width: 18px; height: 18px; }
#google_translate_element {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
}
.goog-te-banner-frame, .goog-te-balloon-frame, #goog-gt-tt {
  display: none !important; visibility: hidden !important; height: 0 !important;
}
iframe.skiptranslate { display: none !important; }
body { top: 0 !important; }
font, .goog-text-highlight { background: none !important; box-shadow: none !important; }
.site-header font { font-size: inherit !important; }
.mega-panel { display: none; }
.mega-panel.is-active { display: block; }
.mega-quote-intro { margin: 0 0 10px; color: var(--muted); font-size: 14px; }
.form-compact { background: #fff; }
.mega .form-compact {
  padding: 12px; border-radius: 8px; gap: 10px;
}
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.super-luxury-verify {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f4efe8;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  grid-column: 1 / -1;
  cursor: pointer;
}
.super-luxury-verify input,
.form .super-luxury-verify input,
.footer-news-form .super-luxury-verify input,
.qw-card .super-luxury-verify input {
  width: auto;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
  accent-color: var(--forest);
}
.quote-wizard-band .super-luxury-verify,
.qw-card .super-luxury-verify {
  background: #f7f3ec;
  margin: 18px 0 0;
}
.notice.ok { background: #e4f6ea; color: #14532d; }
.page-hero {
  background: var(--forest) center top / cover no-repeat; color: #fff; padding: 56px 0 56px;
}
.page-hero h1 { font-size: clamp(36px, 5vw, 64px); margin: 8px 0; }
.tour-price {
  margin: 10px 0 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 30px);
  color: var(--gold-soft);
}
.tour-price span {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: .02em;
  color: rgba(255,255,255,.75);
  text-transform: none;
  font-weight: 400;
}
.page-wa { margin: 28px 0 0; }
.page-wa .btn { display: inline-flex; }
.reason-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.reason-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 26px 24px;
  box-shadow: var(--shadow);
}
.reason-card h2 {
  margin: 0 0 10px;
  font-size: 28px;
  color: var(--forest);
}
.reason-card p { margin: 0; color: var(--muted); }
.reason-give {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 36px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 40px;
  box-shadow: var(--shadow);
  color: inherit;
  text-decoration: none;
}
.reason-give { transition: transform .25s ease, border-color .25s ease; }
a.reason-give:hover { border-color: var(--gold); transform: translateY(-2px); }
.reason-give .initiative-card { margin: 0; }
.team-featured { max-width: 520px; margin: 0 auto 36px; }
.reason-give h2 {
  margin: 8px 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  color: var(--forest);
}
.reason-give p { margin: 0; color: var(--muted); max-width: 58ch; }
.reason-give-cta {
  display: inline-block;
  margin-top: 18px;
  color: var(--forest);
  font-weight: 700;
}
.directors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.director-card,
.team-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
}
.team-photo {
  display: block;
  width: 112px;
  height: 112px;
  margin: 22px auto 0;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--gold);
  box-shadow:
    0 0 0 4px rgba(94, 72, 64, 0.14),
    0 0 0 7px rgba(234, 176, 46, 0.38),
    0 10px 22px rgba(63, 47, 42, 0.16);
  background: var(--forest-deep);
}
.director-card .team-photo {
  width: 140px;
  height: 140px;
  margin-top: 28px;
  border-width: 4px;
}
.team-photo img,
.director-card .team-photo img,
.team-card .team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}
.director-card .card-body,
.team-card .card-body { padding: 16px 22px 22px; }
.director-card .card-body { text-align: left; }
.team-card .card-body { text-align: center; }
.director-card h2,
.team-card h3 {
  margin: 0 0 4px;
  color: var(--forest);
}
.director-card h2 { font-size: 28px; }
.team-card h3 { font-size: 20px; }
.role-chip {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.team-grid.is-3 { grid-template-columns: repeat(3, 1fr); }
.team-grid.is-6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.team-grid.is-6 .team-card {
  box-sizing: border-box;
  flex: 0 1 calc((100% - 54px) / 4);
  width: calc((100% - 54px) / 4);
  max-width: calc((100% - 54px) / 4);
}
.team-intro {
  width: min(1680px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto 32px;
  font-size: clamp(1.06rem, 1.35vw, 1.22rem);
  line-height: 1.5;
  color: var(--ink);
}
.team-intro p {
  margin: 0 0 0.55em;
  max-width: none;
}
.team-intro p:last-child { margin-bottom: 0; }
.terms-toc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
  list-style: none;
  margin: 0 0 36px;
  padding: 22px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.terms-toc a { font-weight: 600; }
.terms-page h2 {
  scroll-margin-top: 96px;
  font-size: 30px;
  color: var(--forest);
  margin: 36px 0 12px;
}
.terms-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 20px;
  background: #fff;
}
.terms-page th,
.terms-page td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.terms-page th { background: var(--sand); color: var(--forest); }
.prose h2 { font-size: 36px; }
.prose.terms-page h2 { font-size: 30px; }
.day {
  background: var(--paper); border-radius: var(--radius); padding: 22px 24px; margin: 16px 0;
  border-left: 4px solid var(--gold);
}
.tour-layout { display: grid; grid-template-columns: 1.6fr .8fr; gap: 32px; }
.side {
  background: var(--forest); color: #fff; border-radius: var(--radius); padding: 24px;
  height: fit-content; position: sticky; top: 96px;
}
.side h2 { margin-top: 0; color: var(--gold-soft); }
.side a:not(.btn) { color: var(--gold-soft); text-decoration: underline; }
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.filter-bar a { background: #fff; border-radius: 999px; padding: 8px 14px; font-size: 14px; }
.filter-bar a.is-active { background: var(--forest); color: #fff; }
.cs-builder { padding: 8px 0 48px; }
.cs-list .cs-builder { padding: 8px 0 12px; }
.cs-group { margin: 0 0 28px; }
.cs-group h3 { margin: 0 0 12px; font-size: 22px; color: var(--forest); }
.cs-place-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.cs-place {
  background: #fff; border: 2px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
}
.cs-place.is-on { border-color: var(--forest); box-shadow: var(--shadow); }
.cs-place-toggle {
  display: grid; grid-template-columns: 88px 1fr; gap: 12px; align-items: stretch;
  padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer;
  font: inherit; color: inherit; width: 100%;
}
.cs-place-toggle img { width: 88px; height: 88px; object-fit: cover; }
.cs-place-copy { padding: 10px 10px 10px 0; display: flex; flex-direction: column; gap: 4px; }
.cs-place-copy strong { font-family: var(--serif); font-size: 16px; color: var(--forest); }
.cs-place-copy em { font-style: normal; font-size: 13px; color: var(--muted); line-height: 1.35; }
.cs-nights {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 8px 12px 12px; font-size: 13px; font-weight: 700; color: var(--forest);
}
.cs-nights input { width: 72px; padding: 6px 8px; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.cs-place:not(.is-on) .cs-nights { opacity: .45; }
.cs-meta {
  display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px;
  margin: 8px 0 24px;
}
.cs-meta label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; color: var(--forest); }
.cs-meta input[type="number"], .cs-meta input[type="text"] {
  padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; font: inherit; font-weight: 400;
}
.cs-styles { border: 0; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; }
.cs-styles legend { font-size: 13px; font-weight: 700; color: var(--forest); padding: 0; margin: 0 8px 0 0; }
.cs-styles label { font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.cs-live {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow);
}
.cs-live-head h3 { margin: 4px 0 6px; }
.cs-live-meta { margin: 0 0 18px; color: var(--muted); }
.cs-live-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.cs-live h4 { margin: 0 0 10px; font-size: 16px; }
.cs-related { display: grid; gap: 10px; margin-bottom: 18px; }
.cs-related-card {
  display: grid; grid-template-columns: 72px 1fr; gap: 10px; align-items: center;
  background: var(--cream); border-radius: 12px; overflow: hidden;
}
.cs-related-card img { width: 72px; height: 64px; object-fit: cover; }
.cs-related-card span { display: flex; flex-direction: column; padding-right: 8px; }
.cs-related-card em { font-style: normal; font-size: 13px; color: var(--muted); }
.cs-suggest { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.cs-chip {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 6px 12px; cursor: pointer; font: inherit; color: var(--forest);
}
.cs-chip:hover { border-color: var(--forest); }
.cs-notes { margin: 0; padding-left: 18px; color: var(--muted); }
.cs-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.cs-empty { color: var(--muted); margin: 8px 0 0; }
.cs-download-note { margin: 0 0 16px; }
.ditin-related { margin-top: 36px; }
body.is-custom-safari-download .site-header,
body.is-custom-safari-download .site-footer,
body.is-custom-safari-download .wa-float,
body.is-custom-safari-download .affiliates,
body.is-custom-safari-download .guides-band,
body.is-custom-safari-download .partner-bar,
body.is-custom-safari-download .footer-news {
  display: none;
}
body.is-custom-safari-download { background: #fff; }
.notice { background: #fff3cd; color: #5c4813; padding: 10px 14px; border-radius: 10px; font-size: 13px; }
.initiatives { background: var(--paper); }
.initiative-grid { align-items: stretch; }
.initiative-card {
  display: flex; flex-direction: column; gap: 10px;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 24px 26px;
  color: var(--ink); box-shadow: var(--shadow);
}
a.initiative-card { color: inherit; }
a.initiative-card:hover { border-color: var(--accent); transform: translateY(-2px); }
a.initiative-card::after {
  content: "";
  display: block;
  margin-top: auto;
  width: 36px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}
.initiative-icon {
  width: 64px; height: 64px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: #fff;
}
.initiative-icon svg { width: 32px; height: 32px; }
.initiative-card h3 { margin: 8px 0 0; font-size: 28px; color: var(--forest); }
.initiative-card p { margin: 0; color: var(--muted); }
.initiative-link { margin-top: auto; font-weight: 700; color: var(--accent); letter-spacing: .04em; }
.safari-tiers { background: var(--cream); }
.tier-grid { align-items: stretch; }
.tier-card {
  display: flex; flex-direction: column; gap: 10px;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px 28px;
  color: var(--ink); box-shadow: var(--shadow);
}
.tier-card.is-featured {
  background: var(--forest); color: #fff; border-color: var(--forest);
}
.tier-card.is-featured h3, .tier-card.is-featured .tier-icon { color: var(--gold-soft); }
.tier-card.is-featured p { color: rgba(255,255,255,.85); }
.tier-icon {
  width: 60px; height: 60px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold); color: var(--ink);
}
.tier-icon svg { width: 30px; height: 30px; }
.tier-card.is-featured .tier-icon { background: var(--gold); color: var(--ink); }
.tier-card h3 { margin: 8px 0 0; font-size: 26px; color: var(--forest); }
.tier-card p { margin: 0; color: var(--muted); }
.tier-link { margin-top: auto; font-weight: 700; color: var(--accent); letter-spacing: .04em; }
.tier-card.is-featured .tier-link { color: var(--gold-soft); }
.tour-map-section { padding-top: 48px; }
.tour-map-ends {
  display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 12px;
}
.tour-map-end {
  display: inline-flex; align-items: center;
  padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 700;
  letter-spacing: .04em;
}
.tour-map-end.is-start { background: var(--forest); color: #fff; }
.tour-map-end.is-end { background: var(--accent); color: #fff; }
.tour-map-tools { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; }
.tour-map-tools button {
  border: 1px solid var(--line); background: #fff; color: var(--forest);
  padding: 10px 16px; font-weight: 600; cursor: pointer; font-family: inherit;
}
.tour-map-tools button.is-active {
  background: var(--forest); color: #fff; border-color: var(--forest);
}
.tour-map-wrap {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  max-width: 920px;
}
.tour-map-frame {
  background: #fff;
  border-right: 1px solid var(--line);
  min-height: 260px;
  max-height: 320px;
  overflow: hidden;
}
.tour-schematic { background: #fff; height: 320px; min-height: 0; }
.tour-schematic svg { width: 100%; height: 320px; display: block; }
.tour-map { height: 320px; background: #d7c4b4; position: relative; }
.tour-map.is-hidden, .tour-schematic.is-hidden { display: none; }
.tour-map-status {
  display: none; position: absolute; inset: 0; z-index: 800;
  align-items: center; justify-content: center;
  background: rgba(247,234,226,.72); font-weight: 700; color: var(--forest);
}
.tour-map.is-loading .tour-map-status { display: flex; }
.tour-timeline {
  padding: 22px 24px 8px; border-top: 1px solid var(--line); background: #fff;
}
.tour-timeline h3 { margin: 0 0 16px; font-size: 24px; color: var(--forest); }
.tour-timeline ol {
  list-style: none; margin: 0; padding: 4px 0 12px 8px;
  border-left: 2px dashed #e3b4b4;
}
.tour-timeline li {
  position: relative; padding: 0 0 18px 22px; color: var(--ink); line-height: 1.4;
}
.tour-timeline .dot {
  position: absolute; left: -15px; top: 5px;
  width: 12px; height: 12px; border-radius: 50%;
  background: #d0242a; border: 2px solid #fff; box-shadow: 0 0 0 1px #d0242a;
}
.tour-timeline strong { margin-right: 6px; color: var(--forest); }
.tour-timeline .when { color: var(--muted); }
.tour-timeline .how {
  display: inline-block; margin-left: 8px; font-size: 12px; font-style: normal;
  letter-spacing: .04em; text-transform: uppercase; color: var(--accent);
}
.tour-timeline li.is-fly .how { color: #2f5d8a; }
.tour-map-cta { margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.super-luxury-pin-wrap, .super-luxury-jeep-wrap { background: none !important; border: 0 !important; }
.super-luxury-pin {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--gold); color: var(--forest); font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid #fff; box-shadow: 0 4px 10px rgba(0,0,0,.35);
  font-size: 12px;
}
.super-luxury-pin.is-start { background: var(--forest); color: #fff; }
.super-luxury-pin.is-end { background: var(--accent); color: #fff; }
.super-luxury-mover {
  transform-origin: 50% 50%;
  filter: drop-shadow(0 3px 5px rgba(0,0,0,.45));
}
.super-luxury-mover svg { display: block; width: 100%; height: 100%; }
.super-luxury-cruiser { width: 56px; height: 32px; }
.super-luxury-plane { width: 48px; height: 48px; }
.affiliates {
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  padding: 56px 0 64px;
  border-top: 1px solid var(--line);
}
.affiliates-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.affiliates h2 {
  margin: 0 0 28px;
  font-size: clamp(28px, 3.2vw, 42px);
  color: var(--forest);
  letter-spacing: .06em;
}
.affiliate-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 14px 16px;
  width: 100%;
}
.aff {
  flex: 1 1 150px;
  max-width: 190px;
  min-height: 128px;
  padding: 16px 14px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(94,72,64,.12);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(94,72,64,.08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.aff:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 18px 36px rgba(94,72,64,.14);
  color: inherit;
}
.aff img {
  display: block;
  width: auto;
  height: 52px;
  max-width: 150px;
  object-fit: contain;
  filter: none;
  background: transparent;
}
.aff-karibu img { height: 72px; max-width: 88px; }
.aff-melia img { height: 34px; max-width: 160px; }
.aff-legendary img { height: 40px; max-width: 160px; }
.aff span {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.25;
  color: var(--forest);
}
.aff.is-dark {
  background: #161412;
  border-color: #161412;
}
.aff.is-dark span { color: #f4ebe3; }
.guides-band {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 52px 0 56px;
}
.guides-head {
  max-width: 720px;
  margin-bottom: 32px;
}
.guides-head h2 {
  margin: 8px 0 10px;
  font-size: clamp(28px, 3.2vw, 42px);
  color: var(--forest);
}
.guides-head h2 a { color: inherit; }
.guides-head h2 a:hover { color: var(--accent); }
.guides-head p { margin: 0; color: var(--muted); max-width: 62ch; }
.guides-grid,
.guides-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 40px;
}
.guides-page-grid {
  margin-top: 12px;
  padding-top: 8px;
}
.guides-col h3 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  font-size: 18px;
  color: var(--forest);
  border-bottom: 2px solid var(--gold);
}
.guides-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guides-col li { margin: 0 0 10px; }
.guides-col a {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}
.guides-col a:hover { color: var(--accent); }
.partner-bar {
  margin-top: 40px;
  background: #f4ebe3;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px 48px;
}
.partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: .96;
}
.partner:hover { opacity: 1; color: inherit; }
.partner img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: none;
  background: transparent;
  padding: 0;
}
.partner-ttb img { height: 72px; max-width: 120px; }
.partner-tato img { height: 76px; max-width: 118px; }
.partner-ag img { height: 46px; max-width: 190px; }
.partner-ta img { height: 36px; max-width: 200px; }
.partner-sg img { height: 36px; max-width: 190px; }
.partner-sb img { height: 36px; max-width: 200px; }
.moments {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 220px;
  gap: 14px;
}
.moment {
  position: relative; overflow: hidden; border-radius: var(--radius); color: #fff;
  box-shadow: var(--shadow); min-height: 220px;
}
.moment.is-wide { grid-row: span 2; min-height: 454px; }
.moment img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block;
  transition: transform 1s ease;
}
.moment:hover img { transform: scale(1.08); }
.moment::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(20,14,10,.82));
}
.moment-copy {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: 18px 20px 20px;
}
.moment-copy strong { display: block; font-family: var(--serif); font-size: 28px; }
.moment-copy em { display: block; font-style: normal; color: #f3eadc; font-size: 14px; margin-top: 4px; }
.why-band { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.why-grid h2 { font-size: clamp(32px, 4vw, 48px); margin: 8px 0 14px; }
.why-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.why-list { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 14px; }
.why-list li {
  background: #fff; border-radius: 16px; padding: 16px 18px;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.why-list strong { display: block; color: var(--forest); margin-bottom: 4px; }
.quote-split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.quote-wizard-band {
  background: #fff;
  padding: 72px 0 84px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.qw-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: clamp(32px, 4vw, 52px);
  margin: 0 0 10px;
  color: var(--ink);
}
.qw-note {
  margin: 0 0 28px;
  color: #797979;
  font-size: 16px;
}
.qw-card {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 8px;
  padding: 32px 32px 28px;
}
.qw-card h3 {
  text-align: center;
  margin: 0 0 8px;
  font-size: 22px;
  color: var(--ink);
}
.qw-progress {
  text-align: center;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.qw-step[hidden] { display: none !important; }
.qw-row {
  display: grid;
  gap: 18px 24px;
  align-items: end;
}
.qw-row-3 { grid-template-columns: 1fr 1fr 1fr; }
.qw-row-2 { grid-template-columns: 1fr 1fr; }
.qw-field label {
  display: block;
  font-size: 13px;
  color: #6b625c;
  margin-bottom: 6px;
}
.qw-field .req { color: #c45c26; }
.qw-locked {
  margin: 0;
  padding: 8px 0 10px;
  border-bottom: 1px solid #d5cbc3;
  color: var(--ink);
  font-size: inherit;
  line-height: 1.4;
}
.qw-field input,
.qw-field select,
.qw-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d5cbc3;
  border-radius: 0;
  background: transparent;
  padding: 8px 0 10px;
  font: inherit;
  color: var(--ink);
}
.qw-field input:focus,
.qw-field select:focus,
.qw-field textarea:focus {
  outline: 0;
  border-bottom-color: var(--gold);
}
.qw-field textarea {
  border: 1px solid #d5cbc3;
  border-radius: 8px;
  padding: 10px 12px;
  min-height: 110px;
  margin-top: 4px;
}
.qw-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 28px;
}
.qw-next { min-width: 110px; }
.quote-wizard-band .btn.ghost,
.qw-back {
  background: transparent;
  color: var(--forest);
  border: 1px solid rgba(94, 72, 64, .35);
}
.quote-wizard-band .btn.ghost:hover,
.qw-back:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.quote-wizard-band .notice {
  max-width: 980px;
  margin: 0 auto 18px;
  padding: 12px 16px;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--forest);
  text-align: left;
}
.quote-wizard-band .notice.ok { border-color: var(--gold); }
.qw-intro {
  margin: -12px auto 22px;
  max-width: 640px;
  color: var(--muted);
  font-size: 15px;
}
.quote-wizard-embed {
  text-align: center;
}
.quote-wizard-embed .qw-title {
  font-size: clamp(28px, 4vw, 42px);
}
.quote-wizard-embed .qw-note { margin-bottom: 12px; }
.quote-wizard-embed .qw-intro { margin: 0 auto 18px; }
.quote-wizard-embed .quote-selected {
  text-align: left;
  max-width: 980px;
  margin: 0 auto 16px;
}
.quote-wizard-embed .qw-card { margin-top: 4px; }
.qw-facts {
  text-align: left;
  margin: 0 auto 18px;
  max-width: 980px;
  font-size: 15px;
}
.qw-facts p { margin: 0 0 6px; }
.side .quote-wizard-embed {
  margin-top: 0;
  text-align: center;
}
.side .qw-facts {
  max-width: none;
  color: #fff;
}
.side .qw-facts a { color: var(--gold-soft); }
.side .qw-title {
  font-size: 28px;
  color: var(--gold-soft);
  letter-spacing: 0;
}
.side .qw-note,
.side .qw-intro {
  color: #d9d1c3;
  max-width: none;
}
.side .quote-selected {
  max-width: none;
  background: rgba(255,255,255,.08);
  border-color: var(--gold);
  color: #f4ebe3;
}
.side .quote-selected strong { color: #fff; }
.side .qw-card {
  max-width: none;
  padding: 20px 16px 16px;
}
.side .qw-card h3 { font-size: 18px; }
.side .qw-row-3,
.side .qw-row-2 { grid-template-columns: 1fr; }
.side .qw-actions { margin-top: 20px; }
.ditin-cta .quote-wizard-embed { margin-top: 0; }
.ditin-cta .qw-card { max-width: 980px; }
.quote-ref {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .06em;
  font-size: 1.05em;
}
.quote-selected {
  margin: 0 0 14px;
  padding: 10px 12px;
  background: var(--cream);
  border: 1px solid var(--gold);
  border-radius: 10px;
  font-size: 14px;
  color: var(--forest);
}
.quote-selected strong {
  display: block;
  margin-top: 2px;
}
.form .quote-selected,
.form-compact .quote-selected {
  grid-column: 1 / -1;
}
.ditin-cta .form { margin-top: 16px; }
.side .form { margin: 14px 0; }
.page-hero .hero-actions { margin-top: 22px; }
.ditin-outline {
  list-style: none; margin: 0 0 22px; padding: 0;
  display: grid; gap: 10px;
}
.ditin-outline li {
  display: grid; grid-template-columns: 110px 1fr; gap: 8px 16px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 16px; align-items: baseline;
}
.ditin-outline strong { color: var(--accent); }
.ditin-outline em { grid-column: 2; color: var(--muted); font-style: normal; font-size: 14px; }
.ditin-page { padding: 28px 0 72px; }
.ditin-tools {
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
  flex-wrap: wrap; margin-bottom: 18px;
}
.ditin-tools-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ditin {
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line);
}
.ditin-cover {
  position: relative; color: #fff; min-height: 280px;
  overflow: hidden;
}
.ditin-cover-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center top; display: block;
}
.ditin-cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(63,47,42,.15), rgba(29,29,29,.78));
}
.ditin-cover-copy {
  position: relative; z-index: 1;
  min-height: 280px; padding: 48px 40px 36px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.ditin-cover h1 { margin: 8px 0 12px; font-size: clamp(32px, 4vw, 56px); }
.ditin-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; color: #f3eadc; }
.ditin-body { padding: 36px 40px 48px; }
.ditin-intro p { font-size: 18px; max-width: 70ch; }
.ditin-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ditin-route { margin: 28px 0 8px; }
.ditin-route .section-head { margin-bottom: 16px; }
.ditin-route .tour-map-wrap { margin-top: 0; max-width: 100%; }
.ditin-route .tour-map-frame,
.ditin-route .tour-schematic,
.ditin-route .tour-schematic svg,
.ditin-route .tour-map { height: 280px; max-height: 280px; }
.ditin-inclusions { margin-top: 36px; padding-top: 8px; }
.super-luxury-inclusions-head { max-width: 70ch; margin-bottom: 28px; }
.super-luxury-inclusions-head h2 { margin: 0 0 10px; }
.super-luxury-inclusions-head p { margin: 0; }
.super-luxury-inclusions-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start;
}
.super-luxury-inc-box {
  background: #fff; border-radius: 18px; padding: 22px 24px 16px;
}
.super-luxury-inc-box:only-child { grid-column: 1 / -1; max-width: 36rem; }
.super-luxury-inc-box--yes {
  border: 1px solid #d7e5db;
  box-shadow: inset 5px 0 0 #5a7d62;
}
.super-luxury-inc-box--no {
  border: 1px solid #ead9cc;
  box-shadow: inset 5px 0 0 var(--accent);
}
.super-luxury-inc-kicker {
  margin: 0 0 6px; font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
}
.super-luxury-inc-box--yes .super-luxury-inc-kicker { color: #3f6b4a; }
.super-luxury-inc-box--no .super-luxury-inc-kicker { color: var(--accent); }
.super-luxury-inc-box h2 { margin: 0 0 8px; font-size: 26px; color: var(--forest); }
.super-luxury-inc-lead { margin: 0 0 14px; color: var(--muted); font-size: 15px; }
.super-luxury-inc-box ul { list-style: none; margin: 0; padding: 0; }
.super-luxury-inc-box li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(29,29,29,.06);
  line-height: 1.45;
}
.super-luxury-inc-box li:last-child { border-bottom: 0; }
.super-luxury-inc-box li::before {
  position: absolute; left: 0; top: 10px; font-weight: 700; font-size: 16px;
}
.super-luxury-inc-box--yes li::before { content: "✓"; color: #3f6b4a; }
.super-luxury-inc-box--no li::before { content: "–"; color: var(--accent); }
.super-luxury-extras { display: grid; gap: 22px; margin-top: 8px; }
.super-luxury-extra-box {
  background: #fff; border-radius: 18px; padding: 22px 24px 18px;
  border: 1px solid rgba(29,29,29,.08);
}
.super-luxury-extra-box h2 { margin: 0 0 10px; font-size: 26px; color: var(--forest); }
.super-luxury-extra-box p { margin: 0 0 12px; }
.super-luxury-stay-legend {
  list-style: none; margin: 0 0 22px; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.super-luxury-stay-legend li {
  background: var(--cream); border-radius: 12px; padding: 12px 14px;
  font-size: 14px; color: var(--muted);
  border-top: 3px solid var(--forest);
}
.super-luxury-stay-legend--camp { border-top-color: #8a6a3b; }
.super-luxury-stay-legend--mid { border-top-color: #3f6b4a; }
.super-luxury-stay-legend--lux { border-top-color: var(--accent); }
.super-luxury-stay-legend--high { border-top-color: #1d2a24; }
.super-luxury-stay-legend strong {
  display: block; color: var(--forest); font-size: 15px; margin-bottom: 4px;
}
.super-luxury-stay-regions { display: grid; gap: 22px; }
.super-luxury-stay-region h3 { margin: 0 0 10px; font-size: 22px; color: var(--forest); }
.super-luxury-stay-tiers {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px;
}
.super-luxury-stay-tier {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 14px 12px;
}
.super-luxury-stay-tier[data-tier="Camping"] { border-top: 3px solid #8a6a3b; }
.super-luxury-stay-tier[data-tier="Mid-range"] { border-top: 3px solid #3f6b4a; }
.super-luxury-stay-tier[data-tier="Luxury"] { border-top: 3px solid var(--accent); }
.super-luxury-stay-tier[data-tier="High-end"] { border-top: 3px solid #1d2a24; }
.super-luxury-stay-tier h4 {
  margin: 0 0 6px; font-size: 13px; letter-spacing: .06em;
  text-transform: uppercase; color: var(--accent);
}
.super-luxury-stay-tier p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.45; }
.day img {
  width: 100%; height: 320px; object-fit: cover; border-radius: 12px;
  margin: 0 0 16px;
}
.super-luxury-extra-box ul { margin: 0; padding-left: 18px; }
.super-luxury-extra-box li { margin: 0 0 8px; }
.ditin-extras { margin-top: 36px; }
.ditin-days { margin-top: 36px; display: grid; gap: 22px; }
.ditin-day {
  display: grid; grid-template-columns: 120px 1fr 220px; gap: 18px;
  border-top: 1px solid var(--line); padding-top: 22px; align-items: start;
}
.ditin-day-num {
  font-family: var(--serif); font-weight: 700; color: var(--accent);
  letter-spacing: .04em;
}
.ditin-day h3 { margin: 0 0 8px; font-size: 24px; color: var(--forest); }
.ditin-day p { margin: 0 0 10px; }
.ditin-elev { font-size: 13px; color: var(--muted); }
.ditin-stay { background: var(--cream); padding: 8px 12px; border-radius: 8px; }
.ditin-day-photo { display: grid; gap: 8px; }
.ditin-day-photo img { width: 100%; height: 150px; object-fit: cover; object-position: center top; border-radius: 12px; }
.ditin-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line);
}
.ditin-split h2 { margin-top: 0; }
.ditin-split ul { margin: 0; padding-left: 18px; }
.ditin-dests { margin-top: 24px; color: var(--muted); }
.ditin-cta { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.ditin-cta .btn { margin-right: 8px; margin-bottom: 8px; }
.ditin-print-foot { display: none; }
body.is-digital-itinerary .affiliates,
body.is-digital-itinerary .guides-band { display: none; }
body.is-digital-itinerary .nav,
body.is-digital-itinerary .menu-toggle { display: none; }
@media print {
  .no-print, .site-header, .site-footer, .wa-float, .affiliates, .guides-band,
  #google_translate_element, .partner-bar, .footer-news, .cs-builder, .cs-list { display: none !important; }
  body { background: #fff; }
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .ditin { box-shadow: none; border: 0; }
  .ditin-cover, .ditin-cover-copy { min-height: 180px; }
  .ditin-cover-copy { padding: 28px 24px 20px; }
  .ditin-body { padding: 20px 0 0; }
  .ditin-day {
    break-inside: avoid;
    grid-template-columns: 90px 1fr 140px;
    page-break-inside: avoid;
  }
  .ditin-day-photo { display: grid !important; }
  .super-luxury-inc-box { break-inside: avoid; }
  .ditin-day-photo img { height: 110px; }
  .tour-map-tools, .tour-map { display: none !important; }
  .tour-map-wrap {
    display: grid !important;
    grid-template-columns: 220px 1fr;
    max-width: 100%;
    box-shadow: none;
    break-inside: avoid;
  }
  .tour-map-frame,
  .tour-schematic,
  .tour-schematic.is-hidden {
    display: block !important;
    height: 220px !important;
    max-height: 220px !important;
  }
  .tour-schematic svg { height: 220px !important; }
  .ditin-route .tour-map-frame,
  .ditin-route .tour-schematic,
  .ditin-route .tour-schematic svg { height: 220px !important; max-height: 220px !important; }
}
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .hero-slide, .hero-slide.is-active, .card img, .moment img, .dest-card img, .reveal {
    animation: none !important; transition: none !important; transform: none !important; opacity: 1 !important;
  }
  .hero-video { display: none !important; }
}
.menu-toggle {
  display: none; background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,.3); border-radius: 8px;
  width: 42px; height: 42px; padding: 0; cursor: pointer;
  align-items: center; justify-content: center;
}
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
  display: block; width: 18px; height: 2px; background: #fff; position: relative;
}
.menu-toggle span::before, .menu-toggle span::after {
  content: ""; position: absolute; left: 0;
}
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }
@media (max-width: 1200px) {
  .nav > li > a { padding: 14px 6px; font-size: 13px; }
  .affiliate-row { gap: 12px; }
}
@media (max-width: 1100px) {
  .nav > li > a { padding: 12px 5px; font-size: 12px; }
}
@media (max-width: 1080px) {
  .cards-3, .cards-4, .tour-layout, .footer-grid, .form, .quote-band .form, .section .form, .mega .form, .quote-band .wrap, .mega-grid, .mega-grid-links, .mega-grid-2x2, .mega-grid-3, .mega-grid-links.is-5, .split-2, .footer-news-form, .footer-bottom, .moments, .why-grid, .quote-split, .qw-row, .guides-grid, .guides-page-grid, .ditin-day, .ditin-split, .super-luxury-inclusions-grid, .ditin-outline li, .tour-map-wrap, .super-luxury-stay-legend, .super-luxury-stay-tiers, .cs-place-grid, .cs-live-grid, .cs-meta, .reason-grid, .reason-give, .directors-grid, .team-grid, .team-grid.is-3, .team-grid.is-6, .dest-grid.is-5, .terms-toc { grid-template-columns: 1fr !important; }
  :root { --header-h: 64px; }
  .header-inner { flex-wrap: nowrap; min-height: 64px; gap: 8px; }
  .brand { min-width: 0; }
  .brand svg.sls-logo-mark { height: 32px; }
  .header-tools { gap: 6px; }
  .lang-switch select { font-size: 12px; padding: 6px 22px 6px 8px; min-width: 64px; }
  .wa-icon { width: 36px; height: 36px; }
  .wa-icon .wa-svg { width: 18px; height: 18px; }
  .footer-social, .footer-brand { justify-content: flex-start; }
  .footer-bottom { flex-wrap: wrap; }
  .partner-logos { gap: 18px 22px; }
  .partner img { height: 40px; }
  .partner-ttb img, .partner-tato img { height: 58px; }
  .nav {
    display: none; position: absolute; left: 50%; top: 100%;
    width: 100vw; transform: translateX(-50%);
    flex-direction: column; align-items: stretch;
    padding: 8px 0 16px; background: var(--forest-deep);
    max-height: calc(100vh - 64px); overflow: auto; z-index: 45;
    box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .nav > li { display: flex; flex-wrap: wrap; align-items: center; }
  .nav > li > a { flex: 1; text-align: left; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.15); text-transform: none; font-size: 16px; }
  .nav > li.has-mega > .mega,
  .nav > li.has-mega:hover > .mega,
  .nav > li.has-mega:focus-within > .mega,
  .nav > li.has-mega.is-open > .mega {
    display: none !important;
  }
  .nav.open > li.has-mega.is-open > .mega {
    display: block !important;
  }
  .mega-toggle { margin: 0 8px 0 0; width: 36px; height: 36px; }
  .drop, .mega {
    position: static; transform: none; width: 100%;
    margin: 0; left: auto; top: auto; padding-top: 0; max-width: none;
  }
  .nav.open > li.has-mega.is-open > .mega { margin: 0 0 12px; }
  .mega-inner { margin: 0 12px; width: auto; max-width: none; padding: 12px; }
  .mega-grid, .mega-grid-links, .mega-grid-2x2, .mega-grid-3, .mega-grid-links.is-5 {
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
  }
  .mega-grid-links .mega-card,
  .mega-grid-links.is-5 .mega-card { flex: none; width: auto; max-width: none; }
  .team-grid.is-6 .team-card,
  .dest-grid.is-5 .dest-card {
    flex: 1 1 100%;
    width: auto;
    max-width: none;
  }
  .mega-card { grid-template-columns: 96px 1fr; }
  .mega-card-img img { width: 96px; height: 80px; }
  .mega-panel[data-mega-panel="quote"] { min-width: 0; }
  .menu-toggle { display: inline-flex; }
  .aff { flex: 1 1 140px; min-width: 42%; }
  .moment.is-wide { grid-row: auto; min-height: 260px; }
  .purpose-band h2 { white-space: normal; }
  .hero-slide.is-active { animation: none; }
  .hero-slide-balloon { background-position: center 30%; }
  .hero-slide-balloon img { object-position: center 30%; }
  .hero-slide-herd { background-position: 46% 20%; }
  .hero-slide-herd img { object-position: 46% 20%; }
  .hero-slide-sunset { background-position: center 60%; }
  .hero-slide-sunset img { object-position: center 60%; }
  .hero-video { object-position: center 18%; }
  .tour-map-frame { border-right: 0; border-bottom: 1px solid var(--line); max-height: none; }
  .tour-schematic, .tour-schematic svg, .tour-map { height: 280px; }
}
@media (max-width: 520px) {
  .wrap { width: min(var(--max), calc(100% - 20px)); }
  .team-intro { width: calc(100% - 20px); }
  .team-photo { width: 96px; height: 96px; }
  .director-card .team-photo { width: 120px; height: 120px; }
  .hero-slide-balloon { background-position: center 26%; }
  .hero-slide-balloon img { object-position: center 26%; }
  .hero-slide-herd { background-position: 44% 18%; }
  .hero-slide-herd img { object-position: 44% 18%; }
  .hero-slide-sunset { background-position: center 55%; }
  .hero-slide-sunset img { object-position: center 55%; }
  .hero h1 { font-size: clamp(12px, 3.4vw, 16px); letter-spacing: -0.03em; }
  .hero p.hero-slogan { font-size: 11px; letter-spacing: .18em; gap: 10px; }
  .hero-slogan i { height: 10px; }
}
@media print {
  .ditin-print-foot {
    display: block; margin-top: 24px; padding-top: 12px;
    border-top: 1px solid var(--line); font-size: 13px; color: var(--forest-deep);
  }
  .ditin-day { grid-template-columns: 90px 1fr 140px !important; }
  .tour-map-wrap { grid-template-columns: 220px 1fr !important; }
  .tour-map-frame { border-right: 1px solid #e8e8e8 !important; border-bottom: 0 !important; }
}
