/*
Theme Name: Pamusha Lodge & Safaris
Theme URI: https://www.pamusha.com
Author: Pamusha Lodge
Description: An airy, photography-led theme for Pamusha Lodge & Safaris in Victoria Falls, Zimbabwe. Includes Rooms and Activities content types, a room enquiry form, activity itineraries, a blog, and a Google reviews panel.
Version: 3.8
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pamusha
Tags: hospitality, lodge, safari, custom-menu, featured-images, blog
*/

:root {
  /* Two colours, used properly.
     Teal carries all text and structure. Orange is the only accent,
     kept for actions. Everything else is a neutral. */

  --teal:    #0B3D4A;   /* all body text and headings */
  --teal-2:  #12606A;   /* secondary text, captions */
  --teal-3:  #06232B;   /* footer and dark sections */
  --teal-4:  #17798A;   /* light teal, for use on dark backgrounds */

  --ember:   #FE6929;   /* accent - buttons and fills */
  --amber:   #FD9937;   /* accent hover, and accent on dark */
  --ember-t: #B4460F;   /* accent as small text on light, readable */

  --cream:   #FAF7F3;   /* page background */
  --tan:     #EDE6DC;   /* alternate section background */
  --line:    rgba(11,61,74,0.14);

  /* Kept so older rules keep working */
  --mid:    #12606A;
  --deep:   #12606A;
  --dark:   #0B3D4A;
  --accent: #FE6929;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--dark);
  background: var(--cream);
}

h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.2;
  margin: 0 0 0.5em;
}

h1 { font-size: 44px; }
h2 { font-size: 32px; }
h3 { font-size: 20px; }

a { color: var(--dark); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; }
.section-tint { background: var(--tan); }
.center { text-align: center; }
.lead { font-size: 15px; color: var(--deep); max-width: 620px; margin: 0 auto 8px; }

/* ---------- Buttons ----------
   One system, two roles.
   .btn          solid amber, the single loud action on a screen
   .btn-outline  quiet text link with an arrow, for everything else
   *-light       the same pair, for use over photography
   ------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: #2B0F02 !important;
  border: none;
  padding: 15px 34px;
  border-radius: 2px;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.45s cubic-bezier(0.22,0.61,0.36,1), transform 0.35s cubic-bezier(0.22,0.61,0.36,1);
}
.btn:hover { background: var(--amber); transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.985); transition-duration: 0.12s; }

/* Secondary: a text link, not a box */
.btn-outline,
.btn-ghost-light {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--accent);
  border-radius: 0;
  padding: 0 2px 5px;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--dark) !important;
  cursor: pointer;
  transition: gap 0.45s cubic-bezier(0.22,0.61,0.36,1), color 0.45s ease, border-color 0.45s ease;
}
.btn-outline::after,
.btn-ghost-light::after { content: "\2192"; font-size: 14px; line-height: 1; }
.btn-outline:hover,
.btn-ghost-light:hover { gap: 16px; color: var(--ember-t) !important; background: none; transform: none; }

/* Over photography */
.btn-light { background: var(--accent); color: #2B0F02 !important; }
.btn-light:hover { background: var(--amber); }
.btn-ghost-light { color: var(--cream) !important; border-bottom-color: var(--amber); }
.btn-ghost-light:hover { color: var(--amber) !important; }

/* Buttons sitting on the deep teal band */
.section-deep .btn-outline { color: var(--cream) !important; border-bottom-color: var(--amber); }
.section-deep .btn-outline:hover { color: var(--amber) !important; }

.hero-buttons { display: flex; gap: 28px; justify-content: flex-start; align-items: center; flex-wrap: wrap; }

.card .btn { padding: 12px 24px; font-size: 11px; letter-spacing: 1.5px; }

/* ---------- Header ---------- */

.topbar {
  background: var(--teal-3);
  color: var(--cream);
  font-size: 13px;
  padding: 10px 0;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar a { color: var(--cream); }
.topbar-contact { display: flex; gap: 24px; flex-wrap: wrap; }

.site-header { background: var(--cream); border-bottom: 1px solid rgba(75,66,49,0.12); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; gap: 24px; }
.site-logo img { max-height: 74px; width: auto; }
.site-logo .text-logo { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; }

.nav-menu { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-menu a { font-size: 13px; letter-spacing: 0.6px; text-transform: uppercase; padding: 6px 0; border-bottom: 1px solid transparent; }
.nav-menu a:hover, .nav-menu .current-menu-item > a { border-bottom-color: var(--ember); color: var(--ember-t); }

.menu-toggle { display: none; background: none; border: none; font-size: 24px; color: var(--dark); cursor: pointer; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background-size: cover;
  background-position: center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(75,66,49,0.25), rgba(75,66,49,0.62));
}
.hero-inner {
  position: relative;
  z-index: 2;
  color: var(--cream);
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: left;
}
.hero-inner h1 { color: var(--cream); margin-bottom: 12px; }
.hero-tagline { font-size: 15px; letter-spacing: 2px; text-transform: uppercase; opacity: 0.92; margin-bottom: 34px; }

.page-hero { min-height: 340px; }
.page-hero h1 { font-size: 38px; margin: 0; }

/* ---------- Value props ---------- */

.props { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.prop { text-align: center; }
.prop-icon { font-size: 26px; color: var(--deep); margin-bottom: 14px; }
.prop h3 { font-size: 16px; margin-bottom: 8px; }
.prop p { font-size: 13px; color: var(--deep); margin: 0; }

/* ---------- Card grids ---------- */

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 36px; margin-top: 48px; }
.card-media { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; background: var(--tan); margin-bottom: 16px; transition: transform 0.3s ease; }
.card:hover .card-media { transform: translateY(-4px); }
.card h3 { font-size: 17px; margin-bottom: 4px; }
.card-meta { font-size: 13px; color: var(--mid); margin-bottom: 16px; }
.card-excerpt { font-size: 13px; color: var(--deep); margin-bottom: 16px; }

/* ---------- Full-bleed photo break ---------- */

.photo-break {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.photo-break::after { content: ""; position: absolute; inset: 0; background: rgba(75,66,49,0.45); }
.photo-break h2 { position: relative; z-index: 2; color: var(--cream); max-width: 720px; padding: 0 24px; }

/* ---------- Enquiry form ---------- */

.enquiry-panel { display: none; margin-top: 48px; background: var(--tan); border-radius: 10px; padding: 32px; }
.enquiry-panel.open { display: block; }
.enquiry-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.enquiry-head h3 { margin: 0; }
.enquiry-close { background: none; border: none; font-size: 24px; line-height: 1; color: var(--deep); cursor: pointer; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.enquiry-panel input, .enquiry-panel textarea, .contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1px solid var(--mid);
  border-radius: 6px;
  background: var(--cream);
  font-family: inherit;
  font-size: 14px;
  color: var(--dark);
}
.enquiry-panel textarea, .contact-form textarea { min-height: 110px; resize: vertical; }
.form-notice { padding: 14px 18px; border-radius: 6px; margin-bottom: 20px; font-size: 14px; }
.form-notice.ok { background: rgba(125,107,79,0.15); color: var(--dark); }
.form-notice.err { background: rgba(194,118,42,0.18); color: #8a4d12; }

/* ---------- Reviews ---------- */

.reviews-summary { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; color: var(--deep); margin-bottom: 8px; }
.stars { color: var(--accent); letter-spacing: 2px; }
.review-card { background: var(--tan); border-radius: 8px; padding: 24px; }
.review-card p { font-size: 14px; margin: 10px 0 14px; }
.review-name { font-size: 13px; font-weight: 500; color: var(--deep); }

/* ---------- Itinerary ---------- */

.itinerary { position: relative; padding-left: 34px; margin-top: 36px; }
.itinerary::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: var(--mid); }
.itin-step { position: relative; margin-bottom: 34px; }
.itin-step::before { content: ""; position: absolute; left: -34px; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); }
.itin-time { font-size: 12px; font-weight: 500; color: var(--ember-t); text-transform: uppercase; letter-spacing: 0.6px; }
.itin-step h3 { font-size: 17px; margin: 4px 0 6px; }
.itin-step p { font-size: 14px; color: var(--deep); margin: 0; }

/* ---------- Detail pages ---------- */

.detail-layout { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.detail-facts { background: var(--tan); border-radius: 10px; padding: 28px; position: sticky; top: 24px; }
.fact-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(75,66,49,0.15); font-size: 14px; }
.fact-row:last-child { border-bottom: none; }
.fact-label { color: var(--deep); }
.detail-content p { color: var(--teal); }

/* ---------- Blog ---------- */

.post-card { margin-bottom: 48px; }
.post-meta { font-size: 13px; color: var(--mid); margin-bottom: 10px; }
.post-body { max-width: 760px; margin: 0 auto; }
.post-body p { margin-bottom: 1.4em; }

/* ---------- Contact ---------- */

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-detail { display: flex; gap: 14px; margin-bottom: 20px; font-size: 14px; }
.contact-detail .ci { color: var(--accent); font-size: 18px; }

/* ---------- Footer ---------- */

.site-footer { background: var(--teal-3); color: var(--cream); padding: 72px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(240,232,220,0.16); }
.site-footer h4 { color: var(--cream); font-family: 'Work Sans', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 18px; }
.site-footer a, .site-footer p, .site-footer li { color: #b6cdd3; font-size: 14px; }
.site-footer a:hover { color: var(--amber); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.footer-brand { font-family: 'Fraunces', serif; font-size: 22px; color: var(--cream); margin-bottom: 12px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social span { width: 36px; height: 36px; border: 1px solid rgba(250,246,241,0.30); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--cream); font-size: 15px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; font-size: 12px; color: #7fa3ac; flex-wrap: wrap; gap: 12px; }
.footer-bottom a { font-size: 12px; }

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  h1 { font-size: 34px; }
  h2 { font-size: 26px; }
  .section { padding: 64px 0; }
  .detail-layout, .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .detail-facts { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .menu-toggle { display: block; }
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 28px 20px;
    border-bottom: 1px solid rgba(75,66,49,0.12);
    z-index: 50;
  }
  .nav-menu.open { display: flex; }
  .nav-menu li { width: 100%; padding: 10px 0; }
  .site-header .wrap { position: relative; flex-wrap: wrap; }
  .header-cta { display: none; }
}

@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: 500px; }
}

.screen-reader-text {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}


/* ---------- Fade in on scroll ---------- */

.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s cubic-bezier(0.22,0.61,0.36,1), transform 0.9s cubic-bezier(0.22,0.61,0.36,1);
  will-change: opacity, transform;
}
.fade-up.is-in { opacity: 1; transform: none; }
.fade-up.d1 { transition-delay: 0.10s; }
.fade-up.d2 { transition-delay: 0.20s; }
.fade-up.d3 { transition-delay: 0.30s; }

.reveal-img { overflow: hidden; }
.reveal-img img { transform: scale(1.06); transition: transform 1.4s cubic-bezier(0.22,0.61,0.36,1); }
.reveal-img.is-in img { transform: scale(1); }

@media (prefers-reduced-motion: reduce) {
  .fade-up, .reveal-img img { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---------- Eyebrow label above headings ---------- */

.eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--ember-t);
  margin-bottom: 14px;
  font-weight: 500;
}
.eyebrow-light { color: var(--amber); }

.section-head { max-width: 720px; margin: 0 auto 12px; }
.section-head h2 { margin-bottom: 14px; }

/* ---------- Caption-style image cards ---------- */

.cap-card { position: relative; }
.cap-card .card-media { margin-bottom: 18px; }
.cap-label {
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 6px;
  display: block;
}
.cap-card h3 { font-size: 19px; margin-bottom: 8px; }
.cap-card p { font-size: 14px; color: var(--teal-2); margin: 0 0 14px; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: var(--dark);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 3px;
  transition: gap 0.25s ease, color 0.25s ease;
}
.link-arrow:hover { gap: 13px; color: var(--ember-t); }

/* ---------- Numbered feature cards ---------- */

.num-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; margin-top: 52px; }
.num-card { position: relative; border-radius: 4px; overflow: hidden; min-height: 340px; display: flex; align-items: flex-end; }
.num-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.num-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,35,43,0.88) 0%, rgba(6,35,43,0.35) 55%, rgba(6,35,43,0.10) 100%);
}
.num-card-body { position: relative; z-index: 2; padding: 26px 24px; color: var(--cream); }
.num-card .num { font-size: 12px; letter-spacing: 2px; color: var(--amber); display: block; margin-bottom: 10px; }
.num-card h3 { color: var(--cream); font-size: 18px; margin-bottom: 6px; }
.num-card p { font-size: 13px; color: #cfe0e4; margin: 0; }

/* ---------- Journey steps ---------- */

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 36px; margin-top: 48px; }
.step-n {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--ember); color: var(--ember-t);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; margin-bottom: 16px;
}
.step h3 { font-size: 17px; margin-bottom: 6px; }
.step p { font-size: 14px; color: var(--deep); margin: 0; }

/* ---------- Dark teal section ---------- */

.section-deep { background: var(--teal); color: var(--cream); }
.section-deep h2, .section-deep h3 { color: var(--cream); }
.section-deep p, .section-deep .lead { color: #cfe0e4; }

/* ---------- Scroll cue ---------- */

.scroll-cue {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  z-index: 3; color: var(--cream); font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-cue span { display: block; width: 1px; height: 42px; background: rgba(250,246,241,0.5); animation: cue 2.2s ease-in-out infinite; }
@keyframes cue { 0%,100% { transform: scaleY(0.35); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }


/* ================================================================
   POLISH — the things that make it feel smooth
   ================================================================ */

/* 1. Smooth anchor scrolling, with offset so the sticky header
      doesn't cover the target */
html { scroll-behavior: smooth; scroll-padding-top: 110px; }

/* 2. Whole page fades in on load, so nothing snaps into place */
body { opacity: 0; transition: opacity 0.7s ease; }
body.page-ready { opacity: 1; }

/* 3. Sticky header: transparent over the hero, then settles into
      a solid bar as you scroll */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250,246,241,0.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease, padding 0.4s ease;
}
.site-header .wrap { transition: padding 0.45s cubic-bezier(0.22,0.61,0.36,1); }
.site-header.is-stuck {
  background: rgba(250,246,241,0.97);
  border-bottom-color: rgba(11,61,74,0.11);
  box-shadow: 0 1px 24px rgba(11,61,74,0.07);
}
.site-header.is-stuck .wrap { padding-top: 11px; padding-bottom: 11px; }
.site-logo img { transition: max-height 0.45s cubic-bezier(0.22,0.61,0.36,1); }
.site-header.is-stuck .site-logo img { max-height: 52px; }

/* 4. Everything eases on the same curve, slowly */
a, .card-media, .cap-card h3 a, .nav-menu a, .footer-social span {
  transition: all 0.45s cubic-bezier(0.22,0.61,0.36,1);
}

/* 5. Nav links: underline grows out from the left instead of
      appearing all at once */
.nav-menu a { position: relative; border-bottom: none !important; }
.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--accent);
  transition: width 0.45s cubic-bezier(0.22,0.61,0.36,1);
}
.nav-menu a:hover::after,
.nav-menu .current-menu-item > a::after { width: 100%; }

/* 6. Cards lift gently and the photo drifts in behind them */
.card { transition: transform 0.55s cubic-bezier(0.22,0.61,0.36,1); }
.card .reveal-img { overflow: hidden; border-radius: 4px; }
.card:hover { transform: translateY(-6px); }
.card:hover .card-media { transform: scale(1.05); }
.card-media { transition: transform 1.1s cubic-bezier(0.22,0.61,0.36,1) !important; }

.num-card img { transition: transform 1.2s cubic-bezier(0.22,0.61,0.36,1); }
.num-card:hover img { transform: scale(1.06); }
.num-card { transition: transform 0.55s cubic-bezier(0.22,0.61,0.36,1); }
.num-card:hover { transform: translateY(-5px); }

/* 7. Buttons ease rather than jump, and settle on click */
.btn { will-change: transform; }
.btn:active { transform: translateY(0) scale(0.985); transition-duration: 0.12s; }

/* 8. Hero text lifts a touch slower than everything else, so the
      first thing you see feels unhurried */
.hero .fade-up { transition-duration: 1.15s; }
.hero .fade-up.d1 { transition-delay: 0.22s; }
.hero .fade-up.d2 { transition-delay: 0.40s; }
.hero .fade-up.d3 { transition-delay: 0.58s; }

/* 9. Slow drift on the hero and photo-break backgrounds as you
      scroll past them */
.hero, .photo-break { background-attachment: fixed; }
@media (max-width: 900px) {
  .hero, .photo-break { background-attachment: scroll; }
}

/* 10. Form fields and links respond softly */
.enquiry-panel input, .enquiry-panel textarea,
.contact-form input, .contact-form textarea {
  transition: border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}
.enquiry-panel input:focus, .enquiry-panel textarea:focus,
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(254,105,41,0.13);
}

.enquiry-panel { transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22,0.61,0.36,1); }
.enquiry-panel.open { animation: panelIn 0.55s cubic-bezier(0.22,0.61,0.36,1); }
@keyframes panelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body { opacity: 1 !important; }
  .hero, .photo-break { background-attachment: scroll; }
  * { animation: none !important; }
}


/* ================================================================
   DROPDOWN MENUS
   Two levels. Clean, ivory, no icons, subtle movement.
   ================================================================ */

.nav-menu li { position: relative; }

/* Small chevron on any item that has children */
.nav-menu .menu-item-has-children > a::before {
  content: "";
  display: inline-block;
  width: 5px; height: 5px;
  margin-right: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.55;
  transition: transform 0.4s cubic-bezier(0.22,0.61,0.36,1), opacity 0.4s ease;
  vertical-align: middle;
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
.nav-menu .menu-item-has-children:hover > a::before,
.nav-menu .menu-item-has-children:focus-within > a::before {
  transform: translateY(0) rotate(225deg);
  opacity: 1;
}

.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 218px;
  margin: 0;
  padding: 14px 0;
  list-style: none;
  background: #FFFDFB;
  border: 1px solid rgba(11,61,74,0.10);
  border-radius: 4px;
  box-shadow: 0 10px 34px rgba(11,61,74,0.11);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 200;
  transition: opacity 0.4s cubic-bezier(0.22,0.61,0.36,1),
              transform 0.4s cubic-bezier(0.22,0.61,0.36,1),
              visibility 0.4s;
}

/* Invisible bridge so the menu doesn't close in the gap */
.nav-menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%; left: 0; right: 0;
  height: 22px;
}

.nav-menu li:hover > .sub-menu,
.nav-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-menu .sub-menu li { width: 100%; }

.nav-menu .sub-menu a {
  display: block;
  padding: 10px 24px;
  font-size: 12.5px;
  letter-spacing: 0.4px;
  text-transform: none;
  color: var(--dark);
  white-space: nowrap;
  transition: color 0.35s ease, padding-left 0.35s cubic-bezier(0.22,0.61,0.36,1);
}
.nav-menu .sub-menu a::after { display: none; }
.nav-menu .sub-menu a:hover { color: var(--ember-t); padding-left: 30px; }
.nav-menu .sub-menu .menu-item-has-children > a::before { display: none; }

/* ---------- Mobile: tap to open, stacked ---------- */

@media (max-width: 900px) {
  .nav-menu .sub-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    border: none;
    background: none;
    padding: 4px 0 8px 16px;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.22,0.61,0.36,1);
  }
  .nav-menu li.submenu-open > .sub-menu { max-height: 460px; }
  .nav-menu li:hover > .sub-menu { transform: none; }
  .nav-menu .menu-item-has-children > a::before { float: none; margin-left: 10px; }
  .nav-menu li.submenu-open > a::before { transform: translateY(0) rotate(225deg); }
  .nav-menu .sub-menu a { padding: 9px 0; }
  .nav-menu .sub-menu a:hover { padding-left: 6px; }
}


/* ================================================================
   ELEMENTOR COMPATIBILITY
   Lets Elementor sections run full width inside the theme, and
   makes the theme's own components usable inside the builder.
   ================================================================ */

.pamusha-canvas { width: 100%; }

/* Elementor manages its own widths, so don't fight it */
.pamusha-canvas > .elementor { width: 100%; }

/* Shortcode output inside an Elementor Shortcode widget should not
   inherit the widget's text alignment */
.elementor-widget-shortcode .card-grid,
.elementor-widget-shortcode .section-head { text-align: initial; }
.elementor-widget-shortcode .section-head.center,
.elementor-widget-shortcode .center { text-align: center; }

/* Keep the theme's card grid tidy at small widths even when
   a fixed column count was set in the shortcode */
@media (max-width: 900px) {
  .card-grid[style*="repeat(4"],
  .card-grid[style*="repeat(3"] { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}
@media (max-width: 560px) {
  .card-grid[style*="repeat"] { grid-template-columns: 1fr !important; }
}

/* Elementor's editor iframe: stop the page-load fade hiding the
   canvas while you are editing */
body.elementor-editor-active,
body.elementor-editor-preview { opacity: 1 !important; }


/* ================================================================
   TIMES AND AVAILABILITY
   Structured, and readable on a phone.
   ================================================================ */

.time-panel { margin: 0 0 18px; }

.time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}
.time-cell { background: var(--cream); padding: 12px 10px; text-align: center; }
.time-label {
  display: block;
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 5px;
}
.time-value {
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.25;
}

.detail-facts .time-cell { background: var(--tan); }
.detail-facts .time-grid { background: rgba(11,61,74,0.18); border-color: rgba(11,61,74,0.18); }

.time-panel-compact { margin-bottom: 14px; }
.time-panel-compact .time-cell { padding: 9px 6px; }
.time-panel-compact .time-value { font-size: 14px; }
.time-panel-compact .time-label { font-size: 9px; letter-spacing: 1.1px; }

.time-note {
  font-size: 13px;
  color: var(--deep);
  line-height: 1.6;
  margin-top: 12px;
}
.time-note strong { color: var(--dark); display: block; font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 3px; }
.time-note-warn {
  background: rgba(254,105,41,0.09);
  border-left: 2px solid var(--accent);
  padding: 11px 14px;
  border-radius: 0 3px 3px 0;
}

/* Never collapse times to one cramped column */
@media (max-width: 400px) {
  .time-grid { grid-template-columns: 1fr 1fr; }
}

/* ---------- Room facts and amenities ---------- */

.fact-block { margin-bottom: 22px; }
.amenity-block h3 { font-size: 15px; margin-bottom: 12px; }
.amenity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 20px;
  font-size: 13.5px;
  color: var(--deep);
}
.amenity-list li {
  break-inside: avoid;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.amenity-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
@media (max-width: 480px) { .amenity-list { columns: 1; } }


/* ================================================================
   WHAT WE OFFER  +  GETTING HERE
   ================================================================ */

.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 52px;
}
.offer-card {
  background: var(--cream);
  padding: 34px 28px 30px;
  display: block;
  transition: background 0.45s cubic-bezier(0.22,0.61,0.36,1);
}
.offer-card:hover { background: #FFFDFB; }
.offer-num {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--ember-t);
  margin-bottom: 14px;
}
.offer-card h3 { font-size: 17px; margin-bottom: 10px; }
.offer-card p { font-size: 13.5px; color: var(--deep); line-height: 1.65; margin: 0 0 18px; }
.offer-go {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--dark);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 3px;
  transition: color 0.4s ease;
}
.offer-card:hover .offer-go { color: var(--ember-t); }

.travel-strip {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 48px;
  align-items: start;
}
.travel-strip h2 { margin: 0; }
.travel-strip p { font-size: 15px; line-height: 1.75; color: var(--teal-2); margin: 0 0 20px; }
@media (max-width: 820px) {
  .travel-strip { grid-template-columns: 1fr; gap: 24px; }
}

/* ================================================================
   THIRD-LEVEL DROPDOWNS
   Country > City > Activities
   ================================================================ */

.nav-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  transform: translateX(0) translateY(8px);
  margin-left: 1px;
}
.nav-menu .sub-menu li:hover > .sub-menu,
.nav-menu .sub-menu li:focus-within > .sub-menu {
  transform: translateX(0) translateY(0);
}
/* Chevron points sideways at the second level */
.nav-menu .sub-menu .menu-item-has-children > a::before {
  display: inline-block !important;
  transform: rotate(-45deg);
  float: right;
  margin-top: 5px;
}
.nav-menu .sub-menu .menu-item-has-children:hover > a::before { transform: rotate(-45deg); }

/* Flip the third level to the left if it would run off screen */
.nav-menu > li:last-child .sub-menu .sub-menu,
.nav-menu > li:nth-last-child(2) .sub-menu .sub-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 1px;
}

@media (max-width: 900px) {
  .nav-menu .sub-menu .sub-menu {
    position: static;
    left: auto;
    transform: none;
    margin-left: 0;
    padding-left: 16px;
  }
  .nav-menu .sub-menu .menu-item-has-children > a::before { float: none; margin-top: 0; }
}


/* ================================================================
   DESTINATION CARDS
   ================================================================ */

.dest-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; margin: 44px 0; }
.dest-card {
  position: relative;
  display: block;
  min-height: 400px;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.55s cubic-bezier(0.22,0.61,0.36,1);
}
.dest-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.22,0.61,0.36,1); }
.dest-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,35,43,0.90) 0%, rgba(6,35,43,0.40) 52%, rgba(6,35,43,0.10) 100%);
}
.dest-card:hover { transform: translateY(-5px); }
.dest-card:hover img { transform: scale(1.06); }
.dest-body { position: relative; z-index: 2; padding: 28px 26px; color: var(--cream); height: 100%; display: flex; flex-direction: column; justify-content: flex-end; }
.dest-country { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--amber); margin-bottom: 8px; }
.dest-card h3 { color: var(--cream); font-size: 22px; margin-bottom: 8px; }
.dest-card p { font-size: 13.5px; color: #cfe0e4; margin: 0 0 16px; line-height: 1.6; }
.dest-go { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; border-bottom: 1px solid var(--amber); padding-bottom: 3px; align-self: flex-start; }

/* ================================================================
   FAQ ACCORDION
   ================================================================ */

.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-group { font-size: 22px; margin: 52px 0 18px; }
.faq-group:first-child { margin-top: 0; }
.faq-list { border-top: 1px solid var(--line); }

.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 40px 20px 0;
  position: relative;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--dark);
  transition: color 0.35s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--ember-t); }
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 6px; top: 27px;
  width: 8px; height: 8px;
  border-right: 1.5px solid var(--accent);
  border-bottom: 1.5px solid var(--accent);
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.22,0.61,0.36,1);
}
.faq-item[open] summary::after { transform: rotate(225deg); top: 31px; }
.faq-answer { padding: 0 40px 24px 0; font-size: 14.5px; line-height: 1.75; color: var(--teal-2); }
.faq-answer p { margin: 0 0 1em; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-item[open] .faq-answer { animation: faqIn 0.45s cubic-bezier(0.22,0.61,0.36,1); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }


/* ---------- Floating WhatsApp ---------- */

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.22);
  transition: transform 0.4s cubic-bezier(0.22,0.61,0.36,1), box-shadow 0.4s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 8px 26px rgba(0,0,0,0.28); }
@media (max-width: 600px) { .wa-float { right: 14px; bottom: 14px; width: 50px; height: 50px; } }
@media print { .wa-float { display: none; } }


/* ================================================================
   GALLERY
   ================================================================ */

.pm-gallery { margin: 0 0 34px; }

.pm-gallery-main {
  border-radius: 4px;
  overflow: hidden;
  background: var(--tan);
  aspect-ratio: 16 / 10;
}
.pm-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 1.4s cubic-bezier(0.22,0.61,0.36,1);
}

.pm-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.pm-thumb {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
  opacity: 0.62;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22,0.61,0.36,1);
}
.pm-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pm-thumb:hover { opacity: 0.9; transform: translateY(-2px); }
.pm-thumb.is-active { opacity: 1; }
.pm-thumb.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--accent);
  border-radius: 3px;
}

@media (max-width: 560px) {
  .pm-gallery-thumbs { grid-template-columns: repeat(4, 1fr); gap: 7px; }
}


/* ================================================================
   MOST BOOKED CAROUSEL
   ================================================================ */

.mb-section { padding: 84px 0 90px; background: var(--tan); }

.mb-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 30px; }
.mb-head h2 { margin: 0; font-size: 27px; }
.mb-nav { display: flex; gap: 9px; flex-shrink: 0; }
.mb-nav button {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(11,61,74,0.28);
  background: none;
  color: var(--dark);
  font-size: 15px;
  cursor: pointer;
  transition: background 0.4s cubic-bezier(0.22,0.61,0.36,1), color 0.4s ease, border-color 0.4s ease;
}
.mb-nav button:hover { background: var(--accent); border-color: var(--accent); color: #2B0F02; }

.mb-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 6px;
}
.mb-track::-webkit-scrollbar { display: none; }

.mb-card {
  flex: 0 0 clamp(220px, 26vw, 290px);
  scroll-snap-align: start;
  display: block;
}
.mb-img {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 15px;
  background: var(--mid);
}
.mb-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.22,0.61,0.36,1);
}
.mb-card:hover .mb-img img { transform: scale(1.06); }
.mb-card h3 { font-size: 17px; margin-bottom: 4px; }
.mb-card .card-meta { margin: 0; }

@media (max-width: 600px) {
  .mb-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .mb-nav { align-self: flex-end; }
  .mb-card { flex-basis: 74vw; }
}

/* ---------- Payment methods strip ---------- */

.pay-strip { margin-top: 22px; }
.pay-strip img {
  max-width: 260px;
  height: auto;
  opacity: 0.85;
  background: #fff;
  padding: 7px 11px;
  border-radius: 3px;
}
.footer-pay { margin-top: 18px; }
.footer-pay-label {
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #7fa3ac;
  margin-bottom: 9px;
  display: block;
}

/* ---------- Multi-day trip pages ---------- */

.trip-days { position: relative; padding-left: 34px; margin-top: 34px; }
.trip-days::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: var(--mid); }
.trip-day { position: relative; margin-bottom: 32px; }
.trip-day::before {
  content: "";
  position: absolute; left: -34px; top: 4px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--accent);
}
.trip-day-num { font-size: 12px; font-weight: 500; letter-spacing: 1.4px; text-transform: uppercase; color: var(--ember-t); }
.trip-day h3 { font-size: 18px; margin: 5px 0 6px; }
.trip-day p { font-size: 14px; color: var(--deep); margin: 0; line-height: 1.65; }


/* ================================================================
   TIME CHIPS
   The compact form used inside cards. A bordered four-cell grid
   was cramped in narrow columns and looked like a broken table,
   so cards get two inline chips instead.
   ================================================================ */

.time-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 15px;
}
.time-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  background: rgba(11,61,74,0.055);
  border: 1px solid rgba(11,61,74,0.11);
  border-radius: 3px;
  padding: 6px 11px;
  font-size: 12.5px;
  color: var(--dark);
  line-height: 1.3;
}
.time-chip b {
  font-weight: 500;
  font-size: 9.5px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--mid);
}

/* Category headings on the activities page */
.act-group { margin-top: 76px; }
.act-group:first-of-type { margin-top: 0; }
.act-group-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 14px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}
.act-group-head h2 { margin: 0; font-size: 26px; }
.act-group-count { font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; color: var(--mid); }

/* Jump links */
.act-jump { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 34px; }
.act-jump a {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 9px 18px;
  border: 1px solid rgba(11,61,74,0.22);
  border-radius: 30px;
  transition: background 0.4s cubic-bezier(0.22,0.61,0.36,1), color 0.4s ease, border-color 0.4s ease;
}
.act-jump a:hover { background: var(--accent); border-color: var(--accent); color: #2B0F02; }


/* ================================================================
   HERO SLIDESHOW
   ================================================================ */

.hero-slides { background-image: none; }
.hero-slides .slides { position: absolute; inset: 0; overflow: hidden; }
.hero-slides .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity 1.6s ease, transform 8s linear;
}
.hero-slides .slide.is-on { opacity: 1; transform: scale(1); }

/* Overlay sits above the slides but under the text */
.hero-slides::after { z-index: 1; }
.hero-slides .hero-inner,
.hero-slides .scroll-cue,
.hero-slides .slide-caption,
.hero-slides .slide-dots { position: relative; z-index: 3; }

/* Caption and dots share one quiet strip in the corner, so nothing
   competes with the hero headline in the middle of the page. */
/* The rotating slide line, directly under the headline. It replaces
   the static paragraph, so only one thing is speaking at a time. */
.hero-slide-line {
  max-width: 560px;
  margin: 4px 0 32px;
  min-height: 46px;
}
.hero-slide-line .slide-cap-title {
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--amber);
  margin-bottom: 3px;
  transition: opacity 0.5s ease;
}
.hero-slide-line .slide-cap-sub {
  display: block;
  font-size: 14.5px;
  line-height: 1.55;
  color: #dbe8ea;
  transition: opacity 0.5s ease;
}

.slide-dots { display: flex; gap: 9px; margin-top: 30px; }
.slide-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(250,246,241,0.55);
  background: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.45s ease, transform 0.45s cubic-bezier(0.22,0.61,0.36,1);
}
.slide-dot.is-on { background: var(--amber); border-color: var(--amber); transform: scale(1.3); }
.slide-dot:hover { background: rgba(250,246,241,0.6); }

@media (max-width: 640px) {
  .hero-slide-line { min-height: 62px; }
  .hero-slide-line .slide-cap-title { font-size: 17px; }
  .hero-slide-line .slide-cap-sub { font-size: 13.5px; }
  .hero-buttons { gap: 18px; }
}


/* ================================================================
   POLISH PASS
   Two colours, consistent contrast, and dark sections that behave.
   ================================================================ */

body { color: var(--teal); }
h1, h2, h3, h4 { color: var(--teal); }
a { color: var(--teal); }
.lead, .card-excerpt, .step p, .cap-card p { color: var(--teal-2); }
.card-meta, .cap-label, .time-label, .act-group-count { color: var(--teal-2); }

/* Section alternation, so the page has rhythm without extra colours */
.section-tint { background: var(--tan); }
.section-deep { background: var(--teal-3); }
.section-deep h2,
.section-deep h3,
.section-deep .eyebrow-light { color: var(--cream); }
.section-deep .eyebrow-light { color: var(--amber); }
.section-deep p,
.section-deep .lead { color: #cfe0e4; }

/* Dark hero and photo overlays pick up the teal rather than brown */
.hero::after {
  background: linear-gradient(to bottom, rgba(6,35,43,0.28), rgba(6,35,43,0.66));
}
.photo-break::after { background: rgba(6,35,43,0.52); }
.num-card::after {
  background: linear-gradient(to top, rgba(6,35,43,0.90) 0%, rgba(6,35,43,0.42) 55%, rgba(6,35,43,0.10) 100%);
}
.dest-card::after {
  background: linear-gradient(to top, rgba(6,35,43,0.90) 0%, rgba(6,35,43,0.42) 52%, rgba(6,35,43,0.10) 100%);
}

/* Footer */
.site-footer { background: var(--teal-3); }
.topbar { background: var(--teal-3); }
.topbar a, .topbar { color: #cfe0e4; }
.site-footer a, .site-footer p, .site-footer li { color: #b6cdd3; }
.site-footer a:hover { color: var(--amber); }
.site-footer h4 { color: var(--cream); }
.footer-brand { color: var(--cream); }
.footer-bottom { color: #7fa3ac; }
.footer-grid { border-bottom-color: rgba(250,247,243,0.14); }
.footer-social span { border-color: rgba(250,247,243,0.28); color: var(--cream); }
.footer-social a:hover span { border-color: var(--amber); color: var(--amber); }

/* Cards and panels */
.detail-facts { background: var(--tan); }
.enquiry-panel { background: var(--tan); }
.review-card { background: var(--tan); }
.time-cell { background: var(--cream); }
.detail-facts .time-cell { background: rgba(250,247,243,0.75); }
.time-value { color: var(--teal); }
.fact-row { border-bottom-color: var(--line); }
.fact-label { color: var(--teal-2); }

/* Accent used only for action, never for decoration */
.time-note-warn {
  background: rgba(254,105,41,0.08);
  border-left-color: var(--ember);
  color: var(--teal);
}
.amenity-list li::before { background: var(--ember); }
.itin-step::before { background: var(--ember); }
.trip-day::before { background: var(--ember); }
.itinerary::before, .trip-days::before { background: var(--line); }

/* Form focus */
.enquiry-panel input:focus, .enquiry-panel textarea:focus,
.contact-form input:focus, .contact-form textarea:focus {
  border-color: var(--ember);
  box-shadow: 0 0 0 3px rgba(254,105,41,0.16);
}
.enquiry-panel input, .enquiry-panel textarea,
.contact-form input, .contact-form textarea {
  border-color: rgba(11,61,74,0.20);
  background: var(--cream);
  color: var(--teal);
}
.form-notice.ok { background: rgba(18,96,106,0.12); color: var(--teal); }
.form-notice.err { background: rgba(254,105,41,0.14); color: #8f3a0d; }

/* Chips */
.time-chip { background: rgba(11,61,74,0.05); border-color: rgba(11,61,74,0.11); color: var(--teal); }
.time-chip b { color: var(--teal-2); }

/* Reviews */
.stars { color: var(--ember); }
.review-name { color: var(--teal-2); }
.reviews-summary { color: var(--teal-2); }

/* Jump pills */
.act-jump a { border-color: rgba(11,61,74,0.22); color: var(--teal); }
.act-jump a:hover { background: var(--ember); border-color: var(--ember); color: #2B0F02; }

/* Carousel controls */
.mb-nav button { border-color: rgba(11,61,74,0.24); color: var(--teal); }
.mb-nav button:hover { background: var(--ember); border-color: var(--ember); color: #2B0F02; }

/* Selection and focus ring, so keyboard users can see where they are */
::selection { background: rgba(254,105,41,0.22); color: var(--teal); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Slightly tighter heading colour on the tint band for contrast */
.section-tint .lead { color: var(--teal-2); }


/* ---------- Blog post body ---------- */

.post-body h2 {
  font-size: 24px;
  margin: 46px 0 14px;
}
.post-body h2:first-child { margin-top: 0; }
.post-body p { font-size: 16.5px; line-height: 1.8; color: var(--teal); }
.post-body strong { color: var(--teal); font-weight: 600; }
.post-body a { border-bottom: 1px solid var(--ember); }
.post-body a:hover { color: var(--ember-t); }
.post-meta { color: var(--teal-2); }


/* ---------- Journal carousel ---------- */

.journal-section { padding: 84px 0 90px; background: var(--cream); }
.journal-card p.journal-excerpt {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--teal-2);
  margin: 6px 0 12px;
}
.journal-card .link-arrow { font-size: 12px; }
.journal-card:hover .link-arrow { color: var(--ember-t); }

/* Alternate the background when the two carousels sit together */
.mb-section + .journal-section { background: var(--tan); }


/* ---------- Accommodation image grid ---------- */

.stay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin: 40px 0 46px;
}
.stay-tile {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--tan);
}
.stay-tile img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 1.1s cubic-bezier(0.22,0.61,0.36,1);
}
.stay-tile:hover img { transform: scale(1.05); }

/* First tile spans two columns on wider screens, for rhythm */
@media (min-width: 900px) {
  .stay-grid { grid-template-columns: repeat(4, 1fr); }
  .stay-tile:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
}
@media (max-width: 560px) {
  .stay-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
}


/* ---------- Fleet capacities ---------- */

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 40px;
}
.fleet-card {
  background: var(--teal);
  color: var(--cream);
  border-radius: 4px;
  padding: 26px 18px 22px;
  text-align: center;
  transition: transform 0.45s cubic-bezier(0.22,0.61,0.36,1);
}
.fleet-card:hover { transform: translateY(-4px); }
.fleet-num {
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: var(--cream);
}
.fleet-unit {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--amber);
  margin: 7px 0 12px;
}
.fleet-desc {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #b6cdd3;
}


/* ---------- Designer mark ----------
   Quiet by default, so it never competes with the site. It only
   resolves when someone is actually looking at it. */

.def-mark {
  font-size: 10.5px;
  letter-spacing: 0.3px;
  color: rgba(182,205,211,0.42) !important;
  font-style: italic;
  transition: color 0.5s ease, letter-spacing 0.5s ease;
}
.def-mark:hover {
  color: var(--amber) !important;
  letter-spacing: 0.7px;
}


/* The hero text is left-aligned, so weight the scrim that way. */
.hero-slides::after {
  background: linear-gradient(100deg,
    rgba(6,35,43,0.80) 0%,
    rgba(6,35,43,0.62) 38%,
    rgba(6,35,43,0.26) 68%,
    rgba(6,35,43,0.34) 100%);
}
