/* =============================================================
   Bello Homes — Collection premium layer (2026-07-06)
   -------------------------------------------------------------
   Elevates /stays into "The Bello Collection": a curated house,
   not an OTA grid. Layers over stays.css. Signature devices:
   a brass house-plate monogram, a concierge "ledger" type role
   for data (tabular figures + lettered caps), a distinct
   Featured tier above a browsable list, and precise collection
   framing that keeps sparse inventory visually honest.
   Boldness is spent on the plate + ledger; everything else stays
   quiet and precise. Reduced-motion + keyboard focus respected.
   ============================================================= */

:root {
  --ledger: "Inter", ui-monospace, "SF Mono", Menlo, monospace;
  --brass-grad: linear-gradient(145deg, #e8d0ab 0%, #c9a06a 46%, #a67c46 100%);
  --brass-edge: rgba(120, 92, 52, 0.55);
  --hair: rgba(28, 24, 18, 0.14);        /* hairline on paper */
  --hair-strong: rgba(28, 24, 18, 0.26);
}

/* Ledger role: tabular, letter-spaced, used for prices/ratings/labels/counts */
.lg-data { font-family: var(--ledger); font-feature-settings: "tnum" 1, "cv05" 1; font-variant-numeric: tabular-nums; }
.lg-label { font-family: var(--ledger); text-transform: uppercase; letter-spacing: .18em; font-size: .66rem; font-weight: 600; color: var(--ink-400); }

/* ---- Section headers, collection framing ------------------- */
.bh-collhead { max-width: 1200px; margin: 0 auto 1.4rem; padding: 0 1.5rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }
.bh-collhead__eyebrow { display: flex; align-items: center; gap: .6rem; margin-bottom: .5rem; }
.bh-collhead__no { font-family: var(--ledger); font-variant-numeric: tabular-nums; font-weight: 700; font-size: .72rem; letter-spacing: .1em; color: var(--flo-brass-700); }
.bh-collhead__rule { width: 30px; height: 1px; background: var(--brass-edge); }
.bh-collhead h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.04; letter-spacing: -.01em; color: var(--ink-900); margin: 0; font-weight: 480; }
.bh-collhead h2 em { font-style: italic; color: var(--gold-500); }
.bh-collhead__note { font-size: .9rem; color: var(--ink-600); max-width: 30ch; text-align: right; }
@media (max-width: 720px) {
  .bh-collhead { flex-direction: column; align-items: flex-start; gap: .6rem; }
  .bh-collhead__note { text-align: left; max-width: 42ch; }
}

/* ---- Brass house-plate monogram (the signature) ------------ */
.bh-plate {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .3rem .6rem .3rem .32rem; border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(250,245,235,.82));
  border: 1px solid var(--hair); box-shadow: var(--shadow-sm);
  backdrop-filter: blur(6px);
}
.bh-plate__mono {
  width: 30px; height: 30px; border-radius: 6px; flex: none;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 600; font-size: .82rem; color: #4a3413;
  background: var(--brass-grad);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), inset 0 -1px 2px rgba(120,92,52,.4), 0 1px 2px rgba(120,92,52,.25);
  letter-spacing: .02em;
}
.bh-plate__txt { display: flex; flex-direction: column; line-height: 1.05; }
.bh-plate__name { font-weight: 640; font-size: .82rem; color: var(--ink-900); }
.bh-plate__loc { font-family: var(--ledger); font-size: .64rem; letter-spacing: .06em; color: var(--ink-400); text-transform: uppercase; }

/* ============================================================
   FEATURED TIER — cinematic, hand-picked
   ============================================================ */
.bh-featured { max-width: 1200px; margin: 0 auto 4rem; padding: 0 1.5rem; }
.bh-featured__grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2, clamp(220px, 20vw, 290px)); gap: 1.1rem; }
.bh-featured__grid > :first-child { grid-row: span 2; }
@media (max-width: 900px) {
  .bh-featured__grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .bh-featured__grid > :first-child { grid-row: auto; }
  .bh-featured__grid > .bh-fcard:first-child { aspect-ratio: 3 / 2; }
}

.bh-fcard {
  position: relative; display: block; overflow: hidden; border-radius: 18px;
  min-height: 0; aspect-ratio: 3 / 2; color: #fff; text-decoration: none; isolation: isolate; background: var(--flo-paper-2);
  box-shadow: var(--flo-shadow-1); border: 1px solid rgba(255,255,255,.08);
  transition: transform var(--flo-dur-2) var(--flo-ease), box-shadow var(--flo-dur-2) var(--flo-ease);
  cursor: pointer;
}
.bh-featured__grid > .bh-fcard:first-child { min-height: 0; aspect-ratio: auto; }
.bh-fcard__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; opacity: 0; background: var(--flo-paper-2); transition: opacity var(--flo-dur-2) var(--flo-ease), transform var(--flo-dur-2) var(--flo-ease); }
.bh-fcard__img.is-loaded { opacity: 1; }
.bh-fcard::before { content: ""; position: absolute; z-index: 3; top: 0; right: 0; left: 0; height: 1px; background: var(--flo-brass-500); transform: scaleX(0); transform-origin: left; transition: transform var(--flo-dur-2) var(--flo-ease); }
.bh-fcard::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(178deg, rgba(10,21,32,.10) 0%, rgba(10,21,32,0) 22%, rgba(10,21,32,.34) 55%, rgba(10,21,32,.74) 78%, rgba(10,21,32,.95) 100%); }
.bh-fcard:focus-visible { transform: translateY(-4px); box-shadow: var(--flo-shadow-2); }
.bh-fcard:focus-visible::before { transform: scaleX(1); }
.bh-fcard:focus-visible .bh-fcard__img { transform: scale(1.03); }
.bh-fcard:focus-visible .bh-fcard__name { color: var(--flo-brass-300); }
.bh-fcard:focus-visible { outline: 2px solid var(--flo-focus-ring); outline-offset: 2px; }
@media (hover: hover) and (pointer: fine) {
  .bh-fcard:hover { transform: translateY(-4px); box-shadow: var(--flo-shadow-2); }
  .bh-fcard:hover::before { transform: scaleX(1); }
  .bh-fcard:hover .bh-fcard__img { transform: scale(1.03); }
  .bh-fcard:hover .bh-fcard__name { color: var(--flo-brass-300); }
}

.bh-fcard__top { position: absolute; top: 1rem; left: 1rem; right: 1rem; display: flex; justify-content: space-between; align-items: flex-start; gap: .5rem; }
.bh-fcard__pick {
  font-family: var(--ledger); text-transform: uppercase; letter-spacing: .16em; font-size: .6rem; font-weight: 700;
  color: #4a3413; background: var(--brass-grad); padding: .34rem .6rem; border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
.bh-fcard__rating { font-family: var(--flo-font-ledger); font-variant-numeric: tabular-nums; font-size: .74rem; font-weight: 600; color: var(--flo-ink-2);
  display: inline-flex; align-items: center; gap: .3rem; padding: .3rem .55rem; border-radius: 999px;
  background: color-mix(in srgb, var(--flo-paper-0) 94%, transparent); backdrop-filter: blur(6px); border: 1px solid color-mix(in srgb, var(--flo-brass-700) 24%, transparent); }
.bh-fcard__rating svg { width: 11px; height: 11px; color: var(--flo-brass-700); }

.bh-fcard__body { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.15rem; }
.bh-fcard__overline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.bh-fcard__loc { font-family: var(--ledger); text-transform: uppercase; letter-spacing: .14em; font-size: .66rem; color: rgba(255,255,255,.82); margin-bottom: .3rem; text-shadow: 0 1px 12px rgba(10,21,32,.6); }
.bh-fcard__folio { flex: none; font-family: var(--flo-font-ledger); font-size: var(--flo-text-xs); letter-spacing: .12em; color: var(--flo-brass-300); font-variant-numeric: tabular-nums; }
.bh-fcard__name { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.02; letter-spacing: -.01em; margin: 0 0 .55rem; color: #fff; text-shadow: 0 2px 24px rgba(10,21,32,.55), 0 1px 3px rgba(10,21,32,.5); transition: color var(--flo-dur-2) var(--flo-ease); }
.bh-fcard__spec { display: flex; flex-wrap: wrap; gap: .45rem 0; font-family: var(--flo-font-ledger); font-size: var(--flo-text-sm); color: rgba(255,255,255,.92); font-variant-numeric: tabular-nums; }
.bh-fcard__spec span + span::before { content: '·'; margin: 0 .55rem; color: var(--flo-brass-300); }
.bh-fcard__foot { margin-top: .8rem; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.24); display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.bh-fcard__rate-stack { display: grid; gap: .12rem; }
.bh-fcard__rate { font-family: var(--flo-font-ledger); font-size: 1.15rem; font-weight: 500; font-variant-numeric: tabular-nums; }
.bh-fcard__rate span { font-family: var(--flo-font-body); font-size: .7rem; color: rgba(255,255,255,.84); font-weight: 400; }
.bh-fcard__rate-note { font-family: var(--flo-font-body); font-size: .75rem; line-height: var(--flo-leading-ui); color: rgba(255,255,255,.84); }
.bh-fcard__direct { font-family: var(--ledger); text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; color: var(--gold-300); display: inline-flex; align-items: center; gap: .35rem; }

/* reveal that ALWAYS resolves (visible by default; enhanced only when JS marks) */
.bh-reveal { opacity: 0; transform: translateY(10px); transition: opacity var(--flo-dur-2) var(--flo-ease), transform var(--flo-dur-2) var(--flo-ease); }
.bh-reveal.is-in, .bh-reveal.is-visible, html:not(.js) .bh-reveal { opacity: 1; transform: none; }
html.js.bh-reveals-visible .bh-reveal { opacity: 1; transform: none; transition: none; }
@media (prefers-reduced-motion: reduce) { .bh-reveal { opacity: 1 !important; transform: none !important; transition: none; } .bh-fcard, .bh-fcard::before, .bh-fcard__img, .bh-fcard__name { transition: none; } .bh-fcard__img { opacity: 1 !important; } .bh-fcard:is(:hover, :focus-visible) { transform: none; } .bh-fcard:is(:hover, :focus-visible) .bh-fcard__img { transform: none; } }

/* ============================================================
   THE LIST — browsable collection cards (elevated)
   Overrides stays.css .stays-card via higher specificity.
   ============================================================ */

/* Section eyebrows across /stays → the ledger label language */
.stays-section__eyebrow {
  font-family: var(--ledger); text-transform: uppercase; letter-spacing: .2em;
  font-size: .68rem; font-weight: 600; color: var(--flo-brass-700);
}
.stays-section__title { font-weight: 460; letter-spacing: -.01em; }

/* Count + sort toolbar → ledger */
#stays-count { font-family: var(--ledger); font-variant-numeric: tabular-nums; }

/* Refine sidebar chrome */
.stays-filters__title { font-family: var(--font-display); font-weight: 500; letter-spacing: -.01em; }
.stays-filters .stays-filters__group > label,
.stays-filters legend,
.stays-filters .stays-filters__grouptitle {
  font-family: var(--ledger); text-transform: uppercase; letter-spacing: .14em; font-size: .64rem; color: var(--ink-400);
}

/* ---- The card ---- */
.stays-grid .stays-card {
  background: #fff; border: 1px solid var(--hair); border-radius: 16px; overflow: hidden;
  box-shadow: var(--flo-shadow-1); text-decoration: none;
  transition: transform var(--flo-dur-2) var(--flo-ease), box-shadow var(--flo-dur-2) var(--flo-ease), border-color var(--flo-dur-2) var(--flo-ease);
}
.stays-grid .stays-card:focus-visible { transform: translateY(-5px); box-shadow: var(--flo-shadow-2); border-color: var(--flo-brass-300); }
.stays-grid .stays-card:focus-visible { outline: 2px solid var(--flo-focus-ring); outline-offset: 2px; }

.stays-grid .stays-card__media { position: relative; overflow: hidden; aspect-ratio: 3 / 2; background: var(--flo-paper-2); }
.stays-grid .stays-card--feature .stays-card__media { aspect-ratio: 16 / 7; }
@media (max-width: 720px) { .stays-grid .stays-card--feature .stays-card__media { aspect-ratio: 3 / 2; } }
.stays-grid .stays-card__img { width: 100%; height: 100%; object-fit: cover; opacity: 0; background: var(--flo-paper-2); transition: opacity var(--flo-dur-2) var(--flo-ease), transform var(--flo-dur-2) var(--flo-ease); }
.stays-grid .stays-card__img.is-loaded { opacity: 1; }
.stays-grid .stays-card:focus-visible .stays-card__img { transform: scale(1.03); }
.stays-grid .stays-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,21,32,0) 55%, rgba(10,21,32,.42) 100%); pointer-events: none; }

/* Featured → brass pill (matches the featured tier) */
.stays-grid .stays-card__badge--gold {
  background: var(--brass-grad); color: #4a3413;
  font-family: var(--ledger); text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; font-weight: 700;
  border: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
.stays-grid .stays-card__badge { font-family: var(--ledger); text-transform: uppercase; letter-spacing: .08em; font-size: .58rem; font-weight: 600; }

.stays-grid .stays-card__rating {
  z-index: 2; font-family: var(--flo-font-ledger); font-variant-numeric: tabular-nums; font-weight: 600; font-size: .74rem;
  background: color-mix(in srgb, var(--flo-paper-0) 94%, transparent); backdrop-filter: blur(6px); border: 1px solid color-mix(in srgb, var(--flo-brass-700) 24%, transparent); color: var(--flo-ink-2);
}
.stays-grid .stays-card__rating svg { width: 11px; height: 11px; color: var(--flo-brass-700); }

.stays-grid .stays-card__availability {
  z-index: 2; font-family: var(--ledger); text-transform: uppercase; letter-spacing: .1em; font-size: .58rem; font-weight: 600;
  color: #fff; display: inline-flex; align-items: center; gap: .4rem;
}
.stays-grid .stays-card__availability::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #7ec98f; box-shadow: 0 0 0 3px rgba(126,201,143,.28); }

/* Brass house-plate monogram — the signature, bottom-right of the photo */
.stays-card__mono {
  position: absolute; right: 12px; bottom: 12px; z-index: 3;
  width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: #4a3413; letter-spacing: .01em;
  background: var(--brass-grad);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), inset 0 -1px 2px rgba(120,92,52,.45), 0 3px 8px rgba(10,21,32,.28);
}

.stays-grid .stays-card__body { padding: 1.15rem 1.2rem 1.25rem; }
.stays-grid .stays-card__overline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.stays-grid .stays-card__location { font-family: var(--ledger); text-transform: uppercase; letter-spacing: .14em; font-size: .64rem; color: var(--ink-400); margin-bottom: .3rem; }
.stays-grid .stays-card__folio { font-family: var(--flo-font-ledger); font-size: var(--flo-text-xs); letter-spacing: .12em; color: var(--flo-brass-700); font-variant-numeric: tabular-nums; }
.stays-grid .stays-card__name { font-family: var(--font-display); font-weight: 500; font-size: 1.28rem; line-height: 1.1; letter-spacing: -.01em; color: var(--ink-900); margin: 0 0 .6rem; transition: color var(--flo-dur-2) var(--flo-ease); }
.stays-grid .stays-card:focus-visible .stays-card__name { color: var(--flo-brass-700); }
.stays-grid .stays-card__meta { display: flex; flex-wrap: wrap; gap: .85rem; font-family: var(--ledger); font-variant-numeric: tabular-nums; font-size: .74rem; color: var(--ink-600); }
.stays-grid .stays-card__meta svg { opacity: .5; }
.stays-grid .stays-card__spec { display: flex; flex-wrap: wrap; gap: .45rem 0; font-family: var(--flo-font-ledger); font-variant-numeric: tabular-nums; font-size: var(--flo-text-sm); color: var(--ink-600); }
.stays-grid .stays-card__spec span + span::before { content: '·'; margin: 0 .55rem; color: var(--flo-brass-700); }
.stays-grid .stays-card__tags { margin-top: .7rem; display: flex; flex-wrap: wrap; gap: .35rem; }
.stays-grid .stays-card__tag { font-size: .68rem; color: var(--ink-600); background: var(--cream-100); border: 1px solid var(--hair); border-radius: 999px; padding: .16rem .55rem; }

.stays-grid .stays-card__foot { margin-top: 1rem; padding-top: .85rem; border-top: 1px solid var(--hair); display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.stays-grid .stays-card__rate-stack { display: grid; gap: .18rem; }
.stays-grid .stays-card__rate { font-family: var(--flo-font-ledger); font-variant-numeric: tabular-nums; font-weight: 500; font-size: 1.08rem; color: var(--ink-900); }
.stays-grid .stays-card__rate em { font-family: var(--flo-font-body); font-style: normal; font-size: .68rem; font-weight: 400; color: var(--ink-400); margin-left: .15rem; }
.stays-grid .stays-card__rate-note { font-family: var(--flo-font-body); font-size: .75rem; line-height: var(--flo-leading-ui); color: var(--ink-600); }
.stays-grid .stays-card__cta {
  font-family: var(--ledger); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 700; color: var(--flo-brass-700);
  display: inline-flex; align-items: center; gap: .4rem;
}
@media (hover: hover) and (pointer: fine) {
  .stays-grid .stays-card:hover { transform: translateY(-5px); box-shadow: var(--flo-shadow-2); border-color: var(--flo-brass-300); }
  .stays-grid .stays-card:hover .stays-card__img { transform: scale(1.03); }
  .stays-grid .stays-card:hover .stays-card__name { color: var(--flo-brass-700); }
}

/* Chip zones: distinct corners so nothing collides with the monogram.
   TL = Featured/tag badges · TR = rating · BL = availability · BR = monogram */
.stays-grid .stays-card__media { }
.stays-grid .stays-card__badges { position: absolute; top: 12px; left: 12px; z-index: 2; }
.stays-grid .stays-card__rating { position: absolute; top: 12px; right: 12px; bottom: auto; left: auto; padding: .3rem .55rem; border-radius: 999px; }
.stays-grid .stays-card__availability { position: absolute; bottom: 14px; left: 14px; top: auto; right: auto; padding: 0; background: none; }

/* ============================================================
   HOME DETAIL (/stay) — premium layer
   ============================================================ */
.stay-head__location { font-family: var(--ledger); text-transform: uppercase; letter-spacing: .2em; font-size: .7rem; font-weight: 600; color: #a67c46; }
.stay-head__title { font-weight: 460; letter-spacing: -.015em; }

/* Mobile guard: the stacked content grid bleeds ~6px on narrow screens —
   clip it so the page never scrolls horizontally on a phone. */
@media (max-width: 720px) { .stay-page { overflow-x: clip; } }

/* Head monogram plate. Shipped empty in stay.html and FILLED by stay.js —
   see the note there. Holding the space must not paint a blank brass chip
   before the initials arrive, so the empty plate keeps its box and drops
   its skin (same pattern as .stay-head__rating:empty). */
.stay-head__mono:empty {
  background: none;
  box-shadow: none;
}
.stay-head__mono {
  display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 10px; flex: none;
  font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: #4a3413; letter-spacing: .01em;
  background: var(--brass-grad);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), inset 0 -1px 2px rgba(120,92,52,.45), 0 3px 10px rgba(10,21,32,.14);
  margin-right: 1rem;
}
.stay-head__top { display: flex; align-items: flex-start; }
@media (max-width: 720px) {
  .stay-head__top { flex-wrap: wrap; align-items: center; }
  .stay-head__mono { margin-right: 0; width: 42px; height: 42px; font-size: 1.05rem; }
  .stay-head__rating { margin-left: auto; }
  .stay-head__copy { flex: 1 1 100%; min-width: 0; margin-top: .85rem; }
}
/* Mobile reserve bar → brass CTA, matching the funnel */
.stay-mobile-bar__cta {
  background: var(--brass-grad) !important; color: #3f2c10 !important; border: 0 !important; font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5) !important;
}
.stay-mobile-bar__rate { font-family: var(--font-display); }
.stay-mobile-bar__sub { font-family: var(--ledger); font-size: .68rem; letter-spacing: .02em; }

/* Quick-facts → ledger ledgering */
.stay-quickfacts { border: 1px solid var(--hair); border-radius: 14px; box-shadow: var(--shadow-sm); }
.stay-quickfacts [class*="label"], .stay-quickfacts dt, .stay-quickfacts .stay-quickfacts__label {
  font-family: var(--ledger); text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; color: var(--ink-400);
}
.stay-quickfacts [class*="value"], .stay-quickfacts dd, .stay-quickfacts .stay-quickfacts__value {
  font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; color: var(--ink-900);
}

/* Gallery: warmer radius + a hairline */
.stay-mosaic img { border-radius: 12px; }

/* ---- Reserve card (the conversion moment) ---- */
.stay-booking {
  border: 1px solid var(--hair); border-radius: 18px;
  background: linear-gradient(180deg, #fff, var(--cream-50));
  box-shadow: var(--shadow-lg);
}
.stay-booking__head { border-bottom: 1px solid var(--hair); }
.stay-booking__rate { font-family: var(--font-display); font-weight: 480; }
.stay-booking__rate span, .stay-booking__rate small, .stay-booking__rate em { font-family: var(--ledger); font-weight: 500; }
.stay-booking__row, .stay-booking__total { font-family: var(--ledger); font-variant-numeric: tabular-nums; }
.stay-booking__total span:last-child { font-family: var(--font-display); font-weight: 500; font-size: 1.25rem; }

/* The brass Reserve button */
.stay-booking__cta {
  background: var(--brass-grad) !important; color: #3f2c10 !important; border: 0 !important;
  font-weight: 700; letter-spacing: .01em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 6px 18px rgba(166,124,70,.32) !important;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.stay-booking__cta:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 10px 26px rgba(166,124,70,.42) !important; }

.stay-booking__trust li { font-family: var(--ledger); font-size: .72rem; letter-spacing: .01em; color: var(--ink-600); }
.stay-booking__trust svg { color: #7c9a6f; }

/* ============================================================
   CHECKOUT (/book-checkout) — the reservation dossier
   ============================================================ */
#bh-checkout-root { padding-top: 4.5rem; }
.bh-detail__title { padding-top: 0 !important; }
.bh-eyebrow { font-family: var(--ledger); text-transform: uppercase; letter-spacing: .2em; font-size: .68rem; font-weight: 600; color: #a67c46; }
.bh-detail__title h1, #bh-checkout-root h1 { font-family: var(--font-display); font-weight: 460; letter-spacing: -.015em; }
.bh-section-title { font-family: var(--font-display); font-weight: 500; letter-spacing: -.01em; }

/* Guest inputs — refined */
.bh-field input, .bh-field textarea {
  border: 1px solid var(--hair); border-radius: 11px; background: #fff;
  transition: border-color .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
.bh-field input:focus, .bh-field textarea:focus { border-color: var(--gold-400); box-shadow: 0 0 0 3px rgba(201,160,106,.18); outline: none; }
.bh-field label { font-family: var(--ledger); text-transform: uppercase; letter-spacing: .12em; font-size: .64rem; color: var(--ink-400); }

/* The dossier — summary card */
.bh-summary {
  border: 1px solid var(--hair); border-radius: 18px; overflow: hidden;
  background: linear-gradient(180deg, #fff, var(--cream-50)); box-shadow: var(--shadow-lg);
  position: relative;
}
.bh-summary::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--brass-grad); }
.bh-summary__name { font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; color: var(--ink-900); }
.bh-summary__when { font-family: var(--ledger); font-variant-numeric: tabular-nums; font-size: .78rem; color: var(--ink-600); }
.bh-summary__thumb img { border-radius: 10px; }
.bh-quote__row { font-family: var(--ledger); font-variant-numeric: tabular-nums; }
.bh-quote__row--total { border-top: 1px solid var(--hair); }
.bh-quote__row--total span:first-child { font-family: var(--font-display); font-weight: 500; font-size: 1.05rem; }
.bh-quote__row--total span:last-child { font-family: var(--font-display); font-weight: 500; font-size: 1.35rem; color: var(--ink-900); }

/* Payment note + Stripe cue */
.bh-payment { border: 1px solid var(--hair); border-radius: 13px; background: linear-gradient(180deg, var(--cream-50), #fff); }
.bh-payment b { font-family: var(--font-display); font-weight: 600; }

/* The brass "Continue to secure payment" button */
#ck-submit, .bh-checkout .bh-btn--primary {
  background: var(--brass-grad) !important; color: #3f2c10 !important; border: 0 !important;
  font-weight: 700; letter-spacing: .01em; border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 8px 22px rgba(166,124,70,.34) !important;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
#ck-submit:hover, .bh-checkout .bh-btn--primary:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 12px 30px rgba(166,124,70,.44) !important; }
.bh-quote__hint { font-family: var(--ledger); font-size: .68rem; letter-spacing: .01em; color: var(--ink-400); }

/* ============================================================
   CONFIRMATION (/booking-confirmed) — the "on the books" moment
   ============================================================ */
#bh-confirm-root { padding-top: 3.5rem; }
.bh-confirm { text-align: center; max-width: 560px; margin: 0 auto; padding: 2.5rem 1rem 4rem; }
.bh-confirm__seal {
  width: 84px; height: 84px; margin: 0 auto 1.5rem; border-radius: 50%; display: grid; place-items: center;
  color: #fff; text-shadow: 0 1px 3px rgba(90,64,28,.55); font-weight: 700;
  font-size: 2.2rem; background: var(--brass-grad);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.6), inset 0 -2px 6px rgba(120,92,52,.4), 0 12px 30px rgba(166,124,70,.35);
  position: relative;
}
.bh-confirm__seal::after { content: ""; position: absolute; inset: -7px; border-radius: 50%; border: 1px solid var(--brass-edge); opacity: .5; }
.bh-confirm .bh-eyebrow { display: inline-block; margin-bottom: .6rem; }
.bh-confirm h1 { font-family: var(--font-display); font-weight: 460; font-size: clamp(2rem, 5vw, 2.9rem); letter-spacing: -.015em; color: var(--ink-900); margin: 0 0 .8rem; }
.bh-confirm__code {
  display: inline-block; margin: 1.6rem 0 .6rem; padding: .7rem 1.4rem; border-radius: 12px;
  font-family: var(--ledger); font-weight: 700; letter-spacing: .28em; font-size: 1.35rem; color: var(--ink-900);
  background: #fff; border: 1px solid var(--hair); box-shadow: var(--shadow-sm);
  position: relative;
}
.bh-confirm__code::before { content: "CONFIRMATION"; position: absolute; top: -.65rem; left: 50%; transform: translateX(-50%);
  font-family: var(--ledger); font-size: .54rem; letter-spacing: .2em; font-weight: 600; color: #a67c46; background: var(--cream-50); padding: 0 .5rem; }

/* Batch A authored these Folio primitives in css/stays.css. Detail and later
   funnel pages do not load that page stylesheet, so the byte-compatible
   shared contract lives here too while the Batch A source stays frozen. */
.flo-reveal { --flo-stagger-i: 0; }
html.js .flo-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity var(--flo-dur-2) var(--flo-ease),
    transform var(--flo-dur-2) var(--flo-ease);
  transition-delay: calc(var(--flo-stagger-i) * 60ms);
}
html.js .flo-reveal.is-visible,
html:not(.js) .flo-reveal,
.flo-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.flo-press.flo-press { transition: transform 90ms var(--flo-ease); }
.flo-press.flo-press:active { transform: scale(0.98); }
@media (prefers-reduced-motion: reduce) {
  html.js .flo-reveal,
  html.js .flo-reveal.is-visible,
  html.js.bh-reveals-visible .flo-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .flo-press.flo-press,
  .flo-press.flo-press:active {
    transform: none;
    transition: none;
  }
}

/* FOLIO LEDGER:BEGIN */
.flo-ledger {
  --flo-ledger-i: 0;
  --flo-ledger-step: 72ms;
  position: relative;
  min-width: 0;
  font-family: var(--flo-font-ledger);
  font-variant-numeric: tabular-nums;
  color: var(--flo-ink-0);
}
.flo-ledger__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--flo-space-3);
  padding-bottom: var(--flo-space-2);
  font-size: var(--flo-text-xs);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--flo-brass-700);
}
.flo-ledger__content {
  display: grid;
  gap: var(--flo-space-2);
  min-width: 0;
  opacity: 1;
  transition: opacity var(--flo-dur-1) var(--flo-ease);
}
.flo-ledger__line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: var(--flo-space-3);
  min-width: 0;
}
.flo-ledger__label {
  min-width: 0;
  font-family: var(--flo-font-ledger);
  font-size: var(--flo-text-xs);
  font-weight: 500;
  line-height: var(--flo-leading-ui);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--flo-ink-1);
}
.flo-ledger__amount {
  min-width: 5.5rem;
  font-family: var(--flo-font-ledger);
  font-variant-numeric: tabular-nums;
  text-align: right;
  color: var(--flo-ink-0);
}
.flo-ledger .flo-ledger__label { font-family: var(--flo-font-ledger); }
.flo-ledger .flo-ledger__amount { font-family: var(--flo-font-ledger); }
.flo-ledger.is-printed .flo-ledger__line:not(.flo-ledger__total) {
  animation: flo-ledger-print 280ms var(--flo-ease) 1 both;
  animation-delay: calc(var(--flo-ledger-i) * var(--flo-ledger-step));
}
.flo-ledger__total {
  position: relative;
  isolation: isolate;
  margin-top: var(--flo-space-2);
  padding-top: var(--flo-space-4);
  font-size: var(--flo-text-lg);
  font-weight: 500;
  transform-origin: 75% 50%;
}
.flo-ledger__total::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--flo-brass-300), var(--flo-brass-700));
  transform: scaleX(1);
  transform-origin: left;
}
.flo-ledger__total::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -0.65rem -0.8rem;
  border-radius: var(--flo-radius-sm);
  background: radial-gradient(circle at 78% 52%, color-mix(in srgb, var(--flo-brass-300) 48%, transparent), transparent 66%);
  opacity: 0;
  pointer-events: none;
}
.flo-ledger.is-printed .flo-ledger__total {
  animation: flo-ledger-stamp 280ms var(--flo-ease-spring) 1 both;
  animation-delay: calc(var(--flo-ledger-step) * 8);
}
.flo-ledger.is-printed .flo-ledger__total::before {
  animation: flo-ledger-rule 240ms var(--flo-ease) 1 both;
  animation-delay: calc(var(--flo-ledger-step) * 6);
}
.flo-ledger.is-printed .flo-ledger__total::after {
  animation: flo-ledger-bloom 280ms var(--flo-ease) 1 both;
  animation-delay: calc(var(--flo-ledger-step) * 8);
}
.flo-ledger__skeleton {
  position: absolute;
  inset: calc(var(--flo-text-xs) * var(--flo-leading-ui) + var(--flo-space-3)) 0 0;
  display: grid;
  align-content: start;
  gap: var(--flo-space-3);
  padding-top: var(--flo-space-2);
  opacity: 0;
  pointer-events: none;
}
.flo-ledger__skeleton-line {
  display: block;
  width: 100%;
  height: 0.8rem;
  border-radius: 999px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--flo-ink-1) 12%, transparent) 0 68%,
    transparent 68% 76%,
    color-mix(in srgb, var(--flo-brass-500) 22%, transparent) 76% 100%);
  opacity: 0.5;
}
.flo-ledger__skeleton-line--wide { width: 92%; }
.flo-ledger__skeleton-line--short { width: 72%; }
.flo-ledger__skeleton-line--total {
  width: 100%;
  height: 1.25rem;
  margin-top: var(--flo-space-2);
}
.flo-ledger.is-loading .flo-ledger__content { opacity: 0; }
.flo-ledger.is-loading .flo-ledger__skeleton { opacity: 1; }
.flo-ledger.is-loading .flo-ledger__skeleton-line {
  animation: flo-ledger-skeleton 920ms var(--flo-ease) infinite alternate;
}
@keyframes flo-ledger-print {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes flo-ledger-rule {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes flo-ledger-stamp {
  0% { opacity: 0.86; transform: scale(1.018); }
  58% { opacity: 1; transform: scale(0.994); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes flo-ledger-bloom {
  0%, 100% { opacity: 0; }
  42% { opacity: 0.72; }
}
@keyframes flo-ledger-skeleton {
  from { opacity: 0.42; }
  to { opacity: 0.82; }
}
@media (prefers-reduced-motion: reduce) {
  .flo-ledger__line,
  .flo-ledger__total,
  .flo-ledger__total::before,
  .flo-ledger__total::after {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .flo-ledger__skeleton-line { animation: none; }
}
/* FOLIO LEDGER:END */

/* FOLIO CODE PLATE:BEGIN */
.flo-code-plate {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  padding: var(--flo-space-4);
  font-family: var(--flo-font-ledger);
  font-variant-numeric: tabular-nums;
  color: var(--flo-ink-0);
  border: 1px solid var(--flo-brass-500);
  border-radius: var(--flo-radius-sm);
  background: linear-gradient(145deg, var(--flo-paper-0), color-mix(in srgb, var(--flo-brass-300) 22%, var(--flo-paper-1)));
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--flo-paper-0) 82%, transparent), var(--flo-shadow-1);
  transform-origin: 72% 50%;
}
.flo-code-plate::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -45% -18%;
  border-radius: 50%;
  background: radial-gradient(circle at 76% 50%, color-mix(in srgb, var(--flo-brass-300) 62%, transparent), transparent 62%);
  opacity: 0;
  pointer-events: none;
}
.flo-code-plate__rule {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--flo-brass-700), var(--flo-brass-300), transparent);
  pointer-events: none;
}
.flo-code-plate__value {
  font-family: var(--flo-font-ledger);
  font-variant-numeric: tabular-nums;
}
.flo-code-plate--locked {
  border-style: dashed;
  background: linear-gradient(145deg, var(--flo-paper-2), var(--flo-paper-3));
}
/* The press starts only when its outer reveal is actually visible; otherwise
   an off-screen credential would spend its one signature moment unseen. */
.flo-reveal.is-visible .flo-code-plate.is-revealed,
html:not(.js) .flo-code-plate.is-revealed {
  animation: flo-code-press 280ms var(--flo-ease-spring) 1 both;
}
.flo-reveal.is-visible .flo-code-plate.is-revealed::after,
html:not(.js) .flo-code-plate.is-revealed::after {
  animation: flo-code-bloom 280ms var(--flo-ease) 1 both;
}
@keyframes flo-code-press {
  0% { opacity: 0.88; transform: scale(1.018); }
  58% { opacity: 1; transform: scale(0.994); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes flo-code-bloom {
  0%, 100% { opacity: 0; }
  46% { opacity: 0.72; }
}
@media (prefers-reduced-motion: reduce) {
  .flo-code-plate.is-revealed,
  .flo-code-plate.is-revealed::after {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
/* FOLIO CODE PLATE:END */
