:root {
  --hero-gutter: clamp(24px, 5vw, 76px);
  --hero-height: min(760px, calc(100vh - 76px));
  --brown-950: #2a170d;
  --brown-900: #3c2415;
  --brown-800: #5b3419;
  --brown-700: #7a461f;
  --clay-500: #c97822;
  --sand-100: #fff4e4;
}

.detail-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(7, 20, 33, 0.08);
  display: flex;
  height: 76px;
  justify-content: space-between;
  left: 0;
  padding: 0 var(--hero-gutter);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  gap: 13px;
}

.brand-logo {
  display: block;
  height: 52px;
  width: auto;
}

.brand-symbol {
  display: block;
  height: 62px;
  object-fit: contain;
  width: auto;
}

.brand-wordmark {
  display: grid;
  gap: 3px;
  line-height: 1;
  white-space: nowrap;
}

.brand-wordmark strong {
  color: #071421;
  font-family: "Space Grotesk", "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 0.95;
}

.brand-wordmark small {
  color: #c76f1f;
  font-family: "Space Grotesk", "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.brand .brand-wordmark strong {
  color: #071421;
  font-family: "Space Grotesk", "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 0.95;
}

.brand .brand-wordmark small {
  color: #c76f1f;
  font-family: "Space Grotesk", "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-mark {
  background: var(--brown-950);
  border: 0;
  border-radius: 8px;
  color: #f1b462;
  height: 42px;
  transform: none;
  width: 42px;
}

.brand strong {
  color: #071421;
  font-size: 14px;
}

.brand small {
  color: #c76f1f;
  font-size: 11px;
}

.detail-header nav {
  gap: 24px;
}

.detail-header nav a {
  color: #071421;
  font-size: 13px;
  font-weight: 900;
}

.detail-header .nav-cta {
  background: var(--clay-500);
  border-radius: 8px;
  color: white;
  padding: 14px 20px;
}

.detail-shell {
  max-width: none;
  overflow: visible;
  padding: 0;
}

.experience-hero {
  background:
    linear-gradient(90deg, var(--brown-950) 0%, rgba(42, 23, 13, 0.96) 30%, rgba(60, 36, 21, 0.66) 48%, rgba(91, 52, 25, 0.16) 72%, rgba(91, 52, 25, 0.04) 100%);
  height: var(--hero-height);
  min-height: 680px;
  overflow: visible;
  padding: clamp(30px, 5vh, 54px) var(--hero-gutter);
  position: relative;
  width: 100%;
}

.experience-hero::before {
  background:
    linear-gradient(180deg, rgba(42, 23, 13, 0.02), rgba(42, 23, 13, 0.36)),
    linear-gradient(90deg, var(--brown-950) 0%, rgba(42, 23, 13, 0.86) 32%, rgba(91, 52, 25, 0.1) 60%, rgba(91, 52, 25, 0) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.experience-hero::after {
  background: linear-gradient(0deg, rgba(42, 23, 13, 0.34), rgba(42, 23, 13, 0));
  bottom: 0;
  content: "";
  height: 140px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.experience-bg {
  display: block;
  height: 100%;
  inset: 0 0 0 auto;
  object-fit: cover;
  object-position: center 42%;
  filter: brightness(1.08) saturate(1.04);
  opacity: 1;
  pointer-events: none;
  position: absolute;
  width: min(68vw, 1120px);
  z-index: 1;
}

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

.experience-hero .back-link {
  color: rgba(255, 244, 228, 0.84);
  font-size: 13px;
  font-weight: 850;
  gap: 8px;
  margin-bottom: clamp(24px, 4vh, 40px);
}

.experience-hero .back-link i {
  color: #f1b462;
  font-size: 11px;
}

.experience-hero .kicker {
  color: #f1b462;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
}

.experience-hero h1 {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(58px, 6.8vw, 92px);
  line-height: 0.86;
  max-width: 10ch;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
}

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

.hero-summary {
  color: rgba(255, 244, 228, 0.9);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 32px 0 0;
  max-width: 35ch;
}

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

.experience-hero .tour-facts > span {
  background: rgba(122, 70, 31, 0.4);
  border: 1px solid rgba(241, 180, 98, 0.28);
  border-radius: 999px;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  min-height: 42px;
  padding: 11px 16px;
  white-space: nowrap;
}

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

.experience-hero .photo-grid {
  align-items: center;
  backdrop-filter: blur(18px);
  background: linear-gradient(135deg, rgba(60, 36, 21, 0.58), rgba(122, 70, 31, 0.24));
  border: 1px solid rgba(241, 180, 98, 0.22);
  border-radius: 16px;
  bottom: -56px !important;
  box-shadow: 0 26px 70px rgba(29, 16, 9, 0.34);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, 86px);
  height: 132px !important;
  left: auto;
  margin: 0;
  padding: 12px;
  position: absolute;
  right: var(--hero-gutter);
  top: auto !important;
  width: auto;
  z-index: 5;
}

.experience-hero .photo-grid > * {
  min-height: 0;
}

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

.experience-hero .gallery-main img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

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

.experience-hero .gallery-strip {
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, 86px);
}

.experience-hero .gallery-thumb {
  background: rgba(42, 23, 13, 0.44);
  border: 1px solid rgba(255, 244, 228, 0.24);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(29, 16, 9, 0.28);
  height: 104px;
  min-height: 0;
  overflow: hidden;
}

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

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

.experience-hero .gallery-thumb.is-active {
  outline: 2px solid var(--clay-500);
  outline-offset: 2px;
  box-shadow:
    0 18px 44px rgba(29, 16, 9, 0.28),
    0 0 0 5px rgba(201, 120, 34, 0.22);
}

.experience-hero .host-strip {
  align-items: center;
  background: rgba(255, 244, 228, 0.96);
  border: 1px solid rgba(241, 180, 98, 0.28);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 14px;
  grid-template-columns: 58px minmax(0, 1fr);
  left: var(--hero-gutter);
  margin: 0;
  max-width: 430px;
  min-height: 0;
  padding: 16px 18px;
  position: absolute;
  bottom: -42px;
  top: auto;
  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: var(--brown-950);
  font-size: 17px;
  letter-spacing: -0.03em;
  margin: 0 0 5px;
}

.experience-hero .host-strip p {
  color: #6b4a35;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

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

@media (max-width: 1080px) {
  .experience-bg {
    width: 76vw;
  }

  .experience-hero .photo-grid {
    bottom: -50px !important;
    gap: 10px;
    grid-template-columns: repeat(5, 72px);
    height: 112px !important;
    left: auto;
    padding: 10px;
    right: var(--hero-gutter);
  }

  .experience-hero .gallery-strip {
    gap: 10px;
    grid-template-columns: repeat(5, 72px);
  }

  .experience-hero .gallery-thumb {
    height: 92px;
  }
}

@media (max-width: 900px) {
  .experience-hero {
    min-height: 650px;
  }

  .experience-hero .photo-grid {
    bottom: -46px !important;
    gap: 8px;
    grid-template-columns: repeat(5, 62px);
    height: 96px !important;
    padding: 8px;
    right: 24px;
  }

  .experience-hero .gallery-strip {
    gap: 8px;
    grid-template-columns: repeat(5, 62px);
  }

  .experience-hero .gallery-thumb {
    border-radius: 10px;
    height: 80px;
  }

  .experience-hero .host-strip {
    bottom: -38px;
    max-width: 360px;
  }

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

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

  .detail-header nav {
    display: none;
  }

  .experience-hero {
    height: auto;
    min-height: 0;
    padding: 26px 16px 34px;
  }

  .experience-bg {
    border-radius: 0;
    height: 420px;
    margin: 26px -16px 0;
    object-position: center;
    position: relative;
    width: calc(100% + 32px);
  }

  .experience-hero::before,
  .experience-hero::after {
    display: none;
  }

  .hero-copy-panel {
    max-width: none;
  }

  .experience-hero h1 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .experience-hero .tour-facts {
    display: grid !important;
    gap: 10px;
    grid-template-columns: 1fr !important;
    width: 100%;
  }

  .experience-hero .tour-facts > span {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 0;
    padding-inline: 10px;
    text-align: center;
    width: 100%;
    white-space: normal;
  }

  .experience-hero .tour-facts > span span {
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
  }

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

  .experience-hero .photo-grid {
    display: grid;
    bottom: auto !important;
    grid-template-columns: 1fr;
    height: auto !important;
    left: auto;
    margin-top: 16px;
    position: relative;
    right: auto;
    top: auto !important;
    width: 100%;
  }

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

  .experience-hero .gallery-strip {
    display: flex;
    gap: 10px;
    grid-column: auto;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
  }

  .experience-hero .gallery-thumb {
    flex: 0 0 92px;
    height: 92px;
    scroll-snap-align: start;
  }

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

.mobile-hero-actions {
  display: none;
}

.mobile-header-cta {
  align-items: center;
  background: var(--clay-500);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  position: fixed;
  right: 16px;
  text-decoration: none;
  top: 14px;
  z-index: 60;
}

@media (min-width: 761px) {
  .mobile-header-cta {
    display: none;
  }
}

@media (max-width: 760px) {
  .detail-header {
    background: rgba(255, 250, 243, 0.96);
    height: 70px !important;
    padding: 10px 16px !important;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    height: 42px;
    max-width: 188px;
  }

  .brand-symbol {
    height: 46px;
  }

  .brand-wordmark strong {
    font-size: 13px;
  }

  .brand-wordmark small {
    font-size: 10px;
  }

  .brand .brand-wordmark strong {
    font-size: 13px;
  }

  .brand .brand-wordmark small {
    font-size: 11px;
  }

  .brand-mark {
    flex: 0 0 42px;
    height: 42px;
    width: 42px;
  }

  .brand strong {
    font-size: 13px;
    line-height: 1;
  }

  .brand small {
    font-size: 10px;
    line-height: 1;
  }

  .detail-header nav {
    display: none !important;
  }

  .mobile-header-cta {
    align-items: center;
    background: var(--clay-500) !important;
    border-radius: 999px;
    color: #ffffff !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    margin-left: auto;
    min-height: 42px;
    padding: 0 16px;
    position: fixed;
    right: 16px;
    top: 14px;
    text-decoration: none;
    z-index: 60;
  }

  .detail-shell {
    overflow: hidden;
  }

  .experience-hero {
    background: var(--brown-950) !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    padding: 0 0 22px !important;
  }

  .experience-bg {
    border-radius: 0 !important;
    display: block !important;
    filter: brightness(1.06) saturate(1.05);
    height: min(620px, calc(100svh - 70px)) !important;
    inset: 0 0 auto 0 !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    object-fit: cover;
    object-position: center top;
    opacity: 1;
    position: absolute !important;
    transform: none !important;
    width: 100% !important;
    z-index: 1;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .experience-hero::before {
    background:
      linear-gradient(180deg, rgba(42, 23, 13, 0.08) 0%, rgba(42, 23, 13, 0.2) 22%, rgba(42, 23, 13, 0.76) 68%, var(--brown-950) 100%),
      linear-gradient(90deg, rgba(42, 23, 13, 0.78) 0%, rgba(42, 23, 13, 0.22) 70%, rgba(42, 23, 13, 0.06) 100%);
    display: block;
    inset: 0;
    z-index: 2;
  }

  .experience-hero::after {
    display: none;
  }

  .hero-copy-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: none;
    min-height: min(590px, calc(100svh - 70px));
    overflow: hidden;
    padding: 24px 16px 22px;
    position: relative;
    width: 100%;
    z-index: 4;
  }

  .experience-hero .back-link {
    align-items: center;
    background: rgba(42, 23, 13, 0.34);
    border: 1px solid rgba(255, 244, 228, 0.16);
    border-radius: 999px;
    color: rgba(255, 244, 228, 0.92);
    display: inline-flex;
    font-size: 12px;
    margin: 0 0 22px;
    padding: 8px 12px;
    width: max-content;
  }

  .experience-hero .kicker {
    color: #f1b462;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .experience-hero h1 {
    color: #ffffff;
    font-size: clamp(46px, 15vw, 62px);
    line-height: 0.9;
    max-width: 9ch;
    text-shadow: 0 14px 36px rgba(0, 0, 0, 0.38);
  }

  .experience-hero h1 span {
    color: #f09a2c;
    font-size: 0.78em;
    margin-top: 6px;
  }

  .hero-summary {
    color: rgba(255, 244, 228, 0.94);
    font-size: 14px;
    line-height: 1.48;
    margin-top: 18px;
    max-width: 31ch;
  }

  .experience-hero .tour-facts {
    display: grid !important;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 18px;
    max-width: 328px !important;
    width: 100% !important;
  }

  .experience-hero .tour-facts > span {
    background: rgba(91, 52, 25, 0.78);
    border: 1px solid rgba(241, 180, 98, 0.34);
    border-radius: 14px;
    color: #ffffff;
    display: inline-flex;
    font-size: 10.5px;
    gap: 5px;
    justify-content: center;
    min-height: 42px;
    min-width: 0;
    padding: 8px 4px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
  }

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

  .experience-hero .tour-facts > span span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .experience-hero .tour-facts i {
    color: #f1b462;
    flex: 0 0 auto;
  }

  .mobile-hero-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 12px;
    max-width: 328px !important;
    overflow: hidden;
    width: 100% !important;
  }

  .mobile-primary-action,
  .mobile-secondary-action {
    align-items: center;
    border-radius: 14px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    min-width: 0;
    text-decoration: none;
  }

  .mobile-primary-action {
    background: var(--clay-500);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(201, 120, 34, 0.28);
  }

  .mobile-secondary-action {
    display: none;
  }

  .experience-hero .photo-grid {
    background: linear-gradient(135deg, rgba(60, 36, 21, 0.86), rgba(122, 70, 31, 0.42));
    border: 1px solid rgba(241, 180, 98, 0.24);
    border-radius: 18px 0 0 18px;
    bottom: auto !important;
    box-shadow: 0 18px 42px rgba(15, 8, 4, 0.28);
    display: grid;
    grid-template-columns: 1fr;
    height: auto !important;
    left: auto;
    margin: 0 0 0 16px;
    max-width: 328px;
    padding: 12px;
    position: relative;
    right: auto;
    top: auto !important;
    width: calc(100% - 32px);
    z-index: 5;
  }

  .experience-hero .gallery-strip {
    display: flex !important;
    gap: 10px;
    grid-column: auto;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 16px 4px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .experience-hero .gallery-strip::-webkit-scrollbar {
    display: none;
  }

  .experience-hero .gallery-thumb {
    border-radius: 14px;
    flex: 0 0 clamp(86px, 25vw, 104px);
    height: 96px;
    scroll-snap-align: start;
  }

  .experience-hero .gallery-thumb.is-active {
    outline-offset: 2px;
  }

  .experience-hero .host-strip {
    background: rgba(255, 244, 228, 0.97);
    border-radius: 16px;
    bottom: auto;
    gap: 12px;
    grid-template-columns: 52px minmax(0, 1fr);
    left: auto;
    margin: 14px 16px 0;
    max-width: 328px;
    padding: 14px;
    position: relative;
    top: auto;
    width: calc(100% - 32px);
    z-index: 5;
  }

  .experience-hero .host-strip h2 {
    font-size: 16px;
  }

  .experience-hero .host-strip p {
    font-size: 12px;
  }

  .content-layout {
    background: #fffaf3;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr !important;
    margin: 0 auto;
    max-width: 100vw;
    overflow: hidden;
    padding: 28px 16px 56px;
  }

  .content-layout > .reserve-card {
    margin: 0 !important;
    max-width: 328px !important;
    order: -1;
    position: static;
    width: 100% !important;
  }

  .content-layout > .reserve-card .booking-box {
    grid-template-columns: 1fr !important;
    overflow: hidden;
    width: 100%;
  }

  .content-layout > .reserve-card .booking-box label:first-child {
    border-bottom: 1px solid #d6d0c9;
    border-right: 0 !important;
  }

  .content-layout > .reserve-card .date-control,
  .content-layout > .reserve-card .traveler-control,
  .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 {
    grid-template-columns: 1fr !important;
  }

  .main-content {
    gap: 28px;
  }

  .detail-section h2 {
    font-size: 28px;
    letter-spacing: -0.04em;
  }

  .detail-section p {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 380px) {
  .experience-hero h1 {
    font-size: clamp(42px, 14vw, 54px);
  }

  .experience-hero .tour-facts,
  .mobile-hero-actions {
    max-width: 328px !important;
    width: 100% !important;
  }

  .experience-hero .tour-facts {
    gap: 7px;
  }

  .experience-hero .tour-facts > span {
    font-size: 10px;
  }

  .experience-hero .photo-grid,
  .experience-hero .host-strip {
    border-radius: 16px;
    margin-left: 16px;
    margin-right: 16px;
    max-width: 328px;
    width: calc(100% - 32px);
  }

  .content-layout > .reserve-card {
    max-width: 328px !important;
  }

  .content-layout > .reserve-card .time-slots {
    grid-template-columns: 1fr !important;
  }
}

.experience-hero .photo-grid {
  align-content: center;
  justify-content: center;
  justify-items: center;
}

.experience-hero .gallery-strip {
  align-items: center;
  justify-content: center;
  justify-items: center;
  place-content: center;
  width: 100%;
}

@media (max-width: 760px) {
  .experience-hero .photo-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .experience-hero .gallery-strip {
    justify-content: safe center;
  }
}

.experience-hero .photo-grid {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: auto !important;
  max-width: min(640px, calc(100vw - 48px));
  overflow: visible;
  padding: 0 !important;
  width: max-content;
}

.experience-hero .gallery-strip {
  align-items: center !important;
  backdrop-filter: blur(18px);
  background: linear-gradient(135deg, rgba(60, 36, 21, 0.74), rgba(122, 70, 31, 0.34));
  border: 1px solid rgba(241, 180, 98, 0.26);
  border-radius: 16px;
  box-shadow: 0 26px 70px rgba(29, 16, 9, 0.34);
  display: flex !important;
  gap: 12px !important;
  justify-content: center !important;
  margin: 0;
  max-width: 100%;
  overflow: visible;
  padding: 12px;
  width: max-content;
}

.experience-hero .gallery-thumb {
  flex: 0 0 86px;
  height: 104px;
  width: 86px;
}

@media (max-width: 1080px) {
  .experience-hero .gallery-strip {
    gap: 10px !important;
    padding: 10px;
  }

  .experience-hero .gallery-thumb {
    flex-basis: 72px;
    height: 92px;
    width: 72px;
  }
}

@media (max-width: 900px) {
  .experience-hero .photo-grid {
    max-width: min(520px, calc(100vw - 48px));
  }

  .experience-hero .gallery-strip {
    gap: 8px !important;
    padding: 8px;
  }

  .experience-hero .gallery-thumb {
    flex-basis: 62px;
    height: 80px;
    width: 62px;
  }
}

@media (max-width: 760px) {
  .experience-hero .photo-grid {
    max-width: 328px;
    overflow: hidden;
    width: calc(100% - 32px);
  }

  .experience-hero .gallery-strip {
    border-radius: 16px;
    gap: 10px !important;
    justify-content: safe center !important;
    overflow-x: auto;
    padding: 12px;
    scrollbar-width: none;
    width: 100%;
  }

  .experience-hero .gallery-strip::-webkit-scrollbar {
    display: none;
  }

  .experience-hero .gallery-thumb {
    flex: 0 0 92px;
    height: 96px;
    width: 92px;
  }
}

.booking-assurance {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 247, 235, 0.98), rgba(252, 234, 209, 0.82)),
    #fff7ec;
  border: 1px solid rgba(201, 120, 34, 0.22);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #2a170d;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr);
  margin: 0 0 16px;
  padding: 14px;
}

.booking-assurance-icon {
  align-items: center;
  background: #2a170d;
  border-radius: 12px;
  color: #f1b462;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.booking-assurance strong {
  display: block;
  font-size: 15px;
  line-height: 1.15;
}

.booking-assurance p {
  color: #6b4a35;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
  margin: 5px 0 10px;
  text-align: left;
}

.booking-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.booking-badges span {
  align-items: center;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(201, 120, 34, 0.18);
  border-radius: 999px;
  color: #5b3419;
  display: inline-flex;
  font-size: 11px;
  font-weight: 850;
  gap: 6px;
  line-height: 1;
  padding: 8px 10px;
}

.booking-badges i {
  color: #c97822;
  font-size: 10px;
}

.payment-note {
  align-items: center;
  background: #f8efe3;
  border: 1px solid rgba(201, 120, 34, 0.24);
  border-radius: 10px;
  color: #4d2b16;
  display: grid;
  font-size: 13px;
  font-weight: 850;
  gap: 10px;
  grid-template-columns: 18px minmax(0, 1fr);
  line-height: 1.35;
  margin: 0 0 12px;
  padding: 11px 12px;
}

.payment-note i {
  color: #c97822;
}

.reserve-card .booking-helper {
  background: #fffaf3;
  border-radius: 10px;
  color: #6b4a35;
  font-size: 12px;
  font-weight: 650;
  margin: 12px 0 18px;
  padding: 10px 12px;
  text-align: left;
}

.reserve-card .booking-helper.is-error {
  background: #fff1e6;
  box-shadow: inset 0 0 0 1px rgba(201, 91, 34, 0.28);
  color: #8a2f14;
  font-weight: 850;
}

.reserve-card .reserve-btn {
  border-radius: 10px;
  min-height: 52px;
}

@media (max-width: 420px) {
  .booking-assurance {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 12px;
  }

  .booking-assurance-icon {
    border-radius: 10px;
    height: 36px;
    width: 36px;
  }
}
