:root {
  --forest: #1B3F22;
  --moss: #878A3A;
  --leaf: #1B3F22;
  --cream: #FFE4B9;
  --paper: #FFF3DD;
  --sun: #DD9003;
  --clay: #9a6622;
  --ink: #153522;
  --muted: #647062;
  --line: rgba(27, 63, 34, 0.14);
  --shadow: 0 22px 60px rgba(18, 40, 25, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id],
main[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Weast Hood", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.45;
  background:
    linear-gradient(rgba(255, 228, 185, 0.72), rgba(255, 228, 185, 0.72)),
    radial-gradient(circle at 20% 10%, rgba(221, 144, 3, 0.12), transparent 26rem),
    radial-gradient(circle at 80% 35%, rgba(135, 138, 58, 0.10), transparent 30rem);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
  padding: 0.75rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255, 228, 185, 0.14);
  background: var(--forest);
  color: var(--paper);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 850;
  letter-spacing: 0;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.6rem);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav a {
  opacity: 0.88;
}

.nav a:hover {
  opacity: 1;
}

.nav a[aria-current="page"] {
  color: var(--sun);
  opacity: 1;
}

.nav-cta {
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  background: var(--sun);
  color: var(--forest);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.28rem;
  border: 1px solid rgba(255, 228, 185, 0.22);
  border-radius: 16px;
  background: rgba(255, 228, 185, 0.1);
}

.language-option {
  display: inline-flex;
  min-width: 2.55rem;
  min-height: 2.65rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 228, 185, 0.8);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  cursor: pointer;
}

.language-option.active {
  background: var(--paper);
  color: var(--forest);
}

.flag-icon {
  display: block;
  width: 1.55rem;
  height: 1rem;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(27, 63, 34, 0.12), 0 1px 4px rgba(0, 0, 0, 0.16);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 228, 185, 0.32);
  border-radius: 999px;
  background: transparent;
  color: inherit;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(78vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 24rem);
  align-items: end;
  gap: 2rem;
  padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 4vw, 4rem) clamp(2rem, 6vw, 4rem);
  overflow: hidden;
  background: var(--forest);
  color: var(--paper);
}

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

.hero-media {
  display: block;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  opacity: 0.82;
  filter: saturate(1.04) contrast(1.04);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 47, 18, 0.88) 0%, rgba(5, 47, 18, 0.72) 38%, rgba(5, 47, 18, 0.24) 74%),
    linear-gradient(0deg, rgba(5, 47, 18, 0.42) 0%, rgba(5, 47, 18, 0.08) 44%, rgba(5, 47, 18, 0.18) 100%);
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 52rem;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(3.6rem, 10vw, 8.2rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 43rem;
  color: rgba(255, 228, 185, 0.88);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  line-height: 1.5;
}

.hero-actions,
.contact-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: var(--sun);
  color: var(--forest);
  box-shadow: 0 14px 34px rgba(221, 144, 3, 0.25);
}

.button-secondary {
  border: 1px solid rgba(255, 228, 185, 0.44);
  color: var(--paper);
}

.button-secondary.dark {
  border-color: var(--line);
  color: var(--forest);
}

.hero-panel {
  display: grid;
  gap: 0.75rem;
  align-self: end;
}

.hero-panel div {
  padding: 1rem;
  border: 1px solid rgba(255, 228, 185, 0.16);
  border-radius: 8px;
  background: rgba(255, 228, 185, 0.1);
  backdrop-filter: blur(12px);
}

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

.hero-panel strong {
  margin-bottom: 0.22rem;
  color: #fff8df;
}

.hero-panel span {
  color: rgba(255, 228, 185, 0.76);
  font-size: 0.92rem;
  line-height: 1.4;
}

.section-pad {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem);
}

.page-hero {
  padding-top: clamp(6.5rem, 12vw, 9rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
  background:
    linear-gradient(135deg, rgba(27, 63, 34, 0.96), rgba(27, 63, 34, 0.88)),
    radial-gradient(circle at 84% 18%, rgba(221, 144, 3, 0.24), transparent 24rem);
  color: var(--paper);
}

.page-hero h1 {
  max-width: 58rem;
  margin: 0.7rem 0 1rem;
  color: var(--paper);
  font-size: clamp(3.1rem, 8vw, 6.4rem);
  line-height: 0.95;
}

.page-hero p:last-child {
  max-width: 44rem;
  margin: 0;
  color: rgba(255, 243, 221, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.62;
}

.section-heading {
  max-width: 56rem;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.tag {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: #ffe2a5;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog {
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--cream);
}

.catalog-groups {
  display: grid;
  gap: clamp(2.2rem, 5vw, 4rem);
}

.catalog-group {
  display: grid;
  gap: 1rem;
  padding-top: clamp(1.2rem, 3vw, 1.8rem);
  border-top: 1px solid rgba(27, 63, 34, 0.18);
}

.catalog-group:first-child {
  padding-top: 0;
  border-top: 0;
}

.catalog-group-heading {
  display: grid;
  grid-template-columns: minmax(12rem, 0.28fr) minmax(12rem, 0.34fr) minmax(16rem, 0.72fr);
  gap: 1rem;
  align-items: start;
}

.catalog-group-heading span {
  width: fit-content;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: var(--forest);
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.catalog-group-heading h3 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(1.8rem, 4vw, 3.3rem);
}

.catalog-group-heading p {
  max-width: 48rem;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.private-group {
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border: 1px solid rgba(27, 63, 34, 0.14);
  border-radius: 8px;
  background: rgba(221, 144, 3, 0.12);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tour-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 228, 185, 0.86);
  box-shadow: 0 12px 34px rgba(18, 40, 25, 0.08);
}

.tour-card[hidden] {
  display: none;
}

.tour-card img,
.image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.tour-card img {
  object-fit: cover;
  object-position: top;
}

.image-placeholder {
  display: grid;
  place-items: end start;
  padding: 1rem;
  background: linear-gradient(135deg, #0a4b2a, #8da83f);
  color: var(--paper);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
}

.image-placeholder.coast {
  background: linear-gradient(135deg, #0b5c50, #4b94a1);
}

.image-placeholder.waterfall,
.image-placeholder.laurel {
  background: linear-gradient(135deg, #052e1c, #618b45);
}

.image-placeholder.ridge {
  background: linear-gradient(135deg, #1d4326, #b26c26);
}

.image-placeholder.beach {
  background: linear-gradient(135deg, #263b36, #92856e);
}

.tour-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4.45;
  overflow: hidden;
  background: #102d19;
}

.tour-gallery::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(5, 47, 18, 0.46), rgba(5, 47, 18, 0));
}

.gallery-track {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-track.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.gallery-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  scroll-snap-align: center;
  user-select: none;
}

.gallery-track img.gallery-focus-top {
  object-position: center 26%;
}

.gallery-track img.gallery-focus-center {
  object-position: center;
}

.gallery-track img.gallery-photo-wide {
  object-position: center;
}

.gallery-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 243, 221, 0.34);
  border-radius: 999px;
  background: rgba(27, 63, 34, 0.56);
  color: var(--paper);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}

.gallery-button:hover {
  background: rgba(27, 63, 34, 0.88);
  transform: translateY(-50%) scale(1.04);
}

.gallery-button::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.gallery-button-prev {
  left: 0.65rem;
}

.gallery-button-prev::before {
  transform: rotate(-135deg);
}

.gallery-button-next {
  right: 0.65rem;
}

.gallery-button-next::before {
  transform: rotate(45deg);
}

.gallery-dots {
  position: absolute;
  right: 0.85rem;
  bottom: 0.72rem;
  left: 0.85rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0.32rem;
}

.gallery-dots span {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: rgba(255, 243, 221, 0.62);
  transition: width 180ms ease, background 180ms ease;
}

.gallery-dots span.active {
  width: 0.95rem;
  background: var(--sun);
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.1rem;
}

.card-topline {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.card-body h3 {
  margin-bottom: 0.55rem;
}

.card-body p {
  color: var(--muted);
  line-height: 1.5;
}

dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: auto 0 0;
}

dl div {
  padding-top: 0.7rem;
  border-top: 1px solid var(--line);
}

dt,
dd {
  margin: 0;
}

dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

dd {
  margin-top: 0.2rem;
  color: var(--forest);
  font-weight: 850;
}

.price-note {
  margin-top: 0.75rem;
  padding: 0.72rem 0.82rem;
  border: 1px solid rgba(9, 63, 34, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 243, 221, 0.68);
  color: var(--forest);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.4;
}

.card-book {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: var(--forest);
  color: var(--paper);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(27, 63, 34, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.card-book::after {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-top: 2px solid var(--sun);
  border-right: 2px solid var(--sun);
  transform: rotate(45deg);
}

.card-book:hover {
  background: #123118;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(27, 63, 34, 0.24);
}

.story {
  display: grid;
  grid-template-columns: minmax(14rem, 0.42fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  background: var(--forest);
  color: var(--paper);
}

.story-image {
  max-width: 24rem;
  justify-self: center;
}

.story-image img {
  border-radius: 50%;
}

.story-copy p:not(.eyebrow) {
  max-width: 52rem;
  color: rgba(255, 228, 185, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}

.practical {
  background: var(--paper);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.info-grid div {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.info-grid h3 {
  margin-bottom: 0.5rem;
  color: var(--forest);
  font-size: 1.15rem;
}

.info-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.partners {
  background: var(--paper);
}

.partners.section-pad {
  padding-top: clamp(3rem, 5vw, 4.25rem);
}

.partners .section-heading {
  margin-bottom: clamp(1.4rem, 3vw, 2.1rem);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1rem;
}

.partner-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 12px 34px rgba(18, 40, 25, 0.08);
}

.partner-card-primary {
  grid-column: span 1;
}

.partner-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.partner-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.1rem, 2.4vw, 1.45rem);
}

.partner-mark {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.75rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: var(--forest);
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.partner-card h3 {
  margin-bottom: 0.65rem;
  color: var(--forest);
}

.partner-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.partner-points {
  display: grid;
  gap: 0.48rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.partner-points li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--forest);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
}

.partner-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--sun);
}

.partners-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 4vw, 2.6rem);
}

.reviews {
  background: var(--forest);
  color: var(--paper);
}

.reviews .section-heading {
  margin-bottom: clamp(1.5rem, 4vw, 2.4rem);
}

.reviews h2 {
  max-width: 58rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.review-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: clamp(1.1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(255, 228, 185, 0.2);
  border-radius: 8px;
  background: var(--paper);
  color: var(--forest);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.review-card-large {
  grid-row: auto;
}

.stars {
  margin-bottom: 0.85rem;
  color: #f5b12b;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.review-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.08rem;
}

.review-card p {
  margin: 0;
  color: var(--ink);
  line-height: 1.5;
}

.review-card p + p {
  margin-top: 0.9rem;
}

.review-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.review-photos img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.review-photos-portrait img {
  aspect-ratio: 3 / 4;
}

.review-photo-jose-family {
  object-position: center 62%;
}

.review-photo-jose-coast {
  object-position: center 58%;
}

.review-photo-jarimba-waterfall {
  object-position: center 50%;
}

.review-photo-jarimba-coast {
  object-position: center 48%;
}

.review-photo-rita-jeep {
  object-position: center 66%;
}

.review-photo-rita-coast {
  object-position: center 52%;
}

.review-photos-single {
  grid-template-columns: 1fr;
}

.review-photos-single img {
  aspect-ratio: 4 / 5;
}

.review-photo-jamie {
  object-position: center 58%;
}

.reviews-more {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 4vw, 2.4rem);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.6fr);
  gap: 2rem;
  align-items: center;
  background: var(--sun);
  color: var(--forest);
}

.contact .eyebrow {
  color: rgba(27, 63, 34, 0.78);
}

.contact h2 {
  margin: 0;
  max-width: 12ch;
}

.contact-box {
  justify-content: flex-start;
}

.contact-box .button-primary {
  background: var(--forest);
  color: var(--paper);
  box-shadow: none;
}

.contact-action {
  gap: 0.5rem;
}

.contact-action svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
  flex: 0 0 auto;
}

.social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.85rem 1.05rem;
  border: 1px solid rgba(27, 63, 34, 0.24);
  border-radius: 999px;
  background: rgba(255, 228, 185, 0.24);
  color: var(--forest);
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease;
}

.social-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 228, 185, 0.42);
}

.social-button svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.contact-box p {
  flex-basis: 100%;
  margin: 0.45rem 0 0;
  color: rgba(27, 63, 34, 0.74);
  line-height: 1.5;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem clamp(1rem, 4vw, 4rem);
  background: #052f12;
  color: rgba(255, 228, 185, 0.82);
  font-weight: 750;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(1rem, 3vw, 1.5rem);
  bottom: clamp(1rem, 3vw, 1.5rem);
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #25d366;
  color: #052f12;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(27, 63, 34, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(27, 63, 34, 0.32);
}

.floating-whatsapp svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
  flex: 0 0 auto;
}

@media (min-width: 1041px) {
  .hero {
    min-height: 68vh;
    padding-top: clamp(4rem, 6vw, 5.5rem);
    padding-bottom: clamp(2rem, 4vw, 3rem);
  }

  .hero h1 {
    font-size: clamp(4.4rem, 7vw, 7rem);
  }

  .page-hero {
    padding-top: clamp(4.5rem, 7vw, 6rem);
    padding-bottom: clamp(3rem, 5vw, 4rem);
  }

  .page-hero h1 {
    max-width: 48rem;
    font-size: clamp(3rem, 5.4vw, 5rem);
  }

  .catalog {
    padding-top: clamp(2.25rem, 3.6vw, 3.4rem);
  }

  .catalog .section-heading {
    max-width: 58rem;
    margin-bottom: clamp(1.5rem, 2.6vw, 2.4rem);
  }

  .catalog .section-heading h2 {
    max-width: 16ch;
    font-size: clamp(2.9rem, 4vw, 4.6rem);
    line-height: 1;
  }

  .catalog-group-heading {
    grid-template-columns: minmax(11rem, 0.24fr) minmax(14rem, 0.28fr) minmax(26rem, 0.72fr);
    align-items: center;
    gap: clamp(1rem, 2.2vw, 2.4rem);
  }

  .catalog-group-heading h3 {
    font-size: clamp(2rem, 2.8vw, 3rem);
  }

  .catalog-group-heading p {
    font-size: clamp(0.96rem, 1vw, 1.08rem);
  }
}

@media (max-width: 1040px) {
  .cards,
  .info-grid,
  .partners-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-group-heading {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

}

@media (min-width: 761px) and (max-width: 860px) {
  .site-header {
    min-height: 70px;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .language-switcher {
    order: 2;
    margin-left: auto;
  }

  .language-option {
    min-width: 2.25rem;
    min-height: 2.4rem;
    font-size: 0.64rem;
  }

  .flag-icon {
    width: 1.35rem;
    height: 0.86rem;
  }

  .nav {
    position: fixed;
    order: 4;
    inset: 70px 0 auto;
    display: grid;
    gap: 0;
    padding: 0.75rem 1rem 1rem;
    border-bottom: 1px solid rgba(255, 228, 185, 0.16);
    background: rgba(27, 63, 34, 0.98);
    transform: translateY(-120%);
    transition: transform 220ms ease;
  }

  .nav.open {
    transform: translateY(0);
  }

  .nav a {
    padding: 0.95rem 0;
  }

  .nav-cta {
    margin-top: 0.4rem;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 70px;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .language-switcher {
    order: 2;
    margin-left: auto;
  }

  .language-option {
    min-width: 2.25rem;
    min-height: 2.4rem;
    font-size: 0.64rem;
  }

  .flag-icon {
    width: 1.35rem;
    height: 0.86rem;
  }

  .nav {
    position: fixed;
    order: 4;
    inset: 70px 0 auto;
    display: grid;
    gap: 0;
    padding: 0.75rem 1rem 1rem;
    border-bottom: 1px solid rgba(255, 228, 185, 0.16);
    background: rgba(27, 63, 34, 0.98);
    transform: translateY(-120%);
    transition: transform 220ms ease;
  }

  .nav.open {
    transform: translateY(0);
  }

  .nav a {
    padding: 0.95rem 0;
  }

  .nav-cta {
    margin-top: 0.4rem;
    text-align: center;
  }

  .hero {
    min-height: calc(100svh - 70px);
    grid-template-columns: 1fr;
    align-content: end;
    gap: 1.5rem;
    padding-top: 4.5rem;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(5, 47, 18, 0.96) 0%, rgba(5, 47, 18, 0.72) 52%, rgba(5, 47, 18, 0.28) 100%),
      linear-gradient(90deg, rgba(5, 47, 18, 0.52) 0%, rgba(5, 47, 18, 0.1) 100%);
  }

  .hero-media img {
    object-position: 44% center;
    opacity: 0.74;
    filter: saturate(1.02) contrast(1.06);
  }

  h1 {
    font-size: clamp(3.3rem, 16vw, 5.2rem);
  }

  .hero-copy {
    font-size: 1.08rem;
  }

  .story,
  .contact {
    grid-template-columns: 1fr;
  }

  .catalog {
    padding-top: 2.25rem;
  }

  .catalog .section-heading {
    margin-bottom: 1.35rem;
  }

  .catalog .section-heading h2 {
    font-size: clamp(2.15rem, 10.5vw, 3.25rem);
    line-height: 1.02;
  }

  .cards,
  .info-grid,
  .partners-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .catalog-groups {
    gap: 3rem;
  }

  .private-group {
    margin-inline: -0.25rem;
    padding: 1rem;
  }

  .tour-card img,
  .image-placeholder {
    aspect-ratio: 4 / 3.5;
  }

  .tour-gallery {
    aspect-ratio: 4 / 4.25;
  }

  .card-book {
    width: 100%;
  }

  footer {
    flex-direction: column;
    padding-bottom: 5.8rem;
  }

  .floating-whatsapp {
    width: 48px;
    height: 48px;
  }

  .review-card-large {
    grid-row: auto;
  }
}

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

}
