.hero-section {
  width: 100%;
  padding: 1rem 0 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1400px, calc(100% - 40px));
  height: 42rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(12, 22, 22, 0.88), rgba(12, 22, 22, 0.64) 38%, rgba(12, 22, 22, 0.18) 74%, rgba(12, 22, 22, 0.04)),
    url("/static/img/vefvisir_trippy_IS3.5a17ec8e882a.png") center / cover no-repeat,
    linear-gradient(135deg, #1b6f63, #7daaa2);
}

.hero-inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1.25rem, 4vw, 4rem);
}

.hero-copy {
  max-width: 48rem;
  color: #fff;
}

.hero-copy .eyebrow,
.hero-copy .lede {
  color: rgba(255, 255, 255, 0.9);
}

.hero-copy h1 {
  max-width: 15ch;
  color: #fff;
  font-size: clamp(2.8rem, 5.6vw, 5rem);
  line-height: 0.98;
}

.hero-copy .lede {
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 750;
}

.hero-copy .button-primary {
  min-width: min(20rem, 100%);
  min-height: 58px;
  border-color: rgba(255, 255, 255, 0.1);
}

.hero-panel,
.booking-summary,
.success-card {
  background: var(--surface-alt);
}

.booking-success-section {
  padding-top: 2.75rem;
}

.success-card {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.82)),
    var(--surface-alt);
}

.success-card-paid {
  border-color: rgba(47, 125, 74, 0.62);
  box-shadow: 4px 4px 0 rgba(47, 125, 74, 0.22);
}

.success-card-attention {
  border-color: rgba(183, 121, 31, 0.7);
  box-shadow: 4px 4px 0 rgba(183, 121, 31, 0.18);
}

.success-card-header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.success-status-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border: 2px solid var(--border);
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
  box-shadow: var(--shadow-lift);
}

.success-card-attention .success-status-mark {
  background: var(--warning);
}

.success-payment-badge {
  margin-bottom: 0.3rem;
}

.success-card-attention .success-payment-badge {
  background: rgba(183, 121, 31, 0.14);
}

.success-reference {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.success-card h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.success-card > p {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.success-total-strip {
  display: grid;
  grid-template-columns: 0.75fr 1.35fr 0.9fr;
  gap: 0.75rem;
  padding: 0.85rem;
  border: 2px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.success-total-strip div,
.success-detail-item {
  min-width: 0;
}

.success-total-strip p,
.success-total-strip strong,
.success-detail-item p {
  margin: 0;
}

.success-total-strip strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 1.25;
}

.success-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.success-detail-item {
  padding: 0.75rem;
  border: 1px solid rgba(31, 31, 31, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.64);
}

.success-detail-item p:last-child {
  margin-top: 0.2rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.success-detail-wide {
  grid-column: 1 / -1;
}

.success-addon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.35rem;
  font-weight: 750;
}

.success-next-steps {
  padding: 1rem;
  border-radius: 10px;
  background: rgba(27, 111, 99, 0.08);
}

.success-next-steps h2 {
  margin: 0;
  font-size: 1.15rem;
}

.success-next-steps .feature-list {
  margin-bottom: 0;
}

.success-actions {
  padding-top: 0.2rem;
}

@media (max-width: 700px) {
  .booking-success-section {
    padding-top: 1.75rem;
  }

  .success-total-strip,
  .success-detail-grid {
    grid-template-columns: 1fr;
  }

  .success-card-header {
    align-items: flex-start;
  }

  .success-status-mark {
    width: 2.75rem;
    height: 2.75rem;
  }

  .success-actions .button {
    width: 100%;
  }
}

.eyebrow {
  margin-bottom: 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lede {
  max-width: 60ch;
  font-size: 1.1rem;
  color: var(--muted);
}

.tour-card,
.review-card,
.detail-card {
  display: grid;
  gap: 0.5rem;
}

.tour-card-media {
  position: relative;
  margin: 0;
  padding: 0;
}

.tour-card {
  width: 100%;
  max-width: 18.7rem;
  margin: 0 auto;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr);
  padding: 0.75rem 0.75rem 0.85rem;
  background: var(--surface);
  border: 2px solid var(--border);
  box-shadow: var(--shadow-soft);
  font-size: 0.85rem;
  overflow: hidden;
}

.tour-card-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.tour-card-link:hover,
.tour-card-link:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 18px 42px rgba(27, 111, 99, 0.18);
  transform: translateY(-3px);
}

.tour-card-link:active {
  transform: translateY(-1px) scale(0.995);
}

.tour-card-link:focus-visible {
  outline: 3px solid rgba(27, 111, 99, 0.22);
  outline-offset: 4px;
}

.card-grid:has(.tour-card) {
  gap: 1.35rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.home-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  padding: 4rem 0;
  min-height: min(44rem, calc(100vh - 7rem));
  scroll-margin-top: 5.5rem;
}

.home-feature-layout.has-rail {
  grid-template-columns: minmax(0, 3fr) minmax(18rem, 1fr);
}

.home-feature-main {
  min-width: 0;
  padding-right: 1.5rem;
}

.home-feature-main .container {
  width: 100%;
}

.home-feature-main .card-grid:has(.tour-card) {
  padding-left: 0;
  padding-right: 0;
}

.home-feature-rail {
  min-height: 100%;
  padding-left: 1.5rem;
  border-left: 2px solid rgba(31, 31, 31, 0.14);
}

.home-feature-sticky {
  position: sticky;
  top: calc(4rem + 48px);
}

.home-airport-banner {
  display: none;
}

.home-tabs-panel {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.home-tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.home-tab-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.home-tab-list label {
  display: grid;
  place-items: center;
  min-height: 40px;
  padding: 0.45rem 0.65rem;
  border: 2px solid rgba(31, 31, 31, 0.12);
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

#home-tab-tours:checked ~ .home-tab-list label[for="home-tab-tours"],
#home-tab-booking:checked ~ .home-tab-list label[for="home-tab-booking"],
#home-tab-reviews:checked ~ .home-tab-list label[for="home-tab-reviews"] {
  border-color: var(--primary);
  background: rgba(27, 111, 99, 0.1);
  color: var(--primary-dark);
}

.home-tab-content {
  display: none;
  min-width: 0;
  min-height: clamp(34rem, 58vh, 42rem);
  margin: 0;
  padding-top: 1.5rem;
  align-content: start;
}

#home-tab-tours:checked ~ .home-tab-content-tours,
#home-tab-booking:checked ~ .home-tab-content-booking,
#home-tab-reviews:checked ~ .home-tab-content-reviews {
  display: grid;
  gap: 1.5rem;
}

.home-tab-copy {
  max-width: 52rem;
}

.home-tab-heading {
  display: grid;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.home-tab-heading > div {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  width: min(100%, 54rem);
  padding: 0 1rem 0.35rem;
}

.home-tab-heading > div::after {
  content: "";
  width: min(8rem, 34%);
  height: 3px;
  margin-top: 0.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(27, 111, 99, 0.08), var(--primary), rgba(201, 111, 59, 0.35));
}

.home-tab-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 0;
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 999px;
  background: rgba(27, 111, 99, 0.08);
  color: var(--primary-dark);
  font-size: 0.78rem;
}

.home-tab-heading h2 {
  max-width: 31ch;
  margin-bottom: 0;
}

.home-booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.9fr);
  gap: 1rem;
  align-items: stretch;
  align-self: start;
  max-width: 58rem;
  margin-top: 0;
}

.home-booking-copy,
.home-booking-note {
  display: grid;
}

.home-booking-copy {
  gap: 0.65rem;
  align-content: start;
}

.home-booking-note {
  gap: 0.25rem;
  margin-top: 0.5rem;
  padding: 0.9rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.76);
}

.home-booking-note span {
  color: var(--muted);
  font-size: 0.9rem;
}

.home-custom-tour-section {
  display: grid;
  justify-items: center;
  gap: 1.4rem;
  min-width: 0;
  padding-top: 1.5rem;
  margin-top: 1rem;
  border-top: 2px solid rgba(31, 31, 31, 0.12);
}

.home-custom-tour-heading {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  width: min(100%, 46rem);
  max-width: 46rem;
  padding: 0 1rem 0.35rem;
  text-align: center;
}

.home-custom-tour-heading::after {
  content: "";
  width: min(8rem, 34%);
  height: 3px;
  margin-top: 0.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(27, 111, 99, 0.08), var(--primary), rgba(201, 111, 59, 0.35));
}

.home-custom-tour-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 0;
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 999px;
  background: rgba(27, 111, 99, 0.08);
  color: var(--primary-dark);
  font-size: 0.78rem;
}

.home-custom-tour-heading h2 {
  max-width: 17ch;
  margin-bottom: 0;
}

.home-custom-tour-heading p:last-child {
  max-width: 56ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
}

.home-custom-tour-form {
  width: min(100%, 44rem);
  justify-self: center;
}

.home-custom-tour-form .booking-assurance-box {
  margin-top: 0;
}

.home-booking-lookup {
  align-content: start;
  align-self: center;
  justify-self: center;
  width: min(100%, 24rem);
}

.home-booking-lookup-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.6rem;
  align-items: end;
}

.home-booking-lookup .form-row {
  gap: 0.3rem;
}

.home-booking-lookup label {
  font-size: 0.82rem;
}

.home-booking-lookup .button {
  min-height: 42px;
  padding-inline: 0.9rem;
}

.tour-card .card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.55rem;
  padding: 0 0.15rem 0.15rem;
  margin-top: 0.8rem;
}

.tour-card .card-actions .button {
  width: 100%;
}

.tour-card-kicker {
  margin-bottom: 0.3rem;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tour-card .card-body h2,
.tour-card .card-body h3 {
  margin-bottom: 0.7rem;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.18;
}

.tour-card-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.tour-card .card-body .meta-label {
  color: var(--muted);
}

.tour-card-subprice,
.tour-card-guest-range {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.tour-card-price {
  margin: 0;
  color: var(--primary-dark);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1;
  text-align: right;
}

.tour-card .card-body {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  padding: 0.8rem 0.12rem 0;
  margin-top: 0;
}

.tour-card .card-body > p:last-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tour-card-image {
  aspect-ratio: 16 / 10;
  border: 2px solid var(--border);
  border-radius: 8px;
  margin-bottom: 0;
}

.tour-card .badge {
  padding: 0.25rem 0.55rem;
  font-size: 0.72rem;
}

.reviews-marquee {
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.home-review-list {
  display: grid;
  gap: 0.5rem;
}

.home-review-list-head,
.home-review-row {
  display: grid;
  grid-template-columns: 0.85fr minmax(0, 1.8fr) auto;
  gap: 0.45rem;
  align-items: center;
}

.home-review-list-head {
  padding: 0 0.65rem 0.3rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.home-review-list-rows {
  display: grid;
  gap: 0.5rem;
}

.home-review-row {
  padding: 0.45rem 0.6rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.76);
}

.home-review-row:hover {
  border-color: var(--primary);
  background: rgba(27, 111, 99, 0.08);
}

.home-review-row > div {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.home-review-row strong,
.home-review-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-review-row strong {
  font-size: 0.86rem;
}

.home-review-row small {
  color: var(--muted);
  font-size: 0.68rem;
}

.home-review-action {
  justify-items: center;
}

.home-review-action .button {
  min-height: 30px;
  padding: 0.35rem 0.68rem;
  font-size: 0.76rem;
  font-weight: 900;
}

.trippy-admin-shell {
  display: grid;
  grid-template-columns: 17rem minmax(0, 1fr);
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 10%, rgba(27, 111, 99, 0.12), transparent 28rem),
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(235, 230, 220, 0.62));
}

.trippy-admin-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 100vh;
  padding: 1.4rem;
  border-right: 2px solid var(--border);
  background: rgba(255, 253, 248, 0.82);
}

.trippy-admin-sidebar h1,
.trippy-admin-topbar h2 {
  margin: 0;
}

.trippy-admin-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.trippy-admin-toggle-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  gap: 5px;
  padding: 0.55rem;
  border: 2px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  cursor: pointer;
}

.trippy-admin-toggle-button span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.trippy-admin-nav {
  display: grid;
  gap: 0.5rem;
}

.trippy-admin-nav a,
.trippy-admin-sidebar-note {
  border: 2px solid rgba(31, 31, 31, 0.12);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.74);
}

.trippy-admin-nav a {
  padding: 0.75rem 0.85rem;
  color: var(--text);
  font-weight: 800;
}

.trippy-admin-nav a:hover,
.trippy-admin-nav a.is-active {
  border-color: var(--primary);
  background: rgba(27, 111, 99, 0.1);
}

.trippy-admin-sidebar-note {
  margin-top: auto;
  padding: 0.9rem;
}

.trippy-admin-sidebar-note p,
.trippy-admin-sidebar-note strong {
  display: block;
  margin: 0 0 0.35rem;
}

.trippy-admin-sidebar-note a {
  display: block;
  margin-top: 0.35rem;
  font-weight: 800;
}

.trippy-admin-main {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.trippy-admin-topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trippy-admin-account {
  display: grid;
  gap: 0.1rem;
  min-width: 9rem;
  padding: 0.55rem 0.75rem;
  border: 2px solid rgba(31, 31, 31, 0.12);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.74);
  text-align: right;
}

.trippy-admin-account span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.trippy-admin-account strong {
  font-size: 0.88rem;
}

.trippy-admin-topbar,
.trippy-panel-heading,
.trippy-admin-list-row,
.trippy-route-row > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.trippy-admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.trippy-admin-stat,
.trippy-admin-panel {
  border: 2px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--shadow-soft);
}

.trippy-admin-stat {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
}

.trippy-admin-stat span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trippy-admin-stat strong {
  font-size: 2rem;
  line-height: 1;
}

.trippy-admin-stat.is-alert {
  border-color: rgba(158, 73, 43, 0.5);
  background: rgba(201, 111, 59, 0.12);
}

.trippy-admin-content-grid {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.trippy-admin-overview-top-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.trippy-admin-overview-top-grid > .trippy-admin-panel {
  min-height: 22rem;
}

.trippy-chart-panel,
.trippy-calendar-panel {
  display: grid;
  align-content: start;
}

.trippy-admin-graph-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.trippy-admin-panel {
  padding: 1rem;
}

.trippy-panel-heading {
  margin-bottom: 0.9rem;
}

.trippy-panel-heading h3 {
  margin: 0.15rem 0 0;
}

.trippy-panel-heading a {
  color: var(--primary-dark);
  font-weight: 800;
}

.trippy-donut-wrap {
  display: grid;
  gap: 0.75rem;
  align-items: center;
}

.trippy-donut {
  display: grid;
  place-items: center;
  width: min(100%, 9.5rem);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--surface) 0 52%, transparent 53%),
    conic-gradient(var(--primary) 0 var(--revenue-degrees), var(--accent) var(--revenue-degrees) 360deg);
  box-shadow: inset 0 0 0 2px rgba(31, 31, 31, 0.12);
}

.trippy-donut span {
  display: grid;
  gap: 0.15rem;
  text-align: center;
}

.trippy-donut strong {
  font-size: 1.1rem;
  line-height: 1;
}

.trippy-donut small,
.trippy-donut-legend p,
.trippy-route-row small,
.trippy-trip-card span,
.trippy-trip-card small,
.trippy-admin-list-row small,
.trippy-admin-list-row em {
  color: var(--muted);
  font-size: 0.78rem;
}

.trippy-donut-legend {
  display: grid;
  gap: 0.65rem;
}

.trippy-donut-legend > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.45rem;
  align-items: center;
  padding: 0.7rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
}

.trippy-donut-legend p {
  margin: 0;
  font-weight: 800;
}

.trippy-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
}

.trippy-dot.is-revenue {
  background: var(--primary);
}

.trippy-dot.is-cost {
  background: var(--accent);
}

.trippy-route-row strong {
  font-size: 0.8rem;
}

.trippy-route-bars,
.trippy-admin-list,
.trippy-trip-stack {
  display: grid;
  gap: 0.55rem;
}

.trippy-route-track {
  height: 0.6rem;
  margin-top: 0.4rem;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.1);
  overflow: hidden;
}

.trippy-route-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.trippy-admin-list-row,
.trippy-trip-card {
  padding: 0.8rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--text);
}

.trippy-admin-list-row:hover,
.trippy-trip-card:hover {
  border-color: var(--primary);
  background: rgba(27, 111, 99, 0.08);
}

.trippy-admin-list-row span,
.trippy-trip-card {
  display: grid;
  gap: 0.2rem;
}

.trippy-admin-list-row em {
  max-width: 18rem;
  font-style: normal;
  text-align: right;
}

.trippy-admin-list-row.is-warning {
  border-color: rgba(201, 111, 59, 0.36);
}

.trippy-mini-calendar {
  display: grid;
  gap: 0.35rem;
}

.trippy-calendar-head,
.trippy-calendar-week {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.25rem;
}

.trippy-calendar-head span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
}

.trippy-calendar-week span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 2.1rem;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.7);
  font-weight: 800;
}

.trippy-calendar-week span.is-empty {
  border-color: transparent;
  background: transparent;
}

.trippy-calendar-week span.is-today {
  border-color: var(--primary);
}

.trippy-calendar-week span.is-booked {
  background: var(--primary);
  color: #fff;
}

.trippy-calendar-week small {
  position: absolute;
  top: -0.35rem;
  right: -0.25rem;
  display: grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.65rem;
}

.trippy-empty-copy {
  margin: 0;
  color: var(--muted);
}

.trippy-filter-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

.trippy-filter-row a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem;
  border: 2px solid rgba(31, 31, 31, 0.12);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--text);
  font-weight: 800;
}

.trippy-filter-row a:hover,
.trippy-filter-row a.is-active {
  border-color: var(--primary);
  background: rgba(27, 111, 99, 0.1);
}

.trippy-filter-row strong {
  display: grid;
  place-items: center;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
}

.trippy-filter-row-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trippy-booking-table {
  display: grid;
  gap: 0.5rem;
}

.trippy-booking-table-head,
.trippy-booking-row {
  display: grid;
  grid-template-columns: 0.52fr 0.58fr 1.15fr 1.35fr 0.78fr 0.66fr 0.58fr;
  gap: 0.45rem;
  align-items: center;
}

.trippy-booking-table-head {
  padding: 0 0.65rem 0.3rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trippy-booking-row {
  padding: 0.45rem 0.6rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.76);
}

.trippy-booking-row > div {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.trippy-booking-row strong,
.trippy-booking-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trippy-booking-row strong {
  font-size: 0.86rem;
}

.trippy-booking-row small {
  color: var(--muted);
  font-size: 0.68rem;
}

.trippy-status-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
}

.trippy-status-pill {
  display: inline-flex;
  width: fit-content;
  padding: 0.2rem 0.38rem;
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 999px;
  background: rgba(235, 230, 220, 0.5);
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 850;
}

.trippy-status-pill.is-good {
  background: rgba(47, 125, 74, 0.12);
  color: #2f7d4a;
}

.trippy-status-pill.is-bad {
  background: rgba(201, 111, 59, 0.14);
  color: #9e492b;
}

.trippy-booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-content: center;
}

.trippy-booking-actions .button {
  min-height: 30px;
  padding: 0.35rem 0.68rem;
  font-size: 0.76rem;
  font-weight: 900;
}

.trippy-overview-tabs {
  display: grid;
  gap: 0.8rem;
}

.trippy-tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.trippy-tab-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.trippy-tab-list label {
  display: grid;
  place-items: center;
  min-height: 34px;
  padding: 0.35rem 0.55rem;
  border: 2px solid rgba(31, 31, 31, 0.12);
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  cursor: pointer;
}

#overview-tab-orders:checked ~ .trippy-tab-list label[for="overview-tab-orders"],
#overview-tab-upcoming:checked ~ .trippy-tab-list label[for="overview-tab-upcoming"],
#overview-tab-private:checked ~ .trippy-tab-list label[for="overview-tab-private"],
#overview-tab-messages:checked ~ .trippy-tab-list label[for="overview-tab-messages"] {
  border-color: var(--primary);
  background: rgba(27, 111, 99, 0.1);
  color: var(--primary-dark);
}

.trippy-tab-panel {
  display: none;
}

#overview-tab-orders:checked ~ .trippy-tab-panel-orders,
#overview-tab-upcoming:checked ~ .trippy-tab-panel-upcoming,
#overview-tab-private:checked ~ .trippy-tab-panel-private,
#overview-tab-messages:checked ~ .trippy-tab-panel-messages {
  display: block;
}

.trippy-overview-table {
  display: grid;
  gap: 0.5rem;
}

.trippy-overview-table-head,
.trippy-overview-row {
  display: grid;
  grid-template-columns: 0.72fr 1fr 1.35fr 0.65fr 0.55fr;
  gap: 0.45rem;
  align-items: center;
}

.trippy-overview-table-head-three,
.trippy-overview-row-three {
  grid-template-columns: 0.9fr 1.3fr 1fr;
}

.trippy-overview-table-head {
  padding: 0 0.65rem 0.3rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trippy-overview-row {
  padding: 0.45rem 0.6rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.76);
  color: var(--text);
}

.trippy-overview-row:hover {
  border-color: var(--primary);
  background: rgba(27, 111, 99, 0.08);
}

.trippy-overview-row.is-warning {
  border-color: rgba(201, 111, 59, 0.36);
}

.trippy-overview-row > div {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.trippy-overview-row strong,
.trippy-overview-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trippy-overview-row strong {
  font-size: 0.86rem;
}

.trippy-overview-row small {
  color: var(--muted);
  font-size: 0.68rem;
}

.trippy-overview-action {
  justify-items: center;
}

.trippy-overview-action .button {
  min-height: 30px;
  padding: 0.35rem 0.68rem;
  font-size: 0.76rem;
  font-weight: 900;
}

.trippy-order-form {
  display: grid;
  gap: 1rem;
}

.trippy-order-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.trippy-form-row-wide {
  grid-column: 1 / -1;
}

.trippy-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.trippy-order-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trippy-tour-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.trippy-tour-admin-card {
  display: grid;
  gap: 1rem;
}

.trippy-tour-admin-head,
.trippy-tour-admin-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.trippy-tour-admin-head h3 {
  margin: 0.2rem 0 0;
}

.trippy-tour-price-grid,
.trippy-tour-admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.trippy-tour-price-grid div,
.trippy-tour-admin-metrics div {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  padding: 0.75rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
}

.trippy-tour-price-grid span,
.trippy-tour-admin-metrics span,
.trippy-tour-admin-note {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.trippy-tour-price-grid strong,
.trippy-tour-admin-metrics strong {
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trippy-tour-admin-note {
  margin: -0.35rem 0 0;
}

.trippy-tour-admin-actions .button {
  flex: 1;
}

.trippy-admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 0.75rem;
  align-items: end;
}

.trippy-admin-form-grid-four {
  grid-template-columns: 1fr 0.65fr auto auto;
}

.trippy-admin-list-spaced {
  margin-top: 1rem;
}

.trippy-inline-check {
  min-height: 46px;
  margin: 0;
  align-items: center;
}

.trippy-slot-list {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.trippy-slot-row {
  display: grid;
  grid-template-columns: 1fr 0.7fr auto auto auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.75rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.76);
}

.trippy-calendar-week span.is-blocked {
  background: rgba(201, 111, 59, 0.16);
  color: #9e492b;
}

.trippy-calendar-week span.is-blocked small {
  background: #9e492b;
}

.trippy-user-list {
  display: grid;
  gap: 0.75rem;
}

.trippy-user-row {
  display: grid;
  grid-template-columns: 1fr auto minmax(16rem, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.76);
}

.trippy-user-row > div {
  display: grid;
  gap: 0.2rem;
}

.trippy-user-row small {
  color: var(--muted);
}

.trippy-user-actions {
  display: grid;
  grid-template-columns: minmax(8rem, 1fr) auto;
  gap: 0.5rem;
}

.trippy-quote-grid {
  display: grid;
  gap: 0.75rem;
}

.trippy-quote-card {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.76);
  color: var(--text);
}

.trippy-quote-card:hover {
  border-color: var(--primary);
  background: rgba(27, 111, 99, 0.08);
}

.trippy-quote-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.trippy-quote-card-head span {
  display: grid;
  gap: 0.2rem;
}

.trippy-quote-card p,
.trippy-quote-card small,
.trippy-quote-error {
  margin: 0;
  color: var(--muted);
}

.trippy-quote-amount {
  color: var(--primary-dark);
}

.trippy-quote-error {
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  background: rgba(201, 111, 59, 0.12);
  color: #9e492b;
}

.trippy-quote-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: start;
}

.trippy-request-body {
  max-height: 30rem;
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: auto;
  border: 2px solid rgba(31, 31, 31, 0.1);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--text);
  line-height: 1.55;
}

.trippy-quote-form textarea {
  min-height: 18rem;
}

.reviews-track {
  display: flex;
  gap: 0.9rem;
  width: max-content;
  animation: reviews-roll 16s linear infinite;
}

.review-card {
  width: 100%;
  min-width: 22rem;
  max-width: 22rem;
  align-content: start;
}

.hero-panel {
  align-self: start;
}

.booking-page-section {
  padding-top: 3rem;
}

.booking-page-heading {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.booking-page-heading h1 {
  max-width: 60rem;
}

.booking-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: min(100%, 56rem);
}

.booking-trust-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(31, 31, 31, 0.14);
  border-radius: 999px;
  background: rgba(27, 111, 99, 0.08);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(21rem, 0.7fr);
  gap: 1.5rem;
  align-items: start;
}

.booking-story-column {
  display: grid;
  gap: 1rem;
}

.booking-panel-column {
  position: sticky;
  top: 6rem;
  z-index: 10;
}

.booking-panel-column:has(.is-open) {
  z-index: 19;
}

.booking-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
}

.booking-thumb-stack {
  display: none;
}

.booking-thumb-button,
.booking-thumb-stack img,
.booking-hero-media img {
  width: 100%;
}

.booking-thumb-button {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.booking-thumb-stack img,
.booking-hero-media img {
  object-fit: cover;
  border: 2px solid var(--border);
  border-radius: 10px;
  background: var(--surface-alt);
}

.booking-thumb-stack img {
  aspect-ratio: 1 / 0.78;
}

.booking-thumb-button.is-active img,
.booking-thumb-button:hover img,
.booking-thumb-button:focus-visible img {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(27, 111, 99, 0.14);
}

.booking-thumb-dots {
  order: 2;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.booking-thumb-dots button {
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.22);
  cursor: pointer;
}

.booking-thumb-dots button.is-active {
  width: 1rem;
  background: var(--primary);
}

.booking-hero-media {
  order: 1;
  position: relative;
  overflow: hidden;
  min-height: 28rem;
  max-height: 34rem;
  border: 2px solid var(--border);
  border-radius: 10px;
  background: var(--surface-alt);
}

.booking-hero-media img {
  display: block;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  border: 0;
  border-radius: 0;
}

.booking-gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 520ms ease;
}

.booking-gallery-slide.is-active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.booking-media-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  box-shadow: var(--shadow-soft);
}

.tour-assurance-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0.75rem;
  border-radius: 10px;
  background: rgba(27, 111, 99, 0.08);
}

.tour-assurance-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.35rem 0.5rem;
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
}

.tour-facts-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(31, 31, 31, 0.14);
  border-bottom: 1px solid rgba(31, 31, 31, 0.14);
}

.tour-facts-strip > div {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
  padding: 0 0.85rem;
  border-left: 1px solid rgba(31, 31, 31, 0.14);
}

.tour-facts-strip > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.tour-facts-strip p {
  margin-bottom: 0;
}

.tour-facts-strip div p:last-child {
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 800;
}

.tour-detail-copy {
  display: grid;
  gap: 0.85rem;
}

.tour-detail-section {
  display: grid;
  gap: 0.65rem;
}

.tour-detail-section h2 {
  margin-bottom: 0;
}

.tour-detail-section p,
.tour-detail-section ul {
  margin-bottom: 0;
}

.tour-detail-faq-section {
  gap: 0.85rem;
}

.faq-list,
.legal-content-stack {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  padding: 0;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  font-weight: 850;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 1.25rem 1.15rem;
  color: var(--muted);
}

.legal-page-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 860px;
}

.legal-page-heading {
  display: grid;
  gap: 0.45rem;
}

.legal-page-heading h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1;
}

.legal-content-card {
  display: grid;
  gap: 0.5rem;
}

.legal-content-card h2,
.legal-content-card p {
  margin: 0;
}

.legal-content-card p {
  color: var(--muted);
}

.booking-info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(31, 31, 31, 0.14);
  border-bottom: 1px solid rgba(31, 31, 31, 0.14);
}

.booking-info-strip p {
  margin-bottom: 0;
}

.booking-confirm-eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.booking-hold-timer {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  padding: 0.2rem 0.55rem;
  border: 1px solid rgba(31, 31, 31, 0.22);
  border-radius: 8px;
  background: rgba(27, 111, 99, 0.1);
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: none;
  letter-spacing: 0;
}

.booking-hold-timer.is-expired {
  background: rgba(163, 58, 43, 0.12);
  color: var(--danger);
}

.booking-flow-card {
  background: var(--surface);
}

.booking-addons-card {
  display: grid;
  gap: 1rem;
  border-color: rgba(31, 31, 31, 0.22);
}

.booking-addons-heading {
  display: grid;
  gap: 0.25rem;
}

.booking-addons-heading h2,
.booking-addons-heading p {
  margin-bottom: 0;
}

.booking-addon-list {
  display: grid;
  gap: 0.65rem;
}

.booking-addon-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem;
  border: 1px solid rgba(31, 31, 31, 0.14);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.82);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.booking-addon-option:has(input:checked) {
  border-color: rgba(27, 111, 99, 0.45);
  background: rgba(27, 111, 99, 0.08);
}

.booking-addon-option:hover {
  transform: translateY(-1px);
  border-color: rgba(27, 111, 99, 0.32);
}

.booking-addon-check {
  display: inline-flex;
  align-items: center;
}

.booking-addon-check input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--primary);
}

.booking-addon-copy {
  display: grid;
  gap: 0.2rem;
}

.booking-addon-copy strong,
.booking-addon-copy small,
.booking-addon-price {
  line-height: 1.3;
}

.booking-addon-copy small {
  color: var(--muted);
  font-weight: 650;
}

.booking-addon-price {
  color: var(--primary-dark);
  font-size: 0.9rem;
  font-weight: 850;
  text-align: right;
  white-space: nowrap;
}

.booking-panel-card {
  position: relative;
  gap: 0.85rem;
  overflow: visible;
  border-color: rgba(31, 31, 31, 0.22);
}

.booking-panel-card:has(.is-open) {
  z-index: 19;
}

.booking-panel-header {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(31, 31, 31, 0.14);
}

.booking-panel-header h2 {
  margin-bottom: 0;
  font-size: 1.65rem;
}

.booking-panel-header h2 span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.booking-stepper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.35rem;
  border: 1px solid rgba(31, 31, 31, 0.14);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
}

.booking-step-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.45rem 0.55rem;
  border-radius: 9px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.booking-step-pill.is-active {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 7px 18px rgba(27, 111, 99, 0.18);
}

.booking-step-panel {
  display: grid;
  gap: 0.9rem;
}

.booking-step-panel[hidden] {
  display: none;
}

.booking-step-heading {
  display: grid;
  gap: 0.2rem;
}

.booking-step-heading h3 {
  margin-bottom: 0;
}

.booking-step-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.booking-step-actions .button:only-child {
  grid-column: 1 / -1;
}

.booking-review-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
  border: 2px solid rgba(31, 31, 31, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(27, 111, 99, 0.05), rgba(201, 111, 59, 0.04)),
    var(--surface);
}

.booking-review-card p {
  margin-bottom: 0;
}

.booking-assurance-box {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
  border-radius: 10px;
  background: rgba(27, 111, 99, 0.08);
}

.booking-assurance-box p {
  margin-bottom: 0;
}

.booking-total-card {
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: rgba(31, 31, 31, 0.04);
}

.booking-total-card > div:not(.booking-addon-summary-rows),
.booking-addon-summary-rows > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.booking-addon-summary-rows {
  display: grid;
  gap: 0.55rem;
}

.booking-total-card strong {
  color: var(--ink);
  white-space: nowrap;
}

.booking-total-card .booking-total-row {
  padding-top: 0.55rem;
  border-top: 1px solid rgba(31, 31, 31, 0.14);
  color: var(--ink);
  font-size: 1rem;
}

.booking-submit-button {
  width: 100%;
}

.about-hero-section {
  padding-top: 5rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 111, 59, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(27, 111, 99, 0.12), rgba(255, 253, 248, 0.2)),
    var(--bg);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 1.5rem;
  align-items: center;
}

.about-origin-card {
  background:
    linear-gradient(160deg, rgba(27, 111, 99, 0.11), rgba(201, 111, 59, 0.08)),
    var(--surface-alt);
}

.about-tabs-panel {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.about-tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.about-tab-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.about-tab-list label {
  display: grid;
  place-items: center;
  min-height: 40px;
  padding: 0.45rem 0.65rem;
  border: 2px solid rgba(31, 31, 31, 0.12);
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

#about-tab-info:checked ~ .about-tab-list label[for="about-tab-info"],
#about-tab-guides:checked ~ .about-tab-list label[for="about-tab-guides"],
#about-tab-vehicles:checked ~ .about-tab-list label[for="about-tab-vehicles"] {
  border-color: var(--primary);
  background: rgba(27, 111, 99, 0.1);
  color: var(--primary-dark);
}

.about-tab-content {
  display: none;
  min-width: 0;
  min-height: 24rem;
}

#about-tab-info:checked ~ .about-tab-content-info,
#about-tab-guides:checked ~ .about-tab-content-guides,
#about-tab-vehicles:checked ~ .about-tab-content-vehicles {
  display: grid;
  gap: 1.5rem;
}

.about-values-grid,
.driver-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

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

.vehicle-card {
  display: grid;
  grid-template-columns: minmax(8rem, 0.8fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.vehicle-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 2px solid var(--border);
  border-radius: 10px;
  background: var(--surface-alt);
}

.driver-card {
  padding: 0.9rem;
}

.driver-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 2px solid var(--border);
  border-radius: 10px;
  background: var(--surface-alt);
}

.driver-card-body {
  display: grid;
  gap: 0.55rem;
  padding: 0.95rem 0.15rem 0;
}

.summary-stack,
.next-steps-card {
  display: grid;
  gap: 1rem;
}

.private-tour-panel {
  display: grid;
  gap: 0.75rem;
}

.card-meta,
.meta-inline {
  color: var(--muted);
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.prose-block {
  max-width: 70ch;
}

.alerts-stack {
  display: grid;
}

.review-meta {
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.review-quote {
  margin-bottom: 0;
}

.review-quote-clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.review-detail-card {
  display: grid;
  gap: 1rem;
}

.reviews-list {
  display: grid;
  gap: 1rem;
}

.review-list-card {
  display: grid;
  gap: 1rem;
}

.review-detail-quote {
  font-size: 1.15rem;
  line-height: 1.7;
}

@keyframes reviews-roll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.45rem));
  }
}

.prototypes-heading {
  align-items: flex-end;
}

.studlaberg-swatch {
  position: relative;
  min-height: 420px;
  padding: 2rem 0 0;
  border: 2px solid var(--border);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.04)),
    linear-gradient(180deg, #c7d0cd 0%, #b7c2bf 100%);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  perspective: 1200px;
}

.basalt-skyline {
  position: absolute;
  inset: 2.4rem -3.6rem 0 -3.6rem;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0;
  transform-origin: center bottom;
}

.basalt-skyline-haze {
  inset: -0.4rem -5rem 12.6rem -5rem;
  opacity: 0.34;
  transform: rotateX(28deg) scale(0.84);
}

.basalt-skyline-back {
  inset: 1rem -3.4rem 6rem -3.4rem;
  opacity: 0.72;
  transform: rotateX(18deg) scale(0.94);
}

.basalt-skyline-far {
  inset: 0.1rem -4.2rem 9.3rem -4.2rem;
  opacity: 0.5;
  transform: rotateX(23deg) scale(0.89);
}

.basalt-column {
  position: relative;
  z-index: 2;
  width: 4%;
  min-width: 32px;
  margin-left: -1.05%;
  clip-path: polygon(16% 0%, 82% 0%, 100% 10%, 100% 100%, 0% 100%, 0% 10%);
  box-shadow:
    inset -1px 0 0 rgba(255, 255, 255, 0.06),
    inset 1px 0 0 rgba(0, 0, 0, 0.08);
}

.basalt-skyline:not(.basalt-skyline-back) {
  transform: rotateX(8deg);
}

.basalt-column::before,
.basalt-column::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 64%;
  height: 22px;
  clip-path: polygon(22% 0%, 78% 0%, 100% 100%, 0% 100%);
}

.basalt-column::before {
  left: -2%;
  background: color-mix(in srgb, var(--tone-main) 78%, black 22%);
}

.basalt-column::after {
  right: -10%;
  background: color-mix(in srgb, var(--tone-main) 78%, white 14%);
}

.basalt-column-low {
  height: 42%;
}

.basalt-column-mid {
  height: 62%;
}

.basalt-column-high {
  height: 78%;
}

.basalt-column-tall {
  height: 90%;
}

.basalt-shift-left {
  transform: translateX(-3px);
}

.basalt-shift-right {
  transform: translateX(3px);
}

.basalt-overlap-front {
  z-index: 4;
}

.basalt-overlap-back {
  z-index: 1;
}

.basalt-tone-deep {
  --tone-main: #123531;
  background:
    linear-gradient(90deg, #102c29 0 32%, #356a63 32% 68%, #244f49 68% 100%);
}

.basalt-tone-dark {
  --tone-main: #26564f;
  background:
    linear-gradient(90deg, #1e4540 0 32%, #447a73 32% 68%, #2d615a 68% 100%);
}

.basalt-tone-mid {
  --tone-main: #41756e;
  background:
    linear-gradient(90deg, #2f625c 0 32%, #538a82 32% 68%, #42756e 68% 100%);
}

.basalt-tone-light {
  --tone-main: #5f958d;
  background:
    linear-gradient(90deg, #4a7f78 0 32%, #6ca29b 32% 68%, #5a9088 68% 100%);
}

.basalt-tone-back-dark {
  --tone-main: #547d77;
  background:
    linear-gradient(90deg, #446c66 0 32%, #689992 32% 68%, #598882 68% 100%);
}

.basalt-tone-back-mid {
  --tone-main: #6a9993;
  background:
    linear-gradient(90deg, #5a857f 0 32%, #82b1ab 32% 68%, #719f99 68% 100%);
}

.basalt-tone-back-light {
  --tone-main: #84b1ab;
  background:
    linear-gradient(90deg, #739f99 0 32%, #9cc7c1 32% 68%, #8bb8b2 68% 100%);
}

.basalt-tone-far-dark {
  --tone-main: #7f9f9a;
  background:
    linear-gradient(90deg, #6f8f8a 0 32%, #93b8b3 32% 68%, #81a6a1 68% 100%);
}

.basalt-tone-far-mid {
  --tone-main: #92b5b0;
  background:
    linear-gradient(90deg, #83a7a2 0 32%, #adcfc9 32% 68%, #99bdb7 68% 100%);
}

.basalt-tone-far-light {
  --tone-main: #aacbc6;
  background:
    linear-gradient(90deg, #9ec0bb 0 32%, #c2dfda 32% 68%, #b2d2cc 68% 100%);
}

.basalt-tone-haze-dark {
  --tone-main: #9dbbb6;
  background:
    linear-gradient(90deg, #92b0ab 0 32%, #bfd9d5 32% 68%, #a8c7c2 68% 100%);
}

.basalt-tone-haze-mid {
  --tone-main: #b2cdca;
  background:
    linear-gradient(90deg, #a9c4c0 0 32%, #cfe6e2 32% 68%, #bdd8d4 68% 100%);
}

.basalt-tone-haze-light {
  --tone-main: #c5ddda;
  background:
    linear-gradient(90deg, #bdd5d1 0 32%, #dcedea 32% 68%, #cce2df 68% 100%);
}

@media (max-width: 1024px) {
  .hero-content {
    height: clamp(36rem, 78svh, 45rem);
  }

  .home-feature-layout.has-rail {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .home-feature-main {
    padding-right: 0;
  }

  .home-feature-rail {
    display: none;
  }

  .home-airport-banner {
    position: fixed;
    left: 50%;
    bottom: 0.85rem;
    z-index: 16;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.85rem;
    align-items: center;
    width: min(100%, 34rem);
    margin: 0;
    padding: 0.72rem 0.82rem;
    border: 2px solid var(--border);
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.96);
    color: var(--text);
    text-decoration: none;
    opacity: 0;
    box-shadow: 0 18px 36px rgba(31, 31, 31, 0.18);
    transform: translate(-50%, calc(100% + 1.2rem));
    transition:
      opacity 160ms ease,
      transform 160ms ease;
    pointer-events: none;
    backdrop-filter: blur(8px);
  }

  .home-airport-banner.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  .home-airport-banner strong,
  .home-airport-banner span,
  .home-airport-banner em {
    min-width: 0;
    line-height: 1;
  }

  .home-airport-banner strong {
    overflow: hidden;
    font-size: 0.95rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-airport-banner span {
    color: var(--primary-dark);
    font-size: 0.9rem;
    font-weight: 900;
    white-space: nowrap;
  }

  .home-airport-banner em {
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
  }

  .home-custom-tour-section {
    justify-items: center;
    gap: 1rem;
    padding-top: 2rem;
  }

  .home-custom-tour-heading {
    width: min(100%, 34rem);
  }

  .home-custom-tour-heading p:last-child {
    font-size: 0.95rem;
  }

  .home-custom-tour-form {
    width: min(100%, 34rem);
    padding: 1rem;
    gap: 0.7rem;
  }

  .home-custom-tour-form .booking-panel-header {
    gap: 0.15rem;
    padding-bottom: 0.65rem;
  }

  .home-custom-tour-form .booking-panel-header h2 {
    font-size: 1.35rem;
  }

  .home-custom-tour-form .booking-panel-header h2 span,
  .home-custom-tour-form .booking-panel-header .meta-inline {
    font-size: 0.86rem;
  }

  .home-custom-tour-form .booking-stepper {
    gap: 0.3rem;
    padding: 0.25rem;
  }

  .home-custom-tour-form .booking-step-pill {
    min-height: 32px;
    padding: 0.35rem 0.4rem;
    font-size: 0.76rem;
  }

  .home-custom-tour-form .booking-step-panel {
    gap: 0.65rem;
  }

  .home-custom-tour-form [data-booking-step="1"] {
    grid-template-columns: 1fr;
  }

  .home-custom-tour-form [data-booking-step="1"] .choice-shell:has(.choice-grid-time),
  .home-custom-tour-form [data-booking-step="1"] .choice-shell:has(.choice-grid-guests) {
    min-width: 0;
  }

  .home-custom-tour-form .booking-step-heading {
    gap: 0.1rem;
  }

  .home-custom-tour-form .booking-step-heading h3 {
    font-size: 1.05rem;
  }

  .home-custom-tour-form .form-row {
    gap: 0.32rem;
  }

  .home-custom-tour-form input,
  .home-custom-tour-form select,
  .home-custom-tour-form textarea {
    min-height: 48px;
    padding: 0.72rem 0.82rem;
  }

  .home-custom-tour-form textarea {
    min-height: 6.5rem;
  }

  .home-custom-tour-form .choice-grid {
    padding: 0.55rem;
  }

  .home-custom-tour-form .choice-grid > div {
    gap: 0.38rem;
  }

  .home-custom-tour-form .choice-grid-time > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .booking-panel-card .choice-grid-time > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-custom-tour-form .choice-grid-regions > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-custom-tour-form .choice-grid-guests > div {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .booking-panel-card .choice-grid-guests > div {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .booking-panel-card .choice-grid-time label,
  .booking-panel-card .choice-grid-guests label {
    min-height: 44px;
    padding: 0.5rem 0.3rem;
    font-size: 0.78rem;
  }

  .home-custom-tour-form [data-booking-step="1"] .choice-grid {
    padding: 0.42rem;
  }

  .home-custom-tour-form [data-booking-step="1"] .choice-grid > div {
    gap: 0.3rem;
  }

  .home-custom-tour-form [data-booking-step="1"] .choice-grid label {
    min-height: 42px;
    padding: 0.42rem 0.25rem;
    font-size: 0.74rem;
  }

  .home-custom-tour-form .choice-grid label {
    min-height: 46px;
    padding: 0.62rem 0.55rem;
    font-size: 0.86rem;
  }

  .home-custom-tour-form .phone-input-grid {
    grid-template-columns: minmax(6.5rem, 0.35fr) minmax(0, 1fr);
    gap: 0.45rem;
  }

  .home-custom-tour-form .booking-step-actions {
    gap: 0.5rem;
  }

  .home-custom-tour-form .booking-step-actions .button {
    min-height: 48px;
    padding: 0.68rem 0.8rem;
  }
}

@media (max-width: 900px) {
  .trippy-admin-shell,
  .trippy-admin-content-grid,
  .trippy-admin-overview-top-grid,
  .trippy-admin-graph-grid,
  .trippy-admin-stat-grid,
  .trippy-tour-admin-grid,
  .trippy-quote-detail-grid,
  .about-tab-list,
  .trippy-filter-row,
  .trippy-filter-row-three,
  .trippy-admin-form-grid,
  .trippy-admin-form-grid-four,
  .trippy-tab-list,
  .trippy-overview-table-head,
  .trippy-overview-row,
  .trippy-overview-table-head-three,
  .trippy-overview-row-three,
  .trippy-order-form-grid,
  .trippy-order-metrics,
  .trippy-slot-row,
  .trippy-user-row,
  .trippy-user-actions,
  .home-review-list-head,
  .home-review-row,
  .home-booking-panel,
  .home-booking-lookup-grid,
  .home-feature-layout,
  .home-feature-layout.has-rail {
    grid-template-columns: 1fr;
  }

  .trippy-admin-sidebar {
    position: sticky;
    top: 0;
    z-index: 24;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    min-height: auto;
    padding: 0.85rem 1rem;
    border-right: 0;
    border-bottom: 2px solid var(--border);
    background: rgba(255, 253, 248, 0.96);
    backdrop-filter: blur(8px);
  }

  .trippy-admin-toggle-button {
    display: grid;
    justify-self: end;
  }

  .trippy-admin-nav,
  .trippy-admin-sidebar-note {
    display: none;
    grid-column: 1 / -1;
  }

  .trippy-admin-toggle:checked ~ .trippy-admin-nav {
    display: grid;
    animation: nav-menu-drop 160ms ease-out;
  }

  .trippy-admin-toggle:checked ~ .trippy-admin-sidebar-note {
    display: block;
    animation: nav-menu-drop 160ms ease-out;
  }

  .trippy-admin-nav a {
    width: 100%;
    padding: 0.7rem 0.8rem;
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.96);
  }

  .trippy-admin-sidebar-note {
    margin-top: 0;
  }

  .trippy-admin-topbar,
  .trippy-admin-topbar-actions,
  .trippy-admin-list-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .trippy-admin-account {
    width: 100%;
    text-align: left;
  }

  .trippy-booking-table-head {
    display: none;
  }

  .trippy-booking-row {
    grid-template-columns: 1fr;
  }

  .home-feature-main {
    padding-right: 0;
  }

  .trippy-admin-list-row em {
    max-width: none;
    text-align: left;
  }

  .booking-experience-grid,
  .booking-media-layout,
  .tour-facts-strip,
  .booking-info-strip,
  .booking-review-card {
    grid-template-columns: 1fr;
  }

  .booking-addon-option {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .booking-addon-price {
    grid-column: 2;
    text-align: left;
  }

  .booking-panel-column {
    order: 4;
    position: static;
  }

  .booking-story-column {
    display: contents;
  }

  .booking-media-layout {
    order: 1;
    gap: 0.65rem;
  }

  .booking-hero-media {
    order: 1;
  }

  .booking-thumb-stack {
    order: 2;
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .booking-thumb-stack::-webkit-scrollbar {
    display: none;
  }

  .booking-thumb-button {
    flex: 0 0 min(42%, 10rem);
    min-width: 0;
    scroll-snap-align: start;
  }

  .booking-thumb-stack img {
    aspect-ratio: 1.4 / 1;
  }

  .booking-thumb-dots {
    order: 3;
    display: flex;
    justify-content: center;
    gap: 0.35rem;
  }

  .booking-thumb-dots button {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: rgba(31, 31, 31, 0.22);
  }

  .booking-thumb-dots button.is-active {
    width: 1rem;
    background: var(--primary);
  }

  .booking-thumb-stack {
    display: none;
  }

  .tour-assurance-row {
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    overflow-x: hidden;
    padding: 0.55rem;
    scrollbar-width: none;
  }

  .tour-assurance-row::-webkit-scrollbar {
    display: none;
  }

  .tour-assurance-row span {
    flex: 1 1 0;
    min-width: 0;
    min-height: 36px;
    padding: 0.35rem 0.55rem;
    white-space: normal;
  }

  .tour-facts-strip > div,
  .tour-facts-strip > div:first-child {
    padding: 0.65rem 0;
    border-left: 0;
    border-top: 1px solid rgba(31, 31, 31, 0.12);
  }

  .tour-facts-strip > div:first-child {
    border-top: 0;
  }

  .tour-facts-strip {
    order: 3;
  }

  .tour-detail-copy {
    order: 5;
  }

  .booking-hero-media img {
    min-height: 18rem;
  }

  .about-hero-grid,
  .vehicle-grid,
  .vehicle-card {
    grid-template-columns: 1fr;
  }

  .about-values-grid,
  .driver-grid {
    grid-template-columns: 1fr;
  }

  .studlaberg-swatch {
    min-height: 300px;
    padding: 1.25rem 0 0;
  }

  .reviews-marquee {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

  .tour-card .card-body h2,
  .tour-card .card-body h3 {
    font-size: 1.3rem;
  }

  .review-card {
    min-width: 18rem;
    max-width: 18rem;
  }

  .basalt-skyline {
    inset: 2rem -2.2rem 0 -2.2rem;
  }

  .basalt-skyline-haze {
    inset: -0.1rem -3.2rem 9rem -3.2rem;
  }

  .basalt-skyline-back {
    inset: 1rem -2.4rem 4.7rem -2.4rem;
  }

  .basalt-skyline-far {
    inset: 0.3rem -2.8rem 7rem -2.8rem;
  }

  .basalt-column {
    min-width: 24px;
    width: 4.8%;
    margin-left: -1.35%;
  }

  .basalt-column::before,
  .basalt-column::after {
    top: -10px;
    height: 14px;
  }
}

@media (max-width: 640px) {
  .hero-content {
    height: clamp(34rem, 82svh, 41rem);
  }

  .booking-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .booking-trust-item {
    min-height: 32px;
    padding: 0.32rem 0.5rem;
    font-size: 0.74rem;
  }

  .home-airport-banner {
    bottom: 0.6rem;
    width: min(100%, calc(100vw - 1.5rem));
    gap: 0.65rem;
    padding: 0.65rem;
  }

  .home-airport-banner strong {
    font-size: 0.88rem;
  }

  .home-airport-banner span {
    font-size: 0.84rem;
  }

  .home-airport-banner em {
    padding: 0.5rem 0.62rem;
  }

  .home-custom-tour-section {
    width: min(100%, calc(100vw - 1.25rem));
    margin-left: auto;
    margin-right: auto;
  }

  .home-custom-tour-heading {
    width: 100%;
  }

  .home-custom-tour-heading p:last-child {
    font-size: 0.9rem;
  }

  .home-custom-tour-form {
    width: 100%;
    padding: 0.85rem;
    border-radius: 10px;
  }

  .home-custom-tour-form .booking-panel-header h2 {
    font-size: 1.2rem;
  }

  .home-custom-tour-form .booking-panel-header .meta-inline {
    line-height: 1.35;
  }

  .home-custom-tour-form .booking-step-pill {
    min-height: 30px;
    padding: 0.32rem 0.28rem;
    font-size: 0.7rem;
  }

  .home-custom-tour-form .choice-grid-guests > div {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .booking-panel-card .choice-grid-time > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .booking-panel-card .choice-grid-guests > div {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .home-custom-tour-form .choice-grid label {
    min-height: 45px;
    font-size: 0.82rem;
  }

  .booking-panel-card .choice-grid-time label,
  .booking-panel-card .choice-grid-guests label {
    min-height: 40px;
    padding: 0.42rem 0.2rem;
    font-size: 0.68rem;
  }

  .home-custom-tour-form [data-booking-step="1"] {
    column-gap: 0;
  }

  .home-custom-tour-form [data-booking-step="1"] .choice-shell {
    gap: 0.24rem;
  }

  .home-custom-tour-form [data-booking-step="1"] .form-label {
    font-size: 0.78rem;
  }

  .home-custom-tour-form [data-booking-step="1"] .choice-grid {
    padding: 0.32rem;
  }

  .home-custom-tour-form [data-booking-step="1"] .choice-grid > div {
    gap: 0.24rem;
  }

  .home-custom-tour-form [data-booking-step="1"] .choice-grid label {
    min-height: 38px;
    padding: 0.36rem 0.16rem;
    font-size: 0.64rem;
  }

  .booking-thumb-stack img {
    flex-basis: min(58%, 12rem);
  }

  .tour-assurance-row {
    padding: 0.45rem;
  }

  .tour-assurance-row span {
    min-height: 34px;
    font-size: 0.72rem;
  }

  .home-custom-tour-form .phone-input-grid {
    grid-template-columns: minmax(5.8rem, 0.38fr) minmax(0, 1fr);
  }

  .home-custom-tour-form .field-help,
  .home-custom-tour-form .booking-assurance-box {
    font-size: 0.84rem;
  }
}
