/* ==========================================================================
   AishaQuest Travel & Tour — Homepage Styles
   Drop into your _s child theme as style.css (below the required theme
   header comment) or enqueue as a separate homepage.css. See README for
   exact wiring instructions.
   ========================================================================== */

:root {
  /* ---- Brand tokens, pulled from the logo mark ---- */
  --navy: #0B2A3F;          /* wordmark "Aisha", deep sky in logo arc */
  --navy-soft: #123B54;
  --teal-deep: #0E6E76;     /* wordmark "Quest", dark island foliage */
  --teal: #1C97A0;
  --turquoise: #2CB9C4;     /* lagoon water */
  --gold: #E3A73C;          /* rule lines under tagline */
  --sunset: #F0955A;        /* sun glow behind the islands */
  --sand: #FAF6EE;          /* page background */
  --sand-deep: #F1E9D8;
  --white: #FFFFFF;
  --ink: #10222E;

  /* ---- Type ---- */
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;

  --radius-lg: 28px;
  --radius-md: 16px;
  --shadow-soft: 0 20px 45px -20px rgba(11, 42, 63, 0.35);
}

/* ---- Base ---- */
* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
h1, h2, h3 {
  font-family: var(--font-display);
  margin: 0;
  color: var(--navy);
  line-height: 1.08;
}
:focus-visible {
  outline: 3px solid var(--sunset);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

/* Signature divider — the arc/wave from the logo's footer, reused as a
   section seam throughout the page. Swap fill color per section. */
.wave-divider {
  display: block;
  width: 100%;
  height: 64px;
  line-height: 0;
}
.wave-divider svg { width: 100%; height: 100%; display: block; }

.wave-divider2 {
  position: relative;
  bottom: -64px;
  z-index: 9;
}

/* ==========================================================================
   HEADER  (maps to header.php → .site-header)
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid rgba(11, 42, 63, 0.08);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  height: 108px;
}
.site-branding { display: flex; align-items: center; gap: 14px; flex: none; }
.site-branding img { height: 110px; width: auto; }
.site-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0;
  letter-spacing: 0.01em;
}
.site-title span { color: var(--teal-deep); }
.site-description {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 2px;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 36px;
  flex: 1;
  justify-content: flex-end;
}
.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.main-navigation a {
  color: var(--navy-soft);
  font-size: 0.92rem;
  font-weight: 600;
  position: relative;
  padding: 6px 0;
  transition: color 0.2s ease;
}
.main-navigation a:hover,
.main-navigation a:focus-visible { color: var(--teal-deep); }
.main-navigation a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width 0.25s ease;
}
.main-navigation a:hover::after { width: 100%; }

.main-navigation .header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 12px 22px;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.main-navigation .header-cta:hover { background: var(--teal-deep); border:0 !important; color: #fff;}

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(11, 42, 63, 0.25);
  border-radius: 8px;
  color: var(--navy);
  padding: 8px 10px;
  font-size: 1.1rem;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(11,42,63,0.55) 0%, rgba(11,42,63,0.35) 45%, rgba(11,42,63,0.85) 100%),
    url("https://aishaquest.com/wp-content/uploads/2026/07/Balabac-Tours.jpg") center/cover no-repeat;
}
.hero .container { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 130px; }
.hero-eyebrow { color: var(--gold); }
.hero h1 {
  color: var(--white);
  font-size: clamp(2.6rem, 5.4vw, 4.4rem);
  font-weight: 600;
  font-style: italic;
  max-width: 15ch;
  margin: 18px 0 22px;
}
.hero h1 em {
  font-style: normal;
  color: var(--turquoise);
}
.hero p {
  color: rgba(255,255,255,0.86);
  font-size: 1.1rem;
  max-width: 46ch;
  margin: 0 0 34px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,0.55); color: var(--white); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); }

/* Floating quick-inquiry bar, half over hero / half over next section */

.wpte-gblock-wrapper {
  position: relative;
  top: -60px;
}
.wpte-trip__search-fields  {
  position: relative;
  z-index: 3;
  max-width: 980px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr auto;
  gap: 18px;
  align-items: end;
}
.wpte-trip__search-fields  label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-deep);
  font-weight: 700;
  margin-bottom: 8px;
}
.wpte-trip__search-fields  select,
.wpte-trip__search-fields  input {
  width: 100%;
  border: 1px solid var(--sand-deep);
  background: var(--sand);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--ink);
}
.wpte-trip__search-fields  .btn-primary { justify-content: center; width: 100%; }

/* ==========================================================================
   TRUST BAR
   ========================================================================== */
.trust-bar {
  background: var(--sand);
  padding: 90px 0 40px;
}
.trust-bar ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  text-align: center;
}
.trust-bar li { flex: 1; min-width: 180px; }
.trust-bar strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--teal-deep);
}
.trust-bar span {
  font-size: 0.82rem;
  color: var(--navy-soft);
  opacity: 0.8;
}

/* ==========================================================================
   SECTION HEADERS (shared)
   ========================================================================== */
.section { padding: 90px 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.section-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  max-width: 20ch;
}
.section-head p {
  max-width: 40ch;
  color: var(--navy-soft);
  opacity: 0.85;
  font-size: 0.98rem;
}
.section-link {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--teal-deep);
  white-space: nowrap;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 3px;
}

/* ==========================================================================
   DESTINATIONS — porthole / arc-frame cards (signature element,
   echoes the circular composition of the logo)
   ========================================================================== */
.destinations { background: var(--white); }
.dest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.dest-card { text-align: center; }
.dest-frame {
  position: relative;
  aspect-ratio: 1 / 1.05;
  border-radius: 50% 50% 12px 12px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  margin-bottom: 20px;
}
.dest-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.dest-card:hover .dest-frame img { transform: scale(1.08); }
.dest-frame::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,42,63,0) 55%, rgba(11,42,63,0.55) 100%);
}
.dest-frame .dest-tag {
  position: absolute;
  bottom: 14px; left: 0; right: 0;
  z-index: 2;
  color: var(--white);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.dest-card h3 { font-size: 1.2rem; }
.dest-card p {
  font-size: 0.88rem;
  color: var(--navy-soft);
  opacity: 0.75;
  margin: 6px 0 0;
}

/* ==========================================================================
   PACKAGES
   ========================================================================== */
.packages { background: var(--sand); }
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.package-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 12px 30px -18px rgba(11,42,63,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.package-media { position: relative; height: 210px; }
.package-media img { width: 100%; height: 100%; object-fit: cover; }
.package-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: 999px;
}
.package-body { padding: 22px 24px 26px; }
.package-meta {
  display: flex;
  gap: 14px;
  font-size: 0.78rem;
  color: var(--teal-deep);
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.package-body h3 { font-size: 1.25rem; margin-bottom: 8px; }
.package-body p { font-size: 0.88rem; color: var(--navy-soft); opacity: 0.8; margin: 0 0 18px; }
.package-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--sand-deep);
  padding-top: 16px;
}
.package-price { font-family: var(--font-display); font-size: 1.35rem; color: var(--navy); }
.package-price span { font-family: var(--font-body); font-size: 0.72rem; color: var(--navy-soft); font-weight: 600; }
.package-footer a {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--teal-deep);
}

/* ==========================================================================
   WHY BOOK WITH US
   ========================================================================== */
.why {
  background: var(--navy);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.why .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.why-media img { height: 460px; object-fit: cover; }
.why h2 { color: var(--white); margin-bottom: 18px; }
.why-list { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 22px; }
.why-list li { display: flex; gap: 16px; align-items: flex-start; }
.why-icon {
  flex: none;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(44, 185, 196, 0.15);
  border: 1px solid rgba(44, 185, 196, 0.4);
  display: flex; align-items: center; justify-content: center;
  color: var(--turquoise);
  font-size: 1.2rem;
}
.why-list h3 { color: var(--white); font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; }
.why-list p { margin: 4px 0 0; font-size: 0.88rem; color: rgba(255,255,255,0.7); }

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.testimonials { background: var(--sand); }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.testi-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  box-shadow: 0 12px 30px -18px rgba(11,42,63,0.2);
}
.testi-stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 14px; }
.testi-card p { font-size: 0.95rem; color: var(--navy-soft); line-height: 1.6; margin: 0 0 20px; }
.testi-person { display: flex; align-items: center; gap: 12px; }
.testi-person img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testi-person strong { display: block; font-size: 0.88rem; color: var(--navy); }
.testi-person span { font-size: 0.78rem; color: var(--teal-deep); }

/* ==========================================================================
   NEWSLETTER / CTA BANNER
   ========================================================================== */
.cta-banner {
  background: linear-gradient(120deg, var(--gold) 0%, var(--sunset) 100%);
  padding: 64px 0;
}
.cta-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.cta-banner h2 { font-size: 1.8rem; max-width: 22ch; color: var(--navy); }
.cta-banner p { margin: 8px 0 0; color: rgba(11,42,63,0.75); font-size: 0.95rem; }
.cta-form { display: flex; gap: 10px; flex-wrap: wrap; }
.cta-form input {
  border: none;
  border-radius: 999px;
  padding: 15px 22px;
  min-width: 260px;
  font-family: var(--font-body);
  font-size: 0.92rem;
}
.cta-form .btn-primary { background: var(--navy); color: var(--white); }
.cta-form .btn-primary:hover { background: var(--teal-deep); }

/* ==========================================================================
   FOOTER  (maps to footer.php → .site-footer)
   ========================================================================== */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.75);
  padding-top: 0;
}
.footer-top { padding: 70px 0 50px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}
.footer-brand img { height: 80px; margin-bottom: 14px; border-radius: 50px; }
.footer-brand p { font-size: 0.88rem; line-height: 1.7; max-width: 32ch; color: rgba(255,255,255,0.6); }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.footer-social a:hover { background: var(--turquoise); border-color: var(--turquoise); color: var(--navy); }

.footer-col h3 {
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-col a { font-size: 0.9rem; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--turquoise); }
.footer-contact li { display: flex; gap: 10px; font-size: 0.88rem; align-items: flex-start; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 22px 0;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: var(--turquoise); }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 980px) {
  .why .container { grid-template-columns: 1fr; }
  .why-media img { height: 320px; }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .quick-inquiry { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .main-navigation ul, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero { min-height: 100vh; }
  .quick-inquiry { grid-template-columns: 1fr; margin-top: -40px; padding: 20px; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .package-grid { grid-template-columns: 1fr; }
  .trust-bar ul { justify-content: flex-start; }
  .cta-banner .container { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
}


.trip-content-area {
  padding: 60px 0;
}


/* ==========================================================================
   PAGE HERO — shared small hero for interior pages (About, Reviews, etc.)
   ========================================================================== */
.page-hero {
  position: relative;
  padding: 150px 0 90px;
  background:
    linear-gradient(180deg, rgba(11,42,63,0.78) 0%, rgba(11,42,63,0.6) 100%),
    url("https://images.unsplash.com/photo-1544551763-46a013bb70d5?q=80&w=1920&auto=format&fit=crop") center/cover no-repeat;
  text-align: center;
}
.page-hero .eyebrow { color: var(--gold); justify-content: center; display: block; }
.page-hero h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  font-style: italic;
  font-weight: 600;
  margin: 16px 0 14px;
}
.page-hero p {
  color: rgba(255,255,255,0.85);
  max-width: 52ch;
  margin: 0 auto;
  font-size: 1.02rem;
}
.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  margin-top: 18px;
}
.breadcrumb a { color: rgba(255,255,255,0.85); font-weight: 600; }
 
/* ==========================================================================
   ABOUT PAGE
   ========================================================================== */
.story {
  background: var(--white);
}
.story .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.story-media { position: relative; }
.story-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  height: 460px;
  width: 100%;
  object-fit: cover;
}
.story-media .story-badge {
  position: absolute;
  bottom: -24px; left: -24px;
  background: var(--gold);
  color: var(--navy);
  padding: 20px 26px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.story-badge strong { display: block; font-family: var(--font-display); font-size: 1.8rem; }
.story-badge span { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }
.story-copy h2 { font-size: clamp(1.9rem, 3vw, 2.5rem); margin-bottom: 20px; }
.story-copy p { color: var(--navy-soft); opacity: 0.85; line-height: 1.75; font-size: 1rem; margin: 0 0 16px; }
.story-signature {
  margin-top: 24px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--teal-deep);
}
.story-signature span {
  display: block;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.78rem;
  color: var(--navy-soft);
  opacity: 0.7;
  margin-top: 4px;
}
 
/* Values grid */
.values { background: var(--sand); }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 32px 26px;
  text-align: center;
  box-shadow: 0 12px 30px -20px rgba(11,42,63,0.2);
  transition: transform 0.25s ease;
}
.value-card:hover { transform: translateY(-6px); }
.value-icon {
  width: 56px; height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(44, 185, 196, 0.12);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-deep);
  font-size: 1.4rem;
}
.value-card h3 { font-size: 1.05rem; font-family: var(--font-body); font-weight: 800; margin-bottom: 8px; }
.value-card p { font-size: 0.85rem; color: var(--navy-soft); opacity: 0.75; line-height: 1.6; margin: 0; }
 
/* Team */
.team { background: var(--white); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.team-card { text-align: center; }
.team-photo {
  border-radius: 50% 50% 12px 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1.05;
  box-shadow: var(--shadow-soft);
  margin-bottom: 18px;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 1.05rem; margin-bottom: 2px; }
.team-card span { font-size: 0.8rem; color: var(--teal-deep); font-weight: 700; }
 
/* Timeline / milestones */
.milestones { background: var(--navy); color: var(--white); }
.milestones h2 { color: var(--white); }
.milestone-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.milestone {
  border-left: 2px solid var(--turquoise);
  padding-left: 20px;
}
.milestone strong { display: block; font-family: var(--font-display); font-size: 1.6rem; color: var(--turquoise); margin-bottom: 6px; }
.milestone span { font-size: 0.88rem; color: rgba(255,255,255,0.7); }
 
/* ==========================================================================
   REVIEWS PAGE
   ========================================================================== */
.rating-summary { background: var(--white); }
.rating-summary .container {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 60px;
  align-items: center;
  background: var(--sand);
  border-radius: var(--radius-lg);
  padding: 48px;
}
.rating-score { text-align: center; }
.rating-score strong {
  display: block;
  font-family: var(--font-display);
  font-size: 4rem;
  color: var(--navy);
  line-height: 1;
}
.rating-score .testi-stars { justify-content: center; font-size: 1.3rem; margin: 10px 0; }
.rating-score p { font-size: 0.85rem; color: var(--navy-soft); opacity: 0.75; margin: 0; }
.rating-bars { display: grid; gap: 12px; }
.rating-bar-row { display: grid; grid-template-columns: 60px 1fr 40px; align-items: center; gap: 14px; font-size: 0.82rem; color: var(--navy-soft); font-weight: 600; }
.rating-bar-track { background: var(--sand-deep); border-radius: 999px; height: 8px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: var(--gold); border-radius: 999px; }
 
/* Filter chips */
.review-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0 8px;
}
.review-filters button {
  border: 1.5px solid var(--sand-deep);
  background: var(--white);
  color: var(--navy-soft);
  font-size: 0.84rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.review-filters button.active,
.review-filters button:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
 
/* Reviews grid — extends .testi-card from homepage */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 30px;
}
.testi-card .review-trip {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--teal-deep);
  background: rgba(44, 185, 196, 0.1);
  padding: 5px 12px;
  border-radius: 999px;
}
.load-more { text-align: center; margin-top: 46px; }
 
/* Write a review CTA card */
.write-review { background: var(--sand); }
.write-review .container {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.write-review h2 { margin-bottom: 14px; }
.write-review p { color: var(--navy-soft); opacity: 0.8; margin: 0 0 24px; font-size: 0.95rem; }
.review-form { display: grid; gap: 14px; }
.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  border: 1px solid var(--sand-deep);
  background: var(--sand);
  border-radius: 10px;
  padding: 13px 14px;
  font-family: var(--font-body);
  font-size: 0.92rem;
}
.review-form textarea { resize: vertical; min-height: 100px; }
.review-form .star-input { display: flex; gap: 6px; font-size: 1.3rem; color: var(--gold); }
 
@media (max-width: 980px) {
  .story .container { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .milestone-row { grid-template-columns: 1fr 1fr; }
  .rating-summary .container { grid-template-columns: 1fr; padding: 32px; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .write-review .container { grid-template-columns: 1fr; padding: 36px; }
}
@media (max-width: 720px) {
  .values-grid, .team-grid, .milestone-row, .reviews-grid { grid-template-columns: 1fr; }
  .story-media .story-badge { position: static; margin-top: -40px; margin-left: 20px; display: inline-block; }
}


/* ==========================================================================
   DESTINATIONS ARCHIVE PAGE
   ========================================================================== */
.dest-intro { background: var(--white); text-align: center; }
.dest-intro .container { max-width: 760px; }
.dest-intro p { color: var(--navy-soft); opacity: 0.85; font-size: 1.02rem; line-height: 1.7; margin-top: 14px; }
 
.dest-features { background: var(--sand); }
.dest-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid var(--sand-deep);
}
.dest-feature:last-child { border-bottom: none; padding-bottom: 0; }
.dest-feature:first-child { padding-top: 0; }
.dest-feature.reverse .dest-feature-media { order: 2; }
.dest-feature.reverse .dest-feature-copy { order: 1; }
.dest-feature-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.dest-feature-media img { height: 380px; width: 100%; object-fit: cover; }
.dest-feature-count {
  position: absolute;
  top: 18px; left: 18px;
  background: rgba(11,42,63,0.85);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
}
.dest-feature-copy h2 { font-size: clamp(1.7rem, 2.8vw, 2.2rem); margin-bottom: 14px; }
.dest-feature-copy p { color: var(--navy-soft); opacity: 0.85; line-height: 1.7; margin: 0 0 18px; }
.dest-highlights {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.dest-highlights li {
  font-size: 0.9rem;
  color: var(--navy-soft);
  display: flex;
  align-items: center;
  gap: 10px;
}
.dest-highlights li::before {
  content: "✓";
  color: var(--teal-deep);
  font-weight: 800;
}
.dest-feature-meta {
  display: flex;
  gap: 24px;
  margin-bottom: 22px;
}
.dest-feature-meta div strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--navy);
}
.dest-feature-meta div span {
  font-size: 0.74rem;
  color: var(--navy-soft);
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
 
/* Quick facts strip */
.quick-facts { background: var(--navy); color: var(--white); }
.quick-facts .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.quick-fact h3 { color: var(--turquoise); font-family: var(--font-body); font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
.quick-fact p { font-size: 0.88rem; color: rgba(255,255,255,0.75); line-height: 1.6; margin: 0; }
 
/* ==========================================================================
   PACKAGES ARCHIVE PAGE
   ========================================================================== */
.filter-bar {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 30px -20px rgba(11,42,63,0.2);
  padding: 22px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 44px;
}
.filter-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.filter-chips button {
  border: 1.5px solid var(--sand-deep);
  background: var(--sand);
  color: var(--navy-soft);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-chips button.active,
.filter-chips button:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
.filter-sort { display: flex; align-items: center; gap: 10px; }
.filter-sort label { font-size: 0.78rem; font-weight: 700; color: var(--navy-soft); }
.filter-sort select {
  border: 1px solid var(--sand-deep);
  background: var(--sand);
  border-radius: 8px;
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--ink);
}
 
.results-count { font-size: 0.88rem; color: var(--navy-soft); opacity: 0.75; margin-bottom: 24px; }
 
/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a, .pagination span {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy-soft);
  border: 1px solid var(--sand-deep);
  background: var(--white);
  transition: all 0.2s ease;
}
.pagination a:hover, .pagination .current {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
.pagination .pagination-next {
  width: auto;
  padding: 0 18px;
  gap: 6px;
}
 
@media (max-width: 980px) {
  .dest-feature { grid-template-columns: 1fr; gap: 30px; }
  .dest-feature.reverse .dest-feature-media,
  .dest-feature.reverse .dest-feature-copy { order: initial; }
  .quick-facts .container { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .quick-facts .container { grid-template-columns: 1fr; }
  .filter-bar { flex-direction: column; align-items: stretch; }
  .package-grid { grid-template-columns: 1fr; }
}



/* ==========================================================================
   PAGE TITLE BAR — lightweight header for interior pages (no hero image)
   ========================================================================== */
.page-title-bar {
  background: var(--sand);
  border-bottom: 1px solid var(--sand-deep);
  padding: 56px 0 40px;
}
.page-title-bar h1 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-style: italic;
  margin: 10px 0 0;
}
.page-title-bar .breadcrumb {
  justify-content: flex-start;
  color: var(--navy-soft);
  opacity: 0.7;
  margin-top: 0;
}
.page-title-bar .breadcrumb a { color: var(--teal-deep); }
 
/* ==========================================================================
   BLOG PAGE
   ========================================================================== */
.blog-featured {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  margin-bottom: 60px;
}
.blog-featured-media img { height: 100%; width: 100%; object-fit: cover; min-height: 360px; }
.blog-featured-copy { padding: 44px; display: flex; flex-direction: column; justify-content: center; }
.blog-tag {
  display: inline-block;
  align-self: flex-start;
  background: rgba(44,185,196,0.12);
  color: var(--teal-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.blog-featured-copy h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 14px; }
.blog-featured-copy p { color: var(--navy-soft); opacity: 0.85; line-height: 1.7; margin: 0 0 20px; }
.blog-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--navy-soft);
  opacity: 0.75;
}
.blog-meta img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
 
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.blog-filters button {
  border: 1.5px solid var(--sand-deep);
  background: var(--white);
  color: var(--navy-soft);
  font-size: 0.84rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.blog-filters button.active,
.blog-filters button:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
 
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 12px 30px -18px rgba(11,42,63,0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.blog-card-media { height: 200px; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 22px 24px 24px; }
.blog-card h3 { font-size: 1.1rem; margin: 12px 0 10px; line-height: 1.35; }
.blog-card p { font-size: 0.86rem; color: var(--navy-soft); opacity: 0.75; margin: 0 0 16px; line-height: 1.6; }
 
/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.contact-section { background: var(--white); }
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: start;
}
.contact-info {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 34px;
}
.contact-info h2 { color: var(--white); font-size: 1.5rem; margin-bottom: 12px; }
.contact-info > p { color: rgba(255,255,255,0.7); font-size: 0.92rem; line-height: 1.65; margin: 0 0 30px; }
.contact-detail-list { list-style: none; margin: 0 0 34px; padding: 0; display: grid; gap: 20px; }
.contact-detail-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-detail-icon {
  flex: none;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(44,185,196,0.15);
  border: 1px solid rgba(44,185,196,0.4);
  display: flex; align-items: center; justify-content: center;
  color: var(--turquoise);
  font-size: 1rem;
}
.contact-detail-list strong { display: block; font-size: 0.9rem; margin-bottom: 2px; }
.contact-detail-list span { font-size: 0.84rem; color: rgba(255,255,255,0.65); }
.contact-hours {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 24px;
  margin-bottom: 24px;
}
.contact-hours h3 { color: var(--white); font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; margin-bottom: 14px; }
.contact-hours-row { display: flex; justify-content: space-between; font-size: 0.86rem; color: rgba(255,255,255,0.75); padding: 6px 0; }
.contact-social { display: flex; gap: 10px; }
.contact-social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.contact-social a:hover { background: var(--turquoise); border-color: var(--turquoise); color: var(--navy); }
 
.contact-form-card {
  background: var(--sand);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.contact-form-card h2 { margin-bottom: 8px; }
.contact-form-card > p { color: var(--navy-soft); opacity: 0.8; font-size: 0.92rem; margin: 0 0 28px; }
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form .full-width { grid-column: 1 / -1; }
.contact-form label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-deep);
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--sand-deep);
  background: var(--white);
  border-radius: 10px;
  padding: 13px 14px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--ink);
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .btn-primary { justify-self: start; margin-top: 6px; }
 
.map-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  height: 340px;
  margin-top: 60px;
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
 
@media (max-width: 980px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-media img { min-height: 260px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-featured-copy { padding: 30px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form-card, .contact-info { padding: 28px; }
}