/* The stay summary (review.js) — shared by the desktop and mobile builds.
   Same glass, same serif, same gold; the page reads as the next page of the
   same magazine, not a form. */
.review { max-width: 1060px; margin: 44px auto 0; padding: 0 clamp(20px, 5vw, 64px) 40px; }
.review[hidden] { display: none; }
.rv-head { text-align: center; margin-bottom: 30px; }
.rv-head .results-title { margin: 6px 0 0; }
.rv-meta { margin: 8px 0 0; color: var(--paper-dim); font-size: 14px; letter-spacing: 0.02em; }
.rv-rooms { display: flex; flex-direction: column; gap: 22px; }
.rv-room {
  display: grid; grid-template-columns: 300px 1fr; overflow: hidden;
  opacity: 0; transform: translateY(24px); animation: rv-rise 0.6s var(--ease-out) forwards;
}
/* Own keyframes: the two builds name their card entrance differently, and a
   card that never rises is a card the guest never sees. */
@keyframes rv-rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .rv-room { animation-duration: 0.01s; animation-delay: 0s; } }
.rv-photo { position: relative; min-height: 220px; background: #1a1f28; }
.rv-photo img, .rv-photo .room-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rv-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, transparent 60%, rgba(12, 14, 19, 0.35)); }
.rv-body { padding: 24px 28px 26px; display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.rv-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.rv-name { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 27px; letter-spacing: 0.01em; }
.rv-qty { color: var(--gold); font-size: 20px; }
.rv-price { text-align: right; flex: none; display: flex; flex-direction: column; }
.rv-total { font-family: var(--serif); font-size: 26px; color: var(--gold); }
.rv-pn { font-size: 12px; color: var(--paper-dim); margin-top: 2px; }
.rv-ppn { color: var(--gold); opacity: 0.85; }
.rv-taxnote { font-size: 11.5px; color: var(--paper-dim); margin-top: 3px; font-style: italic; }
.rv-kicker { display: block; font-size: 10.5px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.rv-rate-head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.rv-rate-head .rv-kicker { margin: 0; }
.rv-plan { font-family: var(--serif); font-size: 19px; }
.rv-basis { font-size: 12px; color: var(--paper-dim); font-style: italic; }
.rv-plan-desc { margin: 6px 0 0; color: var(--paper-dim); font-size: 13.5px; line-height: 1.6; }
.rv-muted { font-style: italic; }
.rv-callouts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.rv-callout { font-size: 11.5px; letter-spacing: 0.04em; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; padding: 5px 12px; color: var(--paper-dim); }
.rv-callout-msg, .rv-callout-discount { color: var(--gold); border-color: rgba(201, 168, 106, 0.55); }
.rv-callout-exc { text-decoration: line-through; opacity: 0.7; }
.rv-inclusions { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.rv-inc-head { margin-bottom: 2px; }
.rv-inc[hidden] { display: none; }
.rv-inc-group { display: grid; grid-template-columns: 130px 1fr; gap: 8px 14px; align-items: start; }
.rv-inc-name { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--paper-dim); padding-top: 5px; }
.rv-inc-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.rv-inc { font-size: 11.5px; color: var(--paper); background: rgba(255, 255, 255, 0.07); border-radius: 999px; padding: 4px 11px; }
.rv-inc-group.negative .rv-inc { color: var(--paper-dim); text-decoration: line-through; background: transparent; border: 1px solid rgba(255, 255, 255, 0.1); }
/* The statement: the card's hover tip, shown open and full width. */
.rv-statement .bk-breakdown.rv-open { position: static; display: block; width: auto; max-width: none; box-shadow: none; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); }
.rv-statement .bk-row { font-size: 13px; padding: 3px 0; }
.rv-statement .bk-total span { font-size: 14px; }
.rv-mult { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; padding: 8px 12px 0; color: var(--paper-dim); }
.rv-mult span:last-child { color: var(--gold); font-family: var(--serif); font-size: 16px; }
/* Charges & totals. */
.rv-totals { margin-top: 26px; padding: 24px 28px 26px; }
.rv-row { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; color: var(--paper-dim); padding: 5px 0; }
.rv-row span:last-child { color: var(--paper); }
.rv-disc span:last-child { color: var(--gold); }
.rv-grand { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-top: 12px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.rv-grand span { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--paper-dim); }
.rv-grand strong { font-family: var(--serif); font-weight: 400; font-size: 34px; color: var(--gold); }
/* The guest's word + the two buttons. */
.rv-agree { margin-top: 26px; padding: 22px 28px 24px; display: flex; flex-direction: column; gap: 18px; }
.agree { display: flex; align-items: flex-start; gap: 14px; cursor: pointer; font-size: 15px; line-height: 1.55; }
.agree input { width: 22px; height: 22px; margin: 2px 0 0; flex: none; accent-color: var(--gold); cursor: pointer; }
.rv-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.rv-back { background: none; border: none; color: var(--paper-dim); font: inherit; font-size: 13.5px; letter-spacing: 0.06em; cursor: pointer; padding: 10px 0; }
.rv-back:hover { color: var(--gold); }
.rv-note { margin: 0; color: var(--paper-dim); font-size: 13px; line-height: 1.6; }
@media (max-width: 760px) {
  .review { margin-top: 26px; padding: 0 16px 30px; }
  .rv-room { grid-template-columns: 1fr; }
  .rv-photo { min-height: 0; height: 180px; }
  .rv-photo::after { background: linear-gradient(to top, rgba(12, 14, 19, 0.6), transparent 55%); }
  .rv-body { padding: 18px 18px 20px; gap: 14px; }
  .rv-name { font-size: 23px; }
  .rv-total { font-size: 22px; }
  .rv-inc-group { grid-template-columns: 1fr; gap: 6px; }
  .rv-totals, .rv-agree { padding: 18px 18px 20px; }
  .rv-grand strong { font-size: 28px; }
  .rv-actions { flex-direction: column-reverse; align-items: stretch; }
  .rv-actions .cta { width: 100%; }
}

/* Inclusions: two rows, then one button for the rest. */
.rv-inc-toggle { align-self: flex-start; background: none; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; color: var(--gold); font: inherit; font-size: 11.5px; letter-spacing: 0.06em; padding: 5px 12px; cursor: pointer; margin-top: 2px; }
.rv-inc-toggle:hover { border-color: var(--gold); }
/* Hold my booking: the second button, and the modal. */
/* Top-aligned (Dave, 2026-09-02): "What's this?" under Hold must not push
   Continue to payment down to the middle. */
.rv-actions-right { display: flex; gap: 12px; align-items: flex-start; flex-wrap: wrap; }
.rv-actions { align-items: flex-start; }
.cta.cta-ghost { background: transparent; border: 1px solid rgba(216, 180, 106, 0.6); color: var(--gold); box-shadow: none; }
.cta.cta-ghost:hover { box-shadow: 0 10px 26px rgba(216, 180, 106, 0.18); }
.hold-modal { position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(8, 10, 14, 0.62); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.hold-modal[hidden] { display: none; }
.hold-box { width: min(520px, 100%); padding: 28px 30px 26px; position: relative; background: rgba(20, 23, 30, 0.86); animation: rv-rise 0.4s var(--ease-out); }
.hold-box h2 { margin: 0 0 8px; font-family: var(--serif); font-weight: 400; font-size: 26px; }
.hold-box p { margin: 0 0 14px; color: var(--paper-dim); font-size: 14px; line-height: 1.6; }
.hold-close { position: absolute; top: 12px; right: 14px; background: none; border: none; color: var(--paper-dim); font-size: 22px; cursor: pointer; line-height: 1; padding: 6px; }
.hold-close:hover { color: var(--paper); }
.hold-row { display: flex; gap: 10px; align-items: stretch; }
.hold-input { flex: 1 1 auto; min-width: 0; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 12px; color: var(--paper); font: inherit; font-size: 15px; padding: 12px 14px; }
.hold-input:focus { outline: none; border-color: var(--gold); }
.hold-code { letter-spacing: 0.3em; text-transform: uppercase; font-size: 18px; text-align: center; }
.hold-note { margin: 10px 0 0 !important; color: #e8a58a !important; font-size: 13px !important; }
.hold-again { background: none; border: none; color: var(--paper-dim); font: inherit; font-size: 12.5px; cursor: pointer; padding: 8px 0 0; text-decoration: underline; }
.hold-again:hover { color: var(--gold); }
body.hold-open { overflow: hidden; }
/* The Hold page. */
.hold-page { max-width: 760px; margin: 44px auto 0; padding: 0 clamp(20px, 5vw, 64px) 40px; }
.hold-page[hidden] { display: none; }
.hold-card { padding: 26px 28px 28px; animation: rv-rise 0.5s var(--ease-out); }
.hold-card p { margin: 0 0 16px; color: var(--paper-dim); line-height: 1.65; }
.hold-meta { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; font-size: 14px; margin-bottom: 16px; }
.hold-meta dt { color: var(--paper-dim); letter-spacing: 0.08em; text-transform: uppercase; font-size: 11px; padding-top: 3px; }
.hold-meta dd { margin: 0; }
.hold-ref { font-family: var(--serif); font-size: 22px; color: var(--gold); letter-spacing: 0.12em; }
@media (max-width: 760px) {
  /* Stacked on a phone in DOM order: Hold ABOVE Continue to payment — the
     same left-to-right relationship the desktop row has, turned on its side. */
  .rv-actions-right { width: 100%; flex-direction: column; }
  .rv-actions-right .cta { width: 100%; }
  .hold-box { padding: 22px 18px 20px; }
  .hold-row { flex-direction: column; }
  .hold-page { margin-top: 26px; padding: 0 16px 30px; }
}

/* The Hold page's choices: how long, then the square provider buttons. */
.hold-choice { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.hold-choice[hidden] { display: none; }
.hold-kicker { margin: 0 0 12px; }
.hold-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-bottom: 18px; }
.hold-opt { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; padding: 16px 18px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 14px; color: var(--paper); font: inherit; text-align: left; cursor: pointer; transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s var(--ease-out); }
.hold-opt:hover { border-color: rgba(216, 180, 106, 0.6); transform: translateY(-1px); }
.hold-opt[aria-pressed="true"] { border-color: var(--gold); background: rgba(216, 180, 106, 0.12); box-shadow: 0 0 0 1px var(--gold) inset; }
.hold-opt:disabled { cursor: default; opacity: 0.55; transform: none; }
.hold-chosen .hold-opt[aria-pressed="true"] { opacity: 1; }
.hold-opt-hours { font-family: var(--serif); font-size: 24px; line-height: 1.1; }
.hold-opt-price { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }
.hold-paywrap[hidden], .hold-confirm[hidden], .hold-choice-note[hidden], .hold-pay[hidden] { display: none; }
.hold-pay { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 6px; }
.hold-payer { width: 118px; height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 10px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 16px; color: var(--paper-dim); font: inherit; font-size: 12px; letter-spacing: 0.06em; cursor: pointer; transition: border-color 0.18s ease, transform 0.18s var(--ease-out), box-shadow 0.18s ease; }
.hold-payer:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35); }
.hold-payer:disabled { cursor: default; opacity: 0.5; transform: none; box-shadow: none; }
.hold-logo { width: 72px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 9px; font-weight: 700; font-size: 17px; letter-spacing: -0.02em; line-height: 1; }
.hold-logo-stripe { background: #635bff; color: #fff; font-size: 19px; }
.hold-logo-yoco { background: #00a9e0; color: #fff; font-size: 19px; }
.hold-logo-paypal { background: #ffc439; font-style: italic; }
.hold-logo-paypal .hold-logo-a { color: #003087; }
.hold-logo-paypal .hold-logo-b { color: #0070e0; }
.hold-logo-turnstay { background: #0e5e6f; color: #fff; font-size: 15px; }
.hold-logo-turnstay .hold-logo-b { color: #9fe3d9; }
/* A gateway square chosen (Dave, 2026-09-02): highlighted; the others grey
   out until it is pressed again. */
.hold-payer.on { border-color: var(--gold); background: rgba(216, 180, 106, 0.14); box-shadow: 0 0 0 1px var(--gold) inset, 0 12px 28px rgba(0, 0, 0, 0.35); color: var(--paper); }
.hold-payer.dim { opacity: 0.38; filter: grayscale(1); transform: none; box-shadow: none; }
.hold-payer.dim:hover { border-color: rgba(255, 255, 255, 0.16); }
/* The panel below the squares: the card form (card gateways) or the
   hosted-page button (redirect gateways). */
.hold-paypanel { margin: 14px 0 6px; scroll-margin: 16px 0; padding: 18px; border: 1px solid rgba(216, 180, 106, 0.35); border-radius: 16px; background: rgba(0, 0, 0, 0.18); }
.hold-paypanel[hidden] { display: none; }
.hold-paypanel .hold-kicker { margin-bottom: 10px; }
.hold-cardform label { display: block; margin-bottom: 12px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--paper-dim); }
.hold-cardform input { display: block; width: 100%; margin-top: 6px; padding: 12px 14px; font: inherit; font-size: 16px; letter-spacing: 0.04em; color: var(--paper); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 10px; outline: none; box-sizing: border-box; }
.hold-cardform input:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(216, 180, 106, 0.25); }
.hold-cardform input.bad { border-color: #e8a58a; }
.hold-cardrow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
/* Stripe's own card fields (Stripe Elements) mounted inside our frame:
   the number never touches our page's code or our servers. */
.hold-stripe-el { display: block; margin-top: 6px; padding: 13px 14px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 10px; min-height: 20px; }
.hold-stripe-el.focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(216, 180, 106, 0.25); }
.hold-stripe-el.bad { border-color: #e8a58a; }
.hold-stripe-el.loading { color: var(--paper-dim); font-size: 13px; letter-spacing: 0.04em; text-transform: none; }
.hold-secure-stripe { font-weight: 700; letter-spacing: 0.02em; }
.hold-cardnum { font-family: "SFMono-Regular", Menlo, Consolas, monospace; }
.hold-secure { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin: 6px 0 14px; font-size: 11.5px; letter-spacing: 0.06em; color: var(--paper-dim); }
.hold-secure svg { width: 16px; height: 16px; fill: none; stroke: var(--gold); stroke-width: 1.8; flex: none; }
.hold-secure-item { display: inline-flex; align-items: center; gap: 6px; }
.hold-brands { display: inline-flex; gap: 6px; margin-left: auto; }
.hold-brand { display: inline-block; padding: 3px 7px; border-radius: 5px; font-size: 10px; font-weight: 700; letter-spacing: 0.04em; line-height: 1; }
.hold-brand-visa { background: #1a1f71; color: #fff; font-style: italic; }
.hold-brand-mc { background: #eb001b; color: #fff; }
.hold-brand-amex { background: #2e77bc; color: #fff; }
.hold-redirect p { margin: 0 0 12px; font-size: 14px; line-height: 1.6; color: var(--paper); }
.hold-paynow { margin-top: 4px; }
.hold-paynow:disabled { opacity: 0.55; cursor: default; }
.hold-paywait { margin: 8px 0 0; font-size: 13px; color: var(--paper-dim); }
.hold-paywait a { color: var(--gold); }
.held-fee-paid { color: var(--paper); }
.hold-confirm { margin-bottom: 6px; }
.hold-choice-note { margin: 10px 0 0; font-size: 14px; line-height: 1.6; }
.hold-choice-ok { color: var(--paper); }
.hold-choice-err { color: #e8a58a; }
@media (max-width: 760px) {
  .hold-options { grid-template-columns: 1fr 1fr; }
  .hold-payer { width: calc(50% - 7px); height: 104px; }
  .hold-cardrow { grid-template-columns: 1fr 1fr; }
  .hold-brands { margin-left: 0; }
}

/* The summary and the hold are SECTIONS below the results (Dave, 2026-09-02). */
.review, .hold-page { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 34px; }
.hold-known { margin: 10px 0 0 !important; color: var(--gold) !important; font-size: 13px !important; }

/* Retrieve booking: the link under Check availability, its modal. */
.retrieve-row { margin: 10px 0 0; text-align: right; }
/* Desktop: the link sits inside the bar, directly under Check availability. */
.bar-go { display: flex; flex-direction: column; align-items: center; align-self: center; gap: 5px; flex: 0 0 auto; }
.bar-go .retrieve-link { font-size: 12px; padding: 0; line-height: 1.2; }
.retrieve-link { background: none; border: none; color: var(--paper-dim); font: inherit; font-size: 13px; letter-spacing: 0.06em; text-decoration: underline; cursor: pointer; padding: 4px 0; }
.retrieve-link:hover { color: var(--gold); }
/* The hold section: reference, clock, the way back, the two ways on. */
.held-refblock { margin-bottom: 16px; }
.held-ref { font-family: var(--serif); font-size: 40px; line-height: 1.1; color: var(--gold); letter-spacing: 0.18em; margin-top: 4px; }
.held-suites { margin-top: 12px; }
.held-clock { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.held-timer { font-family: var(--serif); font-size: 36px; line-height: 1.1; margin-top: 4px; font-variant-numeric: tabular-nums; }
.held-until { color: var(--paper-dim); font-size: 14px; margin-top: 6px; }
.held-msg { margin: 18px 0 0; color: var(--paper); font-size: 14.5px; line-height: 1.6; padding: 12px 14px; border: 1px dashed rgba(216, 180, 106, 0.45); border-radius: 12px; }
.held-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
@media (max-width: 760px) {
  .held-ref { font-size: 30px; }
  .held-timer { font-size: 30px; }
  .held-actions { flex-direction: column; }
  .held-actions .cta { width: 100%; }
  .retrieve-row { text-align: center; }
}

/* "What's this?" under Hold my booking, and the explanation modal. */
.rv-hold-col { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.rv-hold-col[hidden] { display: none; }
.rv-what { background: none; border: none; color: var(--paper-dim); font: inherit; font-size: 12px; letter-spacing: 0.06em; text-decoration: underline; cursor: pointer; padding: 0; line-height: 1.2; }
.rv-what:hover { color: var(--gold); }
#whatModal .hold-box p { font-size: 15px; line-height: 1.7; margin: 0; }
@media (max-width: 760px) {
  .rv-hold-col { width: 100%; }
  .rv-hold-col .cta { width: 100%; }
}

/* "You must agree first": a tooltip over a DISABLED Hold / Continue button.
   A disabled button takes no pointer events, so the wrapper carries it. */
.rv-tip { position: relative; display: inline-flex; }
.rv-tip::after { content: attr(data-tip); position: absolute; left: 50%; bottom: calc(100% + 9px); transform: translateX(-50%) translateY(3px); background: rgba(20, 23, 30, 0.96); color: var(--paper); font-size: 12px; letter-spacing: 0.04em; padding: 6px 11px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.14); white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.15s ease, transform 0.15s ease; z-index: 5; }
.rv-tip:has(> .cta:disabled):hover::after { opacity: 1; transform: translateX(-50%) translateY(0); }
/* A disabled button is skipped by hit-testing in some browsers; let the
   pointer fall through to the wrapper so the hover is always seen. */
.rv-tip > .cta:disabled { pointer-events: none; }
@media (max-width: 760px) {
  .rv-tip { width: 100%; }
  .rv-tip .cta { width: 100%; }
}

/* Refund terms on each suite card of the summary. */
.rv-refund { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.rv-refund-text { font-size: 14px; color: var(--paper); }
.rv-refund-text.rv-muted { color: var(--paper-dim); font-style: italic; }

/* Refund terms under each suite on the hold cards. */
.held-ratenote { margin: 10px 0 0; padding: 10px 14px; border-left: 2px solid var(--gold); background: rgba(216, 180, 106, 0.08); font-size: 13px; line-height: 1.55; color: var(--paper-dim); }
.held-ratenote p { margin: 0; }
.held-ratenote p + p { margin-top: 6px; }
.held-ratenote strong { color: var(--gold); font-weight: 500; }
.hold-refund { font-size: 12.5px; color: var(--paper-dim); margin: -2px 0 6px; padding-left: 14px; border-left: 2px solid rgba(216, 180, 106, 0.45); line-height: 1.5; }
.held-taken { color: var(--paper-dim); font-size: 13px; margin-bottom: 8px; }

/* The bin on a summary card. */
.rv-top { position: relative; }
.rv-bin { position: absolute; top: -6px; right: -6px; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.04); color: var(--paper-dim); cursor: pointer; transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease; }
.rv-bin:hover { color: #e8a58a; border-color: rgba(232, 165, 138, 0.6); background: rgba(232, 165, 138, 0.08); }
.rv-price { padding-right: 34px; }

/* ---- Booking summary + Payment (Dave, 2026-09-03) ---- */
.bs-meta { display: grid; grid-template-columns: 130px 1fr; gap: 8px 16px; margin: 14px 0 0; font-size: 14px; }
.bs-meta dt { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--paper-dim); align-self: baseline; }
.bs-meta dd { margin: 0; }
.bs-ref { font-family: var(--serif); font-size: 26px; letter-spacing: 0.16em; color: var(--gold); }
.bs-suites { margin-top: 14px; }
.bs-held { margin-top: 18px; padding: 14px 16px; border: 1px solid rgba(216, 180, 106, 0.4); border-radius: 14px; background: rgba(216, 180, 106, 0.08); }
.bs-held-msg { margin: 0 0 4px; font-size: 14px; line-height: 1.5; }
.bs-held-timer { font-family: var(--serif); font-size: 34px; line-height: 1.1; font-variant-numeric: tabular-nums; color: var(--gold); }
.bs-held.out { border-color: rgba(232, 165, 138, 0.5); background: rgba(232, 165, 138, 0.08); }
.bs-held.out .bs-held-timer { color: #e8a58a; }
.bs-email { margin-top: 18px; }
.bs-email label { display: block; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--paper-dim); margin-bottom: 6px; }
.bs-email input { width: 100%; max-width: 420px; }
.bs-guest { display: block; }
.bs-guest .bs-sub { display: block; margin: 18px 0 10px; }
.bs-guest .bs-sub:first-of-type { margin-top: 0; }
.bs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
.bs-grid3 { grid-template-columns: 1.4fr 1fr 1fr; }
.bs-span2 { grid-column: 1 / -1; }
.bs-guest label { display: block; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--paper-dim); margin-bottom: 6px; }
.bs-guest input { width: 100%; max-width: none; }
.bs-req { color: var(--gold); }
.bs-err { margin: 5px 0 0; font-size: 12.5px; line-height: 1.4; color: #e8a58a; }
.bs-field.bad .hold-input { border-color: #e8a58a; box-shadow: 0 0 0 2px rgba(232, 165, 138, 0.22); }
.bs-field.ok .hold-input { border-color: rgba(216, 180, 106, 0.55); }
.bs-reqnote { margin: 10px 0 0; font-size: 12px; color: var(--paper-dim); }
.bs-guest-row { margin-top: 12px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; }
.bs-guest-n { display: block; margin-bottom: 8px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
@media (max-width: 640px) { .bs-grid, .bs-grid3 { grid-template-columns: 1fr; } }
/* The deposit under the grand total on Your stay - the loudest money line on the site. */
.rv-deposit { margin-top: 16px; padding: 16px 20px; border: 1px solid rgba(216, 180, 106, 0.55); border-radius: 14px; background: linear-gradient(135deg, rgba(216, 180, 106, 0.16), rgba(216, 180, 106, 0.06)); box-shadow: 0 0 0 1px rgba(216, 180, 106, 0.18) inset; }
.rv-deposit-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.rv-deposit-label { font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.rv-deposit-amount { font-family: var(--serif); font-weight: 400; font-size: 40px; line-height: 1.05; color: var(--gold); }
.rv-deposit-note { margin: 8px 0 0; font-size: 14px; line-height: 1.55; color: var(--paper); }
.rv-deposit-full { border-color: rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.05); box-shadow: none; }
.rv-deposit-full .rv-deposit-label, .rv-deposit-full .rv-deposit-amount { color: var(--paper); }
.bs-agree { margin-top: 18px; }
.bs-agree a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.bs-actions { display: flex; justify-content: flex-end; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.pinned-timer { position: fixed; top: 14px; right: 14px; z-index: 60; display: flex; flex-direction: column; align-items: flex-end; padding: 10px 14px; border-radius: 14px; background: rgba(20, 23, 30, 0.9); border: 1px solid rgba(216, 180, 106, 0.5); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); animation: rv-rise 0.3s var(--ease-out); }
.pinned-timer[hidden] { display: none; }
.pinned-timer-k { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--paper-dim); }
.pinned-timer strong { font-family: var(--serif); font-size: 24px; font-variant-numeric: tabular-nums; color: var(--gold); line-height: 1.1; }
.pinned-timer.out strong { color: #e8a58a; }
.terms-box { width: min(720px, 100%); max-height: 86vh; display: flex; flex-direction: column; }
.terms-body { overflow: auto; margin-top: 8px; padding-right: 6px; font-size: 14px; line-height: 1.6; color: var(--paper); }
.terms-body p { margin: 0 0 12px; }
.terms-body .terms-empty { color: var(--paper-dim); font-style: italic; }
.pay-amount { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.pay-amount span { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--paper-dim); }
.pay-amount strong { font-family: var(--serif); font-weight: 400; font-size: 34px; color: var(--gold); }
.pay-deposit { margin: 10px 0 0; padding: 10px 14px; border-left: 2px solid var(--gold); background: rgba(216, 180, 106, 0.08); font-size: 13.5px; line-height: 1.55; color: var(--paper-dim); }
.pay-deposit p { margin: 0; }
.pay-deposit p + p { margin-top: 4px; }
.pay-deposit strong { color: var(--gold); font-weight: 500; }
.bs-deposit { margin-top: 12px; }
.pay-simulate { display: block; width: 100%; margin: 0 0 14px; padding: 12px 16px; border: 2px solid #c0392b; border-radius: 12px; background: #c0392b; color: #fff; font: inherit; font-weight: 600; letter-spacing: 0.04em; cursor: pointer; }
.pay-simulate:hover { background: #a93226; }
.pay-simulate:disabled { opacity: 0.6; cursor: default; }
.hold-payer-sim { border-color: rgba(192, 57, 43, 0.75); }
.hold-payer-sim .hold-payer-name { color: #e8a58a; }
.hold-logo-sim { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 12px; background: #c0392b; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; }
.hold-payer-sim.on { border-color: #c0392b; background: rgba(192, 57, 43, 0.16); box-shadow: 0 0 0 1px #c0392b inset, 0 12px 28px rgba(0, 0, 0, 0.35); }
.hold-simform .pay-simulate { margin: 6px 0 0; }
.hold-sim-note { margin: 0 0 12px; font-size: 13px; line-height: 1.55; color: var(--paper-dim); }
.hold-simrow { display: flex; gap: 12px; }
.hold-simrow label { flex: 1 1 0; }
.success-modal { z-index: 70; overflow: hidden; }
.fireworks { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.success-box { position: relative; text-align: center; width: min(560px, 100%); }
.success-box h2 { font-family: var(--serif); font-weight: 400; font-size: 30px; margin: 6px 0 12px; }
.success-ref { margin-top: 10px; color: var(--paper-dim); font-size: 13px; letter-spacing: 0.06em; }
@media (max-width: 640px) {
  .bs-meta { grid-template-columns: 1fr; gap: 4px; }
  .bs-held-timer { font-size: 28px; }
  .pay-amount strong { font-size: 28px; }
  .pinned-timer { top: 10px; right: 10px; padding: 8px 12px; }
}

/* The deep check before the payment cards (0.1.86): the refusal sits where
   the gateway squares would be, with one button — Try again for a pause or
   a connection problem, Search again when the stay is gone. */
.deep-check-note { margin: 12px 0 0; padding: 14px 16px; border-radius: 10px; }
.deep-check-note p { margin: 0 0 10px; }
.deep-check-note .cta { margin: 0; }
