:root {
  --bg: #f5f2e9;
  --surface: #fffdf7;
  --text: #143224;
  --muted: #4d685b;
  --primary: #0f6a42;
  --primary-strong: #0a4b2f;
  --primary-soft: #2f8b5b;
  --accent: #ed7a1f;
  --line: #d8d2c3;
  --shadow: 0 14px 35px rgba(18, 45, 33, 0.16);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 10% 10%, #fff7de 0%, transparent 35%),
    radial-gradient(circle at 85% 20%, #e5f5de 0%, transparent 40%),
    var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
}

h1,
h2,
h3,
.brand-text {
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1.1;
}

a {
  color: inherit;
  text-decoration: none;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.38;
  z-index: -2;
  animation: float 14s ease-in-out infinite;
}

.orb-1 {
  width: 300px;
  height: 300px;
  background: #f3c276;
  top: -80px;
  right: -80px;
}

.orb-2 {
  width: 360px;
  height: 360px;
  background: #9cd5a6;
  bottom: -140px;
  left: -80px;
  animation-delay: -4s;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 95%);
  z-index: -3;
}

.topbar {
  width: min(1120px, 92%);
  margin: 1.1rem auto;
  position: sticky;
  top: 0.7rem;
  z-index: 60;
  border: 1px solid rgba(17, 54, 37, 0.15);
  background: rgba(255, 253, 247, 0.84);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--primary-strong);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 0.45rem 0.8rem;
  white-space: nowrap;
}

.brand-text {
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}

.nav a {
  padding: 0.4rem 0.58rem;
  border-radius: 0.4rem;
}

.nav a:hover {
  background: #efe7d7;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  color: var(--text);
}

.btn {
  border: 0;
  border-radius: 0.75rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-strong), var(--primary-soft));
  color: #fff;
  padding: 0.78rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 20px rgba(15, 106, 66, 0.28);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-sm {
  padding: 0.58rem 0.9rem;
  font-size: 0.9rem;
}

.btn-ghost {
  background: #efe6d6;
  color: var(--text);
  box-shadow: none;
}

.btn-block {
  width: 100%;
}

.btn-outline {
  border: 1px solid #253b30;
  color: #1a2f25;
  background: transparent;
  box-shadow: none;
}

.hero-slider {
  width: min(1120px, 92%);
  margin: 1.2rem auto 0;
  min-height: 560px;
  border-radius: 1.1rem;
  overflow: hidden;
  position: relative;
  border: 1px solid #294f3d;
  box-shadow: var(--shadow);
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: center;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, rgba(8, 28, 20, 0.7) 0%, rgba(7, 27, 19, 0.15) 60%);
}

.slide.is-active {
  opacity: 1;
}

.slide-overlay {
  position: relative;
  z-index: 2;
  width: min(760px, 90%);
  margin-left: clamp(1rem, 6vw, 5rem);
  color: #f8f5eb;
}

.slide-overlay h1 {
  font-size: clamp(2rem, 5vw, 4.2rem);
  margin-bottom: 0.8rem;
  max-width: 14ch;
}

.slide-overlay p {
  max-width: 50ch;
  font-size: 1.07rem;
  margin-bottom: 1.1rem;
}

.kicker-light {
  color: #d6f6e5;
}

.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #163326;
  font-size: 1.25rem;
  cursor: pointer;
}

.slider-control.prev {
  left: 0.8rem;
}

.slider-control.next {
  right: 0.8rem;
}

.slider-dots {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: grid;
  gap: 0.4rem;
}

.dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.dot.is-active {
  background: #17b7ab;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 800;
  font-size: 0.74rem;
  margin-bottom: 0.75rem;
}

.intro {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 1.2rem;
  align-items: center;
  border: 1px solid #d9d2c2;
  background: linear-gradient(150deg, #fffdf7, #f6f2e8);
  box-shadow: var(--shadow);
  padding: clamp(1rem, 2.2vw, 1.6rem);
}

.intro-logo-wrap {
  background: #1f3322;
  border: 1px solid #3a5740;
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 0.9rem;
}

.intro-logo {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
}

.intro-copy h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  margin-bottom: 0.75rem;
}

.intro-copy p:last-child {
  color: #345446;
  max-width: 62ch;
}



.section {
  width: min(1120px, 92%);
  margin: 4rem auto 0;
}

.hero-slider + .section {
  margin-top: 2.2rem;
}

.section-head {
  max-width: 720px;
  margin-bottom: 1.2rem;
}

.section-head h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
}

.filters {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.chip {
  border: 1px solid #ccbfa8;
  background: #f8f2e7;
  color: #345443;
  border-radius: 999px;
  padding: 0.47rem 0.9rem;
  cursor: pointer;
  font-weight: 700;
}

.chip.is-active {
  background: linear-gradient(135deg, var(--primary-strong), var(--primary-soft));
  color: #fff;
  border-color: transparent;
}

.tour-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.tour-card {
  display: grid;
  grid-template-columns: minmax(180px, 44%) 1fr;
  background: #fffef9;
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.tour-card:hover {
  transform: translateY(-2px);
}

.tour-media > img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.tour-media-gallery {
  display: grid;
  grid-template-rows: auto auto;
  background: #f1eddf;
  align-self: start;
}

.tour-media-main-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  align-self: start;
}

.tour-media-gallery .tour-media-main {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.tour-media {
  align-self: start;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #173d2a;
  font-size: 1.2rem;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

.gallery-prev {
  left: 0.45rem;
}

.gallery-next {
  right: 0.45rem;
}

.gallery-arrow:hover {
  background: #ffffff;
}

.tour-media-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.3rem;
  padding: 0.35rem;
}

.tour-media-thumbs img {
  width: 100%;
  height: 52px;
  display: block;
  object-fit: cover;
  border: 1px solid #d6cfbe;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.tour-media-thumbs img:hover {
  transform: translateY(-1px);
  border-color: #5f8965;
}

.tour-media-thumbs img.is-active {
  border-color: #1f5b33;
  opacity: 1;
}

.tour-content {
  padding: 1.25rem;
  position: relative;
}

.tag {
  display: inline-block;
  margin-bottom: 0.65rem;
  background: #ecf6ee;
  color: #0d603c;
  font-size: 0.75rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.32rem 0.65rem;
}

.tour-card h3 {
  font-size: 2rem;
  margin-bottom: 0.4rem;
}

.tour-rating {
  color: #f6b600;
  font-size: 1.1rem;
}

.tour-rating span {
  color: #7a7a7a;
  font-size: 0.95rem;
  margin-left: 0.4rem;
}

.tour-card p {
  color: var(--muted);
  margin-bottom: 0.8rem;
  max-width: 48ch;
}

.tour-meta {
  display: flex;
  gap: 1rem;
  color: #355446;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.tour-itinerary {
  margin: 0 0 0.85rem 1.1rem;
  display: grid;
  gap: 0.28rem;
  color: var(--muted);
}

.tour-itinerary li {
  line-height: 1.4;
}

.booking-config {
  display: grid;
  grid-template-columns: auto 84px 1fr;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.booking-config label {
  font-weight: 700;
  color: #2b493a;
}

.booking-guests {
  width: 52px;
  border: 1px solid #c6beaa;
  border-radius: 0.35rem;
  padding: 0.35rem 0.45rem;
  font: inherit;
  font-weight: 700;
  text-align: center;
  color: #153628;
  background: #fffef9;
}

.booking-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.step-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #2d5a3a;
  background: #f4f8f2;
  color: #1c4930;
  border-radius: 0.35rem;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  font-size: 1rem;
}

.step-btn:hover {
  background: #e8f2e8;
}

.booking-total {
  margin: 0;
  justify-self: end;
  font-weight: 700;
  color: #1a4731;
}

.booking-breakdown {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.92rem;
  color: #2d4f3f;
  font-weight: 600;
}

.booking-extras-hint {
  grid-column: 1 / -1;
  margin: 0;
  color: #4a6659;
  font-size: 0.9rem;
}

.booking-extras-hint.is-hidden {
  display: none;
}

.booking-extras {
  grid-column: 1 / -1;
  border: 1px solid #d2cbb8;
  border-radius: 0.5rem;
  background: #fcfbf6;
  padding: 0.5rem 0.65rem;
}

.booking-extras.is-locked {
  display: none;
}

.booking-extras summary {
  cursor: pointer;
  font-weight: 700;
  color: #1f4933;
}

.booking-schedule {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.booking-field {
  display: grid;
  gap: 0.3rem;
  color: #234436;
  font-size: 0.9rem;
  font-weight: 700;
}

.booking-field input,
.booking-field select {
  width: 100%;
  border: 1px solid #c6beaa;
  border-radius: 0.45rem;
  padding: 0.45rem 0.5rem;
  font: inherit;
  background: #fffef9;
  color: #143224;
}

.booking-pay-hint {
  grid-column: 1 / -1;
  margin: 0;
  color: #3f6453;
  font-size: 0.9rem;
}

.booking-error {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 1.1rem;
  color: #a52e2e;
  font-size: 0.88rem;
  font-weight: 600;
}

.airbnb-reminder {
  margin: 0.9rem 0 0.95rem;
  border: 1px solid #d5ccb8;
  background: #f7f3e8;
  border-radius: 0.6rem;
  padding: 0.7rem 0.8rem;
}

.airbnb-reminder p {
  margin: 0 0 0.45rem;
  color: #2c4b3c;
  font-size: 0.9rem;
}

.airbnb-reminder p:last-child {
  margin-bottom: 0;
}

.airbnb-reminder ul {
  margin: 0.2rem 0 0.6rem 1.05rem;
  color: #2c4b3c;
  display: grid;
  gap: 0.25rem;
}

.info-accordion summary {
  cursor: pointer;
  font-weight: 800;
  color: #1f4934;
  list-style: none;
}

.info-accordion summary::-webkit-details-marker {
  display: none;
}

.info-accordion summary::after {
  content: "+";
  float: right;
  font-weight: 800;
}

.info-accordion[open] summary::after {
  content: "-";
}

.info-accordion ul,
.info-accordion p {
  margin-top: 0.6rem;
}

.extras-list {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.4rem;
}

.extra-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  color: #345443;
  font-weight: 600;
}

.extra-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.extra-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #2d5a3a;
  border-radius: 0.35rem;
  background: #f4f8f2;
  color: #1f4b34;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
}

.extra-qty {
  width: 40px;
  border: 1px solid #c6beaa;
  border-radius: 0.35rem;
  padding: 0.25rem 0.35rem;
  font: inherit;
  font-weight: 700;
  text-align: center;
  background: #fffef9;
  color: #153628;
}

.payment-actions {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.payment-actions .btn {
  padding: 0.58rem 0.85rem;
}

.paypal-smart-wrapper {
  width: min(100%, 420px);
  margin: 0 auto;
}

.paypal-smart-wrapper.is-visible {
  display: block;
}

.paypal-modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(7, 20, 14, 0.62);
  backdrop-filter: blur(2px);
  z-index: 250;
}

.paypal-modal-overlay.is-visible {
  display: flex;
}

.paypal-modal-dialog {
  width: min(94vw, 520px);
  max-height: 88vh;
  overflow: auto;
  border: 1px solid #d8d2c3;
  background: #fffef9;
  box-shadow: 0 24px 48px rgba(17, 44, 32, 0.3);
  border-radius: 0.8rem;
}

.paypal-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #e2dac8;
}

.paypal-modal-title {
  margin: 0;
  font-size: 1.05rem;
  color: #143224;
}

.paypal-modal-close {
  width: 2rem;
  height: 2rem;
  border: 1px solid #cfc6b2;
  border-radius: 999px;
  background: #f7f1e3;
  color: #244435;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

.paypal-modal-body {
  padding: 0.95rem 1rem 1rem;
}

.paypal-modal-summary {
  border: 1px solid #d8d2c3;
  background: #f7f4eb;
  border-radius: 0.65rem;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.8rem;
}

.paypal-modal-summary-label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #3a5a4a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.paypal-modal-total {
  margin: 0.15rem 0 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #163a29;
}

.paypal-modal-meta {
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
  color: #446353;
  font-weight: 600;
}

.paypal-modal-buttons {
  min-height: 120px;
}

body.paypal-modal-open {
  overflow: hidden;
}

.btn-pay {
  border-color: #2d5a3a;
  color: #1f3f2d;
}

.price-flag {
  position: absolute;
  top: 0;
  right: 0;
  background: #00b6ad;
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  padding: 0.55rem 0.85rem;
}

.price-flag::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  border-left: 13px solid transparent;
  border-top: 13px solid #00918a;
}

.feature-experience {
  margin-top: 3.2rem;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.experience-panel {
  border: 1px solid var(--line);
  background: #fffef9;
  box-shadow: var(--shadow);
  padding: 1.1rem;
}

.experience-panel h3 {
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
}

.experience-panel ul {
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.experience-panel li {
  color: #2f4e40;
}

.experience-note {
  margin-top: 0.9rem;
  font-weight: 700;
  color: #1d5640;
}

.experience-score {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2rem;
  color: #153529;
  margin-bottom: 0.7rem;
}

.experience-score span {
  font-size: 1rem;
  font-family: "Manrope", sans-serif;
  color: #4a6659;
}

.review-list {
  display: grid;
  gap: 0.7rem;
}

.review-list blockquote {
  margin: 0;
  border-top: 1px solid #d9d2c4;
  padding-top: 0.7rem;
  color: #365548;
}

.review-list cite {
  display: block;
  margin-top: 0.3rem;
  font-style: normal;
  font-weight: 700;
  color: #1e3f31;
}

.host-box {
  margin-top: 1rem;
  border: 1px solid #b5cbbf;
  background: linear-gradient(160deg, #f3faef, #fcfdf8);
  box-shadow: var(--shadow);
  padding: 1.1rem;
}

.host-box h3 {
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
}

.host-box p {
  margin-bottom: 0.45rem;
  color: #315245;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.benefit-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.benefit-card i {
  font-size: 1.8rem;
  color: var(--primary);
}

.benefit-card h3 {
  margin: 0.6rem 0 0.5rem;
}

.benefit-card p {
  color: var(--muted);
}

.testimonial-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.testimonial {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fffef9;
  box-shadow: var(--shadow);
  padding: 1.2rem;
  font-size: 1.05rem;
}

.testimonial cite {
  display: block;
  margin-top: 0.7rem;
  font-style: normal;
  color: var(--muted);
  font-weight: 600;
}

.reserve-box {
  border-radius: 1.3rem;
  border: 1px solid #185138;
  background: linear-gradient(145deg, #f1f8ec, #fffdf8);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 2vw, 2rem);
}

.reserve-box h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.reserve-box p {
  margin-top: 0.4rem;
  color: var(--muted);
}

.reserve-form {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.reserve-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  color: #234436;
}

.reserve-form label:last-of-type {
  grid-column: span 2;
}

.reserve-form input,
.reserve-form select {
  width: 100%;
  border: 1px solid #bfb29b;
  border-radius: 0.6rem;
  padding: 0.7rem;
  font: inherit;
  background: #fffef9;
}

.reserve-form button {
  grid-column: span 2;
}

.footer {
  width: min(1120px, 92%);
  margin: 2rem auto 1.8rem;
  border-top: 1px solid #cfc5b0;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
  color: #355344;
  font-weight: 600;
}

.footer-links {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.footer-text-btn {
  border-color: #355344;
  color: #355344;
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.hidden-tour {
  display: none;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(14px);
  }
}

@media (max-width: 980px) {
  .benefit-grid,
  .testimonial-row,
  .experience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tour-card {
    grid-template-columns: 1fr;
  }

  .booking-config {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .booking-stepper {
    margin-top: 0.2rem;
  }

  .booking-total {
    justify-self: start;
  }

  .booking-extras {
    width: 100%;
  }

  .booking-schedule {
    grid-template-columns: 1fr;
  }

  .tour-card h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 760px) {
  .topbar {
    padding: 0.65rem 0.8rem;
  }

  .brand-mark {
    font-size: 0.78rem;
    padding: 0.52rem 0.78rem;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: #f0e9d7;
    border: 1px solid #cfc3ab;
    font-size: 1.75rem;
  }

  .nav {
    position: absolute;
    right: 0.65rem;
    top: 4.25rem;
    width: min(330px, 94vw);
    background: #fffdf8;
    border: 1px solid #d2c8b4;
    border-radius: 0.9rem;
    box-shadow: var(--shadow);
    padding: 0.95rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .nav a {
    width: 100%;
    font-size: 1.02rem;
    padding: 0.72rem 0.7rem;
    border-radius: 0.6rem;
  }

  .nav.is-open {
    display: flex;
  }

  .intro,
  .benefit-grid,
  .testimonial-row,
  .experience-grid,
  .reserve-form {
    grid-template-columns: 1fr;
  }

  .hero-slider {
    min-height: 500px;
  }

  .slide-overlay {
    margin: 0 1rem;
    padding-bottom: 7.7rem;
  }

  .slide-overlay h1 {
    font-size: clamp(1.85rem, 10vw, 2.7rem);
  }

  .slider-control {
    top: auto;
    bottom: 2rem;
    transform: none;
    width: 2.85rem;
    height: 2.85rem;
    background: rgba(255, 255, 255, 0.9);
  }

  .slider-control.prev {
    left: calc(50% - 3.55rem);
  }

  .slider-control.next {
    right: calc(50% - 3.55rem);
  }

  .slider-dots {
    right: 50%;
    top: auto;
    bottom: 0.7rem;
    transform: translateX(50%);
    display: flex;
    gap: 0.55rem;
  }

  .price-flag {
    font-size: 1.1rem;
  }

  .reserve-form label:last-of-type,
  .reserve-form button {
    grid-column: auto;
  }

  .tour-card h3 {
    font-size: 1.3rem;
  }
}
