:root {
  --navy-950: #041126;
  --navy-900: #071a3a;
  --navy-800: #0b2a58;
  --navy-700: #103d7a;
  --blue-600: #087de3;
  --blue-500: #1598f2;
  --sky-300: #8ed9ff;
  --mint-500: #46cbb0;
  --mint-100: #dff9f3;
  --ink: #10233f;
  --muted: #66758a;
  --line: #dce4ec;
  --surface: #f4f7fa;
  --white: #fff;
  --shadow: 0 24px 70px rgba(5, 26, 58, 0.14);
  --radius: 22px;
  --container: min(1240px, calc(100% - 48px));
}

/* Reservation administration */
.admin-page {
  min-width: 0;
  color: #122c4a;
  background: #f3f7fb;
}
.admin-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 92px;
  padding: 14px clamp(20px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dbe5ee;
  backdrop-filter: blur(12px);
}
.admin-header img {
  display: block;
  width: 142px;
  max-height: 62px;
  object-fit: contain;
}
.admin-header span {
  color: #0f83dc;
  font: 700 0.62rem "Roboto Mono", monospace;
  letter-spacing: 0.12em;
}
.admin-header h1 {
  margin: 3px 0 0;
  font-size: 1.28rem;
}
.admin-header button,
.admin-toolbar button,
.admin-toolbar select,
.admin-toolbar input,
.admin-login button,
.admin-login input,
.admin-edit button,
.admin-edit select,
.admin-edit textarea {
  min-height: 44px;
  border-radius: 8px;
  font: inherit;
}
.admin-header button,
.admin-toolbar button,
.admin-login button,
.admin-edit button {
  padding: 0 18px;
  color: #fff;
  cursor: pointer;
  background: #0b67bd;
  border: 0;
  font-weight: 800;
}
.admin-shell {
  width: min(1500px, calc(100% - 40px));
  margin: 0 auto;
  padding: 50px 0 80px;
}
.admin-login {
  width: min(520px, 100%);
  margin: 6vh auto 0;
  padding: clamp(28px, 5vw, 52px);
  background: #fff;
  border: 1px solid #d9e5ef;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(20, 61, 100, 0.1);
}
.admin-login > span {
  color: #0c7ed6;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.admin-login h2 {
  margin: 12px 0;
  color: #071a3a;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  line-height: 1.35;
}
.admin-login p {
  color: #677b91;
  line-height: 1.7;
}
.admin-login form {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.admin-login label {
  display: grid;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 800;
}
.admin-login input,
.admin-toolbar input,
.admin-toolbar select,
.admin-edit select,
.admin-edit textarea {
  padding: 0 14px;
  color: #142f4d;
  background: #fff;
  border: 1px solid #cbd9e5;
}
.admin-message {
  min-height: 1.5em;
  color: #bd3d35 !important;
  font-size: 0.78rem;
}
.admin-summary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.admin-summary article {
  padding: 22px;
  background: #fff;
  border: 1px solid #dbe5ee;
  border-radius: 14px;
  box-shadow: 0 9px 24px rgba(21, 58, 95, 0.05);
}
.admin-summary span {
  color: #677b91;
  font-size: 0.74rem;
  font-weight: 700;
}
.admin-summary strong {
  display: block;
  margin-top: 8px;
  color: #0a2c58;
  font: 800 1.7rem "Roboto Mono", monospace;
}
.admin-toolbar {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.admin-toolbar form {
  display: flex;
  flex: 1;
  gap: 8px;
}
.admin-toolbar input {
  width: 100%;
}
.admin-toolbar select {
  min-width: 160px;
}
.admin-sync-notice {
  margin: 16px 0;
  padding: 13px 16px;
  color: #48657f;
  background: #e9f4ff;
  border-left: 3px solid #168de5;
  border-radius: 5px;
  font-size: 0.77rem;
}
.admin-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #dbe5ee;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(21, 58, 95, 0.06);
}
.admin-table {
  width: 100%;
  min-width: 1240px;
  border-collapse: collapse;
  font-size: 0.74rem;
}
.admin-table th,
.admin-table td {
  padding: 15px 13px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #e6edf3;
}
.admin-table th {
  color: #4d647b;
  background: #f4f8fb;
  font-weight: 800;
}
.admin-table tbody tr {
  cursor: pointer;
  transition: background 0.2s ease;
}
.admin-table tbody tr:hover,
.admin-table tbody tr:focus {
  outline: none;
  background: #f0f7ff;
}
.admin-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 9px;
  color: #14558c;
  background: #e4f1fc;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
}
.admin-badge[data-tone="SYNC_FAILED"],
.admin-badge[data-tone="CANCELLED"],
.admin-badge[data-tone="FAILED"] {
  color: #a43631;
  background: #fff0ef;
}
.admin-badge[data-tone="SYNCED"],
.admin-badge[data-tone="COMPLETED"],
.admin-badge[data-tone="PAID"] {
  color: #177050;
  background: #e5f8ef;
}
.admin-empty,
.admin-updated {
  color: #71859a;
  text-align: center;
  font-size: 0.73rem;
}
.admin-detail {
  width: min(980px, calc(100% - 32px));
  max-height: 88vh;
  padding: 0;
  color: #18334f;
  background: #fff;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 30px 90px rgba(5, 25, 48, 0.3);
}
.admin-detail::backdrop {
  background: rgba(3, 20, 42, 0.62);
}
.admin-detail__head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  background: #fff;
  border-bottom: 1px solid #e0e8ef;
}
.admin-detail__head span {
  color: #1688dc;
  font: 700 0.62rem "Roboto Mono", monospace;
  letter-spacing: 0.1em;
}
.admin-detail__head h2 {
  margin: 4px 0 0;
  font-size: 1.2rem;
}
.admin-detail__head > button {
  width: 42px;
  height: 42px;
  color: #173553;
  cursor: pointer;
  background: #eef4f8;
  border: 0;
  border-radius: 50%;
  font-size: 1.5rem;
}
.admin-detail [data-admin-detail-content] {
  padding: 26px;
}
.admin-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.admin-detail__grid section,
.admin-history,
.admin-edit {
  padding: 20px;
  background: #f7fafc;
  border: 1px solid #dde7ef;
  border-radius: 12px;
}
.admin-detail h3 {
  margin: 0 0 14px;
  color: #0a2b55;
  font-size: 0.9rem;
}
.admin-detail dl,
.admin-detail dd {
  margin: 0;
}
.admin-detail dl > div {
  padding: 9px 0;
  border-top: 1px solid #e1e9f0;
}
.admin-detail dt {
  color: #73879a;
  font-size: 0.67rem;
}
.admin-detail dd {
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.admin-edit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.admin-edit label {
  display: grid;
  gap: 7px;
  font-size: 0.7rem;
  font-weight: 800;
}
.admin-edit__wide,
.admin-detail__actions,
.admin-edit > p {
  grid-column: 1 / -1;
}
.admin-edit textarea {
  min-height: 92px;
  padding-top: 12px;
  resize: vertical;
}
.admin-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.admin-detail__actions button:last-child {
  background: #b54038;
}
.admin-edit > p {
  min-height: 1.4em;
  margin: 0;
  color: #1672bb;
  font-size: 0.74rem;
}
.admin-history {
  margin-top: 14px;
}
.admin-history ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin-history li {
  display: grid;
  grid-template-columns: 145px 100px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid #e1e9f0;
  font-size: 0.72rem;
}
.admin-history time,
.admin-history span {
  color: #6b8196;
}

@media (max-width: 900px) {
  .admin-summary {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-toolbar,
  .admin-toolbar form {
    flex-wrap: wrap;
  }
  .admin-toolbar select,
  .admin-toolbar > button {
    flex: 1;
  }
  .admin-detail__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .admin-header {
    min-height: 76px;
    padding: 10px 16px;
  }
  .admin-header img {
    width: 108px;
  }
  .admin-header span {
    display: none;
  }
  .admin-header h1 {
    font-size: 1rem;
  }
  .admin-header button {
    padding: 0 12px;
    font-size: 0.72rem;
  }
  .admin-shell {
    width: min(100% - 24px, 1500px);
    padding: 24px 0 60px;
  }
  .admin-summary {
    gap: 8px;
  }
  .admin-summary article {
    padding: 16px;
  }
  .admin-table-wrap {
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .admin-table,
  .admin-table tbody,
  .admin-table tr,
  .admin-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .admin-table thead {
    display: none;
  }
  .admin-table tbody {
    display: grid;
    gap: 12px;
  }
  .admin-table tr {
    padding: 15px;
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(21, 58, 95, 0.05);
  }
  .admin-table td {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 12px;
    padding: 8px 0;
    white-space: normal;
    border-bottom: 1px solid #edf2f6;
  }
  .admin-table td::before {
    content: attr(data-label);
    color: #71859a;
    font-size: 0.68rem;
    font-weight: 700;
  }
  .admin-edit {
    grid-template-columns: 1fr;
  }
  .admin-edit__wide,
  .admin-detail__actions,
  .admin-edit > p {
    grid-column: auto;
  }
  .admin-detail__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .admin-history li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Bright showcase headers for the pricing and parking pages */
.detail-hero--showcase {
  min-height: 440px;
  color: var(--navy-950);
  background:
    radial-gradient(circle at 92% 10%, rgba(43, 157, 244, 0.14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4f8fc 58%, #e9f4ff 100%);
}
.detail-hero__showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  padding-block: 54px;
}
.detail-hero--showcase .detail-hero__content {
  padding: 0;
}
.detail-hero--showcase .breadcrumb {
  margin-bottom: 48px;
  color: #8090a4;
}
.detail-hero--showcase .breadcrumb strong,
.detail-hero--showcase .eyebrow {
  color: var(--navy-700);
}
.detail-hero--showcase .detail-hero__intro {
  color: var(--muted);
}
.detail-hero__fee-visual {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  padding: 42px 44px 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px 52px 10px 10px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 5%, rgba(92, 225, 203, 0.38), transparent 29%),
    linear-gradient(145deg, #071a3a 0%, #0d4384 58%, #137bc9 100%);
  box-shadow: 0 28px 65px rgba(12, 54, 104, 0.2);
}
.detail-hero__fee-visual::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -82px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}
.detail-hero__fee-visual > span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color: #073366;
  background: #82ead3;
  font-size: 0.72rem;
  font-weight: 800;
}
.detail-hero__fee-visual > small {
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
}
.detail-hero__fee-visual > strong {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 4px;
  font-size: 1rem;
}
.detail-hero__fee-visual > strong b {
  font-size: clamp(2.8rem, 4vw, 4.1rem);
  letter-spacing: -0.06em;
}
.detail-hero__fee-visual > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 25px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}
.detail-hero__fee-visual > div b {
  color: #fff;
}

.detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) {
  min-height: 440px;
  color: var(--navy-950);
  background:
    radial-gradient(circle at 88% 14%, rgba(79, 209, 180, 0.13), transparent 31%),
    linear-gradient(135deg, #ffffff 0%, #f3f8fd 100%);
}
.detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .detail-hero__image {
  inset: 44px max(26px, calc((100vw - 1180px) / 2)) 44px auto;
  width: min(46vw, 570px);
  border-radius: 10px 52px 10px 10px;
  filter: saturate(0.96) contrast(1.02);
  transform: none;
  box-shadow: 0 26px 64px rgba(14, 51, 93, 0.19);
}
.detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .detail-hero__image::after {
  background: linear-gradient(180deg, transparent 55%, rgba(2, 16, 36, 0.22));
}
.detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .detail-hero__content {
  padding-block: 54px;
}
.detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .detail-hero__content > * {
  max-width: 45%;
}
.detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .breadcrumb {
  margin-bottom: 48px;
  color: #8090a4;
}
.detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .breadcrumb strong,
.detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .eyebrow {
  color: var(--navy-700);
}
.detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .detail-hero__intro {
  color: var(--muted);
}

@media (max-width: 900px) {
  .detail-hero__showcase-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 38px;
  }
  .detail-hero--showcase .breadcrumb {
    margin-bottom: 28px;
  }
  .detail-hero__fee-visual {
    min-height: 230px;
    padding: 28px 30px 24px;
    border-radius: 8px 36px 8px 8px;
  }
  .detail-hero__fee-visual > small {
    margin-top: 18px;
  }
  .detail-hero__fee-visual > div {
    margin-top: 14px;
    padding-top: 13px;
  }
  .detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) {
    min-height: 540px;
    align-items: flex-start;
  }
  .detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .detail-hero__image {
    inset: auto 20px 24px;
    width: auto;
    height: 205px;
    border-radius: 8px 34px 8px 8px;
  }
  .detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .detail-hero__content {
    padding-block: 34px 250px;
  }
  .detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .detail-hero__content > * {
    max-width: none;
  }
  .detail-hero:has(> .detail-hero__image[style*="background-image:url"][style*="parking-01.webp"]) .breadcrumb {
    margin-bottom: 28px;
  }
}

@media (max-width: 520px) {
  .detail-hero--showcase {
    min-height: auto;
  }
  .detail-hero__showcase-grid {
    gap: 24px;
    padding-block: 28px 34px;
  }
  .detail-hero__fee-visual {
    min-height: 214px;
    padding: 24px 22px 20px;
  }
  .detail-hero__fee-visual > strong b {
    font-size: 2.7rem;
  }
}

* {
  box-sizing: border-box;
}
main,
section,
article,
aside,
form,
fieldset,
label {
  min-width: 0;
}
[class*="grid"] > *,
[class*="layout"] > * {
  min-width: 0;
}
input {
  min-width: 0;
  max-width: 100%;
}
svg {
  flex-shrink: 0;
}
input[type="checkbox"] {
  flex: 0 0 17px;
}
.button--naver {
  color: #fff;
  background: #03a94d;
}
.button--naver > span {
  font-size: 20px;
  font-weight: 900;
}
.guide-card__image {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
.sentence {
  display: block;
}
.sentence + .sentence {
  margin-top: 0.12em;
}
p {
  text-wrap: pretty;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.container {
  width: var(--container);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 12px 18px;
  background: #fff;
  color: var(--navy-900);
  transform: translateY(-160%);
  transition: transform 0.2s;
}
.skip-link:focus {
  transform: translateY(0);
}
.flight-strip {
  position: relative;
  z-index: 30;
  color: #fff;
  background: var(--navy-950);
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.flight-strip__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.flight-strip a {
  margin-left: auto;
  color: var(--sky-300);
  font-weight: 700;
}
.number-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.number-link svg {
  width: 13px;
}
.flight-code {
  color: var(--mint-500);
  font:
    600 0.72rem "Roboto Mono",
    monospace;
  letter-spacing: 0.14em;
}
.flight-strip__divider {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.28);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  height: 80px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(16, 35, 63, 0.08);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.25s;
}
.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(7, 26, 58, 0.08);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  width: 276px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.brand__mark {
  width: 68px;
  height: 62px;
  display: grid;
  place-items: center;
  overflow: visible;
  flex: 0 0 auto;
}
.brand__mark img {
  width: 66px;
  height: 58px;
  object-fit: contain;
  transform: none;
}
.brand__wordmark {
  display: grid;
  line-height: 1.15;
  white-space: nowrap;
}
.brand__wordmark strong {
  font-size: 1rem;
  letter-spacing: -0.055em;
}
.brand__wordmark em {
  color: var(--blue-600);
  font-style: normal;
}
.brand__wordmark small {
  margin-top: 5px;
  color: var(--navy-700);
  font:
    600 0.43rem "Roboto Mono",
    monospace;
  letter-spacing: 0.19em;
}
.desktop-nav {
  display: flex;
  align-items: stretch;
  gap: clamp(12px, 1.6vw, 24px);
  height: 100%;
  margin-left: auto;
}
.nav-group {
  position: relative;
  display: flex;
  align-items: stretch;
}
.nav-trigger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 3px;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 650;
}
.nav-trigger svg {
  width: 14px;
  color: #8190a0;
  transition: transform 0.2s;
}
.nav-trigger::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--blue-600);
  transform: translateX(-50%);
  transition: width 0.2s;
}
.nav-group:hover .nav-trigger::after,
.nav-group.is-open .nav-trigger::after,
.nav-group.is-current .nav-trigger::after {
  width: 100%;
}
.nav-group:hover .nav-trigger svg,
.nav-group.is-open .nav-trigger svg {
  transform: rotate(180deg);
}
.nav-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  min-width: 190px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 20px 45px rgba(4, 17, 38, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition:
    opacity 0.18s,
    transform 0.18s,
    visibility 0.18s;
}
.nav-group.is-open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.nav-dropdown a {
  display: block;
  padding: 11px 13px;
  color: #43546a;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 550;
  white-space: nowrap;
}
.nav-dropdown a:hover,
.nav-dropdown a[aria-current="page"] {
  color: var(--blue-600);
  background: #edf7ff;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-phone {
  display: grid;
  line-height: 1.2;
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.header-phone span {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.68rem;
}
.header-phone strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--navy-900);
  font:
    600 0.84rem "Roboto Mono",
    monospace;
}
.header-phone svg {
  width: 13px;
  color: var(--blue-600);
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 700;
  transition:
    transform 0.2s,
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button--small {
  min-height: 44px;
  padding-inline: 19px;
  font-size: 0.85rem;
}
.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--navy-700), var(--blue-600));
  box-shadow: 0 10px 24px rgba(8, 125, 227, 0.22);
}
.button--primary:hover {
  box-shadow: 0 14px 30px rgba(8, 125, 227, 0.3);
}
.button--white {
  color: var(--navy-900);
  background: #fff;
}
.button--glass {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
}
.button--glass svg {
  width: 18px;
}
.button--mint {
  color: var(--navy-950);
  background: var(--mint-500);
}
.button--outline {
  color: var(--navy-800);
  background: #fff;
  border-color: #b9c9d8;
}
.button--full {
  width: 100%;
}
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  background: transparent;
}
.menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--navy-900);
  transition: 0.25s;
}
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 690px;
  color: #fff;
  overflow: hidden;
  background: #244d78;
}
.hero__background {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 20, 43, 0.7) 0%,
      rgba(5, 35, 69, 0.46) 40%,
      rgba(8, 56, 95, 0.12) 70%,
      rgba(4, 22, 45, 0.08) 100%
    ),
    url("/assets/hero-aircraft.webp") center 50% / cover no-repeat;
  transform: scale(1.01);
}
.hero__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 45, 76, 0.04) 45%,
    rgba(2, 18, 38, 0.22)
  );
}
.hero__grid {
  position: relative;
  z-index: 2;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 780px);
  align-items: center;
  padding-block: 72px 126px;
}
.eyebrow {
  margin: 0 0 24px;
  color: var(--blue-600);
  font:
    600 0.75rem "Roboto Mono",
    monospace;
  letter-spacing: 0.16em;
}
.eyebrow span {
  display: inline-block;
  width: 28px;
  height: 2px;
  margin: 0 10px 3px 0;
  background: currentColor;
}
.eyebrow--light {
  color: var(--mint-500);
}
.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.25rem);
  line-height: 1.12;
  letter-spacing: -0.055em;
  font-weight: 800;
}
.hero h1 em {
  color: #9ce5ff;
  font-style: normal;
}
.hero__lead {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.8;
}
.hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 38px;
}
.hero__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 650px;
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.hero__trust div {
  padding-inline: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.hero__trust div:first-child {
  padding-left: 0;
}
.hero__trust div:last-child {
  border: 0;
}
.hero__trust strong,
.hero__trust span {
  display: block;
}
.hero__trust strong {
  color: #fff;
  font-size: 0.9rem;
}
.hero__trust span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.74rem;
}
.quick-card {
  padding: 30px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px 24px 4px 4px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3);
}
.quick-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}
.quick-card__top > div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint-500);
  box-shadow: 0 0 0 5px rgba(70, 203, 176, 0.13);
}
.quick-card__code {
  font:
    600 0.68rem "Roboto Mono",
    monospace;
  letter-spacing: 0.12em;
}
.quick-card h2 {
  margin: 24px 0 18px;
  font-size: 1.42rem;
  letter-spacing: -0.04em;
}
.quick-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.quick-list__num {
  color: var(--blue-600);
  font:
    600 0.72rem "Roboto Mono",
    monospace;
}
.quick-list small,
.quick-list strong,
.quick-list p {
  display: block;
}
.quick-list small {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.7rem;
}
.quick-list strong {
  font-size: 0.97rem;
}
.quick-list p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}
.quick-card__call {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 22px;
  padding: 17px 18px;
  color: #fff;
  background: var(--navy-900);
  border-radius: 6px;
}
.quick-card__call span {
  grid-column: 1;
  font-size: 0.68rem;
  color: var(--sky-300);
}
.quick-card__call strong {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font:
    600 1.05rem "Roboto Mono",
    monospace;
}
.quick-card__call strong svg {
  width: 15px;
  color: var(--mint-500);
}
.quick-card__call > svg {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 21px;
}
.hero__scroll {
  position: absolute;
  z-index: 3;
  left: max(24px, calc((100vw - 1240px) / 2 - 72px));
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.44);
  font:
    500 0.62rem "Roboto Mono",
    monospace;
  letter-spacing: 0.14em;
  transform: rotate(-90deg);
  transform-origin: left center;
}
.hero__scroll span {
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.hero-booking {
  position: relative;
  z-index: 8;
  margin-top: -78px;
  margin-bottom: 38px;
}
.hero-booking__card {
  padding: 30px 34px 25px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(19, 66, 111, 0.12);
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(9, 45, 79, 0.17);
}
.hero-booking__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.hero-booking__head span {
  color: var(--blue-600);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.hero-booking__head strong {
  color: var(--navy-900);
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.hero-booking__form {
  display: grid;
  grid-template-columns: 1fr 1fr 150px;
  gap: 14px;
  align-items: end;
}
.hero-booking__form label {
  display: grid;
  gap: 7px;
  color: #3d526b;
  font-size: 0.74rem;
  font-weight: 700;
}
.hero-booking__form input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfdce8;
  border-radius: 7px;
}
.hero-booking__result {
  display: block;
  min-height: 25px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.74rem;
}
.hero-booking__result div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink);
}
.hero-booking__result strong {
  color: var(--blue-600);
  font-size: 0.96rem;
}
.hero-booking__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 17px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.hero-booking__facts span {
  padding-inline: 20px;
  color: var(--muted);
  border-right: 1px solid var(--line);
  font-size: 0.72rem;
}
.hero-booking__facts span:first-child {
  padding-left: 0;
}
.hero-booking__facts span:last-child {
  padding-right: 0;
  border-right: 0;
}
.hero-booking__facts strong {
  margin-left: 7px;
  color: var(--navy-900);
}

.route-board {
  position: relative;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.route-board__grid {
  min-height: 176px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 32px 1fr 32px 1fr;
  align-items: center;
  gap: 18px;
}
.route-board__title {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
  border-right: 1px solid var(--line);
}
.board-label {
  margin-bottom: 10px;
  color: var(--blue-600);
  font:
    600 0.66rem "Roboto Mono",
    monospace;
  letter-spacing: 0.14em;
}
.route-board h2 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.35;
  letter-spacing: -0.04em;
}
.route-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
}
.route-item__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--blue-600);
  background: #edf7ff;
  border-radius: 50%;
}
.route-item__icon svg {
  width: 22px;
}
.route-item small,
.route-item strong {
  display: block;
}
.route-item small {
  color: var(--blue-600);
  font:
    600 0.62rem "Roboto Mono",
    monospace;
  letter-spacing: 0.08em;
}
.route-item strong {
  margin-top: 4px;
  font-size: 0.9rem;
}
.route-item p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}
.route-arrow {
  color: #aab7c4;
  font-size: 1.1rem;
}

.home-discount {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(21, 152, 242, 0.35), transparent 34%),
    linear-gradient(120deg, var(--navy-950), #0a3470 62%, #075a9f);
}
.home-discount::before {
  content: "CJJ";
  position: absolute;
  right: 2vw;
  bottom: -70px;
  color: rgba(255, 255, 255, 0.035);
  font: 800 clamp(9rem, 22vw, 20rem) "Roboto Mono", monospace;
  letter-spacing: -0.12em;
}
.home-discount__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 76px;
  align-items: center;
}
.home-discount__intro h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 1.18;
  letter-spacing: -0.06em;
}
.home-discount__intro h2 em {
  color: var(--sky-300);
  font-style: normal;
}
.home-discount__intro > p:not(.eyebrow) {
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.85;
}
.home-discount__panel {
  padding: 34px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(0, 12, 35, 0.28);
}
.home-discount__types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.home-discount__types article {
  display: grid;
  justify-items: center;
  min-height: 154px;
  padding: 22px 12px;
  text-align: center;
  background: #f3f8fd;
  border: 1px solid #dbe9f5;
  border-radius: 13px;
}
.home-discount__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--blue-600);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(8, 125, 227, 0.1);
}
.home-discount__icon svg {
  width: 23px;
}
.home-discount__types strong,
.home-discount__types small {
  display: block;
}
.home-discount__types strong {
  margin-top: 11px;
  font-size: 0.93rem;
}
.home-discount__types small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.66rem;
}
.home-discount__settlement {
  display: grid;
  grid-template-columns: 1fr auto 1.15fr;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  padding: 23px 26px;
  background: #eaf5ff;
  border-radius: 13px;
}
.home-discount__settlement span,
.home-discount__settlement del,
.home-discount__settlement strong {
  display: block;
}
.home-discount__settlement > div > span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}
.home-discount__settlement del {
  margin-top: 3px;
  color: #75869a;
  font: 600 0.9rem "Roboto Mono", monospace;
}
.home-discount__arrow {
  color: #79a8d0 !important;
  font-size: 1.25rem !important;
}
.home-discount__final {
  padding-left: 22px;
  border-left: 1px solid #c4dced;
}
.home-discount__final strong {
  color: #096fcf;
  font-size: 0.86rem;
}
.home-discount__final b {
  font: 700 1.9rem "Roboto Mono", monospace;
}
.home-discount__note {
  margin: 13px 0 0;
  color: #6a7c90;
  text-align: right;
  font-size: 0.66rem;
}

.section {
  padding: 106px 0;
}
.section-heading--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}
.section-heading h2,
.pricing-copy h2,
.location-copy h2,
.experience-copy h2,
.reservation-copy h2,
.faq-heading h2 {
  margin: 0;
  font-size: clamp(2.35rem, 3.5vw, 3.9rem);
  line-height: 1.23;
  letter-spacing: -0.055em;
}
.section-heading--split > p {
  margin: 0 0 8px;
  padding-left: 40px;
  color: var(--muted);
  border-left: 2px solid var(--mint-500);
  font-size: 1rem;
  line-height: 1.8;
}
.guide-section {
  background: var(--surface);
}
.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.guide-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(7, 26, 58, 0.06);
}
.guide-card__head {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 34px;
  color: #fff;
  background: linear-gradient(125deg, var(--navy-900), var(--navy-700));
}
.guide-card--arrival .guide-card__head {
  background: linear-gradient(125deg, #0a3976, #0a77c7);
}
.guide-card__head span {
  color: var(--mint-500);
  font:
    600 0.68rem "Roboto Mono",
    monospace;
  letter-spacing: 0.14em;
}
.guide-card__head strong {
  margin-top: 7px;
  font-size: 1.45rem;
}
.guide-card ol {
  margin: 0;
  padding: 22px 34px 28px;
  list-style: none;
}
.guide-card li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.guide-card li:last-child {
  border: 0;
}
.guide-card li > span {
  color: #9babba;
  font:
    600 0.72rem "Roboto Mono",
    monospace;
}
.guide-card li strong {
  font-size: 0.98rem;
}
.guide-card li p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}
.guide-card .guide-card__focus {
  margin-inline: -16px;
  padding-inline: 16px;
  background: linear-gradient(90deg, rgba(70, 203, 176, 0.12), transparent);
  border-left: 3px solid var(--mint-500);
}
.guide-card .guide-card__focus > span {
  color: var(--blue-600);
}

.location-section {
  color: var(--ink);
  background: #eef5fa;
}
.location-grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}
.location-photo {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}
.location-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  padding: 11px 14px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.92);
  font:
    600 0.66rem "Roboto Mono",
    monospace;
  letter-spacing: 0.06em;
}
.location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(42px, 7vw, 120px);
}
.location-copy .eyebrow--light {
  color: var(--blue-600);
}
.location-data {
  margin-top: 46px;
  border-top: 1px solid rgba(16, 35, 63, 0.15);
}
.location-data > div {
  padding: 23px 0;
  border-bottom: 1px solid rgba(16, 35, 63, 0.15);
}
.location-data small,
.location-data strong {
  display: block;
}
.location-data small {
  color: var(--mint-500);
  font:
    600 0.66rem "Roboto Mono",
    monospace;
  letter-spacing: 0.12em;
}
.location-data strong {
  margin-top: 8px;
  font-size: 1.22rem;
}
.location-data p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}
.location-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.text-button {
  padding: 8px 0;
  color: var(--navy-900);
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(16, 35, 63, 0.28);
  cursor: pointer;
  font-weight: 600;
}
.text-button span {
  margin-left: 12px;
  color: var(--mint-500);
}

.pricing-section {
  background: #fff;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 90px;
  align-items: center;
}
.pricing-grid--compact {
  grid-template-columns: 1fr;
}
.pricing-grid--compact .pricing-copy {
  max-width: 980px;
  margin-inline: auto;
}
.pricing-grid--compact .pricing-intro {
  max-width: 760px;
}
.pricing-grid--compact .price-tickets {
  max-width: 780px;
}
.pricing-intro {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--muted);
  line-height: 1.85;
}
.price-tickets {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 42px;
}
.price-ticket {
  min-height: 152px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 27px;
  background: #eff7ff;
  border: 1px solid #d6eaff;
  border-radius: 14px;
}
.price-ticket--dark {
  color: #fff;
  background: var(--navy-900);
  border-color: var(--navy-900);
}
.price-ticket span,
.price-ticket small {
  font-size: 0.73rem;
}
.price-ticket span {
  color: var(--blue-600);
  font-weight: 700;
}
.price-ticket--dark span {
  color: var(--mint-500);
}
.price-ticket strong {
  margin-block: 3px;
  font-size: 0.9rem;
}
.price-ticket b {
  margin-right: 2px;
  font:
    600 2rem "Roboto Mono",
    monospace;
}
.price-ticket del {
  margin: 7px 0 1px;
  color: #7c8b9c;
  font-size: 0.7rem;
  text-decoration-thickness: 1px;
}
.price-ticket small {
  color: var(--muted);
}
.price-ticket--dark small {
  color: rgba(255, 255, 255, 0.56);
}
.price-plus {
  color: var(--blue-600);
  font-size: 1.4rem;
  font-weight: 300;
}
.discount-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 24px;
  overflow: hidden;
  background: linear-gradient(130deg, #f1f8ff 0%, #e7f4ff 100%);
  border: 1px solid #cce4fa;
  border-radius: 14px;
}
.discount-highlight__copy > small {
  display: block;
  margin-bottom: 5px;
  color: var(--blue-600);
  font:
    700 0.6rem "Roboto Mono",
    monospace;
  letter-spacing: 0.09em;
}
.discount-highlight__copy > strong {
  display: block;
  color: var(--navy-900);
  font-size: 0.94rem;
}
.discount-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.discount-tags span {
  padding: 6px 10px;
  color: #1269bd;
  background: #fff;
  border: 1px solid #c6dff5;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
}
.discount-highlight__copy p {
  margin: 11px 0 0;
  color: #5d7187;
  font-size: 0.72rem;
  line-height: 1.65;
}
.discount-highlight__price {
  min-width: 136px;
  padding-left: 24px;
  text-align: right;
  border-left: 1px solid #c9dfef;
}
.discount-highlight__price > span,
.discount-highlight__price > small {
  display: block;
  color: #60758a;
  font-size: 0.67rem;
}
.discount-highlight__price strong {
  display: block;
  margin: 2px 0;
  color: #0d72d2;
  font-size: 0.82rem;
}
.discount-highlight__price b {
  font:
    700 1.7rem "Roboto Mono",
    monospace;
}
.check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 26px;
  color: var(--muted);
  font-size: 0.83rem;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mint-500);
  font-weight: 800;
}
.calculator-card {
  padding: 36px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.calculator-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.calculator-card__head span {
  color: var(--blue-600);
  font:
    600 0.65rem "Roboto Mono",
    monospace;
  letter-spacing: 0.12em;
}
.calculator-card__head h3 {
  margin: 5px 0 0;
  font-size: 1.35rem;
}
.calculator-card__head svg {
  width: 34px;
  color: var(--blue-600);
}
.calculator-card form {
  display: grid;
  gap: 15px;
}
.calculator-card label,
.reservation-form label {
  display: grid;
  gap: 8px;
  color: #40536a;
  font-size: 0.8rem;
  font-weight: 600;
}
input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfdbe5;
  border-radius: 7px;
  outline: none;
  transition:
    border 0.2s,
    box-shadow 0.2s;
}
input:focus {
  border-color: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(8, 125, 227, 0.1);
}
.estimate-result {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 18px;
  text-align: center;
  background: #fff;
  border: 1px dashed #b8c8d7;
  border-radius: 8px;
}
.estimate-result span {
  color: var(--muted);
  font-size: 0.8rem;
}
.estimate-result strong {
  color: var(--blue-600);
  font:
    600 1.75rem "Roboto Mono",
    monospace;
}
.estimate-result b {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.74rem;
}
.estimate-result small {
  display: block;
  margin-top: 7px;
  color: #6c7c8f;
  font-size: 0.66rem;
}
.calculator-note {
  margin: 16px 0 0;
  color: #7c8b9c;
  font-size: 0.7rem;
  line-height: 1.55;
}

.facility-section {
  background: var(--surface);
}
.gallery {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: 250px 250px;
  gap: 18px;
}
.gallery__item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 14px;
  cursor: zoom-in;
  background: var(--navy-900);
}
.gallery__item--wide {
  grid-row: 1 / 3;
}
.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(4, 17, 38, 0.74));
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.gallery__item:hover img {
  transform: scale(1.035);
}
.gallery__item span {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 20px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}
.gallery-dialog {
  width: min(1000px, calc(100vw - 40px));
  padding: 0;
  background: transparent;
  border: 0;
}
.gallery-dialog::backdrop {
  background: rgba(2, 9, 20, 0.9);
  backdrop-filter: blur(8px);
}
.gallery-dialog img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}
.gallery-dialog button {
  position: fixed;
  top: 24px;
  right: 28px;
  width: 46px;
  height: 46px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.7rem;
}

.promo-popup {
  width: min(560px, calc(100vw - 28px));
  max-width: none;
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: hidden;
  color: var(--navy-900);
  background: #fff;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(3, 24, 56, 0.32);
}
.promo-popup::backdrop {
  background: rgba(4, 22, 47, 0.64);
  backdrop-filter: blur(4px);
}
.promo-popup[open] {
  animation: promo-popup-in 0.28s ease-out both;
}
.promo-popup__close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #071a3a;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 26, 58, 0.12);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(7, 26, 58, 0.14);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}
.promo-popup__media {
  display: block;
  max-height: calc(100dvh - 104px);
  overflow: auto;
  background: #eaf5ff;
}
.promo-popup__media img {
  display: block;
  width: 100%;
  height: auto;
}
.promo-popup__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.promo-popup__actions button,
.promo-popup__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.promo-popup__actions button {
  color: #52647b;
  background: #f4f7fb;
  border: 1px solid #dbe4ef;
}
.promo-popup__actions a {
  color: #fff;
  background: linear-gradient(120deg, #1155a0, #0c7ddd);
  border: 1px solid transparent;
  box-shadow: 0 8px 20px rgba(17, 85, 160, 0.22);
}
@keyframes promo-popup-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.live-reservations {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(49, 167, 232, 0.13), transparent 30%),
    linear-gradient(135deg, #071a3a 0%, #0b3768 54%, #0a4f88 100%);
}
.live-reservations::after {
  position: absolute;
  right: -110px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  background: rgba(68, 204, 190, 0.08);
  border: 1px solid rgba(121, 227, 216, 0.13);
  border-radius: 50%;
  content: "";
}
.live-reservations__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: 70px;
  align-items: center;
}
.live-reservations__copy {
  color: #fff;
}
.live-reservations__copy .eyebrow {
  color: #6ce2d5;
}
.live-reservations__copy h2 {
  max-width: 520px;
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.live-reservations__copy > p:not(.eyebrow) {
  margin: 0;
  color: rgba(232, 243, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.9;
}
.live-reservations__copy .sentence {
  display: block;
}
.live-reservations__privacy {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 540px;
  margin: 24px 0 28px;
  padding: 15px 17px;
  color: #d4e8fb;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  font-size: 0.74rem;
  line-height: 1.65;
}
.live-reservations__privacy svg {
  flex: 0 0 18px;
  width: 18px;
  margin-top: 2px;
  fill: none;
  stroke: #62d8ca;
  stroke-width: 1.8;
}
.live-reservations__panel {
  padding: 12px 32px 20px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 26px;
  box-shadow: 0 28px 60px rgba(1, 17, 39, 0.26);
}
.live-reservations__panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #dfe8f1;
}
.live-reservations__panel-head > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.live-reservations__panel-head i {
  width: 9px;
  height: 9px;
  background: #2ec7b3;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(46, 199, 179, 0.12);
  animation: live-status-pulse 2s ease-in-out infinite;
}
.live-reservations__panel-head strong {
  color: var(--navy-900);
  font-size: 1rem;
}
.live-reservations__panel-head small {
  color: #8190a2;
  font-size: 0.68rem;
}
.live-reservations__list {
  min-height: 222px;
}
.live-reservations__item {
  display: grid;
  grid-template-columns: 94px 118px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid #e7edf4;
}
.live-reservations__item:last-child {
  border-bottom: 0;
}
.live-reservations__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 12px;
  color: #047665;
  background: #dff8ef;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}
.live-reservations__item time {
  color: #1a304c;
  font-size: 0.82rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.live-reservations__item p {
  margin: 0;
  color: #67788c;
  font-size: 0.78rem;
}
.live-reservations__empty {
  display: grid;
  place-items: center;
  min-height: 200px;
  margin: 0;
  color: #74869a;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.7;
}
.live-reservations__skeleton {
  height: 64px;
  border-bottom: 1px solid #edf1f5;
  background: linear-gradient(90deg, transparent, rgba(210, 222, 235, 0.42), transparent);
  background-size: 220% 100%;
  animation: live-skeleton 1.2s linear infinite;
}
.live-reservations__list.is-error {
  min-height: 200px;
}
.itcha-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.button--outline-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.52);
}
.button--outline-light:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
}
.itcha-steps {
  min-height: 222px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.itcha-steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid #e7edf4;
}
.itcha-steps li:last-child {
  border-bottom: 0;
}
.itcha-steps li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #0a6fd6;
  background: #e9f4ff;
  border-radius: 50%;
  font-family: "Roboto Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
}
.itcha-steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-900);
  font-size: 0.9rem;
}
.itcha-steps p {
  margin: 0;
  color: #67788c;
  font-size: 0.76rem;
  line-height: 1.55;
}
@keyframes live-status-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.65;
    transform: scale(0.86);
  }
}
@keyframes live-skeleton {
  to {
    background-position: -220% 0;
  }
}
@media (max-width: 900px) {
  .live-reservations__shell {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .live-reservations__copy h2 {
    max-width: 660px;
  }
}
@media (max-width: 600px) {
  .live-reservations__shell {
    gap: 28px;
  }
  .live-reservations__copy h2 {
    margin-top: 14px;
    font-size: 2.25rem;
  }
  .live-reservations__copy > p:not(.eyebrow) {
    font-size: 0.82rem;
  }
  .live-reservations__privacy {
    margin: 20px 0 22px;
  }
  .live-reservations__copy .button {
    width: 100%;
  }
  .itcha-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .live-reservations__panel {
    padding: 8px 18px 14px;
    border-radius: 20px;
  }
  .live-reservations__panel-head {
    min-height: 60px;
  }
  .live-reservations__item {
    grid-template-columns: 82px 1fr;
    gap: 10px 12px;
    min-height: 76px;
    padding: 10px 0;
  }
  .live-reservations__item p {
    grid-column: 1 / -1;
    padding-left: 2px;
  }
  .live-reservations__list {
    min-height: 220px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .live-reservations__panel-head i,
  .live-reservations__skeleton {
    animation: none;
  }
}

.experience-section {
  position: relative;
  padding: 96px 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 14%, rgba(47, 165, 235, 0.1), transparent 27%),
    linear-gradient(180deg, #f5f9fc 0%, #edf4f9 100%);
}
.experience-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(8, 55, 104, 0.1);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(12, 47, 82, 0.13);
}
.experience-visual {
  position: relative;
  min-width: 0;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
}
.experience-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(3, 26, 55, 0.72));
}
.experience-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
  transition: transform 0.7s ease;
}
.experience-grid:hover .experience-visual img {
  transform: scale(1.025);
}
.experience-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 32px;
  left: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
}
.experience-visual figcaption span {
  font: 700 0.66rem "Roboto Mono", monospace;
  letter-spacing: 0.18em;
  opacity: 0.7;
}
.experience-visual figcaption strong {
  max-width: 220px;
  text-align: right;
  font-size: 1.02rem;
  line-height: 1.5;
}
.experience-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 66px clamp(38px, 5vw, 76px);
}
.experience-copy .eyebrow {
  color: var(--blue-600);
}
.experience-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.85;
}
.experience-list {
  margin-top: 38px;
}
.experience-note {
  margin-top: 25px;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.06);
  border-left: 2px solid var(--mint-500);
  font-size: 0.75rem;
}
.experience-list > div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dde7f0;
}

.home-reservation-cta {
  padding: 88px 0;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0, rgba(50, 202, 182, 0.2), transparent 34%),
    linear-gradient(120deg, #061b38 0%, #0a427d 62%, #0b6eb4 100%);
}
.home-reservation-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}
.home-reservation-cta__copy > span {
  display: block;
  margin-bottom: 18px;
  color: var(--mint-500);
  font: 700 0.7rem "Roboto Mono", monospace;
  letter-spacing: 0.18em;
}
.home-reservation-cta h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.7vw, 3.8rem);
  line-height: 1.22;
  letter-spacing: -0.055em;
}
.home-reservation-cta p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}
.home-reservation-cta__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.home-reservation-cta__actions .button {
  width: 100%;
}
.home-reservation-cta__actions .button--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.35);
}
.home-reservation-cta__actions svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.home-reservation-cta__actions small {
  margin-top: 8px;
  color: #9fe9df;
  font-size: 0.75rem;
  line-height: 1.65;
  text-align: center;
}

.location-photo img,
.gallery__item img,
.detail-gallery img {
  filter: brightness(1.04) saturate(0.88) contrast(0.98);
}
.experience-list > div:first-child {
  border-top: 1px solid #dde7f0;
}
.experience-list span {
  grid-row: 1 / span 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--blue-600);
  background: #eaf5ff;
  border-radius: 50%;
  font: 700 0.64rem "Roboto Mono", monospace;
}
.experience-list strong {
  display: block;
  font-size: 0.93rem;
}
.experience-list p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.6;
}

.reservation-section {
  background: #fff;
}
.reservation-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 85px;
  align-items: start;
}
.reservation-copy {
  position: sticky;
  top: 130px;
}
.reservation-copy h2 {
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.35;
}
.reservation-copy > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: var(--muted);
  line-height: 1.9;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 34px;
}
.contact-cards a {
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  transition:
    border 0.2s,
    transform 0.2s;
}
.contact-cards a:hover {
  transform: translateY(-2px);
  border-color: var(--blue-600);
}
.contact-cards small,
.contact-cards strong,
.contact-cards span {
  display: block;
}
.contact-cards small {
  color: var(--blue-600);
  font-size: 0.68rem;
  font-weight: 700;
}
.contact-cards strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 6px 0 10px;
  font:
    600 1.05rem "Roboto Mono",
    monospace;
}
.contact-cards strong svg {
  width: 15px;
  color: var(--blue-600);
}
.contact-cards span {
  color: var(--muted);
  font-size: 0.68rem;
}
.callout {
  margin-top: 20px;
  padding: 20px 22px;
  color: #fff;
  background: var(--navy-900);
  border-radius: 10px;
}
.callout strong {
  color: var(--mint-500);
  font-size: 0.85rem;
}
.callout p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.73rem;
}
.reservation-form {
  padding: 38px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.form-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.form-head span {
  color: var(--blue-600);
  font:
    600 0.64rem "Roboto Mono",
    monospace;
  letter-spacing: 0.1em;
}
.form-head strong {
  font-size: 1.2rem;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 16px;
}
.reservation-form label em,
.reservation-form label span {
  color: var(--blue-600);
  font-size: 0.68rem;
  font-style: normal;
}
.fixed-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 24px 0 18px;
  overflow: hidden;
  background: #cdd9e4;
  border: 1px solid #cdd9e4;
  border-radius: 8px;
}
.fixed-info div {
  padding: 15px;
  background: #fff;
}
.fixed-info small,
.fixed-info strong {
  display: block;
}
.fixed-info small {
  color: var(--muted);
  font-size: 0.67rem;
}
.fixed-info strong {
  margin-top: 4px;
  font-size: 0.81rem;
}
.reservation-form .confirm-check {
  display: flex;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.5;
}
.confirm-check input {
  width: 17px;
  min-height: 17px;
  margin: 2px 0 0;
  accent-color: var(--blue-600);
}
.reservation-preview {
  margin-top: 22px;
  padding: 22px;
  background: #fff;
  border: 1px solid #b9cce0;
  border-radius: 10px;
}
.reservation-preview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reservation-preview__head button {
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.25rem;
}
.reservation-preview pre {
  overflow: auto;
  margin: 17px 0;
  padding: 16px;
  color: var(--ink);
  background: #f2f6fa;
  border-radius: 7px;
  white-space: pre-wrap;
  font:
    500 0.78rem/1.75 "Noto Sans KR",
    sans-serif;
}
.preview-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.reservation-preview > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}

.faq-section {
  background: var(--surface);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 90px;
}
.faq-heading > p:not(.eyebrow) {
  max-width: 330px;
  margin: 22px 0;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  gap: 20px;
  padding-bottom: 7px;
  color: var(--navy-800);
  border-bottom: 1px solid var(--navy-800);
  font-weight: 700;
}
.text-link span {
  color: var(--blue-600);
}
.accordion {
  border-top: 1px solid #bfcbd5;
}
.accordion details {
  border-bottom: 1px solid #cbd5de;
}
.accordion summary {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 26px 4px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary span {
  color: var(--blue-600);
  font:
    600 0.7rem "Roboto Mono",
    monospace;
}
.accordion summary svg {
  width: 19px;
  transition: transform 0.2s;
}
.accordion details[open] summary svg {
  transform: rotate(180deg);
}
.accordion details p {
  margin: -6px 0 26px 60px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
}
.accordion .faq-answer-title {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
  font-size: 0.86rem;
}

.site-footer {
  padding: 80px 0 24px;
  color: #fff;
  background: var(--navy-950);
}
.footer-main {
  display: grid;
  grid-template-columns: 0.8fr 0.75fr 1.45fr;
  gap: 70px;
  padding-bottom: 60px;
}
.footer-wordmark {
  display: flex;
  align-items: center;
  gap: 11px;
}
.footer-wordmark__mark {
  width: 64px;
  height: 60px;
  display: grid;
  place-items: center;
  overflow: visible;
  flex: 0 0 auto;
}
.footer-wordmark__mark img {
  width: 62px;
  height: 56px;
  object-fit: contain;
  transform: none;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.footer-wordmark > span:last-child {
  display: grid;
}
.footer-wordmark strong {
  font-size: 0.98rem;
}
.footer-wordmark small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.45);
  font:
    500 0.42rem "Roboto Mono",
    monospace;
  letter-spacing: 0.16em;
}
.footer-brand p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.8rem;
}
.footer-contact {
  display: flex;
  flex-direction: column;
}
.footer-contact > span {
  margin-bottom: 12px;
  color: var(--mint-500);
  font:
    600 0.66rem "Roboto Mono",
    monospace;
  letter-spacing: 0.12em;
}
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0;
  font:
    600 1.25rem "Roboto Mono",
    monospace;
}
.footer-contact a svg {
  width: 16px;
  color: var(--mint-500);
}
.footer-contact small {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.45);
}
.footer-info {
  display: grid;
  gap: 8px;
}
.footer-info div {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 15px;
  font-size: 0.75rem;
}
.footer-info span {
  color: rgba(255, 255, 255, 0.4);
}
.footer-info strong {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.68rem;
}
.footer-bottom p {
  margin: 0;
}
.mobile-dock {
  display: none;
}
.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 28px;
  padding: 12px 20px;
  color: #fff;
  background: var(--navy-900);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: 0.25s;
  font-size: 0.8rem;
}
.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Detail pages */
.detail-page {
  background: #fff;
}
.detail-hero {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--navy-950);
}
.detail-hero__image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(0.88);
  transform: scale(1.015);
}
.detail-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 15, 35, 0.96),
    rgba(5, 27, 61, 0.74) 52%,
    rgba(4, 17, 38, 0.35)
  );
}
.detail-hero__content {
  position: relative;
  z-index: 2;
  padding-block: 58px 64px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 52px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}
.detail-hero .eyebrow {
  margin-bottom: 16px;
}
.detail-hero h1 {
  margin: 0;
  font-size: clamp(2.7rem, 4.5vw, 4.6rem);
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.detail-hero__intro {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.85;
}
.detail-section {
  padding: 120px 0;
}
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 90px;
  align-items: center;
}
.content-prose h2 {
  margin: 0;
  font-size: clamp(2.3rem, 3.8vw, 3.8rem);
  line-height: 1.24;
  letter-spacing: -0.055em;
}
.content-prose > p:not(.eyebrow) {
  margin: 28px 0 0;
  color: var(--muted);
  line-height: 1.95;
}
.content-prose--center {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}
.content-prose--center .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 4px 28px 4px 4px;
  box-shadow: var(--shadow);
}
.detail-photo img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
}
.detail-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 12px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.7rem;
  font-weight: 700;
}
.detail-photo--tall img {
  min-height: 600px;
}
.detail-card-grid {
  display: grid;
  gap: 18px;
  margin-top: 84px;
}
.detail-card-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.detail-card-grid--2 {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0;
}
.detail-card-grid article {
  min-height: 235px;
  padding: 31px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.detail-card-grid article > span {
  color: var(--blue-600);
  font:
    600 0.68rem "Roboto Mono",
    monospace;
  letter-spacing: 0.1em;
}
.detail-card-grid h3 {
  margin: 18px 0 10px;
  font-size: 1.15rem;
}
.detail-card-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.8;
}
.experience-detail {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 80px;
  align-items: center;
}
.experience-detail__mark {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  color: var(--mint-500);
  background: linear-gradient(145deg, var(--navy-950), var(--navy-700));
  border-radius: 3px 28px 3px 3px;
  font:
    600 4rem "Roboto Mono",
    monospace;
}
.experience-detail__mark span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
}
.notice-panel {
  margin-top: 28px;
  padding: 22px 24px;
  background: #eef6fd;
  border-left: 3px solid var(--blue-600);
}
.notice-panel strong {
  color: var(--navy-800);
  font-size: 0.86rem;
}
.notice-panel p {
  margin: 7px 0 0 !important;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.75;
}
.numbered-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.numbered-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  min-height: 220px;
  padding: 38px 46px 38px 0;
  border-bottom: 1px solid var(--line);
}
.numbered-list li:nth-child(odd) {
  border-right: 1px solid var(--line);
}
.numbered-list li:nth-child(even) {
  padding-left: 46px;
}
.numbered-list > li > span {
  color: var(--blue-600);
  font:
    600 0.75rem "Roboto Mono",
    monospace;
}
.numbered-list h3 {
  margin: 0 0 12px;
  font-size: 1.18rem;
}
.numbered-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.8;
}
.step-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.72fr;
  gap: 70px;
  align-items: start;
}
.step-layout--reverse {
  grid-template-columns: 0.72fr 1.15fr;
}
.journey-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.journey-steps li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  padding: 32px 20px 32px 0;
  border-bottom: 1px solid var(--line);
}
.journey-steps li > span {
  color: #9dabb9;
  font:
    600 0.8rem "Roboto Mono",
    monospace;
}
.journey-steps small {
  color: var(--blue-600);
  font:
    600 0.62rem "Roboto Mono",
    monospace;
  letter-spacing: 0.11em;
}
.journey-steps h3 {
  margin: 6px 0 9px;
  font-size: 1.18rem;
}
.journey-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.78;
}
.journey-steps .is-highlight {
  margin-inline: -18px;
  padding-inline: 18px;
  background: linear-gradient(90deg, rgba(70, 203, 176, 0.14), transparent);
  border-left: 3px solid var(--mint-500);
}
.journey-steps .is-highlight > span {
  color: var(--blue-600);
}
.detail-aside {
  position: sticky;
  top: 120px;
  overflow: hidden;
  background: var(--navy-900);
  border-radius: 4px 22px 4px 4px;
}
.detail-aside img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.detail-aside > div {
  padding: 28px;
  color: #fff;
}
.detail-aside strong {
  font-size: 1.05rem;
}
.detail-aside p {
  margin: 11px 0 19px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  line-height: 1.75;
}
.detail-aside a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 5px;
  color: var(--mint-500);
  border-bottom: 1px solid rgba(70, 203, 176, 0.45);
  font-size: 0.8rem;
  font-weight: 700;
}
.detail-aside a svg {
  width: 15px;
}
.location-detail {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}
.location-board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
  color: #fff;
  background: var(--navy-950);
  border-radius: 4px 24px 4px 4px;
}
.location-board > span {
  color: var(--mint-500);
  font:
    600 0.68rem "Roboto Mono",
    monospace;
  letter-spacing: 0.14em;
}
.location-board > strong {
  margin-top: 10px;
  font-size: 1.5rem;
}
.location-board > p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.83rem;
  line-height: 1.78;
}
.location-board__line {
  height: 1px;
  margin: 30px 0;
  background: rgba(255, 255, 255, 0.16);
}
.location-board .button {
  align-self: flex-start;
  margin-top: 34px;
}
.detail-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 290px 290px 290px;
  gap: 16px;
}
.detail-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
}
.detail-gallery figure:first-child {
  grid-row: 1 / 3;
}
.detail-gallery figure:last-child {
  grid-column: 1 / -1;
}
.detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-gallery figure::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(3, 15, 35, 0.72));
}
.detail-gallery figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 16px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}
.fee-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 80px;
  align-items: start;
}
.fee-table {
  border-top: 2px solid var(--navy-900);
}
.fee-table > div {
  display: grid;
  grid-template-columns: 0.65fr 0.65fr 1.4fr;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding-inline: 18px;
  border-bottom: 1px solid var(--line);
}
.fee-table__head {
  min-height: 54px !important;
  color: var(--muted);
  background: var(--surface);
  font-size: 0.72rem;
  font-weight: 700;
}
.fee-table strong {
  font-size: 0.92rem;
}
.fee-table b {
  color: var(--blue-600);
  font:
    600 1.25rem "Roboto Mono",
    monospace;
}
.fee-table > div > span {
  color: var(--muted);
  font-size: 0.8rem;
}
.promotion-fee {
  overflow: hidden;
  border: 1px solid #d8e3ed;
  border-radius: 12px;
  background: #fff;
}
.promotion-fee > div {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1fr;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid #e3eaf0;
}
.promotion-fee > div:last-child {
  border-bottom: 0;
}
.promotion-fee > div > * {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 18px 20px;
}
.promotion-fee > div > * + * {
  border-left: 1px solid #e3eaf0;
}
.promotion-fee__head {
  min-height: 54px !important;
  color: #fff;
  background: linear-gradient(110deg, #1479dc, #4196f3);
  font-size: 0.74rem;
  font-weight: 700;
}
.promotion-fee .promotion-fee__head span {
  justify-content: center;
  color: #fff;
}
.promotion-fee strong {
  color: var(--navy-900);
  font-size: 0.88rem;
}
.promotion-fee del,
.promotion-fee span {
  justify-content: center;
  color: var(--muted);
  font-size: 0.8rem;
}
.promotion-fee del {
  text-decoration-thickness: 1px;
}
.promotion-fee b {
  justify-content: center;
  color: #f04438;
  font:
    600 1rem "Roboto Mono",
    monospace;
}
.notice-panel--fees ul {
  margin: 13px 0 0;
  padding-left: 20px;
  color: #42566e;
  font-size: 0.79rem;
  line-height: 1.9;
}
.notice-panel--fees .fee-basis {
  margin-top: 14px !important;
  padding-top: 12px;
  color: var(--navy-800);
  border-top: 1px solid #d8e5f0;
  font-weight: 700;
}
.wide-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 34px;
  padding: 34px 38px;
  color: #fff;
  background: linear-gradient(120deg, var(--navy-950), var(--navy-700));
  border-radius: 12px;
}
.wide-callout span,
.wide-callout strong {
  display: block;
}
.wide-callout span {
  margin-bottom: 7px;
  color: var(--mint-500);
  font-size: 0.7rem;
  font-weight: 700;
}
.wide-callout strong {
  font-size: 0.9rem;
}
.wide-callout .button svg {
  width: 17px;
}
.reservation-page-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
  align-items: start;
}
.reservation-rate-card,
.operation-card,
.arrival-alert {
  margin-top: 22px;
  padding: 22px 24px;
  border-radius: 12px;
}
.reservation-rate-card {
  color: var(--navy-900);
  background: linear-gradient(140deg, #f2f8ff, #e9f4ff);
  border: 1px solid #cfe5fa;
}
.reservation-rate-card > span {
  display: block;
  color: var(--blue-600);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.reservation-rate-card strong {
  display: block;
  margin-top: 5px;
  font-size: 1.12rem;
}
.reservation-rate-card p {
  margin: 11px 0 0 !important;
  color: #425b75;
  font-size: 0.77rem;
  line-height: 1.7;
}
.reservation-rate-card small {
  display: block;
  margin-top: 10px;
  color: #65778c;
  font-size: 0.66rem;
}
.operation-card {
  background: #fff;
  border: 1px solid var(--line);
}
.operation-card strong {
  color: var(--navy-900);
  font-size: 0.91rem;
}
.operation-card p {
  margin: 9px 0 0 !important;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.75;
}
.arrival-alert {
  color: #fff;
  background: linear-gradient(120deg, #071a3a, #123f72);
  box-shadow: 0 14px 28px rgba(4, 30, 67, 0.15);
}
.arrival-alert span,
.arrival-alert strong,
.arrival-alert a {
  display: block;
}
.arrival-alert span {
  color: var(--mint-500);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.arrival-alert strong {
  margin-top: 7px;
  font-size: 0.94rem;
}
.arrival-alert a {
  margin-top: 11px;
  color: #fff;
  font:
    600 1.04rem "Roboto Mono",
    monospace;
}
.discount-options {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #cdd9e4;
  border-radius: 9px;
}
.discount-options legend {
  padding: 0 6px;
  color: var(--navy-900);
  font-size: 0.8rem;
  font-weight: 700;
}
.discount-options legend span {
  margin-left: 6px;
  color: var(--muted);
  font-weight: 500;
}
.discount-options > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.reservation-form .discount-options label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 12px;
  cursor: pointer;
  background: #f2f6fa;
  border: 1px solid #d9e3ec;
  border-radius: 8px;
}
.discount-options input {
  width: 17px;
  min-height: 17px;
  margin-right: 8px;
  accent-color: var(--blue-600);
}
.reservation-form .discount-options label span {
  color: #344b65;
  font-size: 0.76rem;
}
.discount-options p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.6;
}
.reservation-estimate {
  margin-top: 14px;
  padding: 20px;
  color: var(--navy-900);
  background:
    radial-gradient(circle at 92% 0, rgba(25, 137, 235, 0.12), transparent 42%),
    linear-gradient(135deg, #f8fbff, #edf6ff);
  border: 1px solid #bed8ee;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(18, 69, 112, 0.08);
}
.reservation-estimate__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.reservation-estimate__head > div {
  display: grid;
  gap: 5px;
}
.reservation-estimate__head span,
.reservation-estimate__head > small {
  color: var(--blue-600);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.reservation-estimate__head strong {
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}
.reservation-estimate__head > small {
  padding: 7px 10px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #cfe1f1;
  border-radius: 999px;
}
.reservation-estimate__empty,
.reservation-estimate__note {
  margin: 14px 0 0;
  color: #657d95;
  font-size: 0.73rem;
  line-height: 1.65;
}
.reservation-estimate__amounts {
  display: grid;
  grid-template-columns: 1fr auto 1fr 1.25fr;
  gap: 12px;
  align-items: stretch;
  margin-top: 17px;
}
.reservation-estimate__amounts > div,
.reservation-estimate__amounts > strong {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #d5e4f1;
  border-radius: 9px;
}
.reservation-estimate__amounts > i {
  align-self: center;
  color: #7f96ac;
  font-style: normal;
  font-weight: 700;
}
.reservation-estimate__amounts small {
  color: #627c96;
  font-size: 0.65rem;
  font-weight: 700;
}
.reservation-estimate__amounts b {
  overflow-wrap: anywhere;
  font-size: 1rem;
  letter-spacing: -0.04em;
}
.reservation-estimate__amounts > strong {
  color: #fff;
  background: linear-gradient(135deg, #0a3f7d, #0f77d2);
  border-color: transparent;
  box-shadow: 0 9px 20px rgba(13, 94, 169, 0.2);
}
.reservation-estimate__amounts > strong small {
  color: #aeefff;
}
.reservation-estimate__amounts > strong b {
  font-size: 1.18rem;
}
.reservation-estimate.is-error {
  background: #fff8f7;
  border-color: #efc6c0;
}
.reservation-estimate.is-error .reservation-estimate__head span,
.reservation-estimate.is-error .reservation-estimate__head > small {
  color: #bc493f;
}
.check-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.check-ticket {
  padding: 42px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy-950), var(--navy-700));
  border-radius: 4px 25px 4px 4px;
  box-shadow: var(--shadow);
}
.check-ticket > span {
  color: var(--mint-500);
  font:
    600 0.68rem "Roboto Mono",
    monospace;
  letter-spacing: 0.12em;
}
.check-ticket h2 {
  margin: 9px 0 25px;
  font-size: 1.8rem;
}
.check-ticket ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-ticket li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.check-ticket small {
  color: var(--mint-500);
  font:
    600 0.66rem "Roboto Mono",
    monospace;
}
.check-ticket strong {
  font-size: 0.84rem;
}
.faq-page-layout {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 85px;
}
.faq-page-layout .accordion {
  margin-top: 0;
}
.faq-page-layout .content-prose .button {
  margin-top: 26px;
}
.faq-page-layout .content-prose .button svg {
  width: 17px;
}
.contact-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contact-detail__numbers {
  display: grid;
  gap: 14px;
}
.contact-detail__numbers a {
  padding: 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.contact-detail__numbers a:hover {
  transform: translateY(-3px);
  border-color: var(--blue-600);
}
.contact-detail__numbers span {
  color: var(--blue-600);
  font-size: 0.72rem;
  font-weight: 700;
}
.contact-detail__numbers strong {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 7px 0 12px;
  font:
    600 1.55rem "Roboto Mono",
    monospace;
}
.contact-detail__numbers strong svg {
  width: 20px;
  color: var(--mint-500);
}
.contact-detail__numbers p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}
.business-card {
  padding: 42px;
  color: #fff;
  background: var(--navy-950);
  border-radius: 4px 24px 4px 4px;
}
.business-card > span {
  color: var(--mint-500);
  font:
    600 0.66rem "Roboto Mono",
    monospace;
  letter-spacing: 0.14em;
}
.business-card h2 {
  margin: 8px 0 30px;
  font-size: 1.7rem;
}
.business-card dl {
  margin: 0;
}
.business-card dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.business-card dt {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
}
.business-card dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
}
.detail-cta {
  padding: 66px 0;
  color: #fff;
  background: linear-gradient(115deg, #0b3470, #087de3);
}
.detail-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.detail-cta span {
  color: var(--mint-500);
  font:
    600 0.68rem "Roboto Mono",
    monospace;
  letter-spacing: 0.12em;
}
.detail-cta h2 {
  margin: 7px 0 2px;
  font-size: 1.8rem;
}
.detail-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
}
.detail-cta .container > div:last-child {
  display: flex;
  gap: 10px;
}
.detail-cta .button svg {
  width: 17px;
}

@media (max-width: 1100px) {
  .brand {
    width: 235px;
  }
  .brand__wordmark strong {
    font-size: 0.9rem;
  }
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a {
    font-size: 0.8rem;
  }
  .header-phone {
    display: none;
  }
  .hero__grid {
    grid-template-columns: minmax(0, 740px);
  }
  .hero__trust {
    max-width: 560px;
  }
  .route-board__grid {
    grid-template-columns: 0.9fr 1fr 16px 1fr 16px 1fr;
  }
  .route-board__title {
    padding-right: 20px;
  }
  .route-item {
    grid-template-columns: 1fr;
  }
  .route-item__icon {
    width: 40px;
    height: 40px;
  }
  .pricing-grid,
  .reservation-grid {
    gap: 50px;
  }
  .experience-grid {
    grid-template-columns: 0.95fr 1.05fr;
  }
  .experience-visual {
    min-height: 560px;
  }
  .experience-content {
    padding: 54px 42px;
  }
  .footer-main {
    gap: 40px;
  }
  .detail-layout,
  .fee-layout,
  .reservation-page-grid,
  .check-layout {
    gap: 50px;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 36px, 720px);
  }
  .flight-strip__inner > span:not(.flight-code):not(:nth-last-of-type(1)),
  .flight-strip__divider {
    display: none;
  }
  .desktop-nav,
  .header-actions > .button {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .mobile-nav {
    position: fixed;
    inset: 116px 0 auto;
    display: grid;
    padding: 18px;
    background: #fff;
    box-shadow: 0 30px 60px rgba(4, 17, 38, 0.18);
    transform: translateY(-130%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .mobile-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .mobile-nav {
    max-height: calc(100vh - 116px);
    overflow-y: auto;
  }
  .mobile-nav__group {
    border-bottom: 1px solid var(--line);
  }
  .mobile-nav__group > button {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px;
    background: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 700;
  }
  .mobile-nav__group > button svg {
    width: 17px;
    transition: transform 0.2s;
  }
  .mobile-nav__group.is-open > button svg {
    transform: rotate(180deg);
  }
  .mobile-nav__group > div {
    display: none;
    padding: 3px 8px 12px;
    background: var(--surface);
    border-radius: 7px;
  }
  .mobile-nav__group.is-open > div {
    display: block;
  }
  .mobile-nav__group a {
    display: block;
    padding: 10px 11px;
    color: #4c6077;
    font-size: 0.82rem;
  }
  .mobile-nav__group a[aria-current="page"] {
    color: var(--blue-600);
    font-weight: 700;
  }
  .mobile-nav__phone {
    display: block;
    padding: 15px 7px;
    color: var(--blue-600);
    font-weight: 700;
  }
  .hero {
    min-height: 660px;
  }
  .hero__grid {
    min-height: 660px;
    grid-template-columns: 1fr;
    padding-block: 84px 116px;
  }
  .hero__background {
    background:
      linear-gradient(
        90deg,
        rgba(3, 20, 43, 0.76),
        rgba(5, 35, 69, 0.47) 58%,
        rgba(4, 22, 45, 0.14)
      ),
      url("/assets/hero-aircraft.webp") 58% center / cover no-repeat;
  }
  .hero__content {
    max-width: 650px;
  }
  .hero__scroll {
    display: none;
  }
  .hero-booking__form {
    grid-template-columns: 1fr 1fr;
  }
  .hero-booking__form .button {
    grid-column: 1 / -1;
  }
  .route-board__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-block: 34px;
  }
  .route-board__title {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 0 0 22px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }
  .route-board__title h2 {
    font-size: 1.35rem;
  }
  .route-arrow {
    display: none;
  }
  .route-item {
    grid-template-columns: 45px 1fr;
  }
  .home-discount {
    padding: 88px 0;
  }
  .home-discount__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .home-discount__intro {
    max-width: 650px;
  }
  .section {
    padding: 100px 0;
  }
  .section-heading--split,
  .pricing-grid,
  .reservation-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .section-heading--split {
    margin-bottom: 46px;
  }
  .section-heading--split > p {
    padding-left: 24px;
  }
  .location-grid {
    grid-template-columns: 1fr;
  }
  .location-photo {
    min-height: 480px;
  }
  .location-copy {
    padding: 80px max(24px, calc((100vw - 720px) / 2));
  }
  .pricing-copy {
    max-width: 680px;
  }
  .calculator-card {
    max-width: 650px;
    width: 100%;
  }
  .experience-grid {
    grid-template-columns: 1fr;
  }
  .experience-visual {
    min-height: 410px;
  }
  .experience-content {
    padding: 52px;
  }
  .experience-list {
    grid-column: auto;
  }
  .reservation-copy {
    position: static;
  }
  .contact-cards {
    max-width: 560px;
  }
  .faq-grid {
    gap: 50px;
  }
  .faq-heading > p {
    max-width: 500px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-info {
    grid-column: 1 / -1;
  }
  .detail-layout,
  .experience-detail,
  .step-layout,
  .step-layout--reverse,
  .location-detail,
  .fee-layout,
  .reservation-page-grid,
  .check-layout,
  .faq-page-layout {
    grid-template-columns: 1fr;
  }
  .detail-aside {
    position: static;
  }
  .step-layout--reverse .detail-aside {
    order: 2;
  }
  .detail-card-grid--3 {
    grid-template-columns: 1fr;
  }
  .detail-card-grid--3 article {
    min-height: 0;
  }
  .experience-detail__mark {
    min-height: 240px;
  }
  .reservation-page-grid .content-prose {
    max-width: 680px;
  }
}

@media (max-width: 600px) {
  :root {
    --container: calc(100% - 32px);
    --radius: 16px;
  }
  html {
    scroll-padding-top: 80px;
  }
  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }
  .flight-strip {
    display: none;
  }
  .site-header {
    height: 70px;
  }
  .brand {
    width: 225px;
    height: 56px;
    gap: 7px;
  }
  .brand__mark {
    width: 54px;
    height: 52px;
  }
  .brand__mark img {
    width: 52px;
    height: 49px;
  }
  .brand__wordmark strong {
    font-size: 0.87rem;
  }
  .brand__wordmark small {
    font-size: 0.37rem;
  }
  .mobile-nav {
    inset: 70px 0 auto;
  }
  .hero {
    min-height: 620px;
  }
  .hero__grid {
    min-height: 620px;
    padding-block: 62px 108px;
  }
  .hero__background {
    background:
      linear-gradient(
        90deg,
        rgba(3, 20, 43, 0.78),
        rgba(5, 35, 69, 0.5) 70%,
        rgba(4, 22, 45, 0.18)
      ),
      url("/assets/hero-aircraft.webp") 64% center / cover no-repeat;
  }
  .hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.6rem);
  }
  .hero__lead {
    margin-top: 22px;
    font-size: 0.95rem;
  }
  .desktop-only {
    display: none;
  }
  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
  .button {
    min-height: 50px;
    padding-inline: 15px;
    font-size: 0.82rem;
  }
  .hero__trust {
    grid-template-columns: 1fr;
    margin-top: 38px;
    padding-top: 12px;
  }
  .hero__trust div {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .hero__trust div:last-child {
    border: 0;
  }
  .hero-booking {
    margin-top: -62px;
    margin-bottom: 24px;
  }
  .hero-booking__card {
    padding: 23px 18px 20px;
    border-radius: 14px;
  }
  .hero-booking__head {
    display: grid;
    gap: 4px;
    margin-bottom: 16px;
  }
  .hero-booking__head strong {
    font-size: 0.88rem;
  }
  .hero-booking__form {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .hero-booking__form .button {
    grid-column: auto;
  }
  .hero-booking__facts {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-booking__facts span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .hero-booking__facts span:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .hero-booking__facts strong {
    margin-left: 0;
    text-align: right;
  }
  .hero-booking__result div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
  .route-board__grid {
    grid-template-columns: 1fr;
  }
  .route-board__title {
    grid-column: auto;
  }
  .route-item {
    grid-template-columns: 45px 1fr;
  }
  .home-discount {
    padding: 72px 0;
  }
  .home-discount__grid {
    gap: 34px;
  }
  .home-discount__intro h2 {
    font-size: 2.45rem;
  }
  .home-discount__intro > p:not(.eyebrow) {
    font-size: 0.86rem;
  }
  .home-discount__intro .button {
    width: 100%;
  }
  .home-discount__panel {
    padding: 20px 16px;
    border-radius: 16px;
  }
  .home-discount__types {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-discount__types article {
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    justify-items: start;
    align-items: center;
    min-height: 0;
    padding: 14px;
    text-align: left;
  }
  .home-discount__icon {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
  }
  .home-discount__types strong,
  .home-discount__types small {
    margin-top: 0;
  }
  .home-discount__settlement {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 14px;
  }
  .home-discount__arrow {
    justify-self: start;
    transform: rotate(90deg);
  }
  .home-discount__final {
    padding: 12px 0 0;
    border-top: 1px solid #c4dced;
    border-left: 0;
  }
  .home-discount__final b {
    font-size: 1.45rem;
  }
  .home-discount__note {
    text-align: left;
    line-height: 1.55;
  }
  .section {
    padding: 78px 0;
  }
  .section-heading--split {
    gap: 28px;
    margin-bottom: 36px;
  }
  .section-heading h2,
  .pricing-copy h2,
  .location-copy h2,
  .experience-copy h2,
  .reservation-copy h2,
  .faq-heading h2 {
    font-size: 2.2rem;
  }
  .section-heading--split > p {
    padding-left: 18px;
    font-size: 0.88rem;
  }
  .guide-grid {
    grid-template-columns: 1fr;
  }
  .guide-card__head {
    min-height: 104px;
    padding: 22px 24px;
  }
  .guide-card ol {
    padding: 15px 22px 18px;
  }
  .guide-card li {
    grid-template-columns: 38px 1fr;
  }
  .location-photo {
    min-height: 300px;
  }
  .photo-badge {
    left: 14px;
    bottom: 14px;
    font-size: 0.56rem;
  }
  .location-copy {
    padding: 66px 16px;
  }
  .location-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .text-button {
    align-self: flex-start;
  }
  .price-tickets {
    grid-template-columns: 1fr;
  }
  .price-plus {
    text-align: center;
    line-height: 0.5;
  }
  .discount-highlight {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 18px;
  }
  .discount-highlight__price {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    min-width: 0;
    padding: 16px 0 0;
    text-align: left;
    border-top: 1px solid #c9dfef;
    border-left: 0;
  }
  .discount-highlight__price strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    text-align: right;
  }
  .calculator-card,
  .reservation-form {
    padding: 24px 19px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 170px;
    gap: 10px;
  }
  .gallery__item--wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .gallery__item span {
    left: 14px;
    bottom: 12px;
    font-size: 0.7rem;
  }
  .experience-section {
    padding: 64px 0;
  }
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 20px;
  }
  .experience-visual {
    min-height: 280px;
  }
  .experience-visual figcaption {
    right: 20px;
    bottom: 19px;
    left: 20px;
  }
  .experience-visual figcaption strong {
    max-width: 180px;
    font-size: 0.86rem;
  }
  .experience-content {
    padding: 34px 22px 22px;
  }
  .experience-list {
    grid-column: auto;
  }
  .contact-cards,
  .form-grid,
  .fixed-info,
  .preview-actions {
    grid-template-columns: 1fr;
  }
  .form-head {
    display: grid;
    gap: 5px;
  }
  .promotion-fee > div {
    grid-template-columns: 0.75fr 0.95fr 1fr;
    min-height: 0;
  }
  .promotion-fee > div > * {
    padding: 14px 7px;
    justify-content: center;
  }
  .promotion-fee strong {
    font-size: 0.72rem;
  }
  .promotion-fee del,
  .promotion-fee span {
    font-size: 0.64rem;
    text-align: center;
  }
  .promotion-fee b {
    font-size: 0.78rem;
  }
  .notice-panel--fees {
    padding: 20px 18px;
  }
  .notice-panel--fees ul {
    padding-left: 18px;
    font-size: 0.75rem;
  }
  .reservation-rate-card,
  .operation-card,
  .arrival-alert {
    padding: 19px 18px;
  }
  .discount-options > div {
    grid-template-columns: 1fr;
  }
  .reservation-form .discount-options label {
    justify-content: flex-start;
  }
  .reservation-estimate {
    padding: 17px;
  }
  .reservation-estimate__amounts {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .reservation-estimate__amounts > i {
    display: none;
  }
  .reservation-estimate__amounts > strong {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: end;
  }
  .reservation-estimate__amounts > strong b {
    text-align: right;
  }
  .accordion summary {
    grid-template-columns: 32px 1fr auto;
    gap: 10px;
    font-size: 0.9rem;
  }
  .accordion details p {
    margin-left: 42px;
    font-size: 0.82rem;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 42px;
  }
  .footer-info {
    grid-column: auto;
  }
  .footer-info div {
    grid-template-columns: 105px 1fr;
    gap: 8px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .mobile-dock {
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    box-shadow: 0 -8px 25px rgba(4, 17, 38, 0.12);
  }
  .mobile-dock a {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--navy-900);
    font-size: 0.86rem;
    font-weight: 700;
  }
  .mobile-dock a:last-child {
    color: #fff;
    background: linear-gradient(135deg, var(--navy-700), var(--blue-600));
  }
  .mobile-dock svg {
    width: 19px;
  }
  .toast {
    bottom: 86px;
  }
  .detail-hero {
    min-height: 420px;
  }
  .detail-hero__content {
    padding-block: 48px 50px;
  }
  .breadcrumb {
    margin-bottom: 40px;
    font-size: 0.63rem;
  }
  .detail-hero h1 {
    font-size: 2.65rem;
  }
  .detail-hero__intro {
    font-size: 0.88rem;
  }
  .detail-section {
    padding: 78px 0;
  }
  .detail-layout,
  .experience-detail,
  .step-layout,
  .location-detail,
  .fee-layout,
  .reservation-page-grid,
  .check-layout,
  .faq-page-layout {
    gap: 38px;
  }
  .content-prose h2 {
    font-size: 2.2rem;
  }
  .detail-photo img,
  .detail-photo--tall img {
    min-height: 330px;
  }
  .detail-card-grid,
  .detail-card-grid--2 {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  .detail-card-grid article {
    min-height: 0;
    padding: 25px;
  }
  .experience-detail__mark {
    min-height: 210px;
    padding: 30px;
    font-size: 3rem;
  }
  .numbered-list {
    grid-template-columns: 1fr;
  }
  .numbered-list li,
  .numbered-list li:nth-child(even) {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
  }
  .journey-steps li {
    grid-template-columns: 52px 1fr;
    padding-block: 26px;
  }
  .location-board {
    padding: 34px 25px;
  }
  .detail-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 270px 180px 240px;
  }
  .detail-gallery figure:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .fee-table > div {
    grid-template-columns: 0.8fr 0.8fr;
    padding-block: 16px;
  }
  .fee-table > div > span:last-child {
    grid-column: 1 / -1;
  }
  .wide-callout,
  .detail-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-detail {
    grid-template-columns: 1fr;
  }
  .business-card {
    padding: 32px 24px;
  }
  .business-card dl div {
    grid-template-columns: 105px 1fr;
  }
  .detail-cta {
    padding: 54px 0;
  }
  .detail-cta .container > div:last-child {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* Separate date, hour, and minute controls avoid the crowded date-time popup. */
.schedule-field {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
}
.reservation-form .schedule-field {
  grid-column: 1 / -1;
}
.schedule-field legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
  padding: 0;
  color: #243c58;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.schedule-basis {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 3px 8px;
  color: #0c6dc5;
  background: #eaf5ff;
  border: 1px solid #cfe6f8;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.schedule-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px 88px;
  gap: 10px;
}
.schedule-controls > label {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  min-width: 0;
}
.schedule-controls > label > span {
  color: #536b84;
  font-size: 12px;
  font-weight: 700;
}
.schedule-controls input,
.schedule-controls select {
  display: block;
  width: 100%;
  min-width: 0;
  height: 50px;
  min-height: 50px;
  padding: 0 12px;
  color: #10233f;
  background-color: #fff;
  border: 1px solid #c7d5e2;
  border-radius: 7px;
  font:
    500 15px "Noto Sans KR",
    sans-serif;
}
.schedule-controls select {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 30px 0 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23354b65' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.schedule-controls select:focus-visible {
  outline: 2px solid var(--blue-600);
  outline-offset: 2px;
}
.schedule-time-notice {
  min-height: 18px;
  margin: 7px 0 0;
  color: #64768a;
  font-size: 11px;
  line-height: 1.55;
}
.schedule-field[data-time-mode="adjust"] .schedule-time-notice,
.schedule-field[data-time-mode="remote"] .schedule-time-notice {
  color: #ad4d19;
  font-weight: 600;
}
.schedule-field[data-time-mode="normal"] .schedule-time-notice {
  color: #21745f;
}
.reservation-privacy {
  margin: 18px 0;
  color: #53677e;
  font-size: 12px;
  line-height: 1.8;
}
.reservation-privacy summary {
  cursor: pointer;
  color: #10233f;
  font-weight: 600;
}
.reservation-privacy a {
  text-decoration: underline;
}
.reservation-honey {
  display: none !important;
}
.reservation-preview .reservation-status {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  white-space: pre-line;
}
.reservation-status[data-state="error"] {
  color: #a32c2c;
}
.reservation-status[data-state="success"] {
  color: #146345;
}
.reservation-preview .preview-actions {
  margin-top: 18px;
}
[data-send-reservation]:disabled {
  cursor: default;
  opacity: 0.65;
}
.schedule-controls input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
}
.schedule-controls input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}
.hero-booking__form {
  align-items: center;
}
.hero-booking__form .button {
  align-self: end;
}
.experience-copy h2 {
  font-size: clamp(30px, 3.4vw, 54px);
  line-height: 1.3;
}
@media (min-width: 1101px) {
  .hero-booking__form .schedule-controls {
    grid-template-columns: minmax(0, 1fr) 112px 88px;
  }
}

/* Phone layouts: readable type, compact first screen, and intrinsic input sizing. */
@media (max-width: 860px) {
  .header-inner {
    gap: 12px;
  }
  .mobile-nav {
    z-index: 60;
    overscroll-behavior: contain;
  }
  .reservation-copy h2 {
    font-size: 34px;
  }
  .contact-cards {
    grid-template-columns: 1fr 1fr;
  }
  .hero-booking__facts strong {
    display: block;
    margin-left: 0;
  }
  .hero-booking__facts span {
    padding-inline: 12px;
  }
  .home-reservation-cta__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
@media (max-width: 600px) {
  :root {
    --container: calc(100% - 40px);
  }
  body {
    font-size: 15px;
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
  .site-header {
    height: 72px;
  }
  .brand {
    width: auto;
    max-width: calc(100% - 52px);
    gap: 6px;
  }
  .brand__mark {
    width: 47px;
    height: 52px;
  }
  .brand__mark img {
    width: 47px;
    height: 48px;
  }
  .brand__wordmark strong {
    font-size: 14px;
  }
  .brand__wordmark small {
    font-size: 6px;
    letter-spacing: 0.1em;
  }
  .header-actions {
    flex: 0 0 auto;
  }
  .menu-button {
    padding: 9px;
    width: 44px;
    height: 44px;
  }
  .mobile-nav {
    top: 72px;
    max-height: calc(100dvh - 136px);
  }
  .mobile-nav__group > button {
    min-height: 52px;
    font-size: 16px;
  }
  .mobile-nav__group a {
    min-height: 44px;
    font-size: 14px;
  }
  .hero,
  .hero__grid {
    min-height: 550px;
  }
  .hero__grid {
    padding-block: 48px 94px;
    align-items: start;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 0.11em;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(28px, 8.6vw, 36px);
    line-height: 1.3;
    letter-spacing: -0.055em;
  }
  .hero__lead {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 22px;
    color: #e0edf6;
  }
  .hero__actions {
    gap: 8px;
    margin-top: 26px;
  }
  .hero__actions .button {
    font-size: 13px;
    padding-inline: 8px;
  }
  .hero__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 34px;
    padding-top: 17px;
  }
  .hero__trust div,
  .hero__trust div:first-child {
    padding: 0;
    border: 0;
  }
  .hero__trust strong {
    font-size: 12px;
  }
  .hero__trust span {
    font-size: 10px;
    line-height: 1.6;
    color: #bdcfdf;
  }
  .hero-booking__head span {
    font-size: 9px;
  }
  .hero-booking__head strong {
    font-size: 15px;
  }
  .hero-booking__form label,
  .calculator-card label,
  .reservation-form label {
    font-size: 13px;
  }
  input,
  .hero-booking__form input {
    font-size: 16px;
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }
  input[type="datetime-local"] {
    display: block;
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="datetime-local"]::-webkit-date-and-time-value {
    text-align: left;
  }
  .hero-booking__facts span {
    padding: 0 0 10px;
    font-size: 11px;
  }
  .hero-booking__facts strong {
    max-width: 65%;
  }
  .section,
  .detail-section {
    padding: 60px 0;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 17px;
    letter-spacing: 0.12em;
  }
  .section-heading h2,
  .pricing-copy h2,
  .location-copy h2,
  .experience-copy h2,
  .reservation-copy h2,
  .faq-heading h2,
  .content-prose h2 {
    font-size: clamp(25px, 7.2vw, 30px);
    line-height: 1.4;
    letter-spacing: -0.045em;
  }
  .section-heading--split {
    gap: 20px;
    margin-bottom: 28px;
  }
  .section-heading--split > p {
    padding-left: 13px;
    font-size: 14px;
  }
  .guide-card__image {
    height: 175px;
  }
  .guide-card__head {
    min-height: 92px;
    padding: 18px 22px;
  }
  .guide-card__head strong {
    font-size: 21px;
  }
  .guide-card ol {
    padding-inline: 20px;
  }
  .guide-card li {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 10px;
  }
  .guide-card li strong {
    font-size: 15px;
  }
  .location-photo {
    min-height: 0;
    height: 240px;
  }
  .location-copy {
    padding: 42px 20px;
  }
  .location-data {
    margin-top: 25px;
  }
  .location-data strong {
    font-size: 18px;
  }
  .location-data p {
    font-size: 14px;
  }
  .location-actions {
    gap: 14px;
  }
  .price-tickets {
    grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
    gap: 6px;
    margin-top: 28px;
  }
  .price-ticket {
    min-height: 132px;
    padding: 17px 12px;
  }
  .price-ticket strong b {
    font-size: 26px;
  }
  .price-ticket small {
    font-size: 10px;
  }
  .price-plus {
    font-size: 18px;
  }
  .calculator-card,
  .reservation-form {
    padding: 24px 18px;
    box-shadow: 0 10px 28px rgba(5, 26, 58, 0.07);
  }
  .contact-cards {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
  .contact-cards a {
    padding: 18px 20px;
  }
  .contact-cards strong {
    font-size: 19px;
    white-space: nowrap;
  }
  .reservation-copy > p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
  }
  .reservation-form .confirm-check {
    font-size: 12px;
  }
  .confirm-check input {
    min-height: 17px;
    height: 17px;
    width: 17px;
    padding: 0;
  }
  .form-grid {
    gap: 18px;
  }
  .form-grid label {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 7px;
  }
  .form-grid label input {
    flex: 0 0 100%;
  }
  .form-grid .schedule-controls label {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .form-grid .schedule-controls label input {
    flex: auto;
  }
  .schedule-controls input,
  .schedule-controls select {
    font-size: 16px;
  }
  .schedule-controls {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .schedule-controls > label:first-child {
    grid-column: 1 / -1;
  }
  .schedule-controls select {
    padding-right: 28px;
    padding-left: 10px;
    font-size: 15px;
  }
  .schedule-field {
    padding: 16px;
    background: #edf3f8;
    border: 1px solid #dde7ef;
    border-radius: 10px;
  }
  .schedule-field legend {
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .schedule-time-notice {
    clear: both;
    padding-top: 8px;
    font-size: 12px;
  }
  .schedule-controls {
    clear: both;
  }
  .reservation-form label em,
  .reservation-form label > span {
    font-size: 11px;
  }
  .gallery {
    grid-template-rows: 235px 140px;
  }
  .gallery__item span {
    font-size: 11px;
    left: 10px;
    right: 10px;
  }
  .experience-section {
    padding: 54px 0;
  }
  .home-reservation-cta {
    padding: 58px 0;
  }
  .home-reservation-cta h2 {
    font-size: 31px;
    line-height: 1.3;
  }
  .home-reservation-cta p {
    margin-top: 18px;
    font-size: 14px;
  }
  .home-reservation-cta__actions small {
    text-align: left;
  }
  .experience-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .accordion summary {
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    padding-block: 21px;
    gap: 8px;
  }
  .accordion details p {
    margin-left: 32px;
    font-size: 14px;
  }
  .detail-hero {
    min-height: 310px;
  }
  .detail-hero__content {
    padding-block: 30px 38px;
  }
  .detail-hero h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  .detail-hero__intro {
    font-size: 14px;
  }
  .breadcrumb {
    margin-bottom: 28px;
    font-size: 10px;
    flex-wrap: wrap;
  }
  .detail-photo img,
  .detail-photo--tall img {
    min-height: 0;
    height: 240px;
  }
  .detail-cta .container > div:last-child {
    grid-template-columns: 1fr;
  }
  .detail-cta h2 {
    font-size: 25px;
  }
  .wide-callout {
    padding: 25px 20px;
    gap: 20px;
  }
  .wide-callout .button {
    width: 100%;
  }
  .check-ticket {
    padding: 28px 22px;
  }
  .contact-detail__numbers a {
    padding: 24px;
  }
  .contact-detail__numbers strong {
    font-size: 22px;
  }
  .business-card dl div {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
  }
  .site-footer {
    padding-top: 48px;
  }
  .footer-info div {
    grid-template-columns: 92px minmax(0, 1fr);
  }
  .footer-info strong {
    overflow-wrap: anywhere;
  }
  .mobile-dock a {
    min-height: 60px;
    font-size: 14px;
  }
  .mobile-dock svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 360px) {
  .schedule-controls {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .schedule-controls > label:first-child {
    grid-column: 1 / -1;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* 2026-09-15 conversion-focused homepage and reservation refinements */
.hero,
.hero__grid {
  min-height: 640px;
}
.hero__background {
  background:
    linear-gradient(
      90deg,
      rgba(3, 20, 43, 0.64) 0%,
      rgba(5, 35, 69, 0.4) 42%,
      rgba(8, 56, 95, 0.08) 72%,
      rgba(4, 22, 45, 0.03) 100%
    ),
    url("/assets/hero-aircraft.webp") center 50% / cover no-repeat;
}
.hero__trust {
  max-width: 720px;
}
.hero-booking__facts a {
  color: var(--blue-600);
  font-weight: 800;
}

.home-pricing {
  padding: 104px 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(92, 187, 255, 0.15), transparent 28%),
    #f4f8fc;
}
.home-pricing__heading {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 42px;
}
.home-pricing__heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2.55rem, 4vw, 4.15rem);
  line-height: 1.2;
  letter-spacing: -0.06em;
}
.home-pricing__heading > p {
  margin: 0;
  padding-left: 24px;
  color: var(--muted);
  border-left: 2px solid var(--mint-500);
  font-size: 0.9rem;
  line-height: 1.9;
}
.home-pricing__grid {
  display: grid;
  grid-template-columns: 1.08fr 34px 0.96fr 1.08fr;
  gap: 16px;
  align-items: stretch;
}
.home-price-card {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background: #fff;
  border: 1px solid #d8e4ef;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(5, 37, 73, 0.08);
}
.home-price-card > span,
.home-price-card del,
.home-price-card strong,
.home-price-card small {
  display: block;
}
.home-price-card > span {
  color: var(--blue-600);
  font-size: 0.72rem;
  font-weight: 800;
}
.home-price-card del {
  margin-top: 9px;
  color: #8291a2;
  font-size: 0.77rem;
}
.home-price-card strong {
  margin-top: 7px;
  color: var(--navy-900);
  font-size: 0.92rem;
}
.home-price-card strong b {
  margin-right: 4px;
  font: 700 2.6rem "Roboto Mono", monospace;
  letter-spacing: -0.08em;
}
.home-price-card small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.65;
}
.home-price-card--valet {
  color: #fff;
  background: linear-gradient(145deg, #071b3c, #103b6d);
  border-color: transparent;
}
.home-price-card--valet > span,
.home-price-card--valet strong {
  color: #fff;
}
.home-price-card--valet small {
  color: rgba(255, 255, 255, 0.64);
}
.home-price-card--discount {
  background: linear-gradient(145deg, #ecfbf8, #e3f5ff);
  border-color: #bfe7df;
}
.home-price-card--discount strong {
  color: #087a70;
}
.home-price-card--discount a {
  margin-top: 18px;
  color: #087a70;
  font-size: 0.72rem;
  font-weight: 800;
}
.home-price-plus {
  display: grid;
  place-items: center;
  color: var(--blue-600);
  font-size: 1.55rem;
  font-weight: 500;
}
.home-pricing__examples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e4ef;
  border-radius: 16px;
}
.home-pricing__examples article {
  padding: 23px 25px;
  border-right: 1px solid #e0e8f0;
}
.home-pricing__examples article:last-child {
  border-right: 0;
}
.home-pricing__examples span,
.home-pricing__examples strong,
.home-pricing__examples b {
  display: block;
}
.home-pricing__examples span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}
.home-pricing__examples strong {
  margin-top: 8px;
  color: #53687f;
  font-size: 0.75rem;
}
.home-pricing__examples b {
  margin-top: 5px;
  color: var(--navy-900);
  font-size: 1.05rem;
}
.home-pricing__facts {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1.1fr auto;
  gap: 0;
  align-items: center;
  margin-top: 22px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d8e4ef;
  border-radius: 16px;
}
.home-pricing__facts > div {
  padding: 2px 20px;
  border-right: 1px solid #e0e8f0;
}
.home-pricing__facts small,
.home-pricing__facts strong {
  display: block;
}
.home-pricing__facts small {
  color: var(--muted);
  font-size: 0.65rem;
}
.home-pricing__facts strong {
  margin-top: 5px;
  color: var(--navy-900);
  font-size: 0.82rem;
}
.home-pricing__facts .home-pricing__urgent strong {
  color: #087a70;
}
.home-pricing__facts .button {
  margin-left: 20px;
  white-space: nowrap;
}
.home-pricing__notices {
  display: flex;
  gap: 32px;
  margin: 18px 0 0;
  padding: 0;
  color: #68798d;
  list-style: none;
  font-size: 0.72rem;
}
.home-pricing__notices li::before {
  content: "•";
  margin-right: 8px;
  color: var(--blue-600);
}

.reservation-hero {
  min-height: 270px;
}
.reservation-hero .detail-hero__content {
  padding-block: 32px 40px;
}
.reservation-hero .breadcrumb {
  margin-bottom: 24px;
}
.reservation-hero h1 {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
}
.reservation-hero + .detail-section {
  padding: 68px 0 90px;
}
.reservation-page-grid {
  grid-template-columns: 0.66fr 1.34fr;
  gap: 44px;
}
.reservation-page-grid .content-prose h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}
.operation-hours {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
}
.operation-hours div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 0;
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
}
.operation-hours dt {
  color: var(--muted);
}
.operation-card .operation-hours__basis {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  padding: 2px 7px;
  color: #086bbf;
  background: #eaf5ff;
  border: 1px solid #cfe6f8;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}
.operation-hours dd {
  margin: 0;
  color: var(--navy-900);
  text-align: right;
  font-weight: 800;
}
.form-essential {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 0;
  margin-bottom: 24px;
  overflow: hidden;
  color: #53687f;
  background: #edf5fb;
  border: 1px solid #d4e4f0;
  border-radius: 10px;
  font-size: 0.68rem;
  font-weight: 700;
}
.form-essential span,
.form-essential strong {
  padding: 13px 14px;
  border-right: 1px solid #d4e4f0;
}
.form-essential strong {
  color: #087a70;
  border-right: 0;
}

@media (max-width: 860px) {
  .home-pricing {
    padding: 78px 0;
  }
  .home-pricing__heading,
  .home-pricing__grid {
    grid-template-columns: 1fr;
  }
  .home-pricing__heading {
    gap: 24px;
  }
  .home-price-plus {
    min-height: 18px;
  }
  .home-pricing__examples {
    grid-template-columns: 1fr;
  }
  .home-pricing__examples article {
    border-right: 0;
    border-bottom: 1px solid #e0e8f0;
  }
  .home-pricing__examples article:last-child {
    border-bottom: 0;
  }
  .home-pricing__facts {
    grid-template-columns: 1fr 1fr;
    gap: 18px 0;
  }
  .home-pricing__facts > div:nth-child(2) {
    border-right: 0;
  }
  .home-pricing__facts .button {
    margin: 0 0 0 20px;
  }
  .reservation-page-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .reservation-page-grid .reservation-form {
    order: -1;
  }
}

@media (max-width: 600px) {
  .site-header {
    height: 76px;
  }
  .brand__mark,
  .brand__mark img {
    width: 54px;
  }
  .brand__wordmark strong {
    font-size: 15px;
  }
  .brand__wordmark small {
    font-size: 6.4px;
  }
  .mobile-nav {
    top: 76px;
  }
  .hero,
  .hero__grid {
    min-height: 560px;
  }
  .hero__background {
    background:
      linear-gradient(
        90deg,
        rgba(3, 20, 43, 0.68),
        rgba(5, 35, 69, 0.4) 72%,
        rgba(4, 22, 45, 0.12)
      ),
      url("/assets/hero-aircraft.webp") 64% center / cover no-repeat;
  }
  .hero h1 {
    font-size: clamp(27px, 8.1vw, 34px);
    line-height: 1.34;
  }
  .hero__trust span {
    font-size: 9.5px;
  }
  .hero-booking__facts {
    grid-template-columns: 1fr;
  }
  .hero-booking__facts span {
    max-width: none;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 10px 0;
  }
  .hero-booking__facts span:last-child {
    border-bottom: 0;
  }
  .home-pricing {
    padding: 62px 0;
  }
  .home-pricing__heading h2 {
    font-size: 29px;
    line-height: 1.35;
  }
  .home-pricing__heading > p {
    padding-left: 14px;
    font-size: 13px;
  }
  .home-price-card {
    min-height: 170px;
    padding: 25px 22px;
  }
  .home-price-card strong b {
    font-size: 34px;
  }
  .home-pricing__examples article {
    padding: 19px 21px;
  }
  .home-pricing__facts {
    grid-template-columns: 1fr;
    padding: 10px 20px 20px;
  }
  .home-pricing__facts > div {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid #e0e8f0;
  }
  .home-pricing__facts .button {
    width: 100%;
    margin: 4px 0 0;
  }
  .home-pricing__notices {
    display: grid;
    gap: 9px;
    font-size: 11px;
    line-height: 1.65;
  }
  .reservation-hero {
    min-height: 215px;
  }
  .reservation-hero .detail-hero__content {
    padding-block: 20px 27px;
  }
  .reservation-hero .breadcrumb {
    margin-bottom: 16px;
  }
  .reservation-hero .eyebrow {
    margin-bottom: 9px;
  }
  .reservation-hero h1 {
    font-size: 29px;
  }
  .reservation-hero .detail-hero__intro {
    margin-top: 10px;
    line-height: 1.6;
  }
  .reservation-hero + .detail-section {
    padding: 34px 0 58px;
  }
  .reservation-page-grid {
    gap: 26px;
  }
  .form-essential {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .form-essential span,
  .form-essential strong {
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 1px solid #d4e4f0;
  }
  .form-essential strong {
    border-bottom: 0;
  }
  .reservation-page-grid .content-prose h2 {
    font-size: 26px;
  }
  .reservation-rate-card,
  .operation-card,
  .arrival-alert {
    margin-top: 14px;
    padding: 18px;
  }
}

/* Final showcase overrides — kept after the shared detail-page rules */
.detail-hero.detail-hero--showcase {
  min-height: 440px;
  color: var(--navy-950);
  background:
    radial-gradient(circle at 92% 10%, rgba(43, 157, 244, 0.14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4f8fc 58%, #e9f4ff 100%);
}

@media (max-width: 900px) {
  .detail-hero.detail-hero--showcase {
    min-height: auto;
  }
}

/* New full lockup logo */
.site-header {
  height: 94px;
}
.brand {
  width: 260px;
  height: 90px;
  flex: 0 0 260px;
  justify-content: flex-start;
  gap: 0;
}
.brand__mark,
.brand__mark img {
  width: 250px;
  height: 82px;
}
.brand__mark {
  overflow: visible;
}
.brand__mark img {
  content: url("/assets/logo-header.png");
  object-fit: contain;
}
.brand__wordmark {
  display: none;
}
.footer-wordmark {
  align-items: flex-start;
}
.footer-wordmark__mark {
  width: 148px;
  height: 148px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.footer-wordmark__mark img {
  content: url("/assets/logo-transparent.png?v=20260916-footer-logo1");
  width: 148px;
  height: 148px;
  filter: brightness(1.9) saturate(1.08) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
  opacity: 1;
  object-fit: contain;
}
.footer-wordmark > span:last-child {
  display: none;
}

@media (max-width: 900px) {
  .site-header {
    height: 88px;
  }
  .brand {
    width: 220px;
    height: 84px;
    flex-basis: 220px;
  }
  .brand__mark,
  .brand__mark img {
    width: 212px;
    height: 72px;
  }
  .mobile-nav {
    inset: 88px 0 auto;
  }
}

@media (max-width: 600px) {
  .site-header {
    height: 84px;
  }
  .brand {
    width: min(218px, calc(100vw - 82px));
    height: 80px;
    flex-basis: auto;
  }
  .brand__mark,
  .brand__mark img {
    width: min(210px, calc(100vw - 90px));
    height: 70px;
  }
  .mobile-nav {
    inset: 84px 0 auto;
  }
  .footer-wordmark__mark {
    width: 140px;
    height: 140px;
  }
  .footer-wordmark__mark img {
    width: 140px;
    height: 140px;
  }
}
