:root {
  --navy: #08304a;
  --navy-deep: #031f34;
  --olive: #677914;
  --olive-dark: #46570f;
  --gold: #f8a91e;
  --stone: #eef2f1;
  --mist: #f8faf8;
  --ink: #102433;
  --muted: #64717a;
  --white: #ffffff;
  --line: rgba(8, 48, 74, 0.14);
  --shadow: 0 22px 50px rgba(3, 31, 52, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--mist);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  transform: translateY(-150%);
  background: var(--gold);
  color: var(--navy-deep);
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 72px 0;
}

section[id] {
  scroll-margin-top: 128px;
}

.anchor-target {
  display: block;
  height: 128px;
  margin-top: -128px;
  visibility: hidden;
  pointer-events: none;
}

.section-heading {
  max-width: 690px;
  margin-bottom: 28px;
}

.section-kicker,
.eyebrow {
  margin: 0 0 12px;
  color: var(--olive-dark);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 3.25rem;
  line-height: 0.98;
  font-weight: 900;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.1rem;
  line-height: 1.25;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 82px;
  min-height: 0;
  overflow: visible;
  padding: 8px max(16px, calc((100vw - 1120px) / 2));
  color: var(--white);
  transition: background 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.site-header.is-scrolled {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(3, 31, 52, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  align-self: stretch;
  flex: 0 0 auto;
  width: clamp(220px, 23vw, 282px);
  min-width: clamp(220px, 23vw, 282px);
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.brand-logo-rotator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1195 / 525;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(3, 31, 52, 0.28);
}

.brand-logo-rotator img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: brand-logo-swap 4s steps(1, end) infinite;
}

.brand-logo-rotator .logo-hikes {
  opacity: 1;
}

.brand-logo-rotator .logo-tours {
  animation-delay: 2s;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.site-header.is-scrolled .site-nav {
  border-color: var(--line);
  background: rgba(8, 48, 74, 0.04);
}

.site-nav a {
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.site-header.is-scrolled .site-nav a:hover {
  background: rgba(8, 48, 74, 0.08);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 88svh;
  padding: 136px 0 72px;
  color: var(--white);
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: hero-drift 16s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 31, 52, 0.9) 0%, rgba(3, 31, 52, 0.62) 42%, rgba(3, 31, 52, 0.2) 100%),
    linear-gradient(180deg, rgba(3, 31, 52, 0.28) 0%, rgba(3, 31, 52, 0.52) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero .eyebrow {
  color: var(--gold);
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--navy-deep);
  background: var(--gold);
  box-shadow: 0 14px 30px rgba(248, 169, 30, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 18px 42px rgba(248, 169, 30, 0.38);
}

.btn-ghost,
.btn-map {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-facts span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
  font-weight: 800;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  width: 30px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 20px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 5px;
  height: 9px;
  border-radius: 5px;
  background: var(--gold);
  transform: translateX(-50%);
  animation: scroll-dot 1.7s ease-in-out infinite;
}

.intro-strip {
  color: var(--white);
  background: var(--navy);
}

.intro-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
  padding: 14px 0;
}

.intro-grid p {
  margin: 0;
}

.intro-grid a {
  padding: 10px 14px;
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: var(--gold);
  font-weight: 900;
}

.about-section,
.trust-section {
  background: var(--white);
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.about-copy p:not(.section-kicker),
.contact-copy p,
.section-heading p:not(.section-kicker) {
  color: var(--muted);
}

.about-panel {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(103, 121, 20, 0.08), rgba(248, 169, 30, 0.12)),
    var(--white);
  box-shadow: var(--shadow);
}

.about-panel img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--white);
}

.about-panel strong,
.about-panel span {
  display: block;
}

.about-panel strong {
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 1.2rem;
}

.about-panel span {
  color: var(--muted);
}

.routes-section {
  background:
    linear-gradient(180deg, var(--stone), var(--mist));
}

.route-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.route-card,
.trust-card {
  min-height: 230px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(3, 31, 52, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.route-card:hover,
.trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(248, 169, 30, 0.55);
  box-shadow: 0 22px 45px rgba(3, 31, 52, 0.14);
}

.route-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  border-radius: 50%;
  color: var(--navy-deep);
  background: var(--gold);
  font-weight: 900;
}

.route-card p,
.trust-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.gallery-section {
  background: var(--navy-deep);
}

.gallery-section h2 {
  color: var(--white);
}

.gallery-section .section-kicker {
  color: var(--gold);
}

.gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.gallery-head .section-heading {
  margin-bottom: 0;
}

.gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.gallery-actions a,
.gallery-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 15px;
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: var(--gold);
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(248, 169, 30, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-actions a {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.gallery-actions a:hover,
.gallery-toggle:hover {
  transform: translateY(-2px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 150px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  grid-column: span 3;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
  cursor: pointer;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.gallery-item[hidden] {
  display: none;
}

.gallery-item:first-child {
  grid-column: span 6;
  grid-row: span 2;
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(3),
.gallery-item:nth-child(8),
.gallery-item:nth-child(11),
.gallery-item:nth-child(18),
.gallery-item:nth-child(24),
.gallery-item:nth-child(31) {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-item:nth-child(5),
.gallery-item:nth-child(14),
.gallery-item:nth-child(21),
.gallery-item:nth-child(27) {
  grid-column: span 6;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.12);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(3, 31, 52, 0), rgba(3, 31, 52, 0.8));
  pointer-events: none;
}

.gallery-item span {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--white);
  background: rgba(3, 31, 52, 0.74);
  font-weight: 900;
}

.trust-card {
  min-height: 176px;
}

.reviews-section {
  background:
    linear-gradient(180deg, var(--stone), var(--white));
}

.reviews-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.reviews-head .section-heading {
  margin-bottom: 0;
}

.reviews-link,
.review-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 15px;
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: var(--gold);
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.reviews-link:hover,
.review-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(248, 169, 30, 0.26);
}

.reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 310px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.review-feature {
  color: var(--white);
  border-color: rgba(248, 169, 30, 0.34);
  background:
    linear-gradient(135deg, rgba(3, 31, 52, 0.96), rgba(70, 87, 15, 0.9)),
    var(--navy);
}

.review-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--navy-deep);
  background: var(--white);
  box-shadow: inset 0 0 0 4px var(--gold);
  font-size: 1.4rem;
  font-weight: 900;
}

.review-card h3 {
  margin-bottom: 2px;
}

.review-feature h3 {
  color: var(--white);
}

.review-card-top p,
.review-card > p {
  margin-bottom: 0;
  color: var(--muted);
}

.review-feature .review-card-top p,
.review-feature > p {
  color: rgba(255, 255, 255, 0.72);
}

.review-rating {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.review-rating strong {
  color: var(--navy);
  font-size: 2.4rem;
  line-height: 1;
}

.review-feature .review-rating strong {
  color: var(--white);
}

.review-rating span {
  color: var(--gold);
  font-weight: 900;
}

.review-rating em {
  color: rgba(255, 255, 255, 0.68);
  font-style: normal;
  font-weight: 800;
}

.review-card blockquote {
  margin: 0;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 800;
}

.review-author {
  margin-top: auto;
  font-size: 0.92rem;
}

.review-card a {
  align-self: flex-start;
  margin-top: auto;
}

.safety-section {
  background:
    linear-gradient(180deg, var(--white), var(--stone));
}

.safety-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.25fr);
  gap: 30px;
  align-items: start;
}

.safety-copy {
  position: sticky;
  top: 132px;
  padding: 28px;
  border: 1px solid rgba(248, 169, 30, 0.4);
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 31, 52, 0.96), rgba(8, 48, 74, 0.88)),
    var(--navy);
  box-shadow: var(--shadow);
}

.safety-copy .section-kicker {
  color: var(--gold);
}

.safety-copy h2 {
  color: var(--white);
}

.safety-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.safety-copy .btn {
  margin-top: 8px;
}

.safety-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.safety-list article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(3, 31, 52, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.safety-list article:hover {
  transform: translateY(-5px);
  border-color: rgba(248, 169, 30, 0.55);
  box-shadow: 0 22px 45px rgba(3, 31, 52, 0.14);
}

.safety-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: var(--navy-deep);
  background: var(--gold);
  font-weight: 900;
}

.safety-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.faq-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 31, 52, 0.98), rgba(8, 48, 74, 0.92) 48%, rgba(70, 87, 15, 0.95)),
    var(--navy-deep);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.3fr);
  gap: 34px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 132px;
}

.faq-intro .section-kicker {
  color: var(--gold);
}

.faq-intro h2 {
  color: var(--white);
}

.faq-intro p {
  color: rgba(255, 255, 255, 0.78);
}

.faq-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 12px;
  padding: 13px 16px;
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: var(--gold);
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(248, 169, 30, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.faq-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(248, 169, 30, 0.34);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.faq-list details:hover,
.faq-list details[open] {
  border-color: rgba(248, 169, 30, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.faq-list details:hover {
  transform: translateY(-2px);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
  padding: 18px 20px;
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--navy-deep);
  background: var(--gold);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-section {
  background: linear-gradient(180deg, var(--mist), var(--stone));
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.contact-list a,
.contact-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.contact-list strong,
.contact-list span {
  display: block;
}

.contact-list span {
  color: var(--muted);
  text-align: right;
}

.booking-form {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.booking-form label {
  color: var(--navy);
  font-weight: 900;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(8, 48, 74, 0.2);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfdfc;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: var(--gold);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(248, 169, 30, 0.18);
}

.booking-form .btn {
  width: 100%;
  margin-top: 6px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.map-wrap {
  margin-top: 24px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
}

.site-footer {
  padding: 32px 0 92px;
  color: var(--white);
  background: var(--navy-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(160px, auto) minmax(180px, auto);
  gap: 22px;
  align-items: start;
}

.footer-grid img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--white);
}

.footer-grid p {
  margin: 12px 0 0;
  font-weight: 900;
}

.footer-brand {
  display: grid;
  justify-items: start;
}

.footer-logo-rotator {
  position: relative;
  display: block;
  width: min(270px, 100%);
  aspect-ratio: 1195 / 525;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.footer-logo-rotator img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius);
  background: var(--white);
  opacity: 0;
  animation: brand-logo-swap 4s steps(1, end) infinite;
}

.footer-logo-rotator .logo-hikes {
  opacity: 1;
}

.footer-logo-rotator .logo-tours {
  animation-delay: 2s;
}

.footer-grid > div:nth-child(2) {
  display: grid;
  gap: 8px;
  justify-items: end;
  color: rgba(255, 255, 255, 0.78);
}

.footer-links {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.footer-links h2 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 1rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid a:hover,
.footer-links a:hover {
  color: var(--gold);
}

.footer-credit {
  width: min(1120px, calc(100% - 32px));
  margin: 24px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  text-align: center;
}

.footer-credit a {
  color: var(--gold);
  font-weight: 900;
}

.footer-credit a:hover {
  color: var(--white);
}

.mobile-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 60;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(3, 31, 52, 0.92);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.policy-page {
  background: var(--stone);
}

.policy-main {
  padding: 150px 0 70px;
}

.policy-hero {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto 22px;
  padding: 34px;
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 31, 52, 0.96), rgba(70, 87, 15, 0.9)),
    var(--navy);
  box-shadow: var(--shadow);
}

.policy-hero .section-kicker {
  color: var(--gold);
}

.policy-hero h1 {
  margin-bottom: 12px;
  font-size: 2.45rem;
}

.policy-hero p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.policy-card {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.policy-card h2 {
  margin-top: 28px;
  font-size: 1.35rem;
}

.policy-card h2:first-child {
  margin-top: 0;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
}

.policy-card ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.policy-card a {
  color: var(--olive-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-note {
  padding: 16px;
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(248, 169, 30, 0.16);
  font-weight: 800;
}

.mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  color: var(--navy-deep);
  background: var(--gold);
  font-weight: 900;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(3, 31, 52, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  max-height: 82vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}

.lightbox-close,
.lightbox-nav {
  position: fixed;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: var(--gold);
  cursor: pointer;
  font-weight: 900;
  z-index: 3;
}

.lightbox-close {
  top: 18px;
  right: 18px;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.lightbox-caption {
  position: fixed;
  right: 22px;
  bottom: 18px;
  left: 22px;
  margin: 0 auto;
  width: min(720px, calc(100% - 44px));
  padding: 12px 16px;
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(3, 31, 52, 0.76);
  text-align: center;
  font-weight: 900;
  backdrop-filter: blur(12px);
  z-index: 3;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-drift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.09) translate3d(-18px, -12px, 0);
  }
}

@keyframes scroll-dot {
  0%,
  100% {
    opacity: 0.25;
    transform: translate(-50%, 0);
  }

  45% {
    opacity: 1;
    transform: translate(-50%, 14px);
  }
}

@keyframes brand-logo-swap {
  0%,
  49.99% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  .route-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .gallery-item,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(8),
  .gallery-item:nth-child(11),
  .gallery-item:nth-child(18),
  .gallery-item:nth-child(24),
  .gallery-item:nth-child(31) {
    grid-column: span 3;
  }

  .about-grid,
  .contact-grid,
  .reviews-grid,
  .safety-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .safety-copy {
    position: static;
  }

  .faq-intro {
    position: static;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 166px;
  }

  body {
    padding-bottom: 74px;
  }

  .site-header {
    height: 112px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    min-height: 0;
  }

  .brand {
    position: absolute;
    top: 8px;
    left: 50%;
    width: min(210px, calc(100vw - 32px));
    min-width: min(210px, calc(100vw - 32px));
    height: 92px;
    transform: translateX(-50%);
  }

  .site-nav {
    position: absolute;
    top: 104px;
    left: 50%;
    transform: translateX(-50%);
    gap: 2px;
  }

  .brand-logo-rotator {
    width: 100%;
  }

  .site-nav a {
    min-height: 38px;
    padding: 8px 8px;
    font-size: 0.8rem;
  }

  .hero {
    min-height: 86svh;
    padding-top: 188px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 31, 52, 0.6) 0%, rgba(3, 31, 52, 0.78) 45%, rgba(3, 31, 52, 0.94) 100%),
      linear-gradient(90deg, rgba(3, 31, 52, 0.52), rgba(3, 31, 52, 0.18));
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  .hero-lede {
    font-size: 1.02rem;
  }

  .hero-actions,
  .intro-grid {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .gallery-head {
    align-items: stretch;
    flex-direction: column;
  }

  .reviews-head {
    align-items: stretch;
    flex-direction: column;
  }

  .gallery-actions {
    justify-content: stretch;
  }

  .gallery-actions a,
  .gallery-toggle,
  .reviews-link {
    flex: 1 1 150px;
  }

  .reviews-link,
  .review-card a {
    width: 100%;
  }

  .faq-list summary {
    min-height: 60px;
    padding: 16px;
  }

  .faq-list details p {
    padding: 0 16px 16px;
  }

  .faq-whatsapp {
    width: 100%;
  }

  .safety-copy .btn {
    width: 100%;
  }

  .intro-grid {
    text-align: center;
  }

  .section {
    padding: 56px 0;
  }

  section[id] {
    scroll-margin-top: 166px;
  }

  .anchor-target {
    height: 166px;
    margin-top: -166px;
  }

  .about-panel {
    grid-template-columns: 82px 1fr;
    padding: 16px;
  }

  .about-panel img {
    width: 82px;
    height: 82px;
  }

  .route-grid,
  .trust-grid,
  .safety-list,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .route-card,
  .trust-card {
    min-height: auto;
  }

  .route-number {
    margin-bottom: 18px;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
  }

  .gallery-item,
  .gallery-item:first-child,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(8),
  .gallery-item:nth-child(11),
  .gallery-item:nth-child(14),
  .gallery-item:nth-child(18),
  .gallery-item:nth-child(21),
  .gallery-item:nth-child(24),
  .gallery-item:nth-child(27),
  .gallery-item:nth-child(31) {
    grid-column: 1 / -1;
    grid-row: span 1;
  }

  .contact-list a,
  .contact-list div {
    display: grid;
    gap: 2px;
  }

  .contact-list span {
    text-align: left;
  }

  .footer-grid > div:nth-child(2) {
    justify-items: start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-logo-rotator {
    width: min(260px, 100%);
  }

  .footer-links {
    justify-items: start;
  }

  .policy-main {
    padding-top: 132px;
  }

  .policy-hero,
  .policy-card {
    padding: 24px;
  }

  .policy-hero h1 {
    font-size: 2rem;
  }

  .mobile-cta {
    display: grid;
  }

  .lightbox {
    padding: 14px;
  }

  .lightbox img {
    max-height: 76vh;
  }

  .lightbox-nav {
    top: auto;
    bottom: 70px;
    transform: none;
  }

  .lightbox-prev {
    left: 14px;
  }

  .lightbox-next {
    right: 14px;
  }

  .lightbox-caption {
    bottom: 14px;
    width: calc(100% - 28px);
  }
}

@media (max-width: 390px) {
  .section-inner,
  .hero-content {
    width: min(100% - 24px, 1120px);
  }

  .site-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .site-nav a {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 0.76rem;
  }

  h1 {
    font-size: 2.05rem;
  }

  .gallery-grid {
    grid-auto-rows: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .brand-logo-rotator .logo-hikes {
    opacity: 1 !important;
  }

  .brand-logo-rotator .logo-tours {
    opacity: 0 !important;
  }

  .footer-logo-rotator .logo-hikes {
    opacity: 1 !important;
  }

  .footer-logo-rotator .logo-tours {
    opacity: 0 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
