@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Roboto-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Roboto-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Roboto-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/RobotoMono-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/RobotoMono-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/RobotoMono-Bold.woff2') format('woff2');
}

:root {
  --page-bg: #fff;
  --surface-muted: #f2f2ef;
  --surface-soft: #f7f7f5;
  --surface-card: #fff;
  --line: rgb(28 28 28 / 18%);
  --line-strong: rgb(28 28 28 / 32%);
  --text: #1c1c1c;
  --text-muted: rgb(28 28 28 / 70%);
  --text-dim: rgb(28 28 28 / 54%);
  --shadow-overlay: 0 28px 64px rgb(0 0 0 / 16%);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page-bg);
  color: var(--text);
  font-family: 'Roboto', 'Segoe UI', sans-serif;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

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

.hidden {
  display: none !important;
}

.app-shell {
  width: min(1520px, 100%);
  margin: 0 auto;
  padding: 18px 24px 32px;
}

.page-strip {
  display: grid;
}

.page-strip-row {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  min-height: 62px;
  align-items: stretch;
  gap: 12px;
  background: transparent;
}

.page-strip-logo-shell,
.page-strip-band,
.page-strip-actions {
  position: relative;
}

.page-strip-logo-shell,
.page-strip-band {
  min-height: 62px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--surface-muted);
}

.page-strip-logo-shell {
  padding: 10px;
  z-index: 2;
}

.page-strip-logo-image {
  width: 30px;
  height: 42px;
  object-fit: contain;
}

.page-strip-band {
  padding: 12px 28px;
  z-index: 0;
}

.page-strip-logo-shell,
.page-strip-band,
.page-strip-actions .header-btn {
  background: transparent;
}

.page-strip-title-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
  padding: 0 clamp(160px, 18vw, 280px);
}

.page-strip-title {
  margin: 0;
  font-size: clamp(24px, 2.7vw, 38px);
  line-height: 1.08;
  font-weight: 700;
  text-align: center;
  max-width: min(100%, 960px);
}

.page-strip-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
  z-index: 2;
  justify-content: flex-end;
}

.header-btn {
  min-width: 56px;
  min-height: 62px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--surface-muted);
  color: var(--text);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.header-btn:hover,
.primary-btn:hover,
.secondary-btn:hover,
.product-option:hover,
.booking-card:hover,
.modal-close-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgb(0 0 0 / 8%);
}

.header-btn--icon {
  width: 62px;
  padding: 0;
}

.header-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.header-icon svg {
  width: 100%;
  height: 100%;
}

.locale-toggle {
  width: 62px;
  min-width: 62px;
  padding: 0;
  display: grid;
  place-items: center;
}

.locale-toggle-label {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.locale-toggle--cabinet {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  align-self: center;
  flex: 0 0 36px;
  border: 0;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
}

.header-btn.locale-toggle--cabinet {
  inline-size: 36px;
  block-size: 36px;
  min-inline-size: 36px;
  max-inline-size: 36px;
  min-block-size: 36px;
  max-block-size: 36px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  line-height: 1;
}

.locale-toggle--cabinet .locale-toggle-label {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
}

.toast-root {
  position: fixed;
  top: 92px;
  right: 24px;
  z-index: 950;
  pointer-events: none;
}

.toast {
  max-width: min(420px, calc(100vw - 48px));
  padding: 14px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgb(255 255 255 / 96%);
  color: var(--text);
  line-height: 1.5;
  box-shadow: 0 18px 36px rgb(0 0 0 / 12%);
}

.toast--error {
  border-style: dashed;
}

.toast--success {
  border-color: var(--line-strong);
}

.booking-surface {
  margin: 28px auto 0;
}

.booking-main {
  display: grid;
  gap: 28px;
}

.booking-hero {
  display: grid;
  gap: 20px;
  margin-bottom: 12px;
}

.booking-hero-top {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  grid-template-areas:
    'choice-head choice-head'
    'media products';
  gap: 28px;
  align-items: stretch;
}

.booking-hero-choice-head {
  grid-area: choice-head;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.booking-hero-choice-head .choice-location:first-child {
  flex: 1 1 auto;
  overflow: hidden;
}

.booking-hero-choice-head .choice-location--aircraft {
  flex: 0 0 auto;
  margin-left: auto;
}

.booking-hero-media {
  grid-area: media;
  position: relative;
  min-width: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  align-self: stretch;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 0;
  background: transparent;
}

.booking-hero-poster,
.booking-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-hero-poster {
  z-index: 1;
  transition: opacity 220ms ease;
}

.booking-hero-video {
  z-index: 0;
  opacity: 0;
  transition: opacity 220ms ease;
  background: transparent;
}

.booking-hero-media[data-video-state='playing'] .booking-hero-poster {
  opacity: 0;
}

.booking-hero-media[data-video-state='playing'] .booking-hero-video {
  opacity: 1;
}

.booking-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.booking-metric {
  min-width: 0;
  display: grid;
  gap: 8px;
  align-content: start;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 840ms ease, transform 840ms ease;
  transition-delay: calc(var(--metric-index, 0) * 180ms);
}

.booking-metrics.is-visible .booking-metric {
  opacity: 1;
  transform: translateY(0);
}

.booking-metric-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.booking-metric-icon {
  width: 24px;
  height: 24px;
  color: #6d7484;
  flex: 0 0 auto;
}

.booking-metric-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-metric-label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.booking-metric-value {
  padding-left: 34px;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.12;
}

.loading-placeholder {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.loading-spinner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgb(28 28 28 / 14%);
  border-top-color: var(--text);
  flex: 0 0 auto;
  animation: loading-spin 760ms linear infinite;
}

.loading-bars {
  display: grid;
  gap: 8px;
  width: min(280px, 100%);
}

.loading-bars span {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(28 28 28 / 8%), rgb(28 28 28 / 18%), rgb(28 28 28 / 8%));
  background-size: 220% 100%;
  animation: loading-sweep 1.1s ease-in-out infinite;
}

.loading-bars span:nth-child(2) {
  width: 74%;
  animation-delay: 120ms;
}

.loading-bars span:nth-child(3) {
  width: 48%;
  animation-delay: 240ms;
}

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loading-sweep {
  0% {
    background-position: 120% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

@keyframes guidance-arrow-pulse {
  0%,
  100% {
    transform: translate(-4px, -50%);
  }

  50% {
    transform: translate(4px, -50%);
  }
}

@keyframes guidance-master-arrow-pulse {
  0%,
  100% {
    transform: translate(-3px, -3px) rotate(45deg);
  }

  50% {
    transform: translate(3px, 3px) rotate(45deg);
  }
}

@keyframes guidance-mobile-arrow-pulse {
  0%,
  100% {
    transform: translate(-50%, -3px) rotate(90deg);
  }

  50% {
    transform: translate(-50%, 3px) rotate(90deg);
  }
}

.is-guidance-target {
  position: relative;
  overflow: visible;
  outline: none;
}

.booking-guidance-arrow {
  position: absolute;
  z-index: 8;
  left: -44px;
  top: 50%;
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--text);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  animation: guidance-arrow-pulse 960ms ease-in-out infinite;
}

.master-grid.is-guidance-target > .booking-guidance-arrow {
  left: clamp(58px, 8vw, 150px);
  top: -66px;
  transform: rotate(45deg);
  animation: guidance-master-arrow-pulse 960ms ease-in-out infinite;
}

.booking-form-shell {
  width: min(760px, 100%);
  margin: 28px auto 0;
  display: grid;
  gap: 18px;
}

.booking-date-shell {
  width: min(760px, 100%);
  margin: 8px auto 0;
  gap: 18px;
}

.booking-date-line {
  width: min(620px, 100%);
  margin: 0 auto;
}

.booking-date-calendar {
  display: grid;
  gap: 12px;
  width: 100%;
}

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

.booking-date-nav {
  width: 42px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 24px;
  line-height: 1;
}

.booking-date-nav:disabled {
  opacity: 0.38;
  cursor: default;
}

.booking-date-month {
  min-width: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.booking-date-days {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 8px;
}

.booking-date-day,
.booking-date-clear {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
}

.booking-date-day.is-selected,
.booking-date-clear.is-selected {
  border-color: var(--text);
  background: var(--text);
  color: #fff;
}

.booking-date-clear {
  justify-self: start;
  min-width: 128px;
  background: transparent;
}

.booking-map-shell {
  width: min(1120px, 100%);
  margin: 8px auto 24px;
  display: grid;
  gap: 18px;
}

.booking-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.booking-map-mount {
  position: relative;
  width: 100%;
  min-height: 450px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--surface-soft);
}

.booking-map-empty {
  min-height: 450px;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--text-dim);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.booking-map-zoom-hint {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 18px;
  max-width: calc(100% - 32px);
  padding: 9px 12px;
  border: 1px solid rgb(255 255 255 / 52%);
  border-radius: 999px;
  background: rgb(31 31 31 / 82%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.booking-map-zoom-hint.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.booking-weather-card,
.booking-faq-item {
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
}

.booking-weather-card {
  min-height: 450px;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 16px;
}

.booking-weather-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-weather-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
}

.booking-weather-current {
  display: grid;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.booking-weather-day,
.booking-weather-week-title {
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-weather-temp {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
}

.booking-weather-temp-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.booking-weather-icon-wrap {
  width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.booking-weather-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgb(255 255 255 / 62%);
  color: var(--text);
}

.booking-weather-icon svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-weather-temp-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.booking-weather-condition {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.35;
}

.booking-weather-meta,
.booking-weather-row,
.booking-weather-empty {
  color: var(--text-muted);
  line-height: 1.45;
}

.booking-weather-wind-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-variant-numeric: tabular-nums;
}

.booking-weather-wind-row span:last-child {
  text-align: right;
}

.booking-weather-days {
  display: grid;
  gap: 8px;
}

.booking-weather-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  font-variant-numeric: tabular-nums;
}

.booking-weather-row-day {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.booking-weather-row-weekday {
  min-width: 28px;
  color: var(--text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.booking-weather-row-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.booking-weather-load {
  display: inline-grid;
  grid-template-columns: repeat(5, 4px);
  gap: 3px;
  align-items: center;
  height: 14px;
}

.booking-weather-load-segment {
  width: 4px;
  height: 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: transparent;
}

.booking-weather-load--low .booking-weather-load-segment.is-filled {
  border-color: #2f7d4f;
  background: #2f7d4f;
  opacity: 0.9;
}

.booking-weather-load--high .booking-weather-load-segment.is-filled {
  border-color: #b88900;
  background: #b88900;
  opacity: 0.94;
}

.booking-weather-load--full .booking-weather-load-segment.is-filled {
  border-color: #7f1d2d;
  background: #7f1d2d;
  opacity: 0.96;
}

.booking-weather-closed-chip {
  width: 24px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-muted);
}

.booking-weather-closed-chip svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-weather-warning {
  width: 14px;
  height: 14px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--text);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  flex: 0 0 auto;
}

.booking-weather-row-temp {
  display: inline-grid;
  grid-template-columns: 42px 8ch;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: calc(42px + 8ch + 8px);
}

.booking-weather-row-icon-wrap {
  width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.booking-weather-row-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  color: var(--text);
  flex: 0 0 auto;
}

.booking-weather-row-temp-value {
  min-width: 0;
  text-align: right;
}

.booking-weather-row-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-faq-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.booking-faq-list {
  display: grid;
  gap: 10px;
}

.booking-faq-item {
  overflow: hidden;
  padding: 0;
}

.booking-faq-item h3 {
  margin: 0;
}

.booking-faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--text-muted);
  line-height: 1.55;
}

.booking-faq-question {
  width: 100%;
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font: inherit;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.booking-faq-mark {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--text);
  flex: 0 0 28px;
  line-height: 1;
}

.form-lines {
  display: grid;
  gap: 14px;
}

.form-line {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.form-line--promo {
  margin-top: 0;
}

.form-line-label {
  font-size: 17px;
  font-weight: 700;
}

.form-line-control {
  display: block;
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-group--full {
  grid-column: 1 / -1;
}

.field-label,
.detail-section-title,
.kv-label,
.checklist-status,
.consent-rich-heading,
.panel-kicker {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.text-input,
.text-area,
.auth-code-input {
  width: 100%;
  padding: 9px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.text-input:focus,
.text-area:focus,
.auth-code-input:focus {
  border-color: var(--text);
  box-shadow: 0 0 0 3px rgb(28 28 28 / 6%);
}

.text-area {
  min-height: 116px;
  border-radius: var(--radius-md);
  resize: vertical;
}

.consent-card {
  padding: 2px 0 0;
}

.consent-toggle {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.consent-toggle input {
  width: 22px;
  height: 22px;
  margin: 3px 0 0;
}

.consent-text,
.meta-copy,
.empty-copy,
.booking-meta,
.detail-meta,
.selection-copy,
.footer-note,
.review-item-comment,
.review-preview-comment {
  color: var(--text-muted);
  line-height: 1.48;
}

.selection-copy--tight {
  margin-top: 8px;
}

.quiet-link {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.choice-section {
  display: grid;
  gap: 12px;
}

.choice-section--products {
  grid-area: products;
  min-width: 0;
  height: 100%;
  grid-template-rows: minmax(0, 1fr);
  align-content: start;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: var(--surface-soft);
}

.choice-section--masters {
  gap: 18px;
}

.choice-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.choice-section > .choice-head:not(.choice-head--products),
.booking-form-shell > .choice-head,
.booking-map-shell > .choice-head,
.booking-faq-shell > .choice-head {
  margin-top: 24px;
}

.choice-head--products {
  justify-content: flex-start;
}

.choice-head--stack {
  display: grid;
  justify-content: flex-start;
  gap: 12px;
}

.choice-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.choice-title--left {
  text-align: left;
}

.choice-subtitle {
  margin-top: 8px;
  color: var(--text-muted);
  line-height: 1.5;
}

.choice-location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.choice-location-icon {
  width: 24px;
  height: 24px;
  color: #6d7484;
  flex: 0 0 auto;
}

.choice-location-icon svg {
  width: 100%;
  height: 100%;
}

.choice-location-icon--plane svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1;
}

.choice-location-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 500;
}

.choice-aircraft-list {
  display: inline;
}

.choice-aircraft-link {
  appearance: none;
  -webkit-appearance: none;
  margin: -1px -2px;
  padding: 1px 2px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
  box-shadow: inset 0 -1px 0 rgb(28 28 28 / 20%);
  cursor: pointer;
  transition: background 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.choice-aircraft-link:hover,
.choice-aircraft-link:focus-visible {
  background: var(--surface-muted);
  box-shadow: inset 0 -1px 0 rgb(28 28 28 / 52%);
  outline: none;
}

.master-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.master-card {
  position: relative;
  max-width: 178px;
  margin: 0 auto;
  padding: 10px 10px 8px;
  border-radius: 28px;
  border: 1px solid transparent;
  background: transparent;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.master-card.is-selected {
  background: var(--surface-muted);
  border-color: rgb(28 28 28 / 10%);
}

.master-card-pick {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  text-align: center;
}

.master-card-head {
  min-height: 40px;
  display: grid;
  align-items: end;
}

.master-card-name {
  font-size: 16px;
  line-height: 1.28;
}

.avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgb(28 28 28 / 12%);
  background: #efefef;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar--modal {
  width: 88px;
  height: 88px;
  font-size: 26px;
}

.master-selection-mark {
  position: absolute;
  right: 2px;
  bottom: -2px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #151515;
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgb(0 0 0 / 14%);
}

.master-selection-mark svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.master-rating-actions {
  margin-top: 6px;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.rating-trigger,
.reviews-trigger {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
}

.reviews-trigger {
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.stars {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.product-list {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 100%;
}

.product-option {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 12px;
  margin: -8px -12px;
  border-radius: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.product-option.is-selected {
  background: rgb(28 28 28 / 5%);
}

.product-option:hover,
.product-option:focus-visible {
  background: rgb(28 28 28 / 9%);
  box-shadow: inset 0 0 0 1px rgb(28 28 28 / 12%);
}

.product-option-radio {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 50%;
  border: 2px solid rgb(28 28 28 / 68%);
  position: relative;
  flex-shrink: 0;
}

.product-option.is-selected .product-option-radio::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--text);
}

.product-option-check {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 8px;
  border: 2px solid rgb(28 28 28 / 68%);
  position: relative;
  flex-shrink: 0;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.product-option--addon.is-selected .product-option-check {
  background: var(--text);
  border-color: var(--text);
}

.product-option--addon.is-selected .product-option-check::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid var(--surface-card);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.product-option-copy {
  display: grid;
  gap: 2px;
}

.product-option-title {
  font-size: 15px;
  line-height: 1.34;
  font-weight: 700;
  text-transform: uppercase;
}

.product-option-subtitle {
  line-height: 1.34;
}

.product-option-meta {
  color: var(--text-dim);
  font-size: 14px;
}

.product-option-price {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.4;
}

.submit-row,
.actions-row,
.pill-row,
.media-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.submit-row {
  justify-content: center;
  margin-top: 16px;
}

.booking-total {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.primary-btn,
.secondary-btn {
  min-height: 58px;
  padding: 0 24px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.primary-btn {
  min-width: 420px;
  justify-content: center;
  background: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}

.primary-btn:disabled,
.secondary-btn:disabled,
.header-btn:disabled,
.modal-close-btn:disabled {
  opacity: 0.56;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.site-footer {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: 'logo center nav';
  gap: 20px;
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1.5px solid #111;
}

.site-footer-logo {
  grid-area: logo;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--text);
  text-decoration: none;
  transition: opacity 160ms ease;
}

.site-footer-logo-mark,
.site-footer-logo-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.site-footer-logo-mark svg {
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.site-footer-logo-bg {
  fill: currentColor;
}

.site-footer-logo-line {
  fill: none;
  stroke: #fff;
  stroke-width: 4.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.site-footer-center {
  grid-area: center;
  justify-self: center;
  color: #0b0b0c;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.site-footer-nav {
  grid-area: nav;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer-nav-link {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .site-footer-logo:hover,
  .site-footer-center:hover,
  .site-footer-nav-link:hover {
    opacity: 0.64;
  }
}

.cabinet-overlay {
  position: fixed;
  inset: 0;
  z-index: 900;
}

.cabinet-overlay-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgb(0 0 0 / 24%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cabinet-panel {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: min(680px, 100%);
  height: 100%;
  overflow: auto;
  padding: 24px;
  background: #fff;
  box-shadow: var(--shadow-overlay);
}

.cabinet-panel-head {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-right: 0;
  justify-content: space-between;
}

.cabinet-panel-head > div {
  min-width: 0;
  flex: 1 1 auto;
}

.cabinet-panel-head .cabinet-close-btn {
  position: static;
  top: auto;
  right: auto;
  flex: 0 0 36px;
  align-self: center;
}

.cabinet-panel-head .choice-title {
  white-space: nowrap;
}

.account-surface-body {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

.auth-next-steps {
  min-width: 0;
}

.auth-next-steps-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.15fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.auth-next-step {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8f8f6;
}

.auth-next-step-index {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.auth-next-step-text {
  min-width: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.auth-next-step-arrow {
  align-self: center;
  color: var(--text-muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.session-phone {
  font-family: 'Roboto Mono', monospace;
  color: var(--text-muted);
}

.auth-panel,
.detail-card,
.booking-card,
.kv-item,
.checklist-item,
.review-item,
.empty-state {
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
}

.auth-panel,
.detail-card,
.booking-card,
.empty-state {
  padding: 18px;
}

.auth-panel {
  padding: 24px;
}

.review-item {
  padding: 18px 20px;
}

.auth-form-grid,
.bookings-layout,
.booking-list,
.review-feed,
.review-form,
.checklist-grid {
  display: grid;
  gap: 12px;
}

.auth-form-grid {
  gap: 18px;
}

.auth-code-row {
  display: grid;
  grid-template-columns: minmax(0, 240px);
  gap: 10px;
  align-items: center;
}

.auth-code-input {
  min-height: 58px;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-variant-numeric: tabular-nums;
}

.auth-phone-shell {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 0 18px 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.auth-phone-shell:focus-within {
  border-color: var(--text);
  box-shadow: 0 0 0 3px rgb(28 28 28 / 6%);
}

.auth-phone-shell.auth-phone-shell-locked {
  opacity: 0.72;
}

.auth-phone-flag {
  flex: 0 0 auto;
  min-width: 34px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--text-muted);
  user-select: none;
}

.auth-phone-shell[data-country-known='true'] .auth-phone-flag {
  color: var(--text);
}

.auth-phone-shell[data-accessory-kind='calling-code'] .auth-phone-flag {
  font-size: 15px;
  letter-spacing: 0.01em;
}

#auth-phone {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 12px 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--text);
  caret-color: var(--text);
}

#auth-phone::placeholder {
  color: var(--text-dim);
}

#auth-phone:focus,
#auth-phone:focus-visible {
  outline: none;
}

.auth-code-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.auth-code-action {
  min-width: 0;
  min-height: 58px;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
}

.auth-code-action[disabled] {
  opacity: 0.56;
}

.captcha-slot {
  min-height: 84px;
  padding-top: 10px;
}

#cabinet-actions {
  justify-content: flex-end;
  margin-top: 6px;
}

.booking-card {
  width: 100%;
  text-align: left;
  color: inherit;
}

.booking-card.is-selected {
  border-color: var(--line-strong);
}

.booking-topline,
.detail-headline,
.review-item-head,
.review-preview-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.booking-name,
.selection-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.pill,
.link-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pill--ready {
  background: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}

.pill--danger {
  border-style: dashed;
}

.detail-section + .detail-section {
  margin-top: 18px;
}

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

.kv-item,
.checklist-item {
  padding: 12px 14px;
}

.kv-value {
  margin-top: 8px;
  color: var(--text-muted);
  line-height: 1.45;
}

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

.checklist-item.is-complete {
  border-color: var(--line-strong);
}

.checklist-item.is-complete .checklist-status {
  color: var(--text);
}

.review-preview-name {
  font-weight: 700;
}

.review-preview-date {
  color: var(--text-dim);
}

.rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rating-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text-muted);
}

.rating-btn.is-selected {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgb(0 0 0 / 24%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal-card {
  position: relative;
  width: min(760px, 100%);
  max-height: min(88vh, 900px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-overlay);
}

.modal-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: flex-start;
  gap: 18px;
  padding: 24px 72px 18px 28px;
  border-bottom: 1px solid rgb(28 28 28 / 10%);
}

.modal-head-main {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.modal-head-main.is-with-side {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
}

.modal-head-main.is-with-side.is-side-below {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  justify-items: center;
}

.modal-head-main.is-with-side.is-side-below .modal-head-copy {
  order: 1;
  justify-items: center;
  text-align: center;
}

.modal-head-main.is-with-side.is-side-below .modal-head-side {
  order: 2;
}

.modal-head-side {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
}

.modal-head-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.modal-head-copy.is-centered {
  justify-items: center;
  text-align: center;
}

.modal-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.modal-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.22;
}

.modal-review-stars {
  font-size: 20px;
}

.modal--reviews .modal-head-side {
  justify-items: start;
  align-content: start;
}

.modal--reviews .modal-head-copy {
  justify-items: start;
  text-align: left;
}

.modal-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--surface-muted);
  color: var(--text);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.cabinet-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  z-index: 2;
}

.modal-close-x {
  font-size: 28px;
  line-height: 1;
}

.modal-body {
  overflow: auto;
  padding: 22px 28px 28px;
}

.modal--consent .modal-body {
  scrollbar-width: none;
}

.modal--consent .modal-body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.modal--reviews .modal-card {
  width: min(840px, 100%);
}

.modal--aircraft .modal-card {
  width: min(920px, 100%);
}

.aircraft-modal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 24px;
  align-items: start;
}

.aircraft-modal-photo {
  min-width: 0;
  margin: 0;
}

.aircraft-modal-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface-muted);
}

.aircraft-modal-copy {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.aircraft-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aircraft-modal-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aircraft-modal-text-block {
  display: grid;
  gap: 12px;
}

.aircraft-modal-lead {
  margin: 0;
  max-width: 52ch;
  color: var(--text);
  font-size: 20px;
  line-height: 1.32;
  font-weight: 700;
}

.aircraft-modal-text {
  margin: 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.55;
}

.review-feed {
  gap: 16px;
}

.review-item-copy {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.review-item-date {
  flex: 0 0 auto;
  padding-top: 2px;
  white-space: nowrap;
}

.review-item-comment {
  margin-top: 8px;
  overflow-wrap: anywhere;
}

.consent-rich-heading {
  margin: 18px 0 10px;
}

.consent-rich-paragraph,
.consent-rich-list {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.62;
}

.consent-rich-list {
  padding-left: 18px;
}

.consent-rich-list li + li {
  margin-top: 4px;
}

@media (max-width: 980px) {
  .app-shell {
    padding: 16px 18px 28px;
  }

  .toast-root {
    top: 84px;
    right: 18px;
  }

  .booking-hero-top {
    grid-template-columns: 1fr;
    grid-template-areas:
      'choice-head'
      'media'
      'products';
    gap: 22px;
  }

  .booking-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .master-grid {
    gap: 14px;
  }

  .booking-location-grid,
  .booking-faq-list {
    grid-template-columns: 1fr;
  }

  .booking-weather-card {
    min-height: 0;
  }
}

@media (max-width: 780px) {
  .page-strip-row,
  .booking-topline,
  .detail-headline,
  .review-item-head,
  .review-preview-head {
    flex-direction: column;
  }

  .cabinet-panel-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px 36px;
    gap: 10px;
    align-items: center;
    min-height: 36px;
    padding-right: 0;
  }

  .cabinet-panel-head > div {
    min-width: 0;
  }

  .cabinet-panel-head .choice-title {
    font-size: clamp(20px, 5.4vw, 26px);
    line-height: 1;
    letter-spacing: 0.035em;
  }

  .locale-toggle--cabinet {
    position: static;
    top: auto;
    right: auto;
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 0;
    align-self: center;
    justify-self: center;
    display: inline-grid;
    place-items: center;
    line-height: 1;
  }

  .locale-toggle--cabinet .locale-toggle-label {
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
  }

  .cabinet-panel-head .cabinet-close-btn {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    min-height: 36px;
    justify-self: center;
    align-self: center;
  }

  .auth-next-steps-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .auth-next-step {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 10px 12px;
    border-radius: 14px;
  }

  .auth-next-step-index {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .auth-next-step-text {
    font-size: 13px;
  }

  .auth-next-step-arrow {
    justify-self: center;
    transform: rotate(90deg);
    font-size: 16px;
  }

  .booking-guidance-arrow {
    left: 50%;
    top: -42px;
    transform: translate(-50%, 0) rotate(90deg);
    animation: guidance-mobile-arrow-pulse 960ms ease-in-out infinite;
  }

  .modal-head {
    padding: 20px 60px 16px 20px;
  }

  .modal-head-main.is-with-side {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
  }

  .modal-body {
    padding: 18px 20px 22px;
  }

  .aircraft-modal-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .aircraft-modal-photo img {
    border-radius: 16px;
  }

  .aircraft-modal-lead {
    font-size: 18px;
  }

  .aircraft-modal-text {
    font-size: 15px;
  }

  .modal--reviews .modal-head-main.is-with-side {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    justify-items: start;
    align-items: start;
  }

  .page-strip-row {
    grid-template-columns: 44px minmax(0, 1fr) 52px;
    min-height: 56px;
    gap: 8px;
  }

  .page-strip-title-wrap {
    padding: 0 68px 0 56px;
  }

  .page-strip-actions {
    width: auto;
  }

  .header-btn {
    min-height: 52px;
  }

  .header-btn--icon {
    width: 52px;
  }

  .page-strip-logo-shell {
    min-height: 52px;
    padding: 8px;
  }

  .page-strip-logo-image {
    width: 24px;
    height: 34px;
  }

  .page-strip-title {
    max-width: 100%;
    padding: 0 6px;
    font-size: clamp(20px, 6vw, 24px);
    line-height: 1.14;
  }

  .booking-surface {
    margin-top: 22px;
  }

  .booking-main {
    gap: 22px;
  }

  .booking-hero-top {
    display: contents;
  }

  .booking-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      'choice-head'
      'media'
      'products'
      'metrics';
    grid-auto-flow: row;
  }

  .booking-hero-choice-head {
    grid-column: 1;
    order: 0;
  }

  .booking-hero-media {
    grid-column: 1;
    width: 100%;
    height: auto;
    order: 1;
  }

  .booking-metrics {
    grid-area: metrics;
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    order: 2;
  }

  .choice-section--products {
    grid-column: 1;
    order: 3;
  }

  .booking-metric-value {
    padding-left: 0;
  }

  .booking-metric:nth-child(2),
  .booking-metric:nth-child(4) {
    justify-items: end;
    text-align: right;
  }

  .booking-metric:nth-child(2) .booking-metric-head,
  .booking-metric:nth-child(4) .booking-metric-head {
    justify-content: flex-end;
  }

  .booking-metric:nth-child(5) {
    display: none;
  }

  .booking-metric:nth-child(5) .booking-metric-head {
    justify-content: center;
  }

  .choice-location--aircraft {
    margin-bottom: 0;
  }

  .booking-form-shell {
    margin-top: 24px;
    gap: 16px;
  }

  .form-line,
  .auth-code-row,
  .auth-code-actions,
  .kv-grid {
    grid-template-columns: 1fr;
  }

  .form-line {
    gap: 8px;
  }

  .master-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(152px, 52vw);
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 0 10px 10px;
    margin: 0 -10px;
    scrollbar-width: none;
  }

  .master-grid.is-guidance-target {
    padding-top: 44px;
  }

  .master-grid.is-guidance-target > .booking-guidance-arrow {
    left: 50%;
    top: 4px;
    animation: guidance-mobile-arrow-pulse 960ms ease-in-out infinite;
  }

  .master-card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 8px 8px 6px;
    scroll-snap-align: center;
  }

  .master-card .avatar {
    width: 88px;
    height: 88px;
  }

  .master-card-name {
    font-size: 15px;
  }

  .master-grid::-webkit-scrollbar {
    display: none;
  }

  .choice-section--products {
    padding: 22px 18px;
  }

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

  .product-option-price {
    grid-column: 2;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    min-width: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    grid-template-areas:
      'logo'
      'center'
      'nav';
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .site-footer-logo {
    justify-self: center;
    width: 42px;
    height: 42px;
  }

  .site-footer-nav {
    flex-wrap: wrap;
    width: 100%;
    justify-self: center;
    justify-content: center;
    gap: 14px;
  }

  .site-footer-nav-link {
    font-size: 0.78rem;
  }

  .cabinet-panel {
    width: 100%;
    padding: 18px;
  }

  .cabinet-close-btn {
    top: 14px;
    right: 14px;
  }

  .modal-close-btn {
    top: 14px;
    right: 14px;
  }
}
