:root {
  --ink: #071421;
  --muted: #667085;
  --line: #e7e2dc;
  --paper: #fffaf3;
  --white: #ffffff;
  --clay: #c97822;
  --gold: #e3ae68;
  --teal: #0f5b43;
  --shadow: 0 22px 70px rgba(22, 32, 45, 0.12);
}

@media (max-width: 640px) {
  .content-layout > .reserve-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 300px;
  }

  .content-layout > .reserve-card .booking-box,
  .content-layout > .reserve-card .time-picker,
  .content-layout > .reserve-card .reserve-btn,
  .content-layout > .reserve-card .mini-facts {
    max-width: 100%;
    width: 100%;
  }

  .content-layout > .reserve-card .time-slots button {
    min-width: 0;
    width: 100%;
  }

  .content-layout > .reserve-card .reserve-btn {
    font-size: 13px;
    padding-inline: 10px;
  }

  .content-layout > .reserve-card p {
    overflow-wrap: normal;
  }
}

/* Final tour-details header lock */
.detail-header {
  display: none;
}

.detail-shell {
  max-width: none;
  overflow: hidden;
  padding: 0 0 72px;
}

.experience-hero {
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.98) 0%, rgba(255, 250, 243, 0.93) 30%, rgba(255, 246, 232, 0.45) 58%, rgba(255, 246, 232, 0.1) 100%),
    linear-gradient(180deg, rgba(233, 242, 252, 0.96) 0%, rgba(255, 247, 235, 0.78) 42%, rgba(209, 121, 47, 0.44) 100%),
    var(--tour-hero-image, none) center 47% / cover no-repeat;
  margin: 0;
  min-height: 690px;
  overflow: hidden;
  padding: 32px clamp(42px, 11vw, 118px) 52px;
  position: relative;
  width: 100%;
}

.experience-hero::before {
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.96) 0%, rgba(255, 250, 243, 0.84) 29%, rgba(255, 248, 239, 0.3) 52%, rgba(255, 248, 239, 0.02) 83%),
    linear-gradient(0deg, rgba(197, 111, 41, 0.24), rgba(255, 250, 243, 0.04) 45%);
  z-index: 1;
}

.experience-hero::after {
  background:
    linear-gradient(0deg, rgba(255, 250, 243, 0.72), rgba(255, 250, 243, 0)),
    radial-gradient(ellipse at 43% 78%, rgba(154, 88, 31, 0.18), transparent 38%);
  height: 120px;
  z-index: 2;
}

.experience-bg {
  bottom: -16px;
  height: 360px;
  left: 47%;
  max-width: 620px;
  min-width: 440px;
  object-fit: cover;
  object-position: center 37%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  width: 45vw;
  z-index: 3;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 90%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 90%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  mask-composite: intersect;
}

.hero-copy-panel {
  max-width: 430px;
  position: relative;
  z-index: 5;
}

.experience-hero .back-link {
  color: #172033;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  margin-bottom: 24px;
}

.experience-hero .back-link i {
  font-size: 10px;
}

.experience-hero .kicker {
  color: #d06916;
  font-size: 10px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.experience-hero h1 {
  color: #071421;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 4.8vw, 62px);
  line-height: 0.88;
  max-width: 10ch;
}

.experience-hero h1 span {
  color: #d77618;
  display: block;
  font-family: "Caveat", cursive;
  font-size: 0.86em;
  font-weight: 600;
  line-height: 0.72;
  margin-top: 2px;
  transform: rotate(-6deg);
}

.hero-summary {
  color: #1f2937;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.58;
  margin-top: 24px;
  max-width: 33ch;
}

.experience-hero .tour-facts {
  gap: 10px;
  margin-top: 18px;
}

.experience-hero .tour-facts > span {
  background: rgba(255, 246, 232, 0.94);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(118, 72, 29, 0.12);
  color: #374151;
  font-size: 10px;
  gap: 7px;
  min-height: 34px;
  padding: 8px 12px;
  white-space: nowrap;
}

.experience-hero .tour-facts i {
  color: #d77618;
  font-size: 10px;
}

.experience-hero .photo-grid {
  bottom: auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 120px);
  grid-template-rows: repeat(3, 120px);
  margin: 0;
  opacity: 1;
  position: absolute;
  right: clamp(22px, 7vw, 86px);
  top: 32px;
  transform: none;
  width: auto;
  z-index: 5;
}

.experience-hero .gallery-strip {
  display: contents;
}

.experience-hero .gallery-main,
.experience-hero .gallery-thumb {
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(52, 31, 14, 0.2);
  height: 120px;
  min-height: 0;
  overflow: hidden;
}

.experience-hero .gallery-main {
  grid-row: auto;
}

.experience-hero .gallery-main img,
.experience-hero .gallery-thumb img {
  aspect-ratio: auto;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.experience-hero .gallery-main::after,
.experience-hero .gallery-pill {
  display: none;
}

.experience-hero .gallery-thumb.is-active {
  outline: 0;
}

.experience-hero .gallery-thumb:hover img,
.experience-hero .gallery-thumb.is-active img {
  filter: none;
  transform: none;
}

.experience-hero .host-strip {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  bottom: 22px;
  box-shadow: 0 20px 54px rgba(43, 31, 21, 0.16);
  display: grid;
  gap: 14px;
  grid-template-columns: 56px minmax(0, 1fr);
  left: clamp(42px, 11vw, 118px);
  margin: 0;
  max-width: 460px;
  padding: 16px 18px;
  position: absolute;
  z-index: 6;
}

.experience-hero .host-strip img {
  aspect-ratio: 1;
  border-radius: 999px;
  object-fit: cover;
  object-position: center 26%;
}

.experience-hero .host-strip h2 {
  color: #111827;
  font-size: 15px;
  letter-spacing: -0.03em;
  margin: 0 0 4px;
}

.experience-hero .host-strip p {
  color: #475467;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.content-layout {
  margin: 52px auto 0;
}

@media (min-width: 1200px) {
  .experience-hero {
    min-height: 760px;
  }

  .experience-bg {
    height: 410px;
    max-width: 720px;
  }

  .experience-hero .photo-grid {
    gap: 12px;
    grid-template-columns: repeat(2, 142px);
    grid-template-rows: repeat(3, 142px);
  }

  .experience-hero .gallery-main,
  .experience-hero .gallery-thumb {
    height: 142px;
  }
}

@media (max-width: 900px) {
  .experience-hero {
    min-height: 640px;
    padding-inline: 28px;
  }

  .experience-bg {
    left: 52%;
    min-width: 430px;
    width: 62vw;
  }

  .experience-hero .photo-grid {
    opacity: 0.72;
    right: -18px;
    transform: scale(0.84);
    transform-origin: top right;
  }

  .experience-hero .host-strip {
    left: 28px;
  }
}

@media (max-width: 760px) {
  .experience-hero {
    background:
      linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(255, 250, 243, 0.9) 38%, rgba(255, 250, 243, 0.22) 68%),
      linear-gradient(0deg, rgba(197, 111, 41, 0.34), rgba(255, 250, 243, 0.02) 48%),
      var(--tour-hero-image, none) center bottom / cover no-repeat;
    padding: 24px 16px 28px;
  }

  .experience-bg {
    display: none;
  }

  .experience-hero .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    margin: 54px 0 0;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  .experience-hero .gallery-main,
  .experience-hero .gallery-thumb {
    border: 3px solid rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(52, 31, 14, 0.18);
    height: auto;
  }

  .experience-hero .gallery-main img,
  .experience-hero .gallery-thumb img {
    aspect-ratio: 1 / 1;
  }

  .experience-hero .host-strip {
    bottom: auto;
    left: auto;
    margin: 22px auto 0;
    max-width: 360px;
    position: relative;
  }
}

/* Tour details header reference match */
.detail-header {
  display: none;
}

.detail-shell {
  max-width: none;
  overflow: hidden;
  padding: 0 0 72px;
}

.experience-hero {
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.98) 0%, rgba(255, 250, 243, 0.92) 31%, rgba(255, 246, 232, 0.4) 59%, rgba(255, 246, 232, 0.1) 100%),
    linear-gradient(180deg, rgba(233, 242, 252, 0.96) 0%, rgba(255, 247, 235, 0.82) 42%, rgba(209, 121, 47, 0.38) 100%),
    var(--tour-hero-image, none) center 47% / cover no-repeat;
  margin: 0;
  min-height: 690px;
  padding: 32px clamp(42px, 11vw, 118px) 52px;
  width: 100%;
}

.experience-hero::before {
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.96) 0%, rgba(255, 250, 243, 0.84) 29%, rgba(255, 248, 239, 0.28) 52%, rgba(255, 248, 239, 0.02) 83%),
    linear-gradient(0deg, rgba(197, 111, 41, 0.28), rgba(255, 250, 243, 0.04) 45%);
  z-index: 1;
}

.experience-hero::after {
  background:
    linear-gradient(0deg, rgba(255, 250, 243, 0.72), rgba(255, 250, 243, 0)),
    radial-gradient(ellipse at 43% 78%, rgba(154, 88, 31, 0.2), transparent 38%);
  height: 120px;
  z-index: 2;
}

.experience-bg {
  bottom: -34px;
  height: auto;
  left: 46%;
  max-width: 620px;
  min-width: 460px;
  object-fit: contain;
  object-position: center bottom;
  opacity: 1;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  width: 45vw;
  z-index: 2;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(0deg, #000 0%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(0deg, #000 0%, #000 82%, transparent 100%);
  mask-composite: intersect;
}

.hero-copy-panel {
  max-width: 430px;
  position: relative;
  z-index: 5;
}

.experience-hero .back-link {
  color: #172033;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  margin-bottom: 24px;
}

.experience-hero .back-link i {
  font-size: 10px;
}

.experience-hero .kicker {
  color: #d06916;
  font-size: 10px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.experience-hero h1 {
  color: #071421;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 4.8vw, 62px);
  line-height: 0.88;
  max-width: 10ch;
}

.experience-hero h1 span {
  color: #d77618;
  display: block;
  font-family: "Caveat", cursive;
  font-size: 0.86em;
  font-weight: 600;
  line-height: 0.72;
  margin-top: 2px;
  transform: rotate(-6deg);
}

.hero-summary {
  color: #1f2937;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.58;
  margin-top: 24px;
  max-width: 33ch;
}

.experience-hero .tour-facts {
  gap: 10px;
  margin-top: 18px;
}

.experience-hero .tour-facts > span {
  background: rgba(255, 246, 232, 0.94);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(118, 72, 29, 0.12);
  color: #374151;
  font-size: 10px;
  gap: 7px;
  min-height: 34px;
  padding: 8px 12px;
  white-space: nowrap;
}

.experience-hero .tour-facts i {
  color: #d77618;
  font-size: 10px;
}

.experience-hero .photo-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 120px);
  grid-template-rows: repeat(3, 120px);
  margin: 0;
  position: absolute;
  right: clamp(22px, 7vw, 86px);
  top: 32px;
  width: auto;
  z-index: 5;
}

.experience-hero .gallery-strip {
  display: contents;
}

.experience-hero .gallery-main,
.experience-hero .gallery-thumb {
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(52, 31, 14, 0.2);
  height: 120px;
  min-height: 0;
  overflow: hidden;
}

.experience-hero .gallery-main {
  grid-row: auto;
}

.experience-hero .gallery-main img,
.experience-hero .gallery-thumb img {
  aspect-ratio: auto;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.experience-hero .gallery-main::after,
.experience-hero .gallery-pill {
  display: none;
}

.experience-hero .gallery-thumb.is-active {
  outline: 0;
}

.experience-hero .gallery-thumb:hover img,
.experience-hero .gallery-thumb.is-active img {
  filter: none;
  transform: none;
}

.experience-hero .host-strip {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  bottom: 22px;
  box-shadow: 0 20px 54px rgba(43, 31, 21, 0.16);
  display: grid;
  gap: 14px;
  grid-template-columns: 56px minmax(0, 1fr);
  left: clamp(42px, 11vw, 118px);
  max-width: 460px;
  padding: 16px 18px;
  position: absolute;
  z-index: 6;
}

.experience-hero .host-strip img {
  aspect-ratio: 1;
  border-radius: 999px;
  object-fit: cover;
  object-position: center 26%;
}

.experience-hero .host-strip h2 {
  color: #111827;
  font-size: 15px;
  letter-spacing: -0.03em;
  margin: 0 0 4px;
}

.experience-hero .host-strip p {
  color: #475467;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.content-layout {
  margin: 52px auto 0;
}

@media (min-width: 1200px) {
  .experience-hero {
    min-height: 760px;
  }

  .experience-bg {
    max-width: 720px;
  }

  .experience-hero .photo-grid {
    gap: 12px;
    grid-template-columns: repeat(2, 142px);
    grid-template-rows: repeat(3, 142px);
  }

  .experience-hero .gallery-main,
  .experience-hero .gallery-thumb {
    height: 142px;
  }
}

@media (max-width: 900px) {
  .experience-hero {
    min-height: 640px;
    padding-inline: 28px;
  }

  .experience-bg {
    left: 52%;
    min-width: 440px;
    width: 62vw;
  }

  .experience-hero .photo-grid {
    opacity: 0.72;
    right: -18px;
    transform: scale(0.84);
    transform-origin: top right;
  }

  .experience-hero .host-strip {
    left: 28px;
  }
}

@media (max-width: 760px) {
  .experience-hero {
    background:
      linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(255, 250, 243, 0.9) 38%, rgba(255, 250, 243, 0.22) 68%),
      linear-gradient(0deg, rgba(197, 111, 41, 0.34), rgba(255, 250, 243, 0.02) 48%),
      var(--tour-hero-image, none) center bottom / cover no-repeat;
    padding: 24px 16px 28px;
  }

  .experience-bg {
    display: none;
  }

  .experience-hero .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    margin: 54px 0 0;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  .experience-hero .gallery-main,
  .experience-hero .gallery-thumb {
    border: 3px solid rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(52, 31, 14, 0.18);
    height: auto;
  }

  .experience-hero .gallery-main img,
  .experience-hero .gallery-thumb img {
    aspect-ratio: 1 / 1;
  }

  .experience-hero .host-strip {
    bottom: auto;
    left: auto;
    margin: 22px auto 0;
    max-width: 360px;
    position: relative;
  }
}

/* Final reference-match hero positioning */
.experience-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.92) 32%, rgba(255, 250, 243, 0.42) 54%, rgba(255, 250, 243, 0.08) 78%),
    linear-gradient(0deg, rgba(210, 126, 42, 0.26), rgba(255, 250, 243, 0.12) 52%),
    var(--tour-hero-image, none) center 44% / cover no-repeat;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 760px;
  overflow: hidden;
  padding: 48px max(clamp(22px, 7vw, 96px), calc((100vw - 1180px) / 2 + 40px)) 90px;
  position: relative;
  width: 100vw;
}

.experience-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 250, 243, 0.9) 30%, rgba(255, 250, 243, 0.36) 55%, rgba(255, 250, 243, 0) 82%),
    linear-gradient(0deg, rgba(255, 250, 243, 0.5), rgba(255, 250, 243, 0.08) 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.experience-hero::after {
  background: linear-gradient(0deg, rgba(255, 250, 243, 0.84), rgba(255, 250, 243, 0));
  bottom: 0;
  content: "";
  height: 90px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.experience-bg {
  bottom: -28px;
  display: block;
  height: 76%;
  left: 44%;
  object-fit: contain;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
  z-index: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
}

.hero-copy-panel,
.experience-hero .photo-grid,
.experience-hero .host-strip {
  position: relative;
  z-index: 4;
}

.experience-hero .photo-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 132px 132px;
  margin: 0;
  position: absolute;
  right: max(34px, calc((100vw - 1180px) / 2 + 34px));
  top: 48px;
  width: 276px;
}

.experience-hero .gallery-strip {
  display: contents;
}

.experience-hero .gallery-main,
.experience-hero .gallery-thumb {
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(52, 31, 14, 0.22);
}

.experience-hero .gallery-main {
  grid-row: span 2;
  min-height: 0;
}

.experience-hero .gallery-main img,
.experience-hero .gallery-thumb img {
  height: 100%;
  object-fit: cover;
}

.experience-hero .gallery-thumb img {
  aspect-ratio: 1 / 1;
}

.experience-hero .gallery-main::after,
.experience-hero .gallery-pill {
  display: none;
}

.experience-hero .host-strip {
  bottom: 28px;
  left: max(34px, calc((100vw - 1180px) / 2 + 34px));
  max-width: 500px;
  position: absolute;
}

@media (max-width: 760px) {
  .experience-hero {
    background:
      linear-gradient(180deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.9) 42%, rgba(255, 250, 243, 0.22) 66%, rgba(255, 250, 243, 0) 100%),
      linear-gradient(180deg, #eaf5ff 0%, #fff6e5 48%, #d88b3d 100%);
    min-height: 0;
  }

  .experience-bg {
    display: none;
  }

  .experience-hero .photo-grid {
    display: grid;
    gap: 10px;
    margin: 72px -16px 0;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }

  .experience-hero .gallery-main {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 420px;
  }

  .experience-hero .gallery-main::after,
  .experience-hero .gallery-pill {
    display: block;
  }

  .experience-hero .gallery-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 16px 4px;
  }

  .experience-hero .gallery-thumb {
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    flex: 0 0 112px;
  }

  .experience-hero .host-strip {
    bottom: auto;
    left: auto;
    margin: 24px auto 0;
    position: relative;
  }
}

/* Reference-style Sahara hero */
.experience-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.94) 34%, rgba(255, 250, 243, 0.2) 58%, rgba(255, 250, 243, 0) 100%),
    linear-gradient(180deg, #eaf5ff 0%, #fff6e5 46%, #d88b3d 100%);
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.experience-hero::before {
  background:
    radial-gradient(circle at 34% 72%, rgba(212, 128, 43, 0.28), transparent 38%),
    linear-gradient(0deg, rgba(255, 250, 243, 0.12), rgba(255, 250, 243, 0.72) 72%, rgba(255, 250, 243, 0.96));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.experience-hero::after {
  background: linear-gradient(0deg, rgba(255, 250, 243, 0.88), rgba(255, 250, 243, 0));
  bottom: 0;
  content: "";
  height: 84px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.experience-bg {
  bottom: -10px;
  height: auto;
  left: 44%;
  max-width: 760px;
  min-width: 520px;
  object-fit: contain;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 46vw;
  z-index: 1;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%),
    linear-gradient(0deg, #000 0%, #000 78%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%),
    linear-gradient(0deg, #000 0%, #000 78%, transparent 100%);
  mask-composite: intersect;
}

.hero-copy-panel,
.experience-hero .photo-grid,
.experience-hero .host-strip {
  position: relative;
  z-index: 4;
}

.hero-copy-panel {
  max-width: 560px;
}

.experience-hero .back-link {
  margin-bottom: 28px;
}

.experience-hero .kicker {
  margin-bottom: 12px;
}

.experience-hero h1 {
  font-size: clamp(52px, 5vw, 74px);
  line-height: 0.9;
  max-width: 10ch;
}

.experience-hero h1 span {
  font-size: 0.78em;
  line-height: 0.75;
}

.hero-summary {
  font-size: 16px;
  line-height: 1.55;
  margin-top: 24px;
  max-width: 38ch;
}

.experience-hero .tour-facts {
  gap: 12px;
  margin-top: 24px;
}

.experience-hero .tour-facts > span {
  border-radius: 12px;
  min-height: 42px;
  padding: 11px 14px;
}

.experience-hero .photo-grid {
  bottom: auto;
  display: grid;
  gap: 12px;
  grid-template-columns: 132px 132px;
  margin: 0;
  position: absolute;
  right: max(34px, calc((100vw - 1180px) / 2 + 34px));
  top: 48px;
  width: 276px;
}

.experience-hero .gallery-main,
.experience-hero .gallery-thumb {
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(52, 31, 14, 0.22);
}

.experience-hero .gallery-main {
  grid-row: span 2;
  min-height: 0;
}

.experience-hero .gallery-strip {
  display: contents;
}

.experience-hero .gallery-main img,
.experience-hero .gallery-thumb img {
  height: 100%;
  object-fit: cover;
}

.experience-hero .gallery-thumb img {
  aspect-ratio: 1 / 1;
}

.experience-hero .gallery-main::after,
.experience-hero .gallery-pill {
  display: none;
}

.experience-hero .host-strip {
  bottom: 28px;
  left: max(34px, calc((100vw - 1180px) / 2 + 34px));
  max-width: 500px;
  position: absolute;
}

@media (max-width: 900px) {
  .experience-bg {
    left: 52%;
    min-width: 520px;
    width: 94vw;
  }

  .experience-hero .photo-grid {
    opacity: 0.96;
    right: 18px;
    transform: scale(0.88);
    transform-origin: top right;
  }
}

@media (max-width: 760px) {
  .experience-hero {
    background:
      linear-gradient(180deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.9) 42%, rgba(255, 250, 243, 0.22) 66%, rgba(255, 250, 243, 0) 100%),
      linear-gradient(180deg, #eaf5ff 0%, #fff6e5 48%, #d88b3d 100%);
    min-height: 0;
  }

  .experience-bg {
    display: none;
  }

  .experience-hero .photo-grid {
    display: grid;
    gap: 10px;
    margin: 72px -16px 0;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
  }

  .experience-hero .gallery-main {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 420px;
  }

  .experience-hero .gallery-main::after,
  .experience-hero .gallery-pill {
    display: block;
  }

  .experience-hero .gallery-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 16px 4px;
  }

  .experience-hero .gallery-thumb {
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    flex: 0 0 112px;
  }

  .experience-hero .host-strip {
    bottom: auto;
    left: auto;
    margin: 24px auto 0;
    position: relative;
  }
}

/* Editorial tour hero redesign */
.detail-shell {
  max-width: none;
  padding: 0 0 80px;
}

.experience-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.97) 0%, rgba(255, 250, 243, 0.84) 38%, rgba(255, 250, 243, 0.26) 64%, rgba(255, 250, 243, 0.04) 100%),
    linear-gradient(0deg, rgba(201, 120, 34, 0.32), rgba(255, 250, 243, 0.04) 48%),
    var(--tour-hero-image, none) center / cover no-repeat;
  min-height: 760px;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 48px max(clamp(22px, 7vw, 96px), calc((100vw - 1180px) / 2 + 40px)) 90px;
  position: relative;
  width: 100vw;
}

.experience-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.92) 31%, rgba(255, 250, 243, 0.46) 51%, rgba(255, 250, 243, 0.08) 78%),
    linear-gradient(0deg, rgba(201, 120, 34, 0.18), rgba(255, 250, 243, 0) 48%);
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.experience-bg {
  height: 100%;
  left: 0;
  object-fit: contain;
  object-position: 48% bottom;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  width: 100%;
  z-index: 0;
}

@media (min-width: 761px) {
  .experience-bg {
    transform: scale(1.08);
    transform-origin: 48% bottom;
  }
}

.experience-hero::after {
  background: linear-gradient(0deg, rgba(255, 250, 243, 0.44), rgba(255, 250, 243, 0));
  bottom: 0;
  content: "";
  height: 82px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.hero-copy-panel {
  max-width: 560px;
  position: relative;
  z-index: 3;
}

.experience-hero .back-link {
  color: #334155;
  margin-bottom: 32px;
}

.experience-hero .detail-hero {
  margin: 0;
}

.experience-hero .title-block {
  max-width: 560px;
}

.experience-hero h1 {
  color: #071421;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(56px, 6.8vw, 92px);
  line-height: 0.88;
  max-width: 9.5ch;
}

.experience-hero h1 span {
  color: var(--clay);
  display: block;
  font-family: "Caveat", cursive;
  font-size: 0.82em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.72;
  margin-top: 2px;
  transform: rotate(-3deg);
}

.hero-summary {
  color: #344054;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.65;
  margin: 28px 0 0;
  max-width: 46ch;
}

.experience-hero .tour-facts {
  margin-top: 28px;
}

.experience-hero .tour-facts > span {
  background: rgba(255, 246, 232, 0.88);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(158, 94, 33, 0.12);
  color: #4b5563;
  padding: 13px 15px;
}

.experience-hero .tour-facts > span span {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  padding: 0;
}

.experience-hero .photo-grid {
  bottom: 72px;
  display: grid;
  gap: 14px;
  grid-template-columns: 150px 150px;
  margin: 0;
  position: absolute;
  right: clamp(22px, 5vw, 72px);
  top: 58px;
  width: 314px;
  z-index: 3;
}

.experience-hero .gallery-main,
.experience-hero .gallery-thumb {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(56, 35, 18, 0.2);
  min-height: 0;
}

.experience-hero .gallery-main {
  grid-row: span 2;
}

.experience-hero .gallery-main img,
.experience-hero .gallery-thumb img {
  height: 100%;
  object-fit: cover;
}

.experience-hero .gallery-main::after,
.experience-hero .gallery-pill {
  display: none;
}

.experience-hero .gallery-strip {
  display: contents;
}

.experience-hero .gallery-thumb {
  min-height: 0;
}

.experience-hero .gallery-thumb img {
  aspect-ratio: auto;
}

.experience-hero .host-strip {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  bottom: 28px;
  box-shadow: 0 24px 70px rgba(43, 31, 21, 0.18);
  display: grid;
  gap: 18px;
  grid-template-columns: 72px minmax(0, 1fr);
  left: clamp(22px, 7vw, 96px);
  max-width: 540px;
  padding: 22px 26px;
  position: absolute;
  z-index: 4;
}

.experience-hero .host-strip img {
  aspect-ratio: 1;
  border-radius: 999px;
  object-fit: cover;
  object-position: center 26%;
}

.experience-hero .host-strip h2 {
  font-size: 21px;
  margin: 0 0 6px;
}

.experience-hero .host-strip p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.content-layout {
  margin: 56px auto 0;
  max-width: 1180px;
  padding: 0 clamp(18px, 4vw, 40px);
}

@media (max-width: 1040px) {
  .experience-hero {
    padding-right: 40px;
  }

  .experience-hero .photo-grid {
    opacity: 0.58;
    right: -36px;
  }
}

@media (max-width: 760px) {
  .detail-header {
    position: sticky;
  }

  .experience-hero {
    background:
      linear-gradient(180deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.86) 34%, rgba(255, 250, 243, 0.18) 62%),
      linear-gradient(0deg, rgba(7, 20, 33, 0.46), rgba(7, 20, 33, 0.02) 42%),
      var(--tour-hero-image, none) center bottom / cover no-repeat;
    min-height: 0;
    padding: 28px 16px 34px;
  }

  .experience-hero .back-link {
    margin-bottom: 26px;
  }

  .experience-hero h1 {
    font-size: clamp(48px, 15vw, 64px);
    max-width: 8ch;
  }

  .hero-summary {
    font-size: 15px;
    max-width: 32ch;
  }

  .experience-hero .tour-facts {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
    max-width: 100%;
    min-height: 44px;
    overflow: visible;
    padding-bottom: 0;
  }

  .experience-hero .tour-facts > span {
    font-size: 10px;
    gap: 4px;
    justify-content: center;
    min-height: 44px;
    min-width: 0;
    padding: 9px 4px;
    white-space: normal;
    width: auto;
  }

  .experience-hero .tour-facts i {
    font-size: 12px;
  }

  .experience-hero .tour-facts > span:nth-child(3) {
    grid-column: 1 / -1;
  }

  .experience-hero .photo-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin: 72px -16px 0;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }

  .experience-hero .gallery-main {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 420px;
  }

  .experience-hero .gallery-main::after,
  .experience-hero .gallery-pill {
    display: block;
  }

  .experience-hero .gallery-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 16px 4px;
    scroll-snap-type: x mandatory;
  }

  .experience-hero .gallery-thumb {
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    flex: 0 0 112px;
    scroll-snap-align: start;
  }

  .experience-hero .gallery-thumb img {
    aspect-ratio: 1 / 1;
  }

  .experience-hero .host-strip {
    margin: 24px auto 0;
    max-width: 340px;
    position: relative;
    bottom: auto;
    left: auto;
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 18px;
  }

  .content-layout {
    margin-top: 34px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

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

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

main,
section,
article,
div,
p,
h1,
h2,
span {
  min-width: 0;
}

p,
h1,
h2,
span {
  overflow-wrap: anywhere;
}

button,
input,
select {
  font: inherit;
}

.detail-header {
  align-items: center;
  background: rgba(255, 250, 243, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(7, 20, 33, 0.08);
  display: flex;
  height: 78px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(18px, 5vw, 68px);
  position: sticky;
  top: 0;
  z-index: 20;
}

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

.brand-mark {
  align-items: center;
  border: 1px solid rgba(7, 20, 33, 0.16);
  color: var(--clay);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  transform: skew(-8deg);
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

.brand strong {
  font-size: 14px;
  font-weight: 900;
}

.brand small {
  color: var(--clay);
  font-size: 11px;
  font-weight: 900;
}

.detail-header nav {
  align-items: center;
  display: flex;
  gap: 18px;
}

.detail-header nav a {
  font-size: 13px;
  font-weight: 850;
}

.nav-cta {
  background: var(--clay);
  color: white;
  padding: 12px 18px;
}

.detail-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px clamp(18px, 4vw, 40px) 80px;
}

.back-link {
  align-items: center;
  color: #425466;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  margin-bottom: 28px;
}

.detail-hero {
  display: grid;
  gap: 22px;
  margin-bottom: 22px;
}

.title-block {
  max-width: 820px;
}

.kicker {
  color: var(--clay);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(40px, 6vw, 74px);
  line-height: 0.95;
  margin: 0;
  max-width: 11ch;
}

.tour-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.tour-facts span {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  color: #344054;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  padding: 10px 13px;
}

.tour-facts i {
  color: var(--clay);
}

.photo-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  margin-bottom: 44px;
}

.gallery-main {
  border-radius: 22px;
  min-height: 460px;
  overflow: hidden;
  position: relative;
}

.gallery-main img {
  height: 100%;
  object-fit: cover;
}

.gallery-main::after {
  background: linear-gradient(0deg, rgba(7, 20, 33, 0.38), rgba(7, 20, 33, 0) 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.gallery-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  bottom: 18px;
  color: #111827;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  left: 18px;
  padding: 10px 14px;
  position: absolute;
  z-index: 1;
}

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

.gallery-thumb {
  background: none;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.gallery-thumb img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.gallery-thumb:hover img,
.gallery-thumb.is-active img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.04);
}

.gallery-thumb.is-active {
  outline: 3px solid var(--clay);
  outline-offset: -3px;
}

.content-layout {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.main-content {
  display: grid;
  gap: 34px;
}

.host-strip {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 74px minmax(0, 1fr);
  padding-bottom: 30px;
}

.host-strip img {
  aspect-ratio: 1;
  border-radius: 999px;
  object-fit: cover;
  object-position: center 26%;
}

.host-strip h2,
.detail-section h2 {
  font-size: 26px;
  margin: 0 0 10px;
}

.host-strip p,
.detail-section p {
  color: #475467;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.detail-section {
  border-bottom: 1px solid var(--line);
  padding-bottom: 34px;
}

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

.highlight {
  align-items: start;
  background: white;
  border: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 18px;
}

.highlight i {
  align-items: center;
  background: rgba(201, 120, 34, 0.12);
  color: var(--clay);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.highlight strong {
  display: block;
  margin-bottom: 5px;
}

.highlight span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.timeline {
  counter-reset: step;
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline li {
  border-left: 2px solid rgba(201, 120, 34, 0.24);
  counter-increment: step;
  padding-left: 22px;
  position: relative;
}

.timeline li::before {
  align-items: center;
  background: var(--clay);
  color: white;
  content: counter(step);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  left: -14px;
  position: absolute;
  top: 0;
  width: 26px;
}

.timeline strong {
  display: block;
  margin-bottom: 6px;
}

.timeline span {
  color: var(--muted);
  line-height: 1.55;
}

.two-col {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.check-list li {
  align-items: center;
  color: #344054;
  display: flex;
  gap: 10px;
  line-height: 1.45;
}

.check-list i {
  color: var(--teal);
}

.muted-list i {
  color: var(--clay);
}

.reserve-card {
  background: white;
  border: 1px solid #dddddd;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  padding: 24px;
  position: sticky;
  top: 100px;
}

.price-line {
  align-items: end;
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}

.price-line strong {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 32px;
  letter-spacing: -0.04em;
}

.price-line span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 5px;
}

.booking-box {
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 14px;
  overflow: hidden;
}

.booking-box label,
.traveler-field {
  display: grid;
  gap: 6px;
  min-height: 78px;
  padding: 14px 16px 12px;
}

.booking-box label:first-child {
  border-right: 1px solid #b0b0b0;
}

.booking-box span,
.traveler-field > span {
  color: #111827;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-box input,
.booking-box select,
.date-trigger {
  background: transparent;
  border: 0;
  color: #111827;
  font-size: 16px;
  height: 28px;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.date-trigger {
  cursor: pointer;
  display: block;
  text-align: left;
}

.date-control {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.date-control i {
  color: #111827;
  font-size: 18px;
  pointer-events: none;
}

.booking-box input[type="date"] {
  cursor: pointer;
  color-scheme: light;
  position: relative;
}

.booking-box input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  right: 16px;
  width: 26px;
}

.booking-box select {
  appearance: auto;
  cursor: pointer;
}

.custom-calendar {
  background:
    radial-gradient(circle at 18% 0%, rgba(227, 174, 104, 0.18), transparent 34%),
    #fffdf8;
  border: 1px solid #d8d0c7;
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(7, 20, 33, 0.18);
  margin: -2px 0 14px;
  overflow: hidden;
  padding: 14px;
}

.calendar-head {
  align-items: center;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  margin-bottom: 12px;
}

.calendar-head strong {
  color: #111827;
  font-size: 15px;
  text-align: center;
}

.calendar-head button,
.calendar-actions button {
  background: transparent;
  border: 0;
  color: #111827;
  cursor: pointer;
  font-weight: 850;
}

.calendar-head button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.calendar-head button:hover {
  background: rgba(201, 120, 34, 0.12);
}

.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays span {
  color: #6b7280;
  font-size: 11px;
  font-weight: 900;
  padding: 8px 0;
  text-align: center;
}

.calendar-day {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #111827;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  height: 36px;
  justify-content: center;
  margin: 1px auto;
  width: 36px;
}

.calendar-day:hover {
  background: rgba(201, 120, 34, 0.12);
}

.calendar-day.is-muted {
  color: #b6b0aa;
}

.calendar-day.is-today {
  box-shadow: inset 0 0 0 1px var(--clay);
}

.calendar-day.is-selected {
  background: #111827;
  color: white;
}

.calendar-day:disabled {
  color: #d1d5db;
  cursor: not-allowed;
  text-decoration: line-through;
}

.calendar-actions {
  align-items: center;
  border-top: 1px solid #eee4d8;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
}

.calendar-actions button {
  color: var(--clay);
  font-size: 13px;
}

.traveler-field {
  border-left: 0;
}

.traveler-control {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.traveler-control button {
  align-items: center;
  background: white;
  border: 1px solid #b0b0b0;
  border-radius: 999px;
  color: #222222;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.traveler-control button:hover {
  border-color: #222222;
}

.traveler-control button:disabled {
  color: #b0b0b0;
  cursor: not-allowed;
  opacity: 0.55;
}

.traveler-control strong {
  color: #111827;
  font-size: 16px;
  line-height: 1;
  min-width: 18px;
  text-align: center;
}

.time-picker {
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 14px 16px 16px;
}

.time-picker > span {
  color: #111827;
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.time-slots {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}

.time-slots button {
  background: white;
  border: 1px solid #dddddd;
  border-radius: 999px;
  color: #222222;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  min-height: 38px;
  padding: 0 8px;
}

.time-slots button:hover {
  border-color: #222222;
}

.time-slots button.is-selected {
  background: #222222;
  border-color: #222222;
  color: white;
}

.reserve-btn {
  align-items: center;
  background: linear-gradient(90deg, #d9781f, #c76f1f);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  text-transform: uppercase;
  width: 100%;
}

.reserve-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 16px 0 20px;
  text-align: center;
}

.mini-facts {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding-top: 20px;
}

.mini-facts span {
  align-items: center;
  color: #374151;
  display: flex;
  font-size: 15px;
  font-weight: 850;
  gap: 12px;
}

.mini-facts i {
  color: var(--clay);
  width: 18px;
}

@media (max-width: 900px) {
  .content-layout {
    grid-template-columns: 1fr;
  }

  .reserve-card {
    order: -1;
    position: static;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .gallery-main {
    min-height: 340px;
  }

  .gallery-strip {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .gallery-thumb {
    flex: 0 0 132px;
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .detail-header {
    height: auto;
    padding-block: 14px;
  }

  .detail-header nav {
    display: none;
  }

  .detail-shell {
    max-width: 100vw;
    overflow: hidden;
    padding-inline: 16px;
    width: 100%;
  }

  .content-layout,
  .main-content,
  .detail-section,
  .host-strip,
  .reserve-card {
    max-width: calc(100vw - 32px);
    width: 100%;
  }

  h1 {
    font-size: 42px;
  }

  .tour-facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tour-facts span {
    display: flex;
    width: 100%;
  }

  .photo-grid {
    display: grid;
    gap: 12px;
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .gallery-main {
    border-radius: 0;
    min-height: 360px;
  }

  .gallery-strip {
    gap: 10px;
  }

  .gallery-thumb {
    border-radius: 14px;
    flex-basis: 112px;
  }

  .highlight-grid,
  .two-col,
  .booking-box {
    grid-template-columns: 1fr;
  }

  .host-strip {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .host-strip img {
    width: 58px;
  }

  .host-strip h2,
  .detail-section h2 {
    font-size: 24px;
    overflow-wrap: anywhere;
  }

  .host-strip p,
  .detail-section p {
    font-size: 15px;
    max-width: 34ch;
  }

  .booking-box label:first-child {
    border-bottom: 1px solid #d6d0c9;
    border-right: 0;
  }

  .date-control {
    grid-template-columns: minmax(0, 1fr) 24px;
  }

  .traveler-control {
    justify-content: flex-start;
  }

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

  .reserve-card {
    max-width: calc(100vw - 48px);
    overflow: hidden;
    width: calc(100vw - 48px);
  }
}

@media (max-width: 640px) {
  .content-layout > .reserve-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 300px;
  }

  .content-layout > .reserve-card .booking-box,
  .content-layout > .reserve-card .time-picker,
  .content-layout > .reserve-card .reserve-btn,
  .content-layout > .reserve-card .mini-facts {
    max-width: 100%;
    width: 100%;
  }

  .content-layout > .reserve-card .time-slots button {
    min-width: 0;
    width: 100%;
  }

  .content-layout > .reserve-card .reserve-btn {
    font-size: 13px;
    padding-inline: 10px;
  }

  .content-layout > .reserve-card p {
    overflow-wrap: normal;
  }
}
