/*
 * Wildlens Homepage Premium Layer
 * Version 4.6.0
 * Loaded after homepage.css. Fully scoped to .wl-homepage.
 */
.wl-homepage {
  --wl-ink: #0c1f1a;
  --wl-forest: #0d4a3b;
  --wl-forest-deep: #072f27;
  --wl-sage: #eaf1eb;
  --wl-ivory: #FEF7E8;
  --wl-sand: #ecdcc2;
  --wl-gold: #c89437;
  --wl-gold-soft: #e6c77d;
  --wl-muted: #60706a;
  --wl-line: rgba(13,74,59,.14);
  --wl-card-shadow: 0 18px 55px rgba(11,35,29,.09);
  --wl-card-shadow-hover: 0 32px 85px rgba(11,35,29,.17);
  --wl-radius-card: 2rem;
  --wl-radius-panel: 2.75rem;
  background: var(--wl-ivory);
  color: var(--wl-ink);
}

.wl-homepage .wl-home-premium-section {
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.wl-homepage .wl-home-premium-section::before {
  content: "";
  position: absolute;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(2px);
  opacity: .55;
}
.wl-homepage .wl-home-premium-section--white { background: #fff; }
.wl-homepage .wl-home-premium-section--ivory { background: linear-gradient(180deg,#fbf8f0,#fffdf8); }
.wl-homepage .wl-home-premium-section--sage { background: linear-gradient(145deg,#edf4ef 0%,#fbfaf5 60%,#fff 100%); }
.wl-homepage .wl-home-premium-section--sand { background: linear-gradient(145deg,#f8f0e2 0%,#fffaf0 55%,#fff 100%); }
.wl-homepage .wl-home-premium-section--night { background: linear-gradient(135deg,#071a16 0%,#0c3028 58%,#11243a 100%) !important; color:#fff; }
.wl-homepage .wl-home-premium-section--sage::before { right:-10rem; top:-12rem; background:radial-gradient(circle,rgba(13,74,59,.15),transparent 68%); }
.wl-homepage .wl-home-premium-section--sand::before { left:-11rem; bottom:-14rem; background:radial-gradient(circle,rgba(200,148,55,.16),transparent 68%); }

/* Unified editorial headings */
.wl-homepage .wl-home-premium-section h2,
.wl-homepage .wl-home-intro h2,
.wl-homepage .wl-home-process h2,
.wl-homepage .wl-home-journals h2,
.wl-homepage .wl-home-value h2 {
  font-family: var(--wl-font-heading, Georgia, serif);
  color: var(--wl-ink);
  font-weight: 800 !important;
  letter-spacing: -.045em !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}
.wl-homepage .wl-home-premium-section--night h2,
.wl-homepage .wl-home-premium-section--night h3 { color:#fff !important; }
.wl-homepage .wl-home-premium-section--night p { color:rgba(255,255,255,.72) !important; }
.wl-homepage .wl-home-premium-section [class*="text-amber-600"],
.wl-homepage .wl-home-premium-section .wl-home-tours-showcase__eyebrow,
.wl-homepage .wl-home-premium-section .wl-home-journals__heading > div > span {
  color: var(--wl-gold) !important;
}

/* Hero refinement */
.wl-homepage .wl-home-hero__veil {
  background:
    linear-gradient(90deg,rgba(4,17,14,.9) 0%,rgba(4,17,14,.65) 48%,rgba(4,17,14,.24) 100%),
    linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.45));
}
.wl-homepage .wl-home-hero__copy { max-width: 760px; }
.wl-homepage .wl-home-hero__copy h1 {
  max-width: 12ch;
  font-family: var(--wl-font-heading, Georgia, serif);
  font-size: clamp(3.35rem,7.2vw,7rem);
  line-height: .9;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.wl-homepage .wl-home-hero__copy h1 em { color:var(--wl-gold-soft); font-style:italic; font-weight:700; }
.wl-homepage .wl-home-hero__lead { max-width: 620px; font-size:clamp(1rem,1.4vw,1.22rem); line-height:1.75; color:rgba(255,255,255,.78); }
.wl-homepage .wl-home-hero__facts div { border-left:1px solid rgba(230,199,125,.32); padding-left:1rem; }
.wl-homepage .wl-home-hero__facts dt { color:var(--wl-gold-soft); }
.wl-homepage .wl-home-hero__film { border:1px solid rgba(255,255,255,.14); background:rgba(7,25,21,.62); box-shadow:0 30px 90px rgba(0,0,0,.35); backdrop-filter:blur(20px); }

/* Intro and service promises */
.wl-homepage .wl-home-intro { background:#fff; padding-block:clamp(4rem,8vw,7rem); }
.wl-homepage .wl-home-intro__grid { padding:clamp(2rem,5vw,4rem); border:1px solid var(--wl-line); border-radius:var(--wl-radius-panel); background:linear-gradient(135deg,#fff,#f8f4e9); box-shadow:var(--wl-card-shadow); }
.wl-homepage .wl-home-intro__grid::after { content:""; display:block; width:clamp(70px,8vw,120px); height:3px; align-self:end; justify-self:end; border-radius:999px; background:linear-gradient(90deg,var(--wl-gold,#D38B17),transparent); opacity:.55; }
.wl-homepage .wl-home-promises { background:linear-gradient(110deg,var(--wl-forest-deep),#113d33); padding:1rem 0; }
.wl-homepage .wl-home-promise-card { min-height:110px; border-color:rgba(230,199,125,.14); background:rgba(255,255,255,.06); transition:transform .25s ease,background .25s ease,border-color .25s ease; }
.wl-homepage .wl-home-promise-card:hover { transform:translateY(-3px); background:rgba(255,255,255,.1); border-color:rgba(230,199,125,.35); }

/* Premium card system */
.wl-homepage .style-card,
.wl-homepage .wl-home-process-card,
.wl-homepage #purpose [data-wl-rail] > div,
.wl-homepage #inquiry-engine .grid > div,
.wl-homepage #travel-resources [data-wl-rail] > div,
.wl-homepage .wl-home-value-card,
.wl-homepage .wl-home-journal-card,
.wl-homepage .wl-home-tour-card,
.wl-homepage .wl-stay-rail > div {
  position:relative;
  overflow:hidden;
  border:1px solid var(--wl-line) !important;
  border-radius:var(--wl-radius-card) !important;
  background:linear-gradient(145deg,#fff 0%,#fffdf8 100%) !important;
  box-shadow:var(--wl-card-shadow) !important;
  transition:transform .42s cubic-bezier(.2,.75,.2,1),box-shadow .42s ease,border-color .42s ease !important;
}
.wl-homepage .style-card::after,
.wl-homepage .wl-home-process-card::after,
.wl-homepage #purpose [data-wl-rail] > div::after,
.wl-homepage #inquiry-engine .grid > div::after,
.wl-homepage #travel-resources [data-wl-rail] > div::after,
.wl-homepage .wl-home-value-card::after,
.wl-homepage .wl-home-journal-card::after,
.wl-homepage .wl-home-tour-card::after,
.wl-homepage .wl-stay-rail > div::after {
  content:"";
  position:absolute;
  right:-5rem;
  top:-5rem;
  width:10rem;
  height:10rem;
  border-radius:50%;
  background:radial-gradient(circle,rgba(200,148,55,.18),transparent 68%);
  pointer-events:none;
}
@media (hover:hover) and (pointer:fine) {
  .wl-homepage .style-card:hover,
  .wl-homepage .wl-home-process-card:hover,
  .wl-homepage #purpose [data-wl-rail] > div:hover,
  .wl-homepage #inquiry-engine .grid > div:hover,
  .wl-homepage #travel-resources [data-wl-rail] > div:hover,
  .wl-homepage .wl-home-value-card:hover,
  .wl-homepage .wl-home-journal-card:hover,
  .wl-homepage .wl-home-tour-card:hover,
  .wl-homepage .wl-stay-rail > div:hover {
    transform:translate3d(-6px,-10px,0) !important;
    border-color:rgba(200,148,55,.52) !important;
    box-shadow:var(--wl-card-shadow-hover) !important;
  }
}

/* Planning form */
.wl-homepage .wl-home-planner-section > div > div:last-child {
  border:1px solid rgba(13,74,59,.18) !important;
  background:linear-gradient(145deg,#fff,#f8fbf8) !important;
  box-shadow:0 28px 85px rgba(12,47,39,.12) !important;
}
.wl-homepage #safari-planner-form label { color:var(--wl-forest-deep) !important; }
.wl-homepage #safari-planner-form input,
.wl-homepage #safari-planner-form select {
  min-height:3.35rem;
  border-color:rgba(13,74,59,.18) !important;
  background:#f5f9f6 !important;
  color:var(--wl-ink) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.wl-homepage #safari-planner-form input:focus,
.wl-homepage #safari-planner-form select:focus { border-color:var(--wl-gold) !important; box-shadow:0 0 0 4px rgba(200,148,55,.14); }
.wl-homepage #safari-planner-form button { background:linear-gradient(135deg,var(--wl-forest),var(--wl-forest-deep)) !important; box-shadow:0 18px 40px rgba(13,74,59,.22) !important; }
.wl-homepage .wl-home-planner-note { margin:.85rem 0 0; color:var(--wl-muted); font-size:.76rem; line-height:1.6; text-align:center; }
.wl-homepage #style-filter-buttons button:focus-visible,
.wl-homepage #safari-planner-form input:focus-visible,
.wl-homepage #safari-planner-form select:focus-visible,
.wl-homepage #safari-planner-form button:focus-visible { outline:3px solid rgba(200,148,55,.55); outline-offset:3px; }

.wl-home-start-here { padding:clamp(3.5rem,7vw,6rem) 0; background:linear-gradient(135deg,#f8f5ed,#fff); border-top:1px solid var(--wl-line); border-bottom:1px solid var(--wl-line); }
.wl-home-start-here__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.wl-home-start-card { position:relative; display:flex; min-height:12rem; flex-direction:column; justify-content:flex-end; gap:.55rem; overflow:hidden; padding:1.35rem; border:1px solid var(--wl-line); border-radius:1.3rem; color:var(--wl-ink); background:#fff; box-shadow:0 16px 40px rgba(13,74,59,.07); text-decoration:none; transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.wl-home-start-card::before { content:""; position:absolute; inset:0 auto auto 0; width:100%; height:4px; background:linear-gradient(90deg,var(--wl-gold),var(--wl-forest)); }
.wl-home-start-card:hover { transform:translateY(-4px); border-color:var(--wl-gold); box-shadow:0 24px 60px rgba(13,74,59,.12); }
.wl-home-start-card span { color:var(--wl-gold-deep,var(--wl-gold)); font-size:.68rem; font-weight:900; letter-spacing:.16em; }
.wl-home-start-card strong { max-width:15ch; color:var(--wl-forest-deep); font-size:1.35rem; line-height:1.08; }
.wl-home-start-card small { max-width:34ch; color:var(--wl-muted); font-size:.8rem; line-height:1.55; }
.wl-home-start-card b { position:absolute; right:1.25rem; bottom:1.2rem; color:var(--wl-gold); font-size:1.3rem; }
.wl-home-start-card:focus-visible { outline:3px solid rgba(200,148,55,.55); outline-offset:4px; }
@media (max-width:800px) { .wl-home-start-here__grid { grid-template-columns:1fr; } .wl-home-start-card { min-height:10rem; } }

/* Filter controls */
.wl-homepage #style-filter-buttons { padding:.5rem; border:1px solid var(--wl-line); border-radius:999px; background:rgba(255,255,255,.72); box-shadow:0 12px 35px rgba(13,74,59,.06); width:max-content; max-width:100%; margin-inline:auto; }
.wl-homepage .style-filter-btn { border-color:transparent !important; background:transparent !important; color:var(--wl-forest-deep) !important; }
.wl-homepage .style-filter-btn.active-style { background:var(--wl-forest) !important; color:#fff !important; box-shadow:0 10px 24px rgba(13,74,59,.18); }
.wl-homepage .style-card > div:first-child > span:first-child { width:3.25rem; height:3.25rem; display:grid; place-items:center; border-radius:1rem; background:var(--wl-sage); }
.wl-homepage .style-card .wl-style-card-image { width:100%; height:8rem; display:block; object-fit:cover; object-position:center; border-radius:1rem; margin:0 0 1rem; box-shadow:0 12px 24px rgba(13,74,59,.12); }
.wl-homepage .style-card a { background:var(--wl-forest) !important; }
.wl-homepage .style-card a:hover { background:var(--wl-forest-deep) !important; }

/* Destination cards */
.wl-homepage #destinations [data-wl-rail] > .group { border-radius:2.15rem !important; border:1px solid rgba(255,255,255,.55) !important; box-shadow:0 24px 65px rgba(11,35,29,.18) !important; }
.wl-homepage #destinations [data-wl-rail] > .group::after { content:""; position:absolute; inset:0; z-index:11; pointer-events:none; border:1px solid rgba(255,255,255,.2); border-radius:inherit; }
.wl-homepage #destinations .group h3 { font-family:var(--wl-font-heading,Georgia,serif); font-size:clamp(1.5rem,2vw,2.15rem) !important; letter-spacing:-.03em; }
.wl-homepage #destinations .group p { color:rgba(255,255,255,.76) !important; }
.wl-homepage #destinations .group a { border-color:rgba(255,255,255,.25) !important; background:rgba(255,255,255,.12) !important; color:#fff !important; }
.wl-homepage #destinations .group a:hover { background:var(--wl-gold) !important; color:var(--wl-ink) !important; }

/* Purpose and resources */
.wl-homepage #purpose [data-wl-rail] > div h3,
.wl-homepage #travel-resources [data-wl-rail] > div h3,
.wl-homepage #inquiry-engine .grid > div h3 { color:var(--wl-ink) !important; font-size:1.25rem !important; }
.wl-homepage #purpose [data-wl-rail] > div p,
.wl-homepage #travel-resources [data-wl-rail] > div p,
.wl-homepage #inquiry-engine .grid > div p { color:var(--wl-muted) !important; }
.wl-homepage #purpose [data-wl-rail] > div > div:first-child > div:first-child,
.wl-homepage #travel-resources [data-wl-rail] > div > div:first-child { background:var(--wl-sage) !important; }

/* Timeline */
.wl-homepage #sample-itinerary .relative > .absolute { background:linear-gradient(180deg,var(--wl-gold),var(--wl-forest)) !important; }
.wl-homepage #sample-itinerary .relative > div:not(.absolute) { border-radius:1.5rem; padding:1rem 1rem 1rem .5rem; transition:background .25s ease; }
.wl-homepage #sample-itinerary .relative > div:not(.absolute):hover { background:rgba(255,255,255,.66); }

/* Dark film section */
.wl-homepage #safari-films [data-wl-rail] > div { border-color:rgba(255,255,255,.12) !important; background:rgba(255,255,255,.055) !important; box-shadow:0 24px 60px rgba(0,0,0,.25) !important; }
.wl-homepage #safari-films [data-wl-rail] > div p { color:rgba(255,255,255,.64) !important; }
.wl-homepage #safari-films [data-wl-rail] > div span { color:var(--wl-gold-soft) !important; }

/* Tours */
.wl-homepage .wl-home-tours-showcase { background:linear-gradient(180deg,#fff,#f8f4e9) !important; }
.wl-homepage .wl-home-tour-card { min-height:100%; }
.wl-homepage #tours .group { border-radius:2rem !important; border-color:var(--wl-line) !important; background:#fff !important; box-shadow:var(--wl-card-shadow) !important; }
.wl-homepage #tours .group h3 { font-family:var(--wl-font-heading,Georgia,serif); letter-spacing:-.025em; line-height:1.12; }
.wl-homepage #tours .group a { background:var(--wl-forest) !important; border-color:var(--wl-forest) !important; color:#fff !important; }
.wl-homepage #tours .group a:hover { background:var(--wl-gold) !important; border-color:var(--wl-gold) !important; color:var(--wl-ink) !important; }
.wl-homepage .wl-home-tours-toggle { background:var(--wl-forest) !important; border-color:var(--wl-forest) !important; }

/* Journals */
.wl-homepage .wl-home-journal-card__media { aspect-ratio:4/3; }
.wl-homepage .wl-home-journal-card__body { padding:1.7rem; }
.wl-homepage .wl-home-journal-card h3 { font-family:var(--wl-font-heading,Georgia,serif); font-size:1.45rem; }
.wl-homepage .wl-home-journal-card__link { color:var(--wl-forest); }

/* Stays */
.wl-homepage .wl-stay-rail > div { min-height:92px; display:flex; align-items:center; justify-content:center; padding:1.1rem !important; color:var(--wl-forest-deep) !important; background:linear-gradient(145deg,#fff,#f3f7f3) !important; }

/* FAQ */
.wl-homepage .wl-home-faq-section details { border:1px solid var(--wl-line) !important; border-radius:1.35rem !important; background:#fff !important; box-shadow:0 12px 35px rgba(13,74,59,.055); }
.wl-homepage .wl-home-faq-section summary { color:var(--wl-ink) !important; font-size:1rem; }
.wl-homepage .wl-home-faq-section details[open] { border-color:rgba(200,148,55,.45) !important; box-shadow:0 20px 50px rgba(13,74,59,.09); }

/* Final CTA */
.wl-homepage .wl-home-final-cta { background:
  radial-gradient(circle at 15% 20%,rgba(230,199,125,.28),transparent 28rem),
  linear-gradient(135deg,#0a3c31 0%,#0a211c 64%,#102a43 100%) !important;
  color:#fff !important;
}
.wl-homepage .wl-home-final-cta h2,
.wl-homepage .wl-home-final-cta p { color:#fff !important; }
.wl-homepage .wl-home-final-cta > div > span { color:var(--wl-gold-soft) !important; background:rgba(255,255,255,.08) !important; border-color:rgba(230,199,125,.3) !important; }
.wl-homepage .wl-home-final-cta a:first-of-type { background:var(--wl-gold) !important; color:var(--wl-ink) !important; }

/* Mobile refinement */
@media (max-width:767px) {
  .wl-homepage { --wl-radius-card:1.55rem; --wl-radius-panel:1.8rem; }
  .wl-homepage .wl-home-hero__copy h1 { max-width:10ch; font-size:clamp(2.8rem,13vw,4rem); }
  .wl-homepage .wl-home-hero__lead { font-size:.98rem; line-height:1.65; }
  .wl-homepage .wl-home-intro__grid { padding:1.5rem; }
  .wl-homepage .wl-home-intro__grid::after { display:none; }
  .wl-homepage #style-filter-buttons { justify-content:flex-start; flex-wrap:nowrap; overflow-x:auto; width:100%; border-radius:1.3rem; padding:.45rem; scrollbar-width:none; }
  .wl-homepage #style-filter-buttons::-webkit-scrollbar { display:none; }
  .wl-homepage .style-filter-btn { flex:0 0 auto; }
  .wl-homepage #destinations [data-wl-rail] > .group { height:390px !important; }
  .wl-homepage .wl-home-premium-section h2 { font-size:clamp(2rem,10vw,3rem) !important; }
  .wl-homepage .wl-home-final-cta { text-align:left !important; }
  .wl-homepage .wl-home-final-cta > div > span { margin-left:0 !important; }
  .wl-homepage .wl-home-final-cta .flex { align-items:stretch; }
}

@media (prefers-reduced-motion:reduce) {
  .wl-homepage * { scroll-behavior:auto !important; }
}


/* =========================================================
   V4.6 — Contrast, motion and useful interaction layer
   ========================================================= */

/* Stop dark-section inheritance from making white cards unreadable. */
.wl-homepage .wl-home-premium-section--night .bg-white,
.wl-homepage .wl-home-premium-section--night .style-card,
.wl-homepage .wl-home-premium-section--night .wl-home-tour-card,
.wl-homepage .wl-home-premium-section--night .wl-home-journal-card {
  color: var(--wl-ink) !important;
}
.wl-homepage .wl-home-premium-section--night .bg-white h3,
.wl-homepage .wl-home-premium-section--night .bg-white h4,
.wl-homepage .wl-home-premium-section--night .bg-white strong,
.wl-homepage .wl-home-premium-section--night .bg-white a:not([class*="bg-"]) {
  color: var(--wl-ink) !important;
}
.wl-homepage .wl-home-premium-section--night .bg-white p,
.wl-homepage .wl-home-premium-section--night .bg-white li,
.wl-homepage .wl-home-premium-section--night .bg-white small {
  color: #53635d !important;
}

/* Universal homepage card contrast guard. */
.wl-homepage :is(
  .style-card,
  .wl-home-process-card,
  .wl-home-value-card,
  .wl-home-journal-card,
  .wl-home-tour-card,
  #purpose [data-wl-rail] > div,
  #inquiry-engine .grid > div,
  #travel-resources [data-wl-rail] > div
) :is(h3,h4,strong) {
  color: #102b23 !important;
}
.wl-homepage :is(
  .style-card,
  .wl-home-process-card,
  .wl-home-value-card,
  .wl-home-journal-card,
  .wl-home-tour-card,
  #purpose [data-wl-rail] > div,
  #inquiry-engine .grid > div,
  #travel-resources [data-wl-rail] > div
) p {
  color: #53635d !important;
  font-weight: 500 !important;
}
.wl-homepage .wl-home-tour-card [class*="text-slate-400"] { color:#718079 !important; }
.wl-homepage .wl-home-tour-card [class*="text-slate-900"] { color:#102b23 !important; }

/* Pointer-follow sheen and depth. */
.wl-homepage :is(.style-card,.wl-home-process-card,.wl-home-value-card,.wl-home-journal-card,.wl-home-tour-card) {
  transform-style: preserve-3d;
  will-change: transform;
}
.wl-homepage :is(.style-card,.wl-home-process-card,.wl-home-value-card,.wl-home-journal-card,.wl-home-tour-card)::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:0;
  background:radial-gradient(260px circle at var(--wl-pointer-x,75%) var(--wl-pointer-y,25%),rgba(230,199,125,.24),transparent 60%);
  transition:opacity .28s ease;
}
.wl-homepage :is(.style-card,.wl-home-process-card,.wl-home-value-card,.wl-home-journal-card,.wl-home-tour-card):hover::before { opacity:1; }
.wl-homepage :is(.style-card,.wl-home-process-card,.wl-home-value-card,.wl-home-journal-card,.wl-home-tour-card) > * { position:relative; z-index:1; }

/* Right-to-left entrance motion. */
@keyframes wlCardEnterRight {
  from { opacity:0; transform:translate3d(54px,18px,0) scale(.985); }
  to { opacity:1; transform:translate3d(0,0,0) scale(1); }
}
.wl-homepage .wl-premium-card-enter { opacity:0; }
.wl-homepage .wl-premium-card-enter.is-visible {
  animation:wlCardEnterRight .72s cubic-bezier(.18,.8,.2,1) both;
  animation-delay:var(--wl-card-delay,0ms);
}

/* Save/shortlist interaction for tours. */
.wl-homepage .wl-tour-save {
  position:absolute;
  top:.75rem;
  left:.75rem;
  z-index:6;
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  min-height:2rem;
  padding:.42rem .68rem;
  border:1px solid rgba(13,74,59,.18);
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:#173b31;
  font-size:.68rem;
  font-weight:800;
  box-shadow:0 8px 22px rgba(8,38,31,.11);
  backdrop-filter:blur(10px);
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease;
}
.wl-homepage .wl-tour-save:hover { transform:translateY(-2px); border-color:rgba(200,148,55,.7); }
.wl-homepage .wl-tour-save[aria-pressed="true"] { background:#0d4a3b; color:#fff; border-color:#0d4a3b; }
.wl-homepage .wl-tour-save[aria-pressed="true"] span:first-child { color:#e6c77d; }
.wl-homepage .wl-home-shortlist {
  margin-top:1.25rem;
  padding:1rem 1.15rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border:1px solid rgba(13,74,59,.16);
  border-radius:1.35rem;
  background:linear-gradient(135deg,#edf4ef,#fffaf0);
  box-shadow:0 14px 40px rgba(10,48,39,.08);
}
.wl-homepage .wl-home-shortlist[hidden] { display:none !important; }
.wl-homepage .wl-home-shortlist__eyebrow { display:block; color:#9b6d1f; font-size:.68rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.wl-homepage .wl-home-shortlist strong { color:#102b23; font-size:1rem; }
.wl-homepage .wl-home-shortlist__actions { display:flex; align-items:center; gap:.65rem; flex-wrap:wrap; }
.wl-homepage .wl-home-shortlist__actions button { color:#52635d; font-size:.78rem; font-weight:800; }
.wl-homepage .wl-home-shortlist__actions a { padding:.72rem 1rem; border-radius:999px; background:#0d4a3b; color:#fff; font-size:.75rem; font-weight:900; }
.wl-homepage .wl-home-shortlist__actions a:hover { background:#072f27; color:#fff; }

/* Continuous hospitality marquee (desktop), swipe rail (mobile). */
.wl-homepage .wl-stay-marquee { overflow:hidden; padding:.5rem 0 1rem; mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); }
.wl-homepage .wl-stay-marquee__track { display:flex; width:max-content; animation:wlStayMarquee 44s linear infinite; }
.wl-homepage .wl-stay-marquee:hover .wl-stay-marquee__track,
.wl-homepage .wl-stay-marquee:focus-within .wl-stay-marquee__track { animation-play-state:paused; }
.wl-homepage .wl-stay-marquee__set { display:flex; gap:1rem; padding-right:1rem; }
.wl-homepage .wl-stay-card {
  width:clamp(230px,20vw,300px);
  min-height:92px;
  display:flex;
  align-items:center;
  gap:.8rem;
  padding:1rem 1.2rem;
  border:1px solid rgba(13,74,59,.14);
  border-radius:1.35rem;
  background:linear-gradient(145deg,#fff,#f5faf6);
  color:#102b23;
  box-shadow:0 14px 38px rgba(10,48,39,.08);
}
.wl-homepage .wl-stay-card > span { color:#c89437; font-size:1.1rem; }
.wl-homepage .wl-stay-card strong { color:#102b23; font-size:.88rem; line-height:1.35; }
@keyframes wlStayMarquee { to { transform:translateX(-50%); } }

/* Sharper readable body copy and section headings. */
.wl-homepage .wl-home-premium-section:not(.wl-home-premium-section--night) > div > div > p,
.wl-homepage .wl-home-section-heading p,
.wl-homepage .wl-home-tours-showcase__heading p,
.wl-homepage .wl-home-journals__heading p { color:#53635d !important; font-size:clamp(.96rem,1.2vw,1.08rem) !important; line-height:1.75 !important; }
.wl-homepage .wl-home-premium-section:not(.wl-home-premium-section--night) h2 { color:#102b23 !important; }

@media (max-width:767px) {
  .wl-homepage .wl-home-shortlist { align-items:flex-start; flex-direction:column; }
  .wl-homepage .wl-home-shortlist__actions { width:100%; }
  .wl-homepage .wl-home-shortlist__actions a { flex:1; text-align:center; }
  .wl-homepage .wl-stay-marquee { overflow-x:auto; mask-image:none; scrollbar-width:none; scroll-snap-type:x mandatory; }
  .wl-homepage .wl-stay-marquee::-webkit-scrollbar { display:none; }
  .wl-homepage .wl-stay-marquee__track { animation:none; }
  .wl-homepage .wl-stay-marquee__set { padding-inline:1rem; }
  .wl-homepage .wl-stay-marquee__set--clone { display:none; }
  .wl-homepage .wl-stay-card { width:min(78vw,290px); flex:0 0 auto; scroll-snap-align:start; }
}
@media (prefers-reduced-motion:reduce) {
  .wl-homepage .wl-stay-marquee__track { animation:none; }
  .wl-homepage .wl-premium-card-enter,
  .wl-homepage .wl-premium-card-enter.is-visible { opacity:1; animation:none; }
}

/* =========================================================
   V4.7 — Hero polish and resilient destination components
   ========================================================= */

/* Flagship hero: softer, more editorial silhouette. */
.wl-homepage .wl-home-hero {
  width: min(100% - 1.5rem, 1500px);
  margin: .75rem auto 0;
  min-height: clamp(700px, 88vh, 920px);
  border-radius: 0 0 3.25rem 3.25rem;
  overflow: hidden;
  box-shadow: 0 34px 100px rgba(5, 25, 20, .24);
}
.wl-homepage .wl-home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 11rem;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(4, 24, 20, .28));
  z-index: -1;
}
.wl-homepage .wl-home-hero__media > img,
.wl-homepage .wl-home-hero__media iframe {
  transform: translate(-50%, -50%) scale(1.03);
  animation: wlHeroDrift 22s ease-in-out infinite alternate;
}
@keyframes wlHeroDrift {
  from { transform: translate(-50%, -50%) scale(1.03); }
  to { transform: translate(-48.8%, -50.6%) scale(1.085); }
}
.wl-homepage .wl-home-hero__copy {
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(4, 24, 20, .34), rgba(4, 24, 20, .12));
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(5px);
}
.wl-homepage .wl-home-hero__film {
  border-radius: 2rem;
  background: linear-gradient(160deg, rgba(5, 34, 27, .78), rgba(9, 26, 43, .66));
}
.wl-homepage .wl-home-hero__film .hero-thumb-btn {
  border-radius: 1.25rem;
}
.wl-homepage .wl-home-hero__film .hero-thumb-btn img {
  border-radius: 1rem;
}

/* Section chapters receive curved editorial edges rather than sharp cuts. */
.wl-homepage .wl-home-premium-section {
  overflow: clip;
}
.wl-homepage .wl-home-premium-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(96%, 1500px);
  height: 2rem;
  transform: translateX(-50%);
  border-radius: 0 0 2.5rem 2.5rem;
  background: rgba(255,255,255,.42);
  pointer-events: none;
  opacity: .55;
}

/* Destination cards no longer depend on Tailwind positioning utilities. */
.wl-homepage #destinations [data-wl-rail] {
  align-items: stretch;
}
.wl-homepage .wl-home-destination-card {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  overflow: hidden;
  border-radius: 2.4rem;
  background: #102b23;
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 26px 72px rgba(12, 42, 34, .20);
  transition: transform .55s cubic-bezier(.2,.8,.2,1), box-shadow .55s ease, border-color .35s ease;
}
.wl-homepage .wl-home-destination-card:nth-child(even) {
  transform: translateY(1.4rem);
}
.wl-homepage .wl-home-destination-card:hover,
.wl-homepage .wl-home-destination-card:focus-within {
  transform: translateY(-.55rem);
  border-color: rgba(217, 173, 86, .8);
  box-shadow: 0 38px 90px rgba(12, 42, 34, .30);
}
.wl-homepage .wl-home-destination-card__media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0;
}
.wl-homepage .wl-home-destination-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.015);
  transition: transform 1s cubic-bezier(.2,.8,.2,1), filter .55s ease;
}
.wl-homepage .wl-home-destination-card:hover .wl-home-destination-card__media img,
.wl-homepage .wl-home-destination-card:focus-within .wl-home-destination-card__media img {
  transform: scale(1.09) translateX(-1.5%);
  filter: saturate(1.06) contrast(1.04);
}
.wl-homepage .wl-home-destination-card__overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5,18,15,.05) 12%, rgba(5,18,15,.20) 42%, rgba(5,18,15,.94) 100%),
    linear-gradient(90deg, rgba(7,35,28,.20), transparent 58%);
}
.wl-homepage .wl-home-destination-card__content {
  position: absolute !important;
  left: clamp(1.25rem, 2.4vw, 2rem) !important;
  right: clamp(1.25rem, 2.4vw, 2rem) !important;
  bottom: clamp(1.25rem, 2.4vw, 2rem) !important;
  z-index: 3;
  color: #fff;
  transform: translateY(.2rem);
  transition: transform .45s ease;
}
.wl-homepage .wl-home-destination-card:hover .wl-home-destination-card__content,
.wl-homepage .wl-home-destination-card:focus-within .wl-home-destination-card__content {
  transform: translateY(-.35rem);
}
.wl-homepage .wl-home-destination-card__badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 0 .85rem;
  padding: .5rem .8rem;
  border-radius: 999px;
  border: 1px solid rgba(230,199,125,.42);
  background: rgba(12, 39, 31, .72);
  color: #f1d990 !important;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: none;
  backdrop-filter: blur(14px);
}
.wl-homepage .wl-home-destination-card__title {
  margin: 0 0 .55rem;
  color: #fff !important;
  font-family: var(--wl-font-heading, Georgia, serif);
  font-size: clamp(1.65rem, 2.25vw, 2.35rem) !important;
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.wl-homepage .wl-home-destination-card__text {
  max-width: 34ch;
  margin: 0 0 1.05rem;
  color: rgba(255,255,255,.82) !important;
  font-size: .88rem !important;
  line-height: 1.62;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wl-homepage .wl-home-destination-card__link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 2.7rem;
  padding: .72rem 1rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  color: #fff !important;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: background .3s ease, color .3s ease, transform .3s ease;
}
.wl-homepage .wl-home-destination-card__link span {
  transition: transform .3s ease;
}
.wl-homepage .wl-home-destination-card__link:hover,
.wl-homepage .wl-home-destination-card__link:focus-visible {
  background: #d3a64d;
  color: #102b23 !important;
  transform: translateX(.15rem);
}
.wl-homepage .wl-home-destination-card__link:hover span,
.wl-homepage .wl-home-destination-card__link:focus-visible span {
  transform: translateX(.2rem);
}

/* Keep destination copy above all broad legacy colour rules. */
.wl-homepage #destinations .wl-home-destination-card__title { color:#fff !important; }
.wl-homepage #destinations .wl-home-destination-card__text { color:rgba(255,255,255,.82) !important; }

@media (max-width: 1023px) {
  .wl-homepage .wl-home-hero {
    width: calc(100% - 1rem);
    border-radius: 0 0 2.4rem 2.4rem;
  }
  .wl-homepage .wl-home-destination-card,
  .wl-homepage .wl-home-destination-card:nth-child(even) {
    min-height: 400px;
    transform: none;
  }
}
@media (max-width: 767px) {
    .wl-homepage .style-card .wl-style-card-image { height:7rem; }
  .wl-homepage .wl-home-hero {
    margin-top: .4rem;
    min-height: 720px;
    border-radius: 0 0 2rem 2rem;
  }
  .wl-homepage .wl-home-hero__copy {
    padding: 1.2rem;
    border-radius: 1.5rem;
    backdrop-filter: blur(3px);
  }
  .wl-homepage .wl-home-destination-card,
  .wl-homepage #destinations [data-wl-rail] > .wl-home-destination-card {
    min-height: 385px !important;
    height: 385px !important;
    border-radius: 1.8rem;
  }
  .wl-homepage .wl-home-destination-card__content {
    left: 1.15rem !important;
    right: 1.15rem !important;
    bottom: 1.15rem !important;
  }
  .wl-homepage .wl-home-destination-card__title {
    font-size: 1.65rem !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wl-homepage .wl-home-hero__media > img,
  .wl-homepage .wl-home-hero__media iframe { animation: none; }
  .wl-homepage .wl-home-destination-card,
  .wl-homepage .wl-home-destination-card__media img,
  .wl-homepage .wl-home-destination-card__content { transition: none; }
}


/* Section upgrade: editorial WordPress-style travel experiences and destinations */
.wl-homepage #travel-styles {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(200,148,55,.12), transparent 28rem),
    linear-gradient(180deg,#fbfaf6 0%,#f4f7f2 100%) !important;
}
.wl-homepage #travel-styles::before,
.wl-homepage #destinations::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:linear-gradient(rgba(13,74,59,.035) 1px, transparent 1px),linear-gradient(90deg,rgba(13,74,59,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.6),transparent 72%);
}
.wl-homepage #travel-styles > div > .text-center,
.wl-homepage #destinations > div > .flex:first-child {
  position:relative;
}
.wl-homepage #travel-styles > div > .text-center::after,
.wl-homepage #destinations > div > .flex:first-child::after {
  content:"";
  display:block;
  width:4.5rem;
  height:3px;
  margin:1.25rem auto 0;
  border-radius:999px;
  background:linear-gradient(90deg,var(--wl-gold),var(--wl-forest));
}
.wl-homepage #destinations > div > .flex:first-child::after { margin:1.25rem 0 0; }
.wl-homepage #travel-styles .style-filter-btn {
  position:relative;
  min-height:2.75rem;
  letter-spacing:.12em;
  transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
}
.wl-homepage #travel-styles .style-filter-btn:hover { transform:translateY(-2px); }
.wl-homepage #travel-styles .style-filter-btn.active-style { box-shadow:0 12px 26px rgba(13,74,59,.2); }
.wl-homepage #travel-styles-grid { align-items:stretch; }
.wl-homepage #travel-styles .style-card {
  position:relative;
  min-height:100%;
  overflow:hidden;
  border:1px solid rgba(13,74,59,.12) !important;
  border-radius:1.5rem !important;
  background:rgba(255,255,255,.86) !important;
  box-shadow:0 18px 45px rgba(13,74,59,.08) !important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.wl-homepage #travel-styles .style-card::before {
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--wl-gold),var(--wl-forest));
  opacity:.85;
}
.wl-homepage #travel-styles .style-card:hover {
  transform:translateY(-7px);
  border-color:rgba(200,148,55,.55) !important;
  box-shadow:0 28px 58px rgba(13,74,59,.16) !important;
}
.wl-homepage #travel-styles .style-card > div:first-child { position:relative; z-index:1; }
.wl-homepage #travel-styles .wl-style-card-image {
  height:10.5rem;
  margin:-.1rem 0 1.25rem;
  border-radius:1.15rem;
  filter:saturate(.94) contrast(1.03);
  transition:transform .45s ease,filter .45s ease;
}
.wl-homepage #travel-styles .style-card:hover .wl-style-card-image { transform:scale(1.035); filter:saturate(1.06) contrast(1.04); }
.wl-homepage #travel-styles .style-card > div:first-child > span:not(.mobile-icon-size) { color:var(--wl-gold-deep,var(--wl-gold)) !important; }
.wl-homepage #travel-styles .style-card h3 { font-family:var(--wl-font-heading,Georgia,serif); letter-spacing:-.025em; }
.wl-homepage #travel-styles .style-card p { color:var(--wl-muted) !important; }
.wl-homepage #travel-styles .style-card a {
  position:relative;
  z-index:1;
  border-radius:.8rem !important;
  letter-spacing:.14em;
  box-shadow:0 10px 20px rgba(13,74,59,.14);
}
.wl-homepage #destinations {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:linear-gradient(180deg,#f1f5ef 0%,#e7eee8 100%) !important;
}
.wl-homepage #destinations [data-wl-rail] { align-items:stretch; }
.wl-homepage #destinations .wl-home-destination-card {
  min-height:31rem;
  border-radius:1.6rem !important;
  box-shadow:0 20px 50px rgba(11,35,29,.16) !important;
  transition:transform .28s ease,box-shadow .28s ease;
}
.wl-homepage #destinations .wl-home-destination-card:hover {
  transform:translateY(-7px);
  box-shadow:0 30px 70px rgba(11,35,29,.24) !important;
}
.wl-homepage #destinations .wl-home-destination-card__media img { transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .45s ease; }
.wl-homepage #destinations .wl-home-destination-card:hover .wl-home-destination-card__media img { transform:scale(1.07); filter:saturate(1.08) contrast(1.04); }
.wl-homepage #destinations .wl-home-destination-card__overlay { background:linear-gradient(180deg,rgba(7,26,21,.04) 18%,rgba(7,26,21,.84) 100%) !important; }
.wl-homepage #destinations .wl-home-destination-card__content { padding:1.35rem !important; }
.wl-homepage #destinations .wl-home-destination-card__badge { background:rgba(200,148,55,.92) !important; color:#18241e !important; border-radius:999px !important; }
.wl-homepage #destinations .wl-home-destination-card__link { border-radius:.75rem !important; backdrop-filter:blur(8px); }
@media (max-width:767px) {
  .wl-homepage #travel-styles #style-filter-buttons { border-radius:1.15rem; justify-content:center; }
  .wl-homepage #travel-styles .style-filter-btn { flex:1 1 calc(50% - .5rem); }
  .wl-homepage #travel-styles .wl-style-card-image { height:8.75rem; }
  .wl-homepage #destinations .wl-home-destination-card { min-height:26rem; }
}

/* Feedback card text-visibility safeguard: keep every line readable on narrow screens. */
#why-wildlens .wl-home-feedback-card {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(1.25rem,4vw,3rem);
  min-height:0;
  height:auto;
  overflow:visible;
}
#why-wildlens .wl-home-feedback-card > div {
  min-width:0;
  max-width:100%;
  overflow:visible;
}
#why-wildlens .wl-home-feedback-card span,
#why-wildlens .wl-home-feedback-card h3,
#why-wildlens .wl-home-feedback-card p {
  display:block;
  max-width:100%;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  overflow-wrap:anywhere;
  word-break:normal;
}
#why-wildlens .wl-home-feedback-card h3 {
  line-height:1.12;
}
#why-wildlens .wl-home-feedback-card p {
  line-height:1.6;
}
#why-wildlens .wl-home-feedback-card > a {
  flex-shrink:0;
  white-space:normal;
  text-align:center;
}
@media (max-width:700px) {
  #why-wildlens .wl-home-feedback-card {
    grid-template-columns:1fr;
    align-items:start;
  }
  #why-wildlens .wl-home-feedback-card > a {
    width:100%;
  }
}

/* Homepage tour-card completion pass: real media, complete titles, stable card rhythm. */
.wl-homepage .wl-home-tour-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .3s ease}
.wl-homepage .wl-home-tour-card:hover .wl-home-tour-card__media img{transform:scale(1.04);filter:saturate(1.06)}
.wl-homepage .wl-home-tour-card__title{min-height:3.25rem;line-height:1.2;overflow-wrap:anywhere}
.wl-homepage .wl-home-tour-card__media:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(5,27,23,.42));pointer-events:none}
.wl-homepage .wl-home-tour-card__media .mobile-badge-fix{z-index:1}
@media (max-width:700px){.wl-homepage .wl-home-tour-card__title{min-height:0;font-size:1rem}.wl-homepage .wl-home-tour-card__media{height:8.5rem!important}.wl-homepage .wl-home-tour-card__price-label{max-width:11rem;line-height:1.15}}

/* Mobile functionality pass — scoped below 767px so desktop remains unchanged. */
@media (max-width:767px){
  .wl-homepage{overflow-x:clip}
  .wl-homepage .wl-home-shell,.wl-homepage .mobile-px-fix{width:100%;max-width:none;padding-inline:1rem}
  .wl-homepage .wl-home-journey-nav{position:sticky;top:0;z-index:20;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .wl-homepage .wl-home-journey-nav::-webkit-scrollbar{display:none}
  .wl-homepage .wl-home-journey-nav .wl-home-shell{display:flex;justify-content:flex-start;gap:.35rem;min-width:max-content;padding-block:.55rem}
  .wl-homepage .wl-home-journey-nav a{min-height:42px;display:inline-flex;align-items:center;padding:.65rem .8rem;white-space:nowrap;font-size:.68rem}
  .wl-homepage #style-filter-buttons{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-inline:-1rem;padding:0 1rem .35rem}
  .wl-homepage #style-filter-buttons::-webkit-scrollbar{display:none}
  .wl-homepage #style-filter-buttons .style-filter-btn{flex:0 0 auto;min-height:44px;white-space:nowrap;padding-inline:1rem}
  .wl-homepage #travel-styles-grid,.wl-homepage #destinations [data-wl-rail],.wl-homepage #tours [data-wl-rail]{display:grid;grid-template-columns:1fr;gap:1rem;overflow:visible}
  .wl-homepage #travel-styles-grid .style-card,.wl-homepage #destinations .wl-home-destination-card,.wl-homepage #tours .wl-tour-card{width:100%;min-width:0;max-width:none}
  .wl-homepage #travel-styles-grid .style-card{min-height:0}
  .wl-homepage #travel-styles-grid .style-card a,.wl-homepage #destinations .wl-home-destination-card__link,.wl-homepage #tours .wl-tour-card a{min-height:46px;display:inline-flex;align-items:center;justify-content:center}
  .wl-homepage .wl-style-card-image{height:9rem;margin-bottom:1rem}
  .wl-homepage .wl-home-destination-card{min-height:25rem!important}
  .wl-homepage .wl-home-destination-card__content{padding:1rem!important}
  .wl-homepage .wl-home-destination-card__text{font-size:.82rem;line-height:1.55}
  .wl-homepage .wl-home-destination-card__link{width:100%;margin-top:.75rem}
  .wl-homepage .wl-tour-card__media{height:10rem!important}
  .wl-homepage .wl-tour-card__body{padding:1rem!important}
  .wl-homepage .wl-tour-card__title{font-size:1.05rem!important;line-height:1.18;min-height:0}
  .wl-homepage .wl-tour-card__footer{align-items:stretch!important;flex-direction:column;gap:.75rem!important}
  .wl-homepage .wl-tour-card__footer>a,.wl-homepage .wl-tour-card__footer>button{width:100%;min-height:46px}
  .wl-homepage #safari-planner-form{scroll-margin-top:4.5rem}
  .wl-homepage #safari-planner-form .grid{grid-template-columns:1fr!important;gap:.85rem!important}
  .wl-homepage #safari-planner-form input,.wl-homepage #safari-planner-form select,.wl-homepage #safari-planner-form button{min-height:48px;font-size:16px}
  .wl-homepage #safari-planner-form button{padding-block:.85rem}
  .wl-homepage .wl-home-start-here__grid{grid-template-columns:1fr!important;gap:.75rem}
  .wl-homepage .wl-home-start-card{min-height:0;padding:1rem;grid-template-columns:auto 1fr auto;gap:.65rem}
  .wl-homepage .wl-home-start-card small{grid-column:2/-1}
  .wl-homepage .wl-home-promises__grid{grid-template-columns:1fr!important;gap:.7rem}
  .wl-homepage .wl-home-promise-card{min-width:0}
  .wl-homepage .wl-home-feedback-card{padding:1.1rem!important}
  .wl-homepage .wl-home-feedback-card h3{font-size:1.15rem;line-height:1.18}
  .wl-homepage .wl-home-feedback-card p{font-size:.86rem;line-height:1.55}
  .wl-homepage .wl-home-process__grid{grid-template-columns:1fr!important;gap:1rem}
  .wl-homepage .wl-home-process-card{min-width:0}
  .wl-homepage .wl-home-process-card a{min-height:44px;display:inline-flex;align-items:center}
  .wl-homepage .wl-home-cta-actions{display:grid!important;grid-template-columns:1fr;gap:.7rem!important}
  .wl-homepage .wl-home-cta-actions a{width:100%;min-height:48px;justify-content:center}
  .wl-homepage .wl-home-planner-note{font-size:.76rem;line-height:1.55}
}
@media (max-width:390px){
  .wl-homepage .wl-home-shell,.wl-homepage .mobile-px-fix{padding-inline:.85rem}
  .wl-homepage .wl-home-journey-nav .wl-home-shell{padding-inline:.85rem}
  .wl-homepage .wl-home-section-heading h2{font-size:1.85rem;line-height:1.08}
  .wl-homepage .wl-home-destination-card{min-height:23rem!important}
  .wl-homepage .wl-tour-card__media{height:8.75rem!important}
}

/* Final conversion polish: premium travel cards */
.wl-homepage :is(.style-card,.wl-home-process-card,.wl-home-start-card,.wl-home-value-card,.wl-home-journal-card,.wl-home-tour-card,.wl-home-feedback-card){isolation:isolate;backface-visibility:hidden}
.wl-homepage :is(.style-card,.wl-home-process-card,.wl-home-start-card,.wl-home-value-card,.wl-home-journal-card,.wl-home-tour-card,.wl-home-feedback-card)::before{content:"";position:absolute;inset:0 0 auto;height:4px;z-index:2;background:linear-gradient(90deg,var(--wl-gold-soft),var(--wl-forest),transparent);opacity:.9}
.wl-homepage :is(.style-card,.wl-home-process-card,.wl-home-start-card,.wl-home-value-card,.wl-home-journal-card,.wl-home-tour-card,.wl-home-feedback-card)::after{right:-4rem;top:-4rem;width:9rem;height:9rem;background:radial-gradient(circle,rgba(230,199,125,.28),transparent 68%)}
.wl-homepage .style-card,.wl-homepage .wl-home-process-card,.wl-homepage .wl-home-start-card,.wl-homepage .wl-home-value-card,.wl-homepage .wl-home-journal-card,.wl-homepage .wl-home-tour-card,.wl-homepage .wl-home-feedback-card{box-shadow:0 20px 52px rgba(11,35,29,.10)!important}
.wl-homepage .style-card:hover,.wl-homepage .wl-home-process-card:hover,.wl-homepage .wl-home-start-card:hover,.wl-homepage .wl-home-value-card:hover,.wl-homepage .wl-home-journal-card:hover,.wl-homepage .wl-home-tour-card:hover,.wl-homepage .wl-home-feedback-card:hover{box-shadow:0 34px 80px rgba(11,35,29,.18)!important}
.wl-homepage #travel-styles .style-card{display:flex;flex-direction:column;justify-content:space-between;padding-top:1.2rem!important}
.wl-homepage #travel-styles .style-card>div:first-child{display:flex;flex-direction:column;flex:1}
.wl-homepage #travel-styles .style-card h3{font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.04}
.wl-homepage #travel-styles .style-card p{font-size:.88rem!important;line-height:1.68!important}
.wl-homepage #travel-styles .style-card a{margin-top:1.2rem;min-height:3rem;border-radius:999px!important;box-shadow:0 12px 26px rgba(13,74,59,.16);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.wl-homepage #travel-styles .style-card a:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(13,74,59,.24)}
.wl-homepage #destinations .wl-home-destination-card{border:1px solid rgba(255,255,255,.5)!important;box-shadow:0 26px 70px rgba(11,35,29,.22)!important}
.wl-homepage #destinations .wl-home-destination-card__overlay{background:linear-gradient(180deg,rgba(4,19,15,.04) 12%,rgba(4,19,15,.34) 42%,rgba(4,19,15,.94) 100%)!important}
.wl-homepage #destinations .wl-home-destination-card__content{padding:1.5rem!important}
.wl-homepage #destinations .wl-home-destination-card__badge{padding:.5rem .78rem!important;font-size:.62rem!important;letter-spacing:.14em!important;box-shadow:0 8px 18px rgba(0,0,0,.14)}
.wl-homepage #destinations .wl-home-destination-card__title{font-size:clamp(1.85rem,2.5vw,2.5rem)!important;line-height:.98!important;text-shadow:0 3px 18px rgba(0,0,0,.22)}
.wl-homepage #destinations .wl-home-destination-card__text{max-width:31ch;font-size:.9rem!important;line-height:1.62!important}
.wl-homepage #destinations .wl-home-destination-card__link{width:max-content;max-width:100%;min-height:2.9rem;padding:.7rem 1rem!important;border-radius:999px!important;font-size:.68rem!important;font-weight:900!important;letter-spacing:.1em!important;box-shadow:0 12px 24px rgba(0,0,0,.15);transition:transform .25s ease,background .25s ease,color .25s ease}
.wl-homepage #destinations .wl-home-destination-card__link:hover{transform:translateX(4px);background:var(--wl-gold)!important;color:var(--wl-ink)!important}
.wl-homepage .wl-home-process-card{padding:1.6rem!important}
.wl-homepage .wl-home-process-card h3{font-family:var(--wl-font-heading,Georgia,serif);font-size:1.45rem;line-height:1.08}
.wl-homepage .wl-home-process-card a{display:inline-flex;align-items:center;gap:.45rem;margin-top:1rem;color:var(--wl-forest);font-weight:900;text-decoration:none}
.wl-homepage .wl-home-process-card a:hover{color:var(--wl-gold)}
.wl-homepage .wl-home-journal-card__media img,.wl-homepage .wl-home-tour-card__media img{transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .4s ease}
.wl-homepage .wl-home-journal-card:hover .wl-home-journal-card__media img,.wl-homepage .wl-home-tour-card:hover .wl-home-tour-card__media img{transform:scale(1.06);filter:saturate(1.08) contrast(1.03)}
@media(max-width:767px){.wl-homepage #travel-styles .style-card{padding:1.15rem!important}.wl-homepage #destinations .wl-home-destination-card__content{padding:1.15rem!important}.wl-homepage #destinations .wl-home-destination-card__link{width:100%;justify-content:center}.wl-homepage .wl-home-process-card{padding:1.25rem!important}}
@media(prefers-reduced-motion:reduce){.wl-homepage :is(.style-card,.wl-home-process-card,.wl-home-start-card,.wl-home-value-card,.wl-home-journal-card,.wl-home-tour-card,.wl-home-feedback-card),.wl-homepage :is(.style-card,.wl-home-process-card,.wl-home-start-card,.wl-home-value-card,.wl-home-journal-card,.wl-home-tour-card,.wl-home-feedback-card) *{transition:none!important;transform:none!important}}
.wl-homepage .wl-style-card-actions{position:relative;z-index:1;display:grid;gap:.55rem;margin-top:1.1rem}.wl-homepage .wl-style-card-actions a{display:flex;min-height:2.9rem;align-items:center;justify-content:center;gap:.4rem;padding:.7rem .85rem;border-radius:999px!important;font-size:.66rem!important;font-weight:900;letter-spacing:.09em;text-align:center;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.wl-homepage .wl-style-card-explore{color:#fff;background:linear-gradient(135deg,var(--wl-forest),var(--wl-forest-deep));box-shadow:0 12px 26px rgba(13,74,59,.18)}.wl-homepage .wl-style-card-whatsapp{color:#fff;background:#25D366!important;box-shadow:0 10px 22px rgba(37,211,102,.2)}.wl-homepage .wl-style-card-actions a:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(11,35,29,.18)}.wl-homepage .wl-style-card-actions a span{transition:transform .2s ease}.wl-homepage .wl-style-card-actions a:hover span{transform:translateX(3px)}



/* Best-in-class planning confidence section. */
.wl-homepage .wl-home-confidence { position: relative; overflow: hidden; background: #09251e; color: #f7f1e5; }
.wl-homepage .wl-home-confidence::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 86% 16%, rgba(221,164,61,.19), transparent 32%), linear-gradient(115deg, rgba(255,255,255,.025), transparent 54%); }
.wl-homepage .wl-home-confidence .wl-home-shell { position: relative; z-index: 1; }
.wl-homepage .wl-home-confidence__intro { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(260px,.8fr); gap: clamp(2rem,7vw,7rem); align-items: end; margin-bottom: 2.4rem; }
.wl-homepage .wl-home-confidence__intro h2 { max-width: 10ch; margin: .55rem 0 0; color: #fffaf0; font-family: var(--wl-font-heading, Georgia, 'Times New Roman', serif); font-size: clamp(2.6rem,5.6vw,5.25rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.wl-homepage .wl-home-confidence__intro > p { margin: 0; color: rgba(247,241,229,.72); font-size: .98rem; line-height: 1.75; }
.wl-homepage .wl-home-confidence__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.wl-homepage .wl-home-confidence-card { display: flex; min-height: 270px; flex-direction: column; padding: 1.45rem; border: 1px solid rgba(247,241,229,.16); border-radius: 1.2rem; background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.025)); box-shadow: 0 18px 42px rgba(0,0,0,.12); transition: border-color .22s ease, transform .22s ease, background .22s ease; }
.wl-homepage .wl-home-confidence-card:hover { transform: translateY(-4px); border-color: rgba(229,175,69,.7); background: linear-gradient(145deg, rgba(229,175,69,.15), rgba(255,255,255,.035)); }
.wl-homepage .wl-home-confidence-card__number { color: #e8b75c; font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.wl-homepage .wl-home-confidence-card h3 { margin: 2.5rem 0 .7rem; color: #fffaf0; font-size: 1.2rem; line-height: 1.15; }
.wl-homepage .wl-home-confidence-card p { margin: 0; color: rgba(247,241,229,.68); font-size: .83rem; line-height: 1.65; }
.wl-homepage .wl-home-confidence-card a { display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.25rem; color: #f2c66f; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.wl-homepage .wl-home-confidence-card a span { font-size: 1.1rem; transition: transform .2s ease; }
.wl-homepage .wl-home-confidence-card a:hover span { transform: translateX(4px); }
.wl-homepage .wl-home-confidence__note { display: flex; align-items: center; gap: .65rem; margin-top: 1.45rem; color: rgba(247,241,229,.56); font-size: .72rem; letter-spacing: .03em; }
.wl-homepage .wl-home-confidence__note span { color: #e8b75c; }
@media (max-width: 767px) {
  .wl-homepage .wl-home-confidence { padding: 3.2rem 0 !important; }
  .wl-homepage .wl-home-confidence__intro { display: block; margin-bottom: 1.35rem; }
  .wl-homepage .wl-home-confidence__intro h2 { max-width: 11ch; font-size: clamp(2.35rem, 11.5vw, 3.5rem); }
  .wl-homepage .wl-home-confidence__intro > p { margin-top: 1rem; font-size: .86rem; line-height: 1.65; }
  .wl-homepage .wl-home-confidence__grid { grid-template-columns: 1fr; gap: .7rem; }
  .wl-homepage .wl-home-confidence-card { min-height: 0; padding: 1.1rem; border-radius: 1rem; }
  .wl-homepage .wl-home-confidence-card h3 { margin-top: 1.45rem; font-size: 1.05rem; }
  .wl-homepage .wl-home-confidence-card p { font-size: .78rem; }
  .wl-homepage .wl-home-confidence-card a { padding-top: 1rem; }
  .wl-homepage .wl-home-confidence__note { align-items: flex-start; font-size: .68rem; line-height: 1.5; }
}
