:root {
  --purple: #70256f;
  --purple-dark: #4c174c;
  --ink: #171517;
  --ivory: #f8f3e8;
  --paper: #fffdf8;
  --green: #365b43;
  --green-soft: #dfe8dc;
  --blue: #238ba3;
  --brown: #8a6045;
  --line: rgba(23, 21, 23, 0.14);
  --shadow: 0 18px 48px rgba(23, 21, 23, 0.13);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--purple);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before { width: 30px; height: 3px; content: ""; background: currentColor; border-radius: 9px; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.05; }
h1 { max-width: 780px; margin-bottom: 20px; font-size: clamp(2.65rem, 7vw, 5.5rem); letter-spacing: -.045em; }
h2 { margin-bottom: 18px; font-size: clamp(2.05rem, 4.4vw, 3.65rem); letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 1.45rem; }
p { margin: 0 0 18px; }
.lead { max-width: 700px; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.muted { color: #625d61; }
.purple { color: var(--purple); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; height: 100%; align-items: center; gap: 18px; }
.brand { width: 250px; flex: 0 0 auto; }
.brand img { width: 100%; height: 58px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 22px; margin-left: auto; font-size: .92rem; font-weight: 720; }
.nav a:not(.btn) { position: relative; }
.nav a:not(.btn)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--purple);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.lang-switch { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 99px; }
.lang-switch button {
  min-width: 36px;
  padding: 5px 8px;
  border: 0;
  border-radius: 99px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: .76rem;
  font-weight: 850;
}
.lang-switch button.active { color: #fff; background: var(--ink); }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 6px 0; background: var(--ink); }
.header-book-btn { min-height: 42px; padding: 9px 17px; white-space: nowrap; }

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 99px;
  color: #fff;
  background: var(--purple);
  box-shadow: 0 10px 24px rgba(112, 37, 111, .24);
  cursor: pointer;
  font-weight: 820;
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { background: var(--purple-dark); transform: translateY(-2px); }
.btn-dark { background: var(--ink); box-shadow: none; }
.btn-outline { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; box-shadow: none; }
.btn-outline:hover { color: var(--ink); background: #fff; }
.btn-light { color: var(--ink); background: #fff; box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #18251e;
}
.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(13,15,14,.88) 0%, rgba(13,15,14,.58) 42%, rgba(13,15,14,.12) 72%);
}
.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 160px;
  content: "";
  background: linear-gradient(transparent, rgba(0,0,0,.28));
}
.hero-content { position: relative; z-index: 2; padding: 110px 0 76px; }
.hero-card { max-width: 820px; padding: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(18,17,18,.5); backdrop-filter: blur(9px); }
.hero .eyebrow { color: #e7b9e7; }
.hero .lead { color: rgba(255,255,255,.88); }
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-horseback .hero-bg { object-position: 54% center; }
.hero-facts {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--ink);
  background: var(--ivory);
}
.hero-fact { padding: 24px; border-right: 1px solid var(--line); text-align: center; }
.hero-fact:last-child { border: 0; }
.hero-fact strong { display: block; font-family: Georgia, serif; font-size: 1.15rem; }
.hero-fact span { color: #6e666c; font-size: .84rem; }

.intro-grid, .split { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.photo-frame { position: relative; }
.photo-frame img { width: 100%; min-height: 520px; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.photo-note {
  position: absolute;
  right: -20px;
  bottom: 28px;
  max-width: 250px;
  padding: 22px;
  border-radius: 18px;
  color: #fff;
  background: var(--purple);
  box-shadow: var(--shadow);
}
.price-row { display: flex; flex-wrap: wrap; gap: 16px; margin: 26px 0; }
.price-card { min-width: 165px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.price-card span { display: block; color: #706970; font-size: .78rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.price-card strong { font-family: Georgia, serif; font-size: 1.8rem; }

.warm { background: var(--ivory); }
.green-section { color: #fff; background: var(--green); }
.green-section .eyebrow { color: #d7bad7; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgba(23,21,23,.06); }
.card img { width: 100%; height: 245px; object-fit: cover; }
.card-body { padding: 24px; }
.card-number { color: var(--purple); font-size: .76rem; font-weight: 900; letter-spacing: .14em; }

.timeline { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 44px; border-top: 2px solid rgba(255,255,255,.28); }
.timeline-seven { grid-template-columns: repeat(7, 1fr); }
.timeline-note { max-width: 760px; color: rgba(255,255,255,.72); }
.timeline-item { position: relative; padding: 28px 18px 0 0; }
.timeline-item::before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 3px solid var(--green);
  border-radius: 50%;
  content: "";
  background: #fff;
}
.timeline-item strong { display: block; margin-bottom: 5px; }
.timeline-item small { display: block; margin-bottom: 5px; color: #e4c4e3; font-size: .75rem; font-weight: 850; letter-spacing: .04em; }
.timeline-item span { color: rgba(255,255,255,.74); font-size: .88rem; }

.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 27px; }
.feature-list li::before { position: absolute; left: 0; content: "✓"; color: var(--purple); font-weight: 900; }
.restaurant-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.restaurant-grid img { width: 100%; height: 100%; min-height: 280px; border-radius: 20px; object-fit: cover; }
.restaurant-stack { display: grid; gap: 18px; }

.tour-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.tour-panel { position: relative; min-height: 500px; display: flex; align-items: end; overflow: hidden; padding: 34px; border-radius: 26px; color: #fff; background-size: cover; background-position: center; }
.tour-panel::before { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent 22%, rgba(0,0,0,.82)); }
.tour-panel > div { position: relative; z-index: 2; }
.tour-panel .price { font-family: Georgia, serif; font-size: 2rem; }

.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.section-heading-row h2 { margin-bottom: 0; }
.gallery-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 15px; }
.gallery-tile { position: relative; overflow: hidden; border-radius: 20px; background: var(--ink); }
.gallery-tile-wide { grid-column: span 2; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-tile::after { position: absolute; inset: 40% 0 0; content: ""; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.gallery-tile span { position: absolute; right: 18px; bottom: 15px; left: 18px; z-index: 2; color: #fff; font-weight: 850; }
.gallery-tile:hover img { transform: scale(1.035); }

.gallery-hero { min-height: 520px; display: flex; align-items: end; }
.gallery-hero .hero-bg { object-position: center 45%; }
.gallery-notice { display: flex; gap: 18px; margin-bottom: 30px; padding: 18px 20px; border-left: 4px solid var(--purple); border-radius: 0 14px 14px 0; background: var(--ivory); }
.gallery-notice strong { flex: 0 0 210px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.gallery-filters button { padding: 9px 16px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); background: #fff; cursor: pointer; font-weight: 780; }
.gallery-filters button.active { border-color: var(--purple); color: #fff; background: var(--purple); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; grid-auto-rows: 235px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 19px; color: #fff; background: var(--ink); cursor: zoom-in; text-align: left; }
.gallery-item.featured, .gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item[hidden] { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-item::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.gallery-item > span { position: absolute; right: 17px; bottom: 15px; left: 17px; z-index: 2; }
.gallery-item strong, .gallery-item small { display: block; }
.gallery-item strong { font-family: Georgia, serif; font-size: 1.2rem; }
.gallery-item small { color: rgba(255,255,255,.75); }
.gallery-item:hover img { transform: scale(1.035); }
.lightbox { width: min(94vw, 1100px); padding: 0; border: 0; border-radius: 20px; color: #fff; background: #111; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 15px 20px 20px; color: rgba(255,255,255,.78); }
.lightbox-close { position: absolute; top: 10px; right: 10px; z-index: 3; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.65); cursor: pointer; font-size: 1.6rem; line-height: 1; }

.faq { max-width: 900px; margin: 36px auto 0; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 40px 22px 0; cursor: pointer; font-weight: 800; }
.faq p { padding-right: 30px; color: #605a5f; }

.cta-band { padding: 65px 0; color: #fff; background: var(--purple); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { max-width: 760px; margin: 0; }

.booking-section { background: linear-gradient(180deg, var(--paper), #f7f0f6); }
.booking-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; margin-bottom: 32px; }
.booking-intro h2 { margin-bottom: 0; }
.booking-tour-options { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 50px; }
.booking-tour-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 22px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 30px rgba(23,21,23,.08);
  cursor: pointer;
  text-align: left;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.booking-tour-card:hover, .booking-tour-card.selected { border-color: var(--purple); transform: translateY(-3px); box-shadow: var(--shadow); }
.booking-tour-card img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; }
.booking-tour-content { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 24px; }
.booking-tour-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.booking-tour-topline strong { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.1; }
.booking-tour-topline b { color: var(--purple); font-family: Georgia, serif; font-size: 1.6rem; }
.booking-tour-action { color: var(--purple); font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.booking-hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.booking-hero-pills span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; background: rgba(0,0,0,.22); font-size: .83rem; font-weight: 780; backdrop-filter: blur(6px); }
.booking-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 42px; }
.booking-aside { position: sticky; top: 112px; }
.booking-summary { padding: 25px; border-radius: 20px; color: #fff; background: var(--ink); }
.booking-summary + .booking-summary { margin-top: 14px; background: var(--purple); }
.booking-cost-card { padding: 28px; border-radius: 22px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.booking-cost-card .eyebrow { color: #ddb7dd; }
.booking-cost-card h3 { margin-bottom: 22px; font-size: 1.7rem; }
.cost-line { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: .9rem; }
.cost-line strong { font-size: 1.12rem; white-space: nowrap; }
.cost-line-deposit { color: #f0c9ef; }
.estimate-note { margin: 16px 0 0; color: rgba(255,255,255,.65); font-size: .78rem; }
.booking-included { margin-top: 16px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.booking-checklist { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; font-size: .9rem; }
.booking-checklist li { position: relative; padding-left: 25px; }
.booking-checklist li::before { position: absolute; left: 0; content: "✓"; color: var(--purple); font-weight: 900; }
.form-card { padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.booking-form { scroll-margin-top: 100px; }
.booking-form h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .87rem; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cfc7ca;
  border-radius: 11px;
  color: var(--ink);
  background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(112,37,111,.15); border-color: var(--purple); }
.field small { display: block; margin-top: 4px; color: #6d666b; font-size: .76rem; font-weight: 500; line-height: 1.45; }
.child-field { grid-template-columns: 1fr 100px; align-items: center; padding: 16px; border: 1px solid rgba(112,37,111,.2); border-radius: 14px; background: #faf5fa; }
.child-field input { text-align: center; }
.hp { position: absolute !important; left: -9999px !important; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; font-size: .88rem; }
.form-note { padding: 16px; border-left: 4px solid var(--purple); background: var(--ivory); font-size: .9rem; }
.extras-fieldset { display: grid; gap: 18px; margin: 28px 0 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--ivory); }
.extras-fieldset legend { padding: 0 8px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; }
.extras-fieldset > p { margin: -4px 0 0; color: #665f64; font-size: .88rem; }
.extras-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.extras-grid label { display: flex; align-items: flex-start; gap: 9px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; font-size: .82rem; font-weight: 760; line-height: 1.35; }
.extras-grid input, .consent input { margin-top: 4px; accent-color: var(--purple); }
.extra-detail { padding: 16px; border-left: 4px solid var(--purple); border-radius: 0 12px 12px 0; background: #fff; }
.extra-detail[hidden] { display: none; }
.booking-submit { width: 100%; }
.secure-note { margin: 12px 0 0; color: #6d666b; font-size: .78rem; text-align: center; }
.policy-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 65px; }
.policy-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 35px rgba(23,21,23,.07); }
.policy-card > div { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.policy-card > div:last-child { border-bottom: 0; }
.policy-card strong { color: var(--purple); font-family: Georgia, serif; font-size: 1.35rem; }
.policy-card p { margin: 0; }
.related-tour-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.related-tour-card { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 30px rgba(23,21,23,.06); }
.related-tour-card img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.related-tour-card > div { padding: 30px; }
.related-tour-card > div > span { color: var(--purple); font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.related-tour-card h3 { margin-top: 10px; }

.site-footer { padding: 55px 0 30px; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 50px; }
.footer-logo { width: 300px; padding: 8px; border-radius: 10px; background: #fff; }
.footer-title { margin-bottom: 14px; font-family: inherit; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; color: rgba(255,255,255,.75); }
.footer-bottom { margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); font-size: .82rem; }
.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 99px;
  color: #fff;
  background: #168b47;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  font-weight: 850;
}

.page-hero { position: relative; min-height: 520px; display: flex; align-items: end; overflow: hidden; padding: 115px 0 80px; color: #fff; background: #18251e; }
.page-hero::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg, rgba(14,14,14,.9) 0%, rgba(14,14,14,.55) 42%, rgba(14,14,14,.12) 76%); }
.page-hero > .container { position: relative; z-index: 2; }
.page-hero .lead { color: rgba(255,255,255,.86); }
.page-hero-safari .hero-bg { object-position: center 58%; }
.page-hero-booking .hero-bg { object-position: center 56%; }

.payment-page { background: var(--ivory); }
.payment-header { justify-content: flex-start; }
.payment-header .lang-switch { margin-left: auto; }
.payment-header-label { padding: 7px 12px; border: 1px solid var(--line); border-radius: 99px; color: #625d61; font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.payment-section { min-height: calc(100vh - 76px); padding: 72px 0; background: radial-gradient(circle at 15% 10%, rgba(112,37,111,.12), transparent 34%), var(--ivory); }
.payment-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: 64px; }
.payment-intro h1 { max-width: 720px; font-size: clamp(2.7rem, 6vw, 4.8rem); }
.payment-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 34px 0; }
.payment-facts > div { padding: 19px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.76); }
.payment-facts span, .payment-facts small { display: block; color: #6a6368; font-size: .75rem; }
.payment-facts span { font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.payment-facts strong { display: block; margin: 7px 0 2px; color: var(--purple); font-family: Georgia, serif; font-size: 1.45rem; }
.payment-policy { padding: 26px; border-left: 4px solid var(--purple); border-radius: 0 18px 18px 0; background: #fff; }
.payment-policy h2 { margin-bottom: 16px; font-size: 1.65rem; }
.paypal-card { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.paypal-card-heading { display: flex; align-items: flex-start; gap: 15px; }
.paypal-card-heading h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.payment-lock { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0 12px; }
.payment-methods > div { padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--ivory); }
.payment-methods strong, .payment-methods span { display: block; }
.payment-methods strong { margin-bottom: 4px; color: var(--purple); font-size: .9rem; }
.payment-methods span { color: #685f65; font-size: .78rem; line-height: 1.45; }
.paypal-security { position: relative; margin: 0; padding-left: 22px; color: #5f585d; font-size: .78rem; }
.paypal-security::before { position: absolute; left: 0; content: "✓"; color: var(--green); font-weight: 900; }
.paypal-hosted-button { min-height: 180px; margin: 26px 0; padding: 22px 14px; border: 1px solid var(--line); border-radius: 18px; background: #fafafa; }
.payment-next { margin: 0 0 26px; padding: 24px; border-radius: 18px; color: #fff; background: var(--ink); }
.payment-next h3 { margin-bottom: 18px; font-size: 1.35rem; }
.payment-next ol { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; counter-reset: payment-step; }
.payment-next li { position: relative; padding-left: 38px; counter-increment: payment-step; }
.payment-next li::before { position: absolute; top: 0; left: 0; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; content: counter(payment-step); color: var(--ink); background: #fff; font-size: .75rem; font-weight: 900; }
.payment-next strong, .payment-next span { display: block; }
.payment-next strong { font-size: .86rem; }
.payment-next span { color: rgba(255,255,255,.68); font-size: .77rem; }
.payment-help { padding-top: 23px; border-top: 1px solid var(--line); }
.payment-help p { margin: 7px 0 18px; color: #675f64; font-size: .9rem; }
.payment-return { padding: 22px 0; border-top: 1px solid var(--line); background: #fff; font-weight: 800; }
.payment-return a:hover { color: var(--purple); }
.payment-footer { padding: 36px 0; }
.payment-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; color: rgba(255,255,255,.75); }
.payment-footer-inner .footer-logo { width: 240px; }

@media (max-width: 980px) {
  .site-header { height: 68px; }
  .brand { width: 205px; }
  .brand img { height: 50px; }
  .header-inner { gap: 10px; }
  .header-book-btn { margin-left: auto; }
  .menu-toggle { display: block; flex: 0 0 auto; }
  .nav {
    position: fixed;
    inset: 68px 0 0;
    display: none;
    align-items: stretch;
    padding: 30px 24px;
    background: var(--paper);
    flex-direction: column;
  }
  .nav.open { display: flex; }
  .nav .btn { margin-top: 10px; }
  .intro-grid, .split, .booking-layout { grid-template-columns: 1fr; gap: 42px; }
  .booking-aside { position: static; }
  .booking-intro, .policy-layout { grid-template-columns: 1fr; gap: 20px; }
  .booking-tour-card { grid-template-columns: 145px 1fr; }
  .related-tour-card { grid-template-columns: 1fr; }
  .related-tour-card img { min-height: 240px; max-height: 280px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid rgba(255,255,255,.28); }
  .timeline-item { padding: 0 0 28px 28px; }
  .timeline-item::before { top: 5px; left: -8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-mosaic, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .payment-layout { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 68px 0; }
  .hero { min-height: 710px; }
  .hero::before { background: linear-gradient(0deg, rgba(13,15,14,.93) 0%, rgba(13,15,14,.25) 80%); }
  .hero-horseback .hero-bg { object-position: 62% center; }
  .hero-content { padding: 90px 0 42px; }
  .hero-card { padding: 26px 20px; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-fact:nth-child(2) { border-right: 0; }
  .hero-fact { padding: 18px 10px; border-bottom: 1px solid var(--line); }
  .cards, .tour-compare, .restaurant-grid, .form-grid, .footer-grid, .booking-tour-options, .related-tour-grid { grid-template-columns: 1fr; }
  .brand { width: 140px; }
  .header-book-btn { min-height: 38px; padding: 7px 12px; font-size: .78rem; }
  .menu-toggle { padding: 5px; }
  .menu-toggle span { width: 24px; margin: 5px 0; }
  .booking-tour-card { grid-template-columns: 112px 1fr; }
  .booking-tour-card img { min-height: 190px; }
  .booking-tour-content { gap: 9px; padding: 18px 15px; }
  .booking-tour-topline { display: grid; gap: 4px; }
  .booking-tour-topline strong { font-size: 1.12rem; }
  .booking-tour-topline b { font-size: 1.35rem; }
  .booking-tour-content > span:nth-child(2) { font-size: .82rem; }
  .booking-tour-action { font-size: .7rem; }
  .booking-cost-card, .booking-included { padding: 23px 20px; }
  .policy-card > div { grid-template-columns: 42px 1fr; padding: 19px 18px; }
  .card img { height: 220px; }
  .photo-frame img { min-height: 390px; }
  .photo-note { right: 10px; bottom: 14px; }
  .feature-list { grid-template-columns: 1fr; }
  .tour-panel { min-height: 430px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .form-card { padding: 24px 18px; }
  .field.full { grid-column: auto; }
  .child-field { grid-template-columns: 1fr 76px; }
  .extras-fieldset { padding: 20px 15px; }
  .extras-grid { grid-template-columns: 1fr; }
  .whatsapp span { display: none; }
  .whatsapp { width: 54px; height: 54px; justify-content: center; padding: 0; border-radius: 50%; font-size: 1.3rem; }
  .footer-logo { width: min(100%, 300px); }
  .section-heading-row, .gallery-notice { align-items: flex-start; flex-direction: column; }
  .gallery-notice strong { flex-basis: auto; }
  .gallery-mosaic, .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-tile-wide, .gallery-item.featured, .gallery-item.wide { grid-column: auto; }
  .gallery-item.tall { grid-row: auto; }
  .payment-header-label { display: none; }
  .payment-section { padding: 50px 0; }
  .payment-facts { grid-template-columns: 1fr; }
  .payment-methods { grid-template-columns: 1fr; }
  .paypal-card { padding: 25px 18px; }
  .payment-footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 380px) {
  .brand { width: 122px; }
  .header-book-btn { padding-inline: 10px; font-size: .72rem; }
  .menu-toggle span { width: 22px; }
  .booking-tour-card { grid-template-columns: 96px 1fr; }
  .booking-tour-content { padding: 15px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
