/* =============================================================
   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 a trust strip that
   turns the book-direct advantage into visible design.
   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); }

/* ---- Trust strip: book-direct advantage as design ---------- */
.bh-trust {
  max-width: 1200px; margin: -1.4rem auto 2.6rem; padding: 0 1.5rem;
}
html.js .bh-trust.bh-arrival {
  opacity: 0; transform: translateY(14px);
  transition: opacity var(--flo-dur-2) var(--flo-ease), transform var(--flo-dur-2) var(--flo-ease);
}
html.js.is-arrived .bh-trust.bh-arrival.is-in {
  opacity: 1; transform: none; transition-delay: var(--flo-dur-3);
}
.bh-trust__inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--hair); border-radius: 16px;
  background: linear-gradient(180deg, var(--cream-50), #fff);
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.bh-trust__item {
  display: flex; align-items: center; gap: .7rem;
  padding: 1.05rem 1.25rem;
  border-right: 1px solid var(--hair);
}
.bh-trust__item:last-child { border-right: 0; }
.bh-trust__ico {
  flex: none; width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 9px; color: #6b4f2a;
  background: var(--brass-grad); box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 2px rgba(120,92,52,.3);
}
.bh-trust__ico svg { width: 17px; height: 17px; }
.bh-trust__t { font-weight: 650; font-size: .86rem; color: var(--ink-900); line-height: 1.15; }
.bh-trust__s { font-size: .74rem; color: var(--ink-400); margin-top: .1rem; }
@media (max-width: 820px) {
  .bh-trust__inner { grid-template-columns: 1fr 1fr; }
  .bh-trust__item:nth-child(2) { border-right: 0; }
  .bh-trust__item:nth-child(1), .bh-trust__item:nth-child(2) { border-bottom: 1px solid var(--hair); }
}
@media (max-width: 480px) { .bh-trust__inner { grid-template-columns: 1fr; } .bh-trust__item { border-right: 0; border-bottom: 1px solid var(--hair); } .bh-trust__item:last-child { border-bottom: 0; } }

/* ---- 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: #a67c46; }
.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-auto-rows: 1fr; gap: 1.1rem; }
.bh-featured__grid > :first-child { grid-row: span 2; }
@media (max-width: 900px) { .bh-featured__grid { grid-template-columns: 1fr; } .bh-featured__grid > :first-child { grid-row: auto; } }

.bh-fcard {
  position: relative; display: block; overflow: hidden; border-radius: 18px;
  min-height: 300px; 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);
}
.bh-featured__grid > :first-child .bh-fcard { min-height: 520px; }
.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__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__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__meta { display: flex; flex-wrap: wrap; gap: .9rem; font-family: var(--ledger); font-size: .74rem; color: rgba(255,255,255,.9); font-variant-numeric: tabular-nums; }
.bh-fcard__foot { margin-top: .8rem; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.16); display: flex; align-items: baseline; justify-content: space-between; }
.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,.7); font-weight: 400; }
.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(14px); transition: opacity var(--flo-dur-3) var(--flo-ease), transform var(--flo-dur-3) var(--flo-ease); }
.bh-reveal.is-in, 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) { html.js .bh-trust.bh-arrival { opacity: 1 !important; transform: none !important; transition: none !important; } .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: #a67c46;
}
.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__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__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__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__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: baseline; justify-content: space-between; }
.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__cta {
  font-family: var(--ledger); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 700; color: #a67c46;
  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 (injected by stay.js) */
.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; }
