:root {
  --ink: #14221c;
  --ink-soft: #3d5248;
  --muted: #5c6f66;
  --sea: #1a6b5c;
  --sea-deep: #0e3d36;
  --sand: #c4a574;
  --sand-hot: #d4b48a;
  --mist: #e4ece8;
  --paper: #f2f6f3;
  --foam: #f7faf8;
  --line: rgba(20, 34, 28, 0.12);
  --veil: rgba(14, 61, 54, 0.48);
  --header: calc(3.25rem + env(safe-area-inset-top, 0px));
  --touch: 2.75rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --serif: "Fraunces", "Noto Serif SC", "Songti SC", Georgia, serif;
  --sans: "Sora", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Arabic", "Noto Sans Thai", "PingFang SC", "Segoe UI", sans-serif;
  --gutter: max(1rem, env(safe-area-inset-left, 0px));
  --gutter-r: max(1rem, env(safe-area-inset-right, 0px));
  --shell: min(1120px, calc(100% - var(--gutter) - var(--gutter-r)));
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 0.5rem);
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(ellipse 90% 55% at 8% 12%, rgba(26, 107, 92, 0.16), transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 30%, rgba(196, 165, 116, 0.18), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(14, 61, 54, 0.08), transparent 55%),
    linear-gradient(168deg, #eef4f1 0%, #e4ece8 42%, #dce8e2 100%);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
body.is-rtl { direction: rtl; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
body > * { position: relative; z-index: 1; }
body.lock, body.is-splash { overflow: hidden; }
[hidden] { display: none !important; }
#dest, #how, #faq, #cPlans, #cReserve { scroll-margin-top: calc(var(--header) + 0.6rem); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; -webkit-tap-highlight-color: transparent; }
.link { color: inherit; }
.hdr a, .link { color: inherit; }
:focus-visible { outline: 1.5px solid var(--sea); outline-offset: 3px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

/* 保证顶栏/遮罩高于页面内容，避免同 z-index 时按 DOM 顺序被挡住 */
body > .prog { z-index: 200; }
body > .banner { z-index: 99; }
body > .splash { z-index: 900; }
body > .hdr { z-index: 100; }
body > .nav-sheet { z-index: 90; }
body > .scrim { z-index: 150; }
body > .drawer { z-index: 160; }

.shell { width: var(--shell); margin-inline: auto; }
.kicker {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sea);
}
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.12;
  margin: 0;
}
h2 { font-size: clamp(1.65rem, 5vw, 2.55rem); margin-bottom: 0.75rem; }
.lede {
  max-width: 36rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 400;
  margin: 0 0 1.1rem;
  line-height: 1.6;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--touch);
  padding: 0.7rem 1.2rem;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  transition: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease);
}
.btn--sand {
  background: linear-gradient(135deg, var(--sand-hot) 0%, #b8925c 100%);
  color: #1a1610;
}
.btn--sea {
  background: linear-gradient(135deg, var(--sea) 0%, var(--sea-deep) 100%);
  color: #f4faf7;
}
.btn--ghost {
  border-color: rgba(247, 250, 248, 0.5);
  color: #f7faf8;
}
.btn.full { width: 100%; }

.prog {
  position: fixed;
  inset: 0 0 auto 0;
  height: 2px;
  z-index: 200;
  background: linear-gradient(90deg, var(--sand), var(--sea));
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
}
body.is-rtl .prog { transform-origin: 100% 50%; }

.banner {
  position: fixed;
  top: var(--header);
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--sea-deep);
  color: #e8f0ec;
  font-size: 0.82rem;
}
.banner[hidden] { display: none !important; }
.banner__inner {
  width: var(--shell);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: var(--touch);
  padding: 0.45rem 0;
}
#localeBannerClose {
  color: inherit;
  min-width: var(--touch);
  min-height: var(--touch);
  font-size: 1.35rem;
  line-height: 1;
  opacity: 0.8;
}

.splash {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  background: var(--sea-deep);
  color: #e8f0ec;
  transition: opacity 0.5s var(--ease), visibility 0.5s var(--ease);
}
.splash.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.splash__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: 0.22em;
  font-weight: 700;
}
.splash__brand img { width: 1.7rem; height: 1.7rem; filter: invert(1); }
.splash__tag { margin: 0; color: #9bb5ad; font-size: 0.82rem; letter-spacing: 0.08em; }
.splash__bar {
  width: min(220px, calc(100vw - 48px));
  height: 2px;
  background: rgba(196, 165, 116, 0.22);
  overflow: hidden;
}
.splash__bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--sand), #e8f0ec);
}
.splash__pct { font-size: 0.72rem; color: #9bb5ad; letter-spacing: 0.08em; }

.hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  padding: env(safe-area-inset-top, 0px) var(--gutter-r) 0 var(--gutter);
  padding-bottom: 0.35rem;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.hdr--over {
  color: #f7faf8;
  background: transparent;
}
.hdr--solid {
  color: var(--ink);
  background: rgba(238, 244, 241, 0.88);
  backdrop-filter: blur(14px) saturate(1.15);
  border-bottom-color: var(--line);
}
.hdr__left, .hdr__right {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.hdr__right { justify-content: flex-end; }
.hdr__left { min-width: 0; }
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: var(--touch);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.brand img { width: 1.35rem; height: 1.35rem; }
.hdr--over .brand img { filter: invert(1); }
.menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--touch);
  min-width: var(--touch);
  padding: 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: inherit;
}
.lang { position: relative; }
.lang > .link {
  min-height: var(--touch);
  min-width: var(--touch);
  padding: 0 0.4rem;
  font-size: 0.78rem;
}
.lang__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  min-width: 11.5rem;
  max-height: min(60vh, 22rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.35rem;
  background: var(--foam);
  color: var(--ink);
  border: 1px solid var(--line);
  display: grid;
  gap: 0.1rem;
  z-index: 20;
}
body.is-rtl .lang__menu { right: auto; left: 0; }
.lang__menu[hidden] { display: none !important; }
.lang__menu button {
  text-align: start;
  min-height: var(--touch);
  padding: 0.45rem 0.7rem;
  font-size: 0.9rem;
}
.lang__menu button.is-on { background: rgba(26, 107, 92, 0.1); color: var(--sea-deep); }

.kit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: var(--touch);
  min-width: var(--touch);
  padding: 0 0.65rem;
  border: 1px solid currentColor;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.kit-btn b {
  min-width: 1.1rem;
  font-weight: 700;
}

.nav-sheet {
  position: fixed;
  inset: var(--header) 0 auto 0;
  z-index: 90;
  display: none;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.5rem var(--gutter) calc(1rem + env(safe-area-inset-bottom, 0px));
  background: rgba(238, 244, 241, 0.98);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  max-height: calc(100dvh - var(--header));
  overflow-y: auto;
}
.nav-sheet.is-open { display: flex; }
.nav-sheet a {
  display: flex;
  align-items: center;
  min-height: var(--touch);
  padding: 0.35rem 0;
  font-size: 1.05rem;
  font-family: var(--serif);
  border-bottom: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  color: #f7faf8;
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center 42%;
  animation: drift 18s var(--ease) both;
  pointer-events: none;
}
@keyframes drift {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(14, 61, 54, 0.22) 0%, rgba(14, 61, 54, 0.12) 38%, rgba(14, 61, 54, 0.78) 100%),
    linear-gradient(90deg, rgba(20, 34, 28, 0.35) 0%, transparent 48%);
  pointer-events: none;
}
.hero__copy {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin-inline: auto;
  padding: calc(var(--header) + 0.5rem) 0 max(1.6rem, env(safe-area-inset-bottom, 0px));
  animation: rise 1.15s var(--ease) 0.2s both;
}
@keyframes rise {
  from { opacity: 0; transform: translateY(1.4rem); }
  to { opacity: 1; transform: none; }
}
.brand-mark {
  margin: 0 0 0.85rem;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 8.5vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}
.hero h1 {
  max-width: none;
  font-size: clamp(1.35rem, 6.4vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #f7faf8;
}
.hero .lede {
  color: rgba(247, 250, 248, 0.78);
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}
.hero__btns { display: flex; flex-direction: column; gap: 0.65rem; }
.hero__btns .btn { width: 100%; }
.hero--country {
  min-height: max(24rem, 62svh);
}

.block { padding: clamp(2.4rem, 8vw, 6.5rem) 0; }
.block--plans {
  background:
    linear-gradient(180deg, rgba(14, 61, 54, 0.05), transparent 40%),
    linear-gradient(0deg, rgba(196, 165, 116, 0.08), transparent 30%);
}
.section-head { margin-bottom: 1.8rem; }

.search { display: block; max-width: 22rem; width: 100%; }
.search input {
  width: 100%;
  min-height: var(--touch);
  padding: 0.55rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  font-size: 16px;
}

.kicker--light { color: var(--sand-hot); }
.back {
  display: inline-flex;
  align-items: center;
  min-height: var(--touch);
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: rgba(247, 250, 248, 0.82);
  border-bottom: 1px solid rgba(247, 250, 248, 0.35);
}

.dest-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: start;
}
.dest {
  display: grid;
  gap: 0.55rem;
  align-content: start;
  min-width: 0;
  min-height: 0;
  text-align: left;
  padding: 0;
  color: inherit;
}
.dest__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1a3d36;
}
.dest__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.92) contrast(1.04);
  transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
}
.dest h3 {
  font-size: 1.05rem;
  font-weight: 600;
}
.dest small {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-family: var(--sans);
  font-weight: 400;
}
.empty { color: var(--muted); }

.modes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.35rem;
  margin: 0.4rem 0 0.6rem;
}
.modes button {
  min-height: var(--touch);
  padding: 0.35rem 0.7rem;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
  border-bottom: 2px solid transparent;
}
.modes button.is-on {
  color: var(--sea-deep);
  border-bottom-color: var(--sea);
}
.mode-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 36rem;
}

.plan-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 1.2rem;
}
.plan {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  padding: 0.9rem 0 1.15rem;
  border-bottom: 1px solid var(--line);
}
.plan__gb {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}
.plan__days, .plan__num {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.plan__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}
.plan__row .btn { flex: 0 0 auto; min-width: 7.5rem; }
.plan__price {
  font-weight: 650;
  font-size: 1.15rem;
}

.bleed {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 16rem;
  max-height: 28rem;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #f7faf8;
}
.bleed img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.9);
}
.bleed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 61, 54, 0.15), rgba(14, 61, 54, 0.72));
}
.bleed blockquote {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin: 0 auto clamp(2.4rem, 7vh, 4rem);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  font-weight: 500;
  line-height: 1.25;
  max-width: 18ch;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}
.steps li { display: grid; gap: 0.45rem; align-content: start; }
.steps b {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--sand);
  font-weight: 600;
}
.steps h3 { font-size: 1.2rem; }
.steps p { margin: 0; color: var(--muted); font-size: 0.95rem; }

.reserve {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
.reserve__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.reserve__form label { display: grid; gap: 0.4rem; font-size: 0.82rem; color: var(--muted); }
.reserve__form .full { grid-column: 1 / -1; }
.reserve__form input,
.reserve__form select,
.reserve__form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 0.65rem 0;
  min-height: var(--touch);
  font-size: 16px;
}
.reserve__form textarea { min-height: 5rem; resize: vertical; }
.form-hint { margin: 0; grid-column: 1 / -1; font-size: 0.88rem; }
.form-hint.ok { color: var(--sea); }
.form-hint.err { color: #8a2a1a; }
.form-hint[hidden] { display: none; }

.faq { max-width: 40rem; display: grid; gap: 0; }
.faq details {
  border-top: 1px solid var(--line);
  padding: 0.2rem 0;
}
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: var(--touch);
  padding: 0.85rem 0;
  font-weight: 600;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin: 0 0 1rem; color: var(--muted); font-size: 0.95rem; }

.foot {
  padding: 1.6rem 0 calc(1.6rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
}
.foot__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.foot b {
  font-family: var(--serif);
  letter-spacing: 0.16em;
  color: var(--ink);
}

.scrim {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(14, 61, 54, 0.42);
}
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 160;
  width: min(22rem, 100vw);
  height: 100%;
  height: 100dvh;
  background: var(--foam);
  padding: calc(0.85rem + env(safe-area-inset-top, 0px)) max(1.1rem, env(safe-area-inset-right, 0px)) calc(1.2rem + env(safe-area-inset-bottom, 0px)) max(1.1rem, env(safe-area-inset-left, 0px));
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  border-left: 1px solid var(--line);
}
body.is-rtl .drawer {
  right: auto;
  left: 0;
  border-left: 0;
  border-right: 1px solid var(--line);
}
.drawer[hidden], .scrim[hidden] { display: none !important; }
.drawer__head { display: flex; justify-content: space-between; align-items: center; }
.drawer__head h2 { font-size: 1.4rem; margin: 0; }
.icon-x {
  width: var(--touch);
  height: var(--touch);
  position: relative;
  flex: none;
}
.icon-x span {
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  height: 1.5px;
  background: var(--ink);
  top: 1.15rem;
}
.icon-x span:first-child { transform: rotate(45deg); }
.icon-x span:last-child { transform: rotate(-45deg); }
.drawer__list { flex: 1; overflow: auto; display: grid; gap: 0.7rem; align-content: start; }
.kit-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
}
.kit-row p { margin: 0.15rem 0 0; color: var(--muted); font-size: 0.82rem; }
.kit-row button {
  width: var(--touch);
  height: var(--touch);
  border: 1px solid var(--line);
  font-size: 1.15rem;
}
.drawer__total { display: flex; justify-content: space-between; font-size: 1rem; }
.drawer__cta { width: 100%; }
.kit-empty-hint { color: #8a2a1a; }

.back--ink {
  color: var(--sea);
  border-bottom-color: rgba(26, 107, 92, 0.35);
}
.block--pay {
  padding-top: calc(var(--header) + 1.2rem);
  padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
  min-height: calc(100dvh - var(--header));
}
.pay__head { margin-bottom: 1.4rem; }
.pay__head h1 {
  font-size: clamp(1.7rem, 6vw, 2.4rem);
  margin-bottom: 0.65rem;
}
.pay-empty, .pay-ok {
  display: grid;
  gap: 1rem;
  align-content: start;
  max-width: 28rem;
  padding: 0.4rem 0 1.5rem;
}
.pay-ok h2 { font-size: clamp(1.5rem, 5vw, 2rem); }
.pay__btns {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.4rem;
}
.pay__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: start;
}
.pay-sum {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
  display: grid;
  gap: 0.65rem;
}
.pay-sum h2 {
  font-size: 1.25rem;
  margin: 0;
}
.pay-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem 1rem;
  align-items: start;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}
.pay-line:last-of-type { border-bottom: 0; }
.pay-line p {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}
.pay-line b { font-variant-numeric: tabular-nums; white-space: nowrap; }
.pay-sum__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.05rem;
  padding-top: 0.35rem;
}
.pay-sum__total strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--sea-deep);
}
.pay-form {
  display: grid;
  gap: 1rem;
  padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0px));
}
.pay-form > label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.pay-form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 0.65rem 0;
  min-height: var(--touch);
  font-size: 16px;
  width: 100%;
}
.pay-methods {
  border: 0;
  margin: 0.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.pay-methods legend {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sea);
}
.pay-opt {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  min-height: var(--touch);
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}
.pay-opt input {
  width: 1.15rem;
  height: 1.15rem;
  min-height: 0;
  accent-color: var(--sea);
  border: 0;
  padding: 0;
}
.pay-opt span {
  display: grid;
  gap: 0.15rem;
}
.pay-opt b {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
}
.pay-opt small {
  color: var(--muted);
  font-size: 0.78rem;
}
.pay-opt:has(input:checked) {
  border-bottom-color: rgba(26, 107, 92, 0.35);
}
.pay-opt:has(input:checked) b { color: var(--sea-deep); }
.pay-panel {
  display: grid;
  gap: 0.85rem;
  padding: 0.85rem 0 1.1rem;
  border-bottom: 1px solid var(--line);
  animation: payIn 0.35s var(--ease);
}
.pay-panel[hidden] { display: none !important; }
.pay-panel label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.pay-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.pay-note, .pay-demo {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}
.pay-demo {
  text-align: center;
  color: var(--sea);
  font-weight: 500;
}
.pay-qr {
  width: 7.5rem;
  height: 7.5rem;
  border: 1px dashed rgba(26, 107, 92, 0.45);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  letter-spacing: 0.18em;
  color: var(--sea);
  background:
    linear-gradient(135deg, rgba(26, 107, 92, 0.08), transparent 60%),
    repeating-linear-gradient(90deg, transparent, transparent 11px, rgba(26, 107, 92, 0.12) 11px, rgba(26, 107, 92, 0.12) 12px),
    repeating-linear-gradient(0deg, transparent, transparent 11px, rgba(196, 165, 116, 0.18) 11px, rgba(196, 165, 116, 0.18) 12px);
}
.pay-wire {
  margin: 0;
  display: grid;
  gap: 0.55rem;
}
.pay-wire > div {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 0.5rem;
  font-size: 0.88rem;
}
.pay-wire dt { color: var(--muted); margin: 0; }
.pay-wire dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
  word-break: break-all;
}
.chk-err {
  margin: 0;
  padding: 0.7rem 0.85rem;
  background: rgba(138, 42, 26, 0.08);
  color: #8a2a1a;
  font-size: 0.88rem;
}
.chk-err[hidden] { display: none !important; }
#reservePayLink { margin-top: 0.2rem; }
@keyframes payIn {
  from { opacity: 0; transform: translateY(0.4rem); }
  to { opacity: 1; transform: none; }
}

.reveal { opacity: 0; transform: translateY(1.1rem); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }

.hide-sm { display: none !important; }
.kit-btn span { display: none; }

@media (min-width: 560px) {
  .kit-btn span { display: inline; }
  .dest-grid { grid-template-columns: 1fr 1fr; gap: 1.25rem 1rem; }
  .plan-grid { grid-template-columns: 1fr 1fr; gap: 0 1.4rem; }
  .plan { border-bottom: 0; padding-bottom: 1.4rem; }
}

@media (min-width: 901px) {
  body { background-attachment: fixed; }
  .hide-sm { display: inline !important; }
  .menu-btn { display: none; }
  .hdr {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding-bottom: 0;
  }
  .hdr__left, .hdr__right { gap: 1.1rem; }
  .brand { font-size: 1.15rem; letter-spacing: 0.18em; }
  .hero__btns { flex-direction: row; flex-wrap: wrap; }
  .hero__btns .btn { width: auto; }
  .hero h1 { max-width: 18em; font-size: clamp(1.5rem, 3.8vw, 2.2rem); }
  .hero .lede, .lede { font-size: 1.02rem; }
  .hero__copy { padding-bottom: clamp(3.5rem, 10vh, 5.5rem); }
  .hero--country { min-height: 100svh; min-height: 100dvh; }
  .dest-grid { grid-template-columns: repeat(3, 1fr); gap: 1.4rem 1.1rem; }
  .dest__media { aspect-ratio: 16 / 10; }
  .plan-grid { grid-template-columns: repeat(3, 1fr); gap: 0 2.2rem; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .reserve { grid-template-columns: 0.9fr 1.1fr; gap: clamp(1.5rem, 5vw, 3.2rem); }
  .reserve__form { grid-template-columns: 1fr 1fr; gap: 1rem 1.1rem; }
  .pay__grid { grid-template-columns: 0.9fr 1.15fr; gap: clamp(1.6rem, 4vw, 3rem); }
  .pay__btns { grid-template-columns: auto auto; justify-content: start; }
  .pay-sum { position: sticky; top: calc(var(--header) + 0.8rem); border: 1px solid var(--line); border-radius: 0; padding: 1.2rem 1.15rem; background: rgba(247, 250, 248, 0.72); }
  .bleed {
    aspect-ratio: 16 / 9;
    min-height: min(48vh, 420px);
    max-height: 640px;
  }
  .modes { gap: 0.4rem 1.4rem; }
  .modes button { padding-inline: 0; }
}

@media (hover: hover) and (pointer: fine) {
  .hdr a:hover, .link:hover { opacity: 0.72; }
  .btn--sand:hover, .btn--sea:hover { transform: translateY(-1px); }
  .btn--ghost:hover { background: rgba(247, 250, 248, 0.1); }
  .dest:hover img { transform: scale(1.03); filter: saturate(1.05) contrast(1.06); }
  .lang__menu button:hover { background: rgba(26, 107, 92, 0.1); color: var(--sea-deep); }
  .back:hover { color: #fff; }
  .back--ink:hover { color: var(--sea-deep); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}
