:root {
  --ink: #241416;
  --muted: #6f5c5f;
  --line: #eadcdf;
  --paper: #fffafa;
  --mist: #fff1f2;
  --green: #c40012;
  --green-dark: #7b000c;
  --coral: #e31b23;
  --gold: #c9a24a;
  --wine: #4b0008;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(75, 0, 8, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.modal-open {
  overflow: hidden;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(18px, 5vw, 64px);
  color: var(--white);
  background: linear-gradient(90deg, var(--green-dark), var(--green) 48%, #d71920);
  border-bottom: 1px solid rgba(201, 162, 74, 0.62);
  box-shadow: 0 12px 34px rgba(75, 0, 8, 0.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-logo {
  width: 118px;
  height: 58px;
  display: block;
  object-fit: contain;
  object-position: center;
  background: var(--white);
  border: 1px solid rgba(255, 229, 154, 0.86);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(75, 0, 8, 0.22);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
}

.nav a:hover {
  color: var(--gold);
}

.topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.nav-cta,
.nav-login,
.button,
.quick-search button,
.booking-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.nav-cta,
.primary,
.quick-search button {
  color: var(--white);
  background: var(--green);
}

.topbar .nav-cta {
  color: var(--green-dark);
  background: var(--white);
  border: 1px solid rgba(255, 229, 154, 0.86);
  box-shadow: 0 8px 22px rgba(75, 0, 8, 0.18);
}

.nav-login {
  color: var(--green-dark);
  background: linear-gradient(135deg, #fff8e4, #ffffff);
  border: 1px solid rgba(201, 162, 74, 0.6);
  box-shadow: 0 8px 20px rgba(75, 0, 8, 0.08);
}

.nav-cta:hover,
.nav-login:hover,
.primary:hover,
.quick-search button:hover {
  background: var(--green-dark);
  color: var(--white);
}

.topbar .nav-cta:hover {
  color: var(--green-dark);
  background: #fff8e4;
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
}

.hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: end;
  padding: 118px clamp(18px, 5vw, 64px) 118px;
  overflow: hidden;
  background: var(--wine);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 30, 26, 0.72), rgba(10, 30, 26, 0.24) 54%, rgba(10, 30, 26, 0.08)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=85") center / cover;
}

.hero-slide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  transition: opacity 700ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(75, 0, 8, 0.88), rgba(75, 0, 8, 0));
  content: "";
}

.destination-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  padding: 96px clamp(18px, 5vw, 64px) 86px;
  overflow: hidden;
}

.destination-hero-media {
  position: absolute;
  inset: 0;
  background-color: var(--green-dark);
  background-position: center;
  background-size: cover;
}

.destination-hero-content {
  position: relative;
  max-width: 790px;
  color: var(--white);
}

.destination-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 0.94;
}

.destination-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.6;
}

.back-link {
  display: inline-flex;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.back-link:hover {
  color: var(--gold);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  color: var(--white);
}

.luxury-logo-stage {
  position: absolute;
  top: 34px;
  left: clamp(18px, 5vw, 64px);
  z-index: 2;
  width: min(460px, 82vw);
  height: 126px;
  display: grid;
  align-items: center;
  padding: 14px 20px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(255, 248, 226, 0.96) 55%, rgba(255, 255, 255, 0.99)) padding-box,
    linear-gradient(135deg, #fff2b4, var(--gold), #8a0712, #fff2b4) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.36),
    0 0 42px rgba(201, 162, 74, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.luxury-logo-stage::after {
  position: absolute;
  inset: 7px;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0.42) 28%, rgba(255, 255, 255, 0) 48%);
  border: 1px solid rgba(201, 162, 74, 0.36);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 98px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.18);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 5.8vw, 5.4rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-attractions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
  margin-top: 22px;
}

.hero-attractions span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(36, 20, 22, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-badges span {
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-slider-controls {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.hero-slider-controls button {
  width: 38px;
  height: 6px;
  padding: 0;
  background: rgba(255, 255, 255, 0.38);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.hero-slider-controls button.is-active {
  background: var(--white);
}

.quick-search {
  max-width: 1180px;
  margin: -54px auto 0;
  padding: 0 clamp(18px, 4vw, 30px);
  position: relative;
  z-index: 3;
}

.quick-search form {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr 0.7fr auto;
  gap: 12px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.featured-tour {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  margin: 28px auto 0;
  padding: 0 clamp(18px, 4vw, 30px);
}

.featured-tour-copy,
.featured-pricing {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(75, 0, 8, 0.08);
}

.featured-tour-copy {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.featured-tour-copy h2 {
  max-width: 780px;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
}

.featured-tour-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.featured-route {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.featured-route span {
  padding: 9px 12px;
  color: var(--green-dark);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
}

.featured-pricing {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 18px;
}

.featured-package-photo {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--mist);
  border-radius: 8px;
}

.featured-package-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.featured-package-photo:hover img {
  transform: scale(1.04);
}

.featured-pricing div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.featured-pricing span {
  color: var(--muted);
  font-weight: 800;
}

.featured-pricing strong {
  color: var(--green-dark);
  font-size: 1.18rem;
}

.trust-strip {
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 20px auto 0;
  padding: 0 clamp(18px, 4vw, 30px);
}

.trust-strip div {
  display: grid;
  gap: 4px;
  min-height: 112px;
  align-content: center;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
}

.trust-strip div:first-child {
  border-radius: 8px 0 0 8px;
}

.trust-strip div:last-child {
  border-radius: 0 8px 8px 0;
}

.trust-strip strong {
  color: var(--green-dark);
  font-size: 1.15rem;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.destination-toolbar {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.8fr 1.5fr;
  gap: 12px;
  margin: -42px auto 0;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.live-note {
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 12px;
  color: var(--green-dark);
  background: var(--mist);
  border-radius: 8px;
}

.live-note span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

label {
  display: grid;
  gap: 7px;
}

label span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.section,
.split-section,
.api-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px clamp(18px, 4vw, 30px);
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin-bottom: 30px;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.booking-copy p,
.api-band p,
.footer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.package-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.package-card:hover,
.package-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(196, 0, 18, 0.34);
  box-shadow: 0 18px 40px rgba(75, 0, 8, 0.14);
  outline: none;
}

.package-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: var(--mist);
  background-position: center;
  background-size: cover;
}

.package-body {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.package-card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.package-card p {
  margin: 0;
  min-height: 48px;
  color: var(--muted);
  line-height: 1.5;
}

.package-card button {
  justify-self: start;
  min-height: 38px;
  padding: 0 13px;
  color: var(--green);
  background: var(--mist);
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.about-section,
.why-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px clamp(18px, 4vw, 30px);
}

.about-section {
  display: grid;
  gap: 28px;
  border-top: 1px solid var(--line);
}

.about-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: start;
}

.about-lead h2 {
  max-width: 640px;
}

.about-copy {
  display: grid;
  gap: 14px;
}

.about-copy p,
.info-panel p,
.why-grid p,
.mission-vision p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.proof-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: end;
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(75, 0, 8, 0.98), rgba(196, 0, 18, 0.88)),
    var(--green-dark);
  border-radius: 8px;
  border: 1px solid rgba(201, 162, 74, 0.28);
  box-shadow: 0 14px 30px rgba(75, 0, 8, 0.14);
}

.proof-card strong {
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
}

.proof-card span {
  line-height: 1.45;
}

.about-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.founder-profile {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
  gap: 34px;
  align-items: stretch;
  margin-top: 14px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 250, 0.96), rgba(255, 241, 242, 0.9)),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 0, 8, 0.09);
}

.founder-photo-wrap {
  min-height: 100%;
  background: var(--wine);
}

.founder-photo {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.founder-copy {
  display: grid;
  gap: 15px;
  align-content: center;
  padding: clamp(26px, 4vw, 46px);
}

.founder-copy h2 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.founder-role {
  margin: -4px 0 4px;
  color: var(--green-dark);
  font-size: 1.05rem;
  font-weight: 900;
}

.founder-copy > p:not(.eyebrow):not(.founder-role),
.founder-message p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.founder-message {
  display: grid;
  gap: 13px;
  margin: 12px 0 0;
  padding: 22px;
  background: var(--white);
  border: 1px solid rgba(196, 0, 18, 0.14);
  border-left: 4px solid var(--green);
  border-radius: 8px;
}

.founder-message h3 {
  margin: 0;
  font-size: 1.12rem;
}

.founder-message footer {
  display: grid;
  gap: 3px;
  color: var(--green-dark);
}

.founder-message footer span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.info-panel,
.why-grid article,
.mission-vision article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.info-panel {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 22px;
}

.info-panel h3,
.why-grid h3,
.mission-vision h3 {
  margin: 0;
  font-size: 1.12rem;
}

.check-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.55;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
  content: "✓";
}

.destinations-panel {
  background:
    linear-gradient(135deg, rgba(238, 245, 242, 0.92), rgba(255, 247, 237, 0.8)),
    var(--white);
}

.destination-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.destination-tags span {
  padding: 9px 12px;
  color: var(--green-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.why-section {
  max-width: none;
  padding-left: max(clamp(18px, 6vw, 90px), calc((100vw - 1180px) / 2 + 30px));
  padding-right: max(clamp(18px, 6vw, 90px), calc((100vw - 1180px) / 2 + 30px));
  background: var(--mist);
}

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

.why-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
}

.why-grid article:nth-child(3n + 1) {
  border-top: 4px solid var(--green);
}

.why-grid article:nth-child(3n + 2) {
  border-top: 4px solid var(--coral);
}

.why-grid article:nth-child(3n + 3) {
  border-top: 4px solid var(--gold);
}

.mission-vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 24px;
}

.mission-vision article {
  display: grid;
  gap: 10px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(251, 252, 249, 0.96)),
    var(--white);
}

.quote-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 28px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(75, 0, 8, 0.98), rgba(196, 0, 18, 0.9) 62%, rgba(215, 25, 32, 0.88)),
    var(--green-dark);
  border: 1px solid rgba(201, 162, 74, 0.3);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 0, 8, 0.16);
}

.quote-cta h2 {
  max-width: 820px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.quote-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.quote-cta .primary {
  min-width: 230px;
  color: var(--green-dark);
  background: var(--gold);
}

.quote-cta .primary:hover {
  background: #dcb45b;
}

.places-grid,
.hotel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

.tour-package-section {
  padding-bottom: 40px;
}

.tour-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.itinerary-option-card {
  display: grid;
  overflow: hidden;
  min-height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(21, 32, 29, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.itinerary-option-card:hover,
.itinerary-option-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(196, 0, 18, 0.34);
  box-shadow: 0 18px 40px rgba(75, 0, 8, 0.14);
  outline: none;
}

.itinerary-option-media {
  aspect-ratio: 16 / 10;
  background-color: var(--mist);
  background-position: center;
  background-size: cover;
}

.itinerary-option-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.itinerary-option-body h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.16;
}

.itinerary-option-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.itinerary-option-body div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.itinerary-option-body strong {
  color: var(--green-dark);
}

.itinerary-option-body div span {
  color: var(--coral);
  font-size: 0.9rem;
  font-weight: 900;
}

.package-detail-section[hidden] {
  display: none;
}

.package-detail-section {
  padding-top: 72px;
}

.package-detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.35fr) minmax(0, 0.65fr);
  gap: 24px;
  align-items: start;
}

.package-detail-summary,
.detail-block {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(21, 32, 29, 0.08);
}

.package-detail-summary {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
  padding: 22px;
}

.package-detail-summary h2,
.detail-block h2 {
  margin: 0;
}

.package-detail-summary h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
}

.detail-price {
  padding: 12px;
  color: var(--green-dark);
  background: linear-gradient(135deg, #fff8e3, var(--mist));
  border: 1px solid rgba(201, 162, 74, 0.42);
  border-radius: 8px;
  font-weight: 900;
}

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

.detail-facts span {
  padding: 8px 10px;
  color: var(--green-dark);
  background: var(--mist);
  border-radius: 8px;
  font-weight: 800;
}

.package-detail-summary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.package-detail-main,
.detail-block {
  display: grid;
  gap: 18px;
}

.detail-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.detail-block {
  padding: 22px;
}

.detail-block ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.day-wise-block {
  gap: 16px;
}

.day-wise-grid {
  display: grid;
  gap: 14px;
}

.day-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.66fr);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.day-card img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: block;
  object-fit: cover;
}

.day-card div {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
}

.day-card span {
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.day-card h3,
.day-card p {
  margin: 0;
}

.day-card h3 {
  font-size: 1.25rem;
}

.day-card p {
  color: var(--muted);
  line-height: 1.6;
}

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

.tour-package-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(21, 32, 29, 0.08);
}

.tour-package-media {
  min-height: 100%;
  background-color: var(--mist);
  background-position: center;
  background-size: cover;
}

.tour-package-content {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.tour-package-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.tour-package-heading h3,
.tour-package-content h4 {
  margin: 0;
}

.tour-package-heading h3 {
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.05;
}

.tour-package-heading strong {
  padding: 10px 12px;
  color: var(--green-dark);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.95rem;
  white-space: nowrap;
}

.package-kicker {
  margin: 0 0 7px;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tour-package-content > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.tour-package-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tour-package-content ul,
.tour-package-content ol {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.tour-package-content details {
  padding: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.tour-package-content summary {
  color: var(--green-dark);
  font-weight: 900;
  cursor: pointer;
}

.docx-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.docx-gallery a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--mist);
  border-radius: 8px;
}

.docx-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.docx-gallery a:hover img {
  transform: scale(1.05);
}

.document-button {
  justify-self: start;
  border: 1px solid var(--line);
}

.tours-only-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 250, 0), rgba(255, 241, 242, 0.82));
}

.tours-only-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.tour-only-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(75, 0, 8, 0.1);
}

.tour-only-media {
  min-height: 280px;
  background-color: var(--mist);
  background-position: center;
  background-size: cover;
}

.tour-only-body {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 24px;
}

.tour-only-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.tour-only-heading h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.tour-only-heading strong {
  padding: 10px 12px;
  color: var(--green-dark);
  background: linear-gradient(135deg, #fff8e3, var(--mist));
  border: 1px solid rgba(201, 162, 74, 0.42);
  border-radius: 8px;
  font-size: 0.95rem;
  white-space: nowrap;
}

.tour-only-body > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.tour-only-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tour-only-actions .ghost {
  border: 1px solid var(--line);
}

.place-card {
  min-height: 170px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 74, 62, 0.92), rgba(227, 108, 79, 0.72)),
    var(--green);
  border-radius: 8px;
}

.place-card strong {
  font-size: 1.15rem;
}

.place-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.hotel-section {
  padding-top: 20px;
}

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

.hotel-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(21, 32, 29, 0.08);
}

.hotel-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: var(--mist);
  background-position: center;
  background-size: cover;
}

.hotel-body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.hotel-body h3 {
  margin: 4px 0 0;
  font-size: 1.22rem;
}

.hotel-area,
.stars {
  margin: 0;
}

.hotel-area {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.stars {
  color: var(--gold);
  font-size: 0.92rem;
}

.price-box,
.sell-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.price-box span,
.sell-price span,
.sell-price small {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.price-box strong,
.sell-price strong {
  font-size: 1.12rem;
}

.commission {
  background: #fff7ed;
  border-color: #f3d1b5;
}

.sell-price {
  display: grid;
  gap: 4px;
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.sell-price span,
.sell-price small {
  color: rgba(255, 255, 255, 0.82);
}

.sell-price strong {
  font-size: 1.85rem;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.booking-copy {
  display: grid;
  gap: 18px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-list span {
  padding: 9px 12px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green-dark);
  font-weight: 800;
}

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

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.full {
  width: 100%;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.api-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  background: var(--mist);
  max-width: none;
  padding-left: max(clamp(18px, 6vw, 90px), calc((100vw - 1180px) / 2 + 30px));
  padding-right: max(clamp(18px, 6vw, 90px), calc((100vw - 1180px) / 2 + 30px));
}

.api-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.api-steps div {
  min-height: 128px;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 18px;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
}

.api-steps strong {
  font-size: 1.7rem;
  color: var(--gold);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 64px);
  color: var(--white);
  background: var(--ink);
}

.footer address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

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

.choice-modal[hidden] {
  display: none;
}

.choice-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 20px;
}

.choice-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 20, 22, 0.58);
  backdrop-filter: blur(8px);
}

.choice-panel {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.choice-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1.05;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  color: var(--muted);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.provider-list,
.whatsapp-choice-list {
  display: grid;
  gap: 10px;
}

.provider-list button,
.whatsapp-choice-list a {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fffdfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.provider-list button:hover,
.whatsapp-choice-list a:hover {
  border-color: rgba(196, 0, 18, 0.42);
  box-shadow: 0 10px 24px rgba(75, 0, 8, 0.1);
}

.provider-list span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
}

.login-detail-form,
.account-summary,
.account-history {
  display: grid;
  gap: 12px;
}

.login-detail-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 800;
}

.login-detail-form input {
  width: 100%;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.account-card,
.account-history {
  padding: 14px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.account-card {
  display: grid;
  gap: 4px;
}

.account-card span,
.account-card small,
.account-history small,
.account-history p {
  margin: 0;
  color: var(--muted);
}

.account-history div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.whatsapp-choice-list a {
  grid-template-columns: 1fr;
}

.whatsapp-choice-list span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .quick-search form,
  .destination-toolbar,
  .featured-tour,
  .package-grid,
  .trust-strip,
  .proof-grid,
  .about-panels,
  .why-grid,
  .places-grid,
  .hotel-grid,
  .tour-package-grid,
  .package-detail-layout,
  .detail-columns,
  .tour-package-card,
  .tour-only-card,
  .split-section,
  .api-band {
    grid-template-columns: 1fr 1fr;
  }

  .about-lead,
  .founder-profile,
  .mission-vision,
  .quote-cta {
    grid-template-columns: 1fr;
  }

  .trust-strip div:first-child,
  .trust-strip div:last-child {
    border-radius: 8px;
  }

  .quote-cta .primary {
    justify-self: start;
  }

  .quick-search button,
  .live-note,
  .booking-copy,
  .api-band > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav {
    justify-content: flex-start;
    gap: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 108px;
    height: 54px;
    flex: 0 0 auto;
  }

  .nav-cta {
    width: 100%;
  }

  .hero {
    min-height: 680px;
    display: block;
    padding-top: 34px;
  }

  .hero-badges span {
    width: 100%;
  }

  .luxury-logo-stage {
    position: relative;
    top: auto;
    left: auto;
    width: min(340px, 88vw);
    height: 98px;
    margin-bottom: 28px;
    padding: 12px 16px;
  }

  .hero-logo {
    height: 74px;
  }

  .hero-globe {
    left: 23px;
    top: 22px;
    width: 58px;
    height: 58px;
  }

  .quick-search {
    margin-top: -28px;
  }

  .quick-search form,
  .destination-toolbar,
  .featured-tour,
  .package-grid,
  .trust-strip,
  .proof-grid,
  .about-panels,
  .founder-profile,
  .why-grid,
  .mission-vision,
  .places-grid,
  .hotel-grid,
  .tour-package-grid,
  .package-detail-layout,
  .detail-columns,
  .day-card,
  .tour-package-card,
  .tour-only-card,
  .split-section,
  .form-row,
  .api-band,
  .api-steps,
  .footer {
    grid-template-columns: 1fr;
  }

  .footer {
    display: grid;
  }

  .founder-photo {
    min-height: 440px;
  }

  .destination-hero {
    min-height: 540px;
    padding-top: 74px;
  }

  .tour-package-heading,
  .tour-package-columns,
  .tour-only-heading {
    grid-template-columns: 1fr;
  }

  .tour-package-heading strong,
  .tour-only-heading strong {
    justify-self: start;
    white-space: normal;
  }

  .tour-package-media,
  .tour-only-media {
    min-height: 260px;
  }

  .package-detail-summary {
    position: static;
  }

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

@media (prefers-reduced-motion: reduce) {
  .logo-globe {
    animation: none;
  }
}
