/* JIIN 候補視覺：沿用 JIIN availability.css 色票、creamFont、日期細線與圓形 CTA。
   純展示層；候補身份、API、狀態切換仍由 waitlist-register.html 負責。 */
@font-face {
  font-family: creamFont;
  src: url("/fonts/creamfont-3.3.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 900;
}
:root {
  --paper: #f3f0e8;
  --ink: #20231f;
  --muted: #746f66;
  --line: #20231f2e;
  --matsuba: #5a7963;
  --ukon: #c6943d;
  --akebono: #d86d5a;
  --dark: #232821;
  --bad: #f6a895;
  --ok: #a7c7a9;
  --font-cream: creamFont, "Songti TC", serif;
  --page-pad: clamp(22px, 5vw, 80px);
  --capsule-h: 52px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    15px/1.7 Arial,
    "Noto Sans TC",
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
[tabindex] {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
[hidden] {
  display: none !important;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--akebono);
  outline-offset: 6px;
}
input:focus-visible {
  outline: none;
  border-color: var(--akebono);
  box-shadow: 0 2px 0 var(--akebono);
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 500;
  background: var(--paper);
  padding: 12px 20px;
}
.skip-link:focus {
  top: 12px;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0 0 25px;
}
.scroll-rail {
  position: fixed;
  inset: 0 auto 0 0;
  width: 3px;
  z-index: 400;
  pointer-events: none;
}
.scroll-rail span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--akebono);
  transform: scaleY(0);
  transform-origin: top;
}
.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 5;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: none;
}
.brand-mark {
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  font-family: var(--font-cream);
  font-size: 24px;
}
.brand > span:last-child {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.brand b {
  font-family: var(--font-cream);
  font-size: 19px;
  letter-spacing: 0.12em;
  font-weight: 400;
}
.brand small {
  font-size: 9px;
  letter-spacing: 0.22em;
}
.site-header nav {
  display: flex;
  gap: 36px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.site-header nav a {
  padding: 30px 0;
}
.nav-current {
  border-bottom: 2px solid var(--ink);
}
.nav-current .icon-arrow {
  margin-left: 12px;
}
.header-note {
  font-size: 9px;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-note i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--matsuba);
}
.hero {
  position: relative;
  max-width: 1680px;
  margin: auto;
  min-height: 540px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 68px calc(var(--page-pad) + 20px) 76px;
  isolation: isolate;
  background-image:
    linear-gradient(#20231f03 1px, transparent 1px),
    linear-gradient(90deg, #20231f03 1px, transparent 1px);
  background-size: 100px 100px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-family: var(--font-cream);
  font-size: clamp(48px, 5.5vw, 86px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -0.055em;
  margin: 0 0 26px;
}
.hero em,
.journey-note em {
  font-style: normal;
  color: var(--akebono);
}
.lead {
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
  margin: 0 0 26px;
  max-width: 420px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 38px;
  padding: 9px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.text-link span {
  font-size: 22px;
  line-height: 1;
}
.hero-art {
  justify-self: center;
  width: min(30vw, 380px);
  position: relative;
  transform: translateY(var(--parallax-y, 0px));
}
.orbit {
  aspect-ratio: 1;
  border: 1px solid #20231f35;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: radial-gradient(circle, #20231f24 0.65px, transparent 1px);
  background-size: 14px 14px;
}
.orbit:before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid #20231f20;
  border-radius: 50%;
}
.orbit:after {
  content: "";
  position: absolute;
  inset: -16px;
  border: 1px dashed #20231f18;
  border-radius: 50%;
}
.orbit-axis {
  position: absolute;
  inset: 5%;
  border: 1px solid #20231f20;
  border-radius: 50%;
  transform: rotate(-28deg) scaleX(0.52);
}
.axis-b {
  transform: rotate(48deg) scaleX(0.4);
}
.orbit-word {
  font-family: var(--font-cream);
  font-size: clamp(100px, 12vw, 170px);
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
  padding: 0 8px;
  line-height: 1;
  position: relative;
}
.orbit-dot {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--akebono);
  top: 12%;
  right: 8%;
  box-shadow: 0 0 0 9px var(--paper);
}
.orbit-caption {
  position: absolute;
  bottom: 16%;
  font-size: 8px;
  letter-spacing: 0.15em;
  text-align: center;
  background: var(--paper);
  padding: 4px 6px;
}
.art-note {
  display: block;
  text-align: center;
  font-family: var(--font-cream);
  font-size: 13px;
  letter-spacing: 0.16em;
  margin-top: 32px;
  color: var(--muted);
}
.scroll-cue {
  position: absolute;
  bottom: 20px;
  left: var(--page-pad);
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 8px;
  letter-spacing: 0.2em;
}
.scroll-cue span {
  font-size: 20px;
}
.stay-photos {
  overflow: hidden;
  background: #171b17;
  color: var(--paper);
  padding: 24px 0 23px;
  scroll-margin-top: 0;
}
.section-meta,
.photo-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 var(--page-pad);
  font-size: 9px;
  letter-spacing: 0.16em;
}
.section-meta {
  margin-bottom: 20px;
}
.section-meta > span {
  color: #f3f0e899;
}
.section-meta button {
  border: 0;
  background: transparent;
  color: var(--paper);
  padding: 9px 0 9px 15px;
  font-size: 11px;
  letter-spacing: 0.05em;
  min-height: 40px;
}
.section-meta button span {
  margin-left: 12px;
}
.photo-stage {
  overflow: hidden;
  transform: rotate(-0.6deg) scale(1.01);
}
.photo-track {
  display: flex;
  width: max-content;
  animation: photo-forward 80s linear infinite;
  will-change: transform;
}
.photo-sequence {
  display: flex;
  flex: none;
  gap: 12px;
  align-items: center;
  padding-right: 12px;
}
.stay-photo {
  position: relative;
  width: 280px;
  height: 184px;
  overflow: hidden;
  flex: none;
  margin: 0;
  background: #30392f;
}
.stay-photo.shape-1 {
  width: 205px;
  height: 218px;
}
.stay-photo.shape-2 {
  width: 310px;
  height: 190px;
}
.stay-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.stay-photo:hover img {
  transform: scale(1.045);
}
.stay-photo:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #0f120fb0);
  pointer-events: none;
}
.stay-photo figcaption {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  left: 17px;
  right: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.stay-photo small {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #ffffffb0;
}
.photo-note {
  margin-top: 22px;
  color: #f3f0e880;
}
.photo-note > span:last-child {
  font-size: 11px;
  letter-spacing: 0.06em;
}
.stay-photos.is-paused .photo-track {
  animation-play-state: paused;
}
@media (hover: hover) {
  .photo-stage:hover .photo-track {
    animation-play-state: paused;
  }
}
@keyframes photo-forward {
  to {
    transform: translateX(-50%);
  }
}
.waitlist-section {
  background: var(--dark);
  color: var(--paper);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(40px, 8vw, 120px);
  padding: 78px var(--page-pad) 88px;
  scroll-margin-top: 0;
}
.flow-intro h2 {
  font-family: var(--font-cream);
  font-weight: 400;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.4;
  letter-spacing: -0.035em;
  margin: 0 0 22px;
}
.flow-intro h2 span {
  color: #d1b991;
}
.flow-intro > .eyebrow {
  color: #b3b9ac;
}
.flow-intro > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 2;
  color: #c0c3b9;
}
.flow-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 48px;
  font-size: 11px;
  color: #a9b0a2;
}
.small-mark {
  display: grid;
  place-items: center;
  border: 1px solid #f3f0e842;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font: 24px var(--font-cream);
}
.flow-note small {
  font-size: 8px;
  letter-spacing: 0.15em;
}
.form-panel {
  min-width: 0;
  max-width: 760px;
  width: 100%;
  justify-self: end;
  background: transparent;
}
.who-line {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f3f0e824;
  margin-bottom: 30px;
}
.avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
  display: none;
  filter: saturate(0.5);
}
.who-text {
  color: #c8cbbf;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.row-2 {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.field {
  min-width: 0;
  position: relative;
}
.field label {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #d5d8cd;
  margin-bottom: 6px;
  letter-spacing: 0.09em;
}
.field label small {
  font-size: 8px;
  letter-spacing: 0.14em;
  color: #959e8d;
  margin-left: 10px;
}
.field input:not([type="hidden"]),
.capsule {
  border: 0;
  border-bottom: 1px solid #ffffff52;
  width: 100%;
  padding: 9px 0 13px;
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  min-width: 0;
  max-width: 100%;
  min-height: 49px;
  outline: none;
}
.field input:not([type="hidden"]) {
  font-size: 16px;
}
.field input::placeholder {
  color: #929b88;
  opacity: 1;
  font-size: 13px;
}
.field input.invalid {
  border-color: var(--bad) !important;
  box-shadow: 0 2px 0 #f6a89580;
}
.field .date-input {
  display: block;
  font: 23px/1.4 var(--font-cream);
  color-scheme: dark;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
}
.date-input::-webkit-date-and-time-value {
  text-align: left;
  min-width: 0;
}
.date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.85;
  padding: 6px;
  margin: 0;
  max-width: 26px;
}
.date-row {
  margin-bottom: 8px;
}
.hint {
  font-size: 12px;
  color: #c8cbbf;
}
.center {
  text-align: center;
}
.status {
  font-size: 12px;
  line-height: 1.8;
  margin: 16px 0;
  padding: 13px 16px;
  border: 1px solid #f3f0e83d;
  background: #f3f0e807;
}
.status.ok {
  border-color: var(--ok);
}
.status.err {
  border-color: var(--bad);
  color: #ffd5c7;
}
#statusBoxList {
  border: 0;
  padding: 0;
  background: none;
  color: #b4bcab;
  margin: 0 0 20px;
}
#operationNotice {
  border-color: #d1b991;
  color: var(--paper);
}
.capsule {
  cursor: pointer;
  height: var(--capsule-h);
  position: relative;
  overflow: hidden;
  transition:
    height 0.2s ease,
    border-color 0.2s ease;
}
.capsule .single {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.capsule .single:after {
  content: "⌄";
  font: 18px Arial;
  color: #afb8a4;
}
.capsule .val {
  font: 21px/1.4 var(--font-cream);
}
.capsule.expanded {
  --item-h: 44px;
  height: calc(var(--item-h) * 3 + 16px);
  border: 1px solid #f3f0e858;
  background: #30382d;
  padding: 0;
  z-index: 60;
}
.capsule.expanded .single {
  display: none;
}
.wheel-embed {
  position: absolute;
  inset: 8px;
  display: none;
  align-items: center;
  justify-content: center;
}
.capsule.expanded .wheel-embed {
  display: flex;
}
.wheel {
  --item-h: 44px;
  --visible: 3;
  width: 100%;
  height: calc(var(--item-h) * var(--visible));
  position: relative;
  overflow-y: scroll;
  scrollbar-width: none;
  scroll-snap-type: y mandatory;
  padding: 0 8px;
  background: #30382d;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.wheel::-webkit-scrollbar {
  display: none;
}
.wheel-item {
  height: var(--item-h);
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: center;
  user-select: none;
  font-size: 17px;
  color: #c0c6b8;
  opacity: 0.65;
}
.wheel-item.active {
  opacity: 1;
  color: var(--paper);
  font-weight: 600;
}
.overlay {
  position: fixed;
  inset: 0;
  display: none;
  background: transparent;
  z-index: 40;
}
.overlay.show {
  display: block;
}
.actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin-top: 32px;
}
.btn-round {
  width: auto;
  min-width: 100px;
  min-height: 48px;
  padding: 14px 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--paper);
  border: 0;
  border-bottom: 1px solid #f3f0e852;
  background: transparent;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.btn-round.primary {
  border-radius: 50%;
  width: 122px;
  height: 122px;
  min-width: 122px;
  border: 0;
  background: var(--akebono);
  color: #fff;
  padding: 20px;
}
.btn-round.primary:hover:not(:disabled) {
  transform: translateY(-4px);
  background: #bc5948;
}
.actions:has(#btn) {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
#btnRefreshWaitlist {
  min-height: 44px;
  min-width: 150px;
  margin-bottom: 16px;
}
.waitlist-inline-action {
  min-width: 170px;
  margin: 0 12px 16px 0;
  text-decoration: none;
}
#btnNewWaitlist {
  font-size: 11px;
}
.list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 12px;
}
.status-item {
  padding: 25px 0;
  border-top: 1px solid #f3f0e835;
  font-size: 13px;
  line-height: 1.9;
}
.status-item:last-child {
  border-bottom: 1px solid #f3f0e835;
}
.status-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
.status-main {
  flex: 1;
  min-width: 0;
}
.status-main strong {
  display: block;
  font: clamp(19px, 2vw, 25px)/1.5 var(--font-cream);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.status-main > div:not(:first-child) {
  color: #c8cbbf;
}
.status-label {
  margin-top: 12px;
  font-size: 11px;
}
.status-label-text {
  color: #c8d6b9;
}
.cancel-pill {
  border: 1px solid #f3f0e85e;
  border-radius: 50%;
  color: var(--paper);
  background: transparent;
  width: 58px;
  height: 58px;
  font-size: 11px;
  white-space: nowrap;
}
.cancel-pill:hover:not(:disabled) {
  background: #f3f0e80f;
}
.cancel-pill.danger {
  color: #f5ad9b;
  border-color: #f5ad9b80;
}
.status-item.is-cancelled {
  opacity: 0.55;
}
.status-item.is-cancelled .cancel-pill {
  cursor: default;
}
.journey-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 88px var(--page-pad) 40px;
  background: #e4d5a7;
}
.journey-note > .eyebrow {
  color: var(--muted);
}
.journey-note h2 {
  font: clamp(34px, 4vw, 52px)/1.4 var(--font-cream);
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 0;
}
.journey-note em {
  color: #875044;
}
.journey-steps article {
  display: flex;
  gap: 24px;
  border-top: 1px solid #20231f38;
  padding: 19px 0;
}
.journey-steps article > span {
  font: 13px var(--font-cream);
  padding-top: 4px;
  color: #695f44;
}
.journey-steps h3 {
  font: 21px var(--font-cream);
  margin: 0 0 8px;
}
.journey-steps p {
  font-size: 12px;
  color: #625b48;
  line-height: 1.8;
  margin: 0;
}
.journey-disclaimer {
  grid-column: 1/-1;
  border-top: 1px solid #20231f26;
  padding-top: 23px;
  font-size: 11px;
  color: #655e49;
  margin: 0;
}
footer {
  padding: 44px var(--page-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--paper);
  background: var(--ink);
}
footer > p,
footer > span {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #c1c3ba;
}
footer .brand-mark {
  border-color: #f3f0e885;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: #11170dc9;
  backdrop-filter: blur(6px);
  display: none;
  z-index: 180;
}
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 190;
  overflow-y: auto;
}
.modal.show,
.modal-overlay.show {
  display: flex;
}
.modal-card {
  width: min(100%, 500px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  background: var(--paper);
  color: var(--ink);
  padding: 34px;
  text-align: center;
  border: 1px solid var(--line);
}
.modal-brand {
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  height: 44px;
  width: 44px;
  margin: 0 auto 16px;
  font: 26px var(--font-cream);
}
.modal-card .eyebrow {
  font-size: 8px;
  color: var(--muted);
  margin: 0 0 20px;
}
.modal-title {
  font: 30px/1.5 var(--font-cream);
  margin-bottom: 16px;
}
.modal-text {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin: 8px 0;
}
#receiptStatus {
  color: #53694d;
}
.modal-summary {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  margin: 22px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  text-align: left;
  font-size: 13px;
}
.modal-summary b {
  display: block;
  font-size: 10px;
  color: var(--muted);
  font-weight: 400;
}
.modal-actions {
  display: flex;
  justify-content: center;
}
.modal-actions .btn-round {
  width: 90px;
  height: 90px;
  min-width: 90px;
}
.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
@media (min-width: 1500px) {
  .waitlist-section,
  .journey-note {
    padding-left: max(var(--page-pad), calc((100vw - 1400px) / 2));
    padding-right: max(var(--page-pad), calc((100vw - 1400px) / 2));
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 74px;
  }
  .header-note {
    display: none;
  }
  .site-header nav {
    gap: 22px;
  }
  .hero {
    min-height: 440px;
    padding: 50px var(--page-pad) 65px;
    gap: 20px;
    grid-template-columns: 1.3fr 0.7fr;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-art {
    width: 240px;
    margin-right: -80px;
    opacity: 0.85;
  }
  .hero {
    overflow: hidden;
  }
  .orbit-word {
    font-size: 110px;
  }
  .orbit-caption {
    font-size: 6px;
  }
  .hero-copy .lead {
    font-size: 12px;
  }
  .waitlist-section {
    gap: 38px;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 54px;
  }
  .flow-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }
  .flow-intro .eyebrow {
    grid-column: 1/-1;
    margin-bottom: 18px;
  }
  .flow-intro h2 {
    font-size: 35px;
    margin-bottom: 0;
  }
  .flow-intro > p:not(.eyebrow) {
    font-size: 12px;
    align-self: end;
    margin: 0;
  }
  .flow-note {
    display: none;
  }
  .form-panel {
    max-width: none;
  }
  .journey-note {
    gap: 30px;
  }
  .journey-note h2 {
    font-size: 38px;
  }
  footer {
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  html {
    scroll-padding-top: 20px;
  }
  .site-header {
    height: 72px;
    gap: 12px;
  }
  .brand {
    gap: 8px;
  }
  .brand-mark {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .brand b {
    font-size: 17px;
  }
  .brand > span:last-child {
    gap: 6px;
  }
  .brand small {
    font-size: 8px;
  }
  .site-header nav {
    gap: 0;
    font-size: 11px;
  }
  .site-header nav a:first-child {
    display: none;
  }
  .site-header nav a {
    padding: 23px 0;
  }
  .nav-current .icon-arrow {
    margin-left: 6px;
  }
  .hero {
    display: block;
    min-height: 395px;
    padding: 42px var(--page-pad) 56px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.16em;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: clamp(41px, 10.5vw, 55px);
    position: relative;
    z-index: 2;
    letter-spacing: -0.045em;
    margin-bottom: 22px;
  }
  .hero .lead {
    font-size: 12px;
    max-width: 260px;
    margin-bottom: 19px;
  }
  .hero-art {
    position: absolute;
    right: -108px;
    top: 56px;
    width: 244px;
    opacity: 0.13;
    z-index: -1;
    margin: 0;
  }
  .art-note {
    display: none;
  }
  .scroll-cue {
    bottom: 14px;
    font-size: 7px;
  }
  .text-link {
    font-size: 11px;
  }
  .section-meta {
    font-size: 7px;
    margin-bottom: 10px;
    letter-spacing: 0.14em;
  }
  .section-meta button {
    font-size: 10px;
  }
  .stay-photos {
    padding: 14px 0 20px;
  }
  .photo-sequence {
    gap: 8px;
    padding-right: 8px;
  }
  .stay-photo {
    width: 205px;
    height: 140px;
  }
  .stay-photo.shape-1 {
    width: 151px;
    height: 166px;
  }
  .stay-photo.shape-2 {
    width: 222px;
    height: 145px;
  }
  .stay-photo figcaption {
    font-size: 10px;
    left: 12px;
    right: 12px;
    bottom: 10px;
  }
  .stay-photo small {
    font-size: 7px;
  }
  .photo-note {
    font-size: 7px;
    margin-top: 16px;
  }
  .photo-note > span:last-child {
    font-size: 9px;
    letter-spacing: 0;
  }
  .waitlist-section {
    padding-top: 38px;
    gap: 30px;
  }
  .flow-intro {
    display: block;
  }
  .flow-intro .eyebrow {
    font-size: 8px;
    margin-bottom: 14px;
  }
  .flow-intro h2 {
    font-size: 32px;
    line-height: 1.35;
  }
  .flow-intro > p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 12px;
  }
  .flow-intro > p:not(.eyebrow) br {
    display: none;
  }
  .who-line {
    margin-bottom: 25px;
  }
  .row-2 {
    gap: 20px;
  }
  .date-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .date-row .field input {
    font-size: 23px;
  }
  .field label {
    font-size: 11px;
  }
  .field label small {
    font-size: 8px;
  }
  .field .capsule .val {
    font-size: 18px;
  }
  .actions {
    gap: 24px;
  }
  .btn-round.primary {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }
  .status-item-row {
    gap: 12px;
    align-items: flex-start;
  }
  .status-main strong {
    font-size: 19px;
  }
  .cancel-pill {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
  .journey-note {
    grid-template-columns: 1fr;
    padding-top: 52px;
    gap: 34px;
  }
  .journey-note .eyebrow {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .journey-note h2 {
    font-size: 38px;
  }
  .journey-steps h3 {
    font-size: 20px;
  }
  .journey-disclaimer {
    grid-column: auto;
    font-size: 10px;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding-top: 36px;
    padding-bottom: 34px;
  }
  footer > p,
  footer > span {
    margin: 0;
    font-size: 8px;
  }
  .modal-card {
    padding: 28px 23px;
  }
  .modal-title {
    font-size: 27px;
  }
  .modal-summary {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .hero-art {
    transform: none;
  }
  .photo-stage {
    overflow-x: auto;
    transform: none;
  }
  .photo-sequence[aria-hidden="true"] {
    display: none;
  }
  .stay-photos .photo-track {
    transform: none;
    will-change: auto;
  }
}
.stay-photos.is-background .photo-track {
  animation-play-state: paused;
}

/* Shared vector arrows keep direction and stroke identical across platforms. */
.icon-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  vertical-align: middle;
}
.text-link .icon-arrow {
  width: 24px;
  height: 24px;
}
.stay-context {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  margin: 0 0 22px;
  line-height: 1.6;
}
.stay-context[hidden] {
  display: none;
}
.stay-context small {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  opacity: 0.7;
}
.stay-context strong {
  font-size: 16px;
  font-weight: 500;
}
.form-panel > .stay-context {
  padding-bottom: 18px;
  border-bottom: 1px solid #f3f0e838;
}
.modal-card > .stay-context {
  justify-content: center;
  margin-bottom: 16px;
}
