:root {
  --primary: #186900;
  --primary-dark: #0f3d09;
  --primary-soft: #eef7eb;
  --accent: #fbbf24;
  --accent-dark: #b77905;
  --ink: #172214;
  --muted: #6b7568;
  --line: #e5ece2;
  --paper: #ffffff;
  --soft: #f7faf5;
  --footer: #242a22;
  --shadow: 0 18px 45px rgba(23, 34, 20, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--primary);
  border-radius: 4px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.top-strip {
  color: rgba(255, 255, 255, 0.9);
  background: var(--primary-dark);
  font-size: 12px;
}

.top-strip__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-strip p {
  margin: 0;
}

.top-strip a {
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(229, 236, 226, 0.92);
  box-shadow: 0 8px 22px rgba(23, 34, 20, 0.06);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 28px;
  min-width: 0;
  white-space: nowrap;
}

.primary-nav a {
  position: relative;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta,
.btn,
.footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 3px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.header-cta {
  flex: 0 0 auto;
  color: var(--paper);
  background: var(--primary);
}

.header-cta:hover,
.header-cta:focus-visible,
.btn:hover,
.btn:focus-visible,
.footer-button:hover,
.footer-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(24, 105, 0, 0.22);
}

.btn--primary {
  color: var(--paper);
  background: var(--primary);
}

.btn--accent {
  color: var(--primary-dark);
  background: var(--accent);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.nav-toggle svg,
.hero-arrow svg,
.play-button svg,
.feature-list svg,
.activity-row svg,
.service-strip svg,
.why-grid svg,
.contact-line svg,
.contact-card svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.hero {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--paper);
  text-align: center;
  background-image:
    linear-gradient(rgba(10, 28, 8, 0.56), rgba(10, 28, 8, 0.64)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1900&q=82");
  background-size: cover;
  background-position: center;
  transition: background-image 0.35s ease;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 78px;
  background: var(--paper);
  clip-path: polygon(0 70%, 9% 58%, 18% 72%, 28% 52%, 37% 68%, 50% 46%, 62% 64%, 73% 50%, 86% 68%, 100% 56%, 100% 100%, 0 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 88px 0 142px;
}

.hero h1,
.page-hero h1 {
  margin: 8px auto 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 58px;
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.hero p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.eyebrow {
  margin: 0;
  color: var(--primary);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow--light {
  color: var(--accent);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  background: var(--accent);
  color: var(--primary-dark);
  transform: translateY(-50%) scale(1.05);
}

.hero-arrow--left {
  left: 28px;
}

.hero-arrow--right {
  right: 28px;
}

.booking-slot {
  position: relative;
  z-index: 7;
  max-width: 1040px;
  margin-top: -74px;
  padding: 0 18px;
}

.side-tab {
  position: fixed;
  right: -42px;
  top: 235px;
  z-index: 95;
  min-width: 116px;
  padding: 10px 16px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 3px 3px 0 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-90deg);
  box-shadow: 0 12px 28px rgba(23, 34, 20, 0.16);
}

.section {
  padding: 92px 0;
}

.section-title {
  width: min(720px, calc(100% - 48px));
  margin: 0 auto 44px;
  text-align: center;
}

.rule {
  display: inline-block;
  width: 38px;
  height: 3px;
  margin-bottom: 12px;
  background: var(--accent);
}

.section-title h2,
.feature-copy h2,
.promo-band h2,
.contact-card h2,
.cta-panel h2,
.contact-info-panel h2 {
  margin: 4px 0 12px;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title p:last-child,
.gallery-intro p,
.contact-info-panel p {
  margin: 0;
  color: var(--muted);
}

.destination-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 214px;
  gap: 20px;
}

.destination-card {
  position: relative;
  min-height: 214px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: var(--shadow);
}

.destination-card--tall {
  grid-row: span 2;
}

.destination-card img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 61, 9, 0.08), rgba(15, 61, 9, 0.8));
}

.destination-card span,
.destination-card h3 {
  position: absolute;
  left: 22px;
  z-index: 2;
  color: var(--paper);
}

.destination-card span {
  bottom: 58px;
  padding: 6px 10px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.destination-card h3 {
  bottom: 18px;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 23px;
  font-weight: 900;
}

.destination-card:hover img,
.destination-card:focus-visible img,
.package-card:hover img,
.offer-card:hover img,
.post-card:hover img,
.destination-detail:hover img {
  transform: scale(1.06);
}

.section-action {
  margin-top: 38px;
  text-align: center;
}

.card-grid {
  display: grid;
  gap: 28px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-card,
.offer-card,
.post-card,
.destination-detail,
.why-grid article {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 14px 32px rgba(23, 34, 20, 0.08);
}

.package-card .media {
  position: relative;
  overflow: hidden;
}

.package-card img,
.offer-card img,
.post-card img,
.destination-detail img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 7px 10px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 3px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card__body,
.offer-card div,
.post-card div,
.destination-detail div {
  padding: 24px;
}

.package-card__body p:first-child,
.offer-card p,
.destination-detail p {
  margin: 0 0 8px;
  color: var(--primary);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card h3,
.offer-card h3,
.post-card h3,
.destination-detail h3,
.why-grid h3,
.process-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.package-card__body p:last-of-type,
.post-card p,
.destination-detail span,
.why-grid p,
.process-grid p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.package-card a,
.offer-card a {
  color: var(--primary);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-band {
  margin: 42px 0 0;
  padding: 92px 0;
  color: var(--paper);
  background: var(--primary);
}

.feature-band__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 62px;
}

.feature-media {
  position: relative;
  margin-left: 28px;
}

.feature-media img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 28px 28px 0 rgba(251, 191, 36, 0.9);
}

.play-button {
  position: absolute;
  left: -24px;
  top: 50%;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: var(--primary-dark);
  background: var(--accent);
  border: 6px solid var(--paper);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 16px 36px rgba(23, 34, 20, 0.2);
}

.feature-copy h2,
.promo-band h2,
.contact-card h2,
.cta-panel h2 {
  color: var(--paper);
}

.feature-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.84);
}

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

.feature-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-weight: 800;
}

.feature-list svg {
  flex: 0 0 auto;
  color: var(--accent);
}

.activity-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--paper);
}

.activity-row a {
  min-height: 122px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: var(--primary);
  border-right: 1px solid var(--line);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.activity-row a:last-child {
  border-right: 0;
}

.activity-row svg {
  width: 34px;
  height: 34px;
}

.activity-row a:hover,
.activity-row a:focus-visible {
  color: var(--primary-dark);
  background: var(--accent);
}

.offers {
  background: var(--soft);
}

.offer-card {
  position: relative;
}

.offer-card img {
  aspect-ratio: 5 / 4;
}

.gallery-section {
  padding-bottom: 54px;
}

.gallery-intro {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 36px;
  align-items: start;
}

.gallery-intro h2 {
  margin: 4px 0 12px;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 190px;
  gap: 16px;
}

.gallery-grid img {
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.gallery-grid img:nth-child(3) {
  grid-column: span 2;
}

.service-strip {
  position: relative;
  z-index: 4;
  margin-bottom: -54px;
}

.service-strip__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  color: var(--paper);
  background: var(--primary);
  box-shadow: var(--shadow);
}

.service-strip span {
  min-height: 108px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.service-strip svg {
  color: var(--accent);
}

.promo-band {
  min-height: 420px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background-image:
    linear-gradient(rgba(15, 61, 9, 0.78), rgba(15, 61, 9, 0.78)),
    url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1900&q=82");
  background-size: cover;
  background-position: center;
}

.promo-band__inner {
  max-width: 840px;
  padding: 100px 0 78px;
}

.promo-band p:not(.eyebrow) {
  max-width: 640px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.86);
}

.post-card img {
  aspect-ratio: 16 / 11;
}

.testimonial {
  padding: 28px 0 92px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.94)),
    url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1900&q=80") center / cover;
}

.testimonial__inner {
  max-width: 760px;
  text-align: center;
}

.testimonial img {
  width: 92px;
  height: 92px;
  margin: 0 auto 24px;
  object-fit: cover;
  border: 5px solid var(--paper);
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.testimonial blockquote {
  margin: 0;
}

.testimonial p {
  margin: 0 auto 14px;
  color: var(--ink);
  font-size: 17px;
  font-style: italic;
}

.testimonial cite {
  color: var(--primary);
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
}

.contact-band {
  color: var(--paper);
  background: var(--primary);
}

.contact-band__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr 0.8fr;
  align-items: stretch;
  gap: 28px;
  padding: 56px 0;
}

.contact-band img {
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 3px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-card p:not(.eyebrow) {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.86);
}

.contact-card a:not(.btn) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--paper);
  font-weight: 800;
}

.contact-card--accent {
  padding: 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
}

.contact-card--accent h3 {
  margin: 0 0 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.contact-card--accent p {
  color: var(--muted);
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--footer);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 0.9fr 1fr;
  gap: 42px;
  padding: 70px 0 48px;
}

.brand--footer {
  color: var(--paper);
  margin-bottom: 18px;
}

.site-footer h3 {
  margin: 0 0 18px;
  color: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0 0 16px;
}

.site-footer a:not(.brand):not(.footer-button) {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--accent);
}

.footer-button {
  color: var(--primary-dark);
  background: var(--accent);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  padding: 22px 0;
  font-size: 13px;
  text-align: center;
}

.page-hero {
  min-height: 480px;
  display: grid;
  align-items: center;
  color: var(--paper);
  background-size: cover;
  background-position: center;
}

.page-hero--destinations {
  background-image:
    linear-gradient(rgba(15, 61, 9, 0.66), rgba(15, 61, 9, 0.72)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1900&q=82");
}

.page-hero--packages {
  background-image:
    linear-gradient(rgba(15, 61, 9, 0.66), rgba(15, 61, 9, 0.72)),
    url("https://images.unsplash.com/photo-1491555103944-7c647fd857e6?auto=format&fit=crop&w=1900&q=82");
}

.page-hero--about {
  background-image:
    linear-gradient(rgba(15, 61, 9, 0.66), rgba(15, 61, 9, 0.72)),
    url("https://images.unsplash.com/photo-1522199710521-72d69614c702?auto=format&fit=crop&w=1900&q=82");
}

.page-hero--contact {
  background-image:
    linear-gradient(rgba(15, 61, 9, 0.66), rgba(15, 61, 9, 0.72)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1900&q=82");
}

.page-hero__content {
  max-width: 820px;
  padding: 82px 0;
}

.page-hero h1 {
  margin-left: 0;
  margin-right: 0;
}

.page-hero p:not(.eyebrow) {
  margin-left: 0;
  margin-right: 0;
}

.destination-page-grid,
.package-page-grid,
.why-grid {
  display: grid;
  gap: 28px;
}

.destination-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.destination-detail img {
  aspect-ratio: 16 / 12;
}

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

.package-card--wide {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
}

.package-card--wide .media,
.package-card--wide img {
  height: 100%;
}

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

.why-grid article {
  padding: 30px;
}

.why-grid svg {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  color: var(--primary);
}

.process-band,
.cta-panel {
  color: var(--paper);
  background: var(--primary);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 78px 0;
}

.process-grid article {
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.process-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--accent);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.process-grid h3,
.process-grid p {
  color: var(--paper);
}

.testimonial--page {
  padding-top: 86px;
}

.cta-panel__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 58px 0;
}

.cta-panel h2 {
  margin: 4px 0 0;
  font-size: 28px;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: start;
}

.contact-info-panel {
  padding: 40px;
  color: var(--paper);
  background: var(--primary);
  border-radius: 4px;
}

.contact-info-panel h2,
.contact-info-panel p {
  color: var(--paper);
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 38px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 3px;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(24, 105, 0, 0.12);
}

@media (max-width: 1100px) {
  .primary-nav {
    gap: 18px;
  }

  .header-inner {
    gap: 18px;
  }

  .destination-layout {
    grid-template-columns: 0.95fr 1fr;
  }

  .destination-card--tall {
    grid-row: span 1;
  }

  .feature-band__inner,
  .gallery-intro,
  .contact-band__inner,
  .contact-page__grid {
    grid-template-columns: 1fr;
  }

  .contact-band img {
    max-height: 360px;
  }

  .destination-page-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-card--wide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 32px, 720px);
  }

  .header-inner {
    min-height: 68px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .primary-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 4px;
    box-shadow: var(--shadow);
    white-space: normal;
  }

  .site-header.nav-open .primary-nav {
    display: flex;
  }

  .primary-nav a {
    padding: 13px 10px;
  }

  .primary-nav a::after {
    bottom: 6px;
    right: auto;
    width: 38px;
    transform-origin: left;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    min-height: 590px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 42px;
  }

  .hero-arrow {
    display: none;
  }

  .booking-slot {
    margin-top: -44px;
    padding: 0 8px;
  }

  .section {
    padding: 72px 0;
  }

  .destination-layout,
  .card-grid.three,
  .package-page-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .activity-row,
  .service-strip__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .activity-row a:nth-child(3n),
  .service-strip span:nth-child(3n) {
    border-right: 0;
  }

  .feature-band {
    padding: 76px 0;
  }

  .feature-media {
    margin-left: 0;
  }

  .feature-media img {
    box-shadow: 16px 16px 0 rgba(251, 191, 36, 0.9);
  }

  .side-tab {
    display: none;
  }
}

@media (max-width: 620px) {
  .top-strip__inner {
    justify-content: center;
    text-align: center;
  }

  .top-strip p {
    display: none;
  }

  .brand {
    font-size: 19px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 560px;
  }

  .hero__content {
    padding: 72px 0 114px;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 310px;
    font-size: 27px;
  }

  .hero p:not(.eyebrow),
  .page-hero p:not(.eyebrow) {
    font-size: 15px;
  }

  .section-title h2,
  .feature-copy h2,
  .promo-band h2,
  .gallery-intro h2,
  .contact-card h2,
  .contact-info-panel h2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .destination-layout,
  .destination-page-grid,
  .why-grid,
  .feature-list,
  .activity-row,
  .service-strip__inner {
    grid-template-columns: 1fr;
  }

  .activity-row a,
  .service-strip span {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid rgba(229, 236, 226, 0.65);
  }

  .activity-row a:last-child,
  .service-strip span:last-child {
    border-bottom: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 210px;
  }

  .gallery-grid img:nth-child(3) {
    grid-column: auto;
  }

  .contact-band__inner,
  .contact-form,
  .contact-info-panel {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-panel__inner {
    display: grid;
  }
}

@media (max-width: 420px) {
  .container {
    width: calc(100% - 28px);
  }

  .header-inner {
    gap: 10px;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    margin-left: auto;
    width: 38px;
    height: 38px;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 310px;
    font-size: 27px;
  }

  .section-title h2,
  .feature-copy h2,
  .promo-band h2,
  .gallery-intro h2,
  .contact-card h2,
  .contact-info-panel h2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .section {
    padding: 62px 0;
  }

  .feature-list div {
    align-items: flex-start;
  }
}
