/* =====================================================================
   WH Buyers Club — whbuyers.club
   Own design system (2026-09-03), no ties to any other WineHunter site:
   a near-black ground, gold veins running through it, symmetric gold
   geometry as ornament, classical capitals for display type.
   Namespace: .bc-* (layout, ornaments, buttons, tables) + .whb-* (app
   components: header, nav, forms, notices).
   ===================================================================== */

:root {
  --bc-bg: #0a0908;
  --bc-bg-2: #110f0c;
  --bc-bg-3: #171410;
  --bc-field: #0f0d0a;
  --bc-gold: #c9a557;
  --bc-gold-light: #e8ce8c;
  --bc-gold-deep: #8a6a2c;
  --bc-gold-line: rgba(201, 165, 87, .32);
  --bc-gold-line-soft: rgba(201, 165, 87, .16);
  --bc-gold-tint: rgba(201, 165, 87, .09);
  --bc-ivory: #f1e9d6;
  --bc-ivory-soft: #cfc4ab;
  --bc-muted: #9b9079;
  --bc-ok: #9fbf96;
  --bc-warn: #d9a441;
  --bc-danger: #d07a74;
  --bc-display: 'Cinzel', 'Trajan Pro', 'Times New Roman', serif;
  --bc-serif: 'EB Garamond', 'Garamond', 'Georgia', serif;
  --bc-maxw: 78rem;
  --bc-ease: cubic-bezier(.22, .61, .36, 1);
  --bc-gold-text: linear-gradient(180deg, #f0d99a 0%, #cfa95a 48%, #b8923f 62%, #e3c884 100%);
  --bc-gold-fill: linear-gradient(180deg, #ead394 0%, #cba658 55%, #b28d45 100%);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body.whb-body { margin: 0; min-height: 100vh; background: var(--bc-bg); color: var(--bc-ivory); font-family: var(--bc-serif); font-size: 1.08rem; line-height: 1.7; position: relative; }
body.whb-body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60rem 30rem at 50% -8rem, rgba(201, 165, 87, .14), transparent 70%),
    radial-gradient(50rem 40rem at 100% 100%, rgba(201, 165, 87, .05), transparent 65%),
    url("/assets/img/veins.svg") center / cover no-repeat;
  opacity: .9;
}
/* Only the three landmarks are lifted above the fixed veins layer — a blanket `body > *`
   rule would outrank the skip link's off-screen position and the header's stickiness. */
.whb-main, .whb-footer { position: relative; z-index: 1; }
body.whb-body { display: flex; flex-direction: column; }
.whb-main { flex: 1 0 auto; padding-bottom: clamp(2rem, 6vh, 4rem); } /* the space before the footer belongs to main as padding, no margins (owner) */
img { max-width: 100%; height: auto; }
a { color: var(--bc-gold-light); text-decoration: none; }
a:hover { color: #fff; }
::selection { background: rgba(201, 165, 87, .35); color: #fff; }
:focus-visible { outline: 2px solid var(--bc-gold); outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.whb-skip { position: absolute; left: -9999px; top: 0; background: var(--bc-gold); color: #1a1408; padding: .6rem 1rem; z-index: 1000; font-family: var(--bc-display); }
.whb-skip:focus { left: 1rem; top: 1rem; }
.bc-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---------- type ---------- */
.bc h1, .bc h2, .bc h3, .bc h4 { font-family: var(--bc-display); font-weight: 600; color: var(--bc-gold-light); letter-spacing: .08em; line-height: 1.15; margin: .5rem 0 0; }
.bc h1 { font-size: clamp(1.9rem, 4.2vw, 3rem); text-transform: uppercase; letter-spacing: .14em; }
.bc h2 { font-size: clamp(1.25rem, 2.4vw, 1.7rem); text-transform: uppercase; letter-spacing: .16em; }
.bc h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); }
.bc h4 { font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; }
.bc p { color: var(--bc-ivory-soft); line-height: 1.75; }
.bc-gold-text, .bc-display { background: var(--bc-gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.bc-lede { max-width: 44rem; font-size: 1.2rem; margin: 1.1rem auto 0; color: var(--bc-ivory-soft); }
.bc-eyebrow { display: inline-flex; align-items: center; gap: .9rem; font-family: var(--bc-display); font-size: 1.4rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--bc-gold); }
.bc-eyebrow::before, .bc-eyebrow::after { content: ""; width: 2.2rem; height: 1px; background: linear-gradient(90deg, transparent, var(--bc-gold)); }
.bc-eyebrow::after { background: linear-gradient(90deg, var(--bc-gold), transparent); }
.whb-muted { color: var(--bc-muted); font-size: .98rem; }
.whb-muted a { color: var(--bc-gold-light); border-bottom: 1px solid var(--bc-gold-line); }

/* ---------- layout ---------- */
.bc-wrap { max-width: var(--bc-maxw); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.5rem); }
.bc-narrow { max-width: 46rem; }
.bc-section { padding: clamp(2.6rem, 6vh, 4.5rem) 0; }
.whb-page .bc-narrow { text-align: center; }
.whb-page .bc-narrow form, .whb-page .bc-narrow .whb-kvs, .whb-page .bc-narrow .whb-notice { text-align: left; }
.bc-grid { display: grid; gap: clamp(1.2rem, 2.5vw, 2rem); }
.bc-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .bc-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .bc-grid--3 { grid-template-columns: 1fr; } }

/* ---------- the mark (the golden WineHunter logo) ---------- */
.bc-mark { display: block; height: auto; }
.bc-hero__logo { width: clamp(7rem, 15vw, 11.5rem); margin: 0 auto 1.6rem; filter: drop-shadow(0 14px 34px rgba(201, 165, 87, .28)); }

/* ---------- readable text over the veins: a feathered blur behind text blocks ---------- */
.bc-hero__inner, .bc-hero__row, .bc-panel__head, .whb-page > .bc-wrap.bc-narrow { position: relative; }
.bc-hero__inner::before, .bc-hero__row::before, .bc-panel__head::before, .whb-page > .bc-wrap.bc-narrow::before {
  content: ""; position: absolute; inset: -1.5rem -3rem; z-index: -1; pointer-events: none;
  background: rgba(10, 9, 8, .62); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  -webkit-mask-image: radial-gradient(ellipse 62% 74% at 50% 50%, #000 52%, transparent 100%);
  mask-image: radial-gradient(ellipse 62% 74% at 50% 50%, #000 52%, transparent 100%);
}
.bc-hero__row::before { -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }

/* ---------- hero ---------- */
.bc-hero { position: relative; padding: clamp(3.2rem, 9vh, 6rem) 0 clamp(2rem, 5vh, 3.2rem); overflow: hidden; }
.bc-hero::after { content: ""; position: absolute; left: 50%; bottom: 0; width: min(90%, 60rem); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--bc-gold-line) 30%, var(--bc-gold) 50%, var(--bc-gold-line) 70%, transparent); }
.bc-hero--home { text-align: center; padding-top: clamp(4rem, 12vh, 8rem); padding-bottom: clamp(1.4rem, 4vh, 2.4rem); }
.bc-hero--home::after { display: none; }
.bc-section--tight { padding-top: clamp(1.6rem, 4vh, 2.8rem); }
.bc-hero__inner { position: relative; }
.bc-hero--home h1 { font-size: clamp(2.2rem, 6.4vw, 4.4rem); letter-spacing: .16em; font-weight: 700; margin-top: 1rem; }
.bc-hero--home .bc-lede { font-size: 1.25rem; }
.whb-hero__tag { color: var(--bc-gold); font-family: var(--bc-serif); font-style: italic; font-size: 1.2rem; margin-top: .6rem; }
.whb-hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-top: 2rem; }
.whb-hero--compact { padding: clamp(2.4rem, 6vh, 4rem) 0 clamp(1.4rem, 4vh, 2.2rem); }
.bc-hero__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.bc-hero__row > div:first-child { flex: 1 1 30rem; max-width: 48rem; }
.whb-hero--compact h1 { font-size: clamp(1.4rem, 2.8vw, 2.1rem); letter-spacing: .16em; }
.whb-hero--compact .bc-lede { margin-left: 0; font-size: 1.08rem; }
.bc-greeting { display: inline-flex; align-items: center; gap: .6rem; border: 1px solid var(--bc-gold-line); color: var(--bc-gold-light); padding: .7rem 1.2rem; font-family: var(--bc-display); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; background: var(--bc-gold-tint); }
.bc-greeting::before { content: ""; width: .45rem; height: .45rem; transform: rotate(45deg); background: var(--bc-gold); }
.bc-hero__user .bc-btn { margin-bottom: .1rem; }

/* ---------- buttons ---------- */
.bc-btn, .whb-submit, .whb-nav__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 2rem; font-family: var(--bc-display); font-weight: 700; font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; text-decoration: none;
  color: #1c150a !important; background: var(--bc-gold-fill); border: 1px solid #e7cd88; border-radius: 2px; cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .45), 0 10px 28px rgba(201, 165, 87, .16);
  transition: transform .3s var(--bc-ease), box-shadow .3s, filter .3s, background .3s, color .3s;
}
.bc-btn:hover, .whb-submit:hover, .whb-nav__btn:hover { filter: brightness(1.07); transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(0, 0, 0, .45), 0 14px 34px rgba(201, 165, 87, .26); }
.bc-btn--ghost { background: transparent; color: var(--bc-gold-light) !important; border-color: var(--bc-gold-line); box-shadow: none; }
.bc-btn--ghost:hover { background: var(--bc-gold-tint); border-color: var(--bc-gold); color: #fff !important; box-shadow: none; }
.bc-btn--sm { padding: .55rem 1.1rem; font-size: .62rem; letter-spacing: .18em; }
.bc-btn--stack { display: inline-block; text-align: center; line-height: 1.55; padding: .8rem 1.6rem; }
.bc-btn--primary { }
.whb-submit { font: inherit; font-family: var(--bc-display); font-size: .72rem; font-weight: 700; letter-spacing: .24em; }

/* ---------- panels / cards ---------- */
.whb-card, .bc-card, .whb-formwrap, .whb-filters, .guideline-card, .info-introduction {
  position: relative; background: rgba(13, 11, 9, .8); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--bc-gold-line);
  box-shadow: inset 0 0 0 4px var(--bc-bg), inset 0 0 0 5px var(--bc-gold-line-soft), 0 24px 60px rgba(0, 0, 0, .45);
  padding: clamp(1.6rem, 3.5vw, 2.4rem);
}
/* every other box that carries text sits on the same blurred dark glass */
.whb-notice, .whb-authform, .bc-tablewrap, .bc-producer, .whb-kvs, .bc-empty {
  background: rgba(13, 11, 9, .78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.whb-authform { padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--bc-gold-line); box-shadow: inset 0 0 0 4px var(--bc-bg), inset 0 0 0 5px var(--bc-gold-line-soft); }
.bc-tablewrap { border: 1px solid var(--bc-gold-line-soft); padding: .3rem 1rem .6rem; }
.whb-kvs { border: 1px solid var(--bc-gold-line-soft); padding: .4rem 1.3rem; }
.bc-empty { border: 1px solid var(--bc-gold-line-soft); }
.whb-card h2 { font-size: 1rem; letter-spacing: .2em; margin: 0 0 .8rem; }
.whb-card p { margin: 0 0 1rem; }
.whb-card p:last-child { margin: 1.4rem 0 0; }
.bc-card--center { max-width: 42rem; margin: 0 auto; text-align: center; padding: clamp(2rem, 5vw, 3.2rem); }
.bc-card__badge { display: inline-block; font-family: var(--bc-display); font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: var(--bc-gold); border: 1px solid var(--bc-gold-line); padding: .55rem 1rem; margin-bottom: 1.2rem; }
.bc-card--center h3 { font-size: clamp(1.3rem, 2.6vw, 1.8rem); text-transform: uppercase; letter-spacing: .14em; margin: 0 0 .6rem; }
.bc-card--center p { margin: 0; }

/* ---------- header / nav / footer ---------- */
.whb-header { position: sticky; top: 0; z-index: 900; background: rgba(10, 9, 8, .84); backdrop-filter: blur(12px); border-bottom: 1px solid var(--bc-gold-line); }
.whb-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, rgba(201, 165, 87, .7) 50%, transparent); }
.whb-header__row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 76px; }
.whb-brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1.1; }
.whb-brand__org { font-family: var(--bc-display); font-size: .56rem; letter-spacing: .38em; text-transform: uppercase; color: var(--bc-muted); }
.whb-brand__name { font-family: var(--bc-display); font-weight: 700; font-size: 1.02rem; letter-spacing: .22em; text-transform: uppercase; margin-top: .25rem; background: var(--bc-gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.whb-nav { display: flex; align-items: center; gap: .1rem; flex-wrap: wrap; }
.whb-nav a { position: relative; font-family: var(--bc-display); font-size: .64rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--bc-ivory-soft); padding: .8rem .75rem; }
.whb-nav a::after { content: ""; position: absolute; left: .75rem; right: .75rem; bottom: .45rem; height: 1px; background: var(--bc-gold); transform: scaleX(0); transform-origin: center; transition: transform .3s var(--bc-ease); }
.whb-nav a:hover, .whb-nav a.is-active { color: var(--bc-gold-light); }
.whb-nav a:hover::after, .whb-nav a.is-active::after { transform: scaleX(1); }
.whb-nav__btn { padding: .7rem 1.3rem; font-size: .62rem; margin-left: .6rem; }
.whb-nav__logout { margin: 0; display: inline; }
.whb-lang { display: inline-flex; gap: .05rem; margin-left: .7rem; padding-left: .7rem; border-left: 1px solid var(--bc-gold-line); }
.whb-lang a { padding: .5rem .4rem; font-size: .58rem; color: var(--bc-muted); }
.whb-lang a::after { display: none; }
.whb-lang a.is-active { color: var(--bc-gold); }
.whb-nav__toggle { display: none; appearance: none; background: none; border: 1px solid var(--bc-gold-line); width: 44px; height: 40px; padding: 9px; cursor: pointer; flex-direction: column; justify-content: space-between; }
.whb-nav__toggle span:not(.screen-reader-text) { display: block; height: 1px; background: var(--bc-gold); }
@media (max-width: 960px) {
  .whb-header__row { flex-wrap: wrap; }
  .whb-brand__name { font-size: .9rem; letter-spacing: .18em; white-space: nowrap; }
  .whb-nav__toggle { display: flex; }
  .whb-nav { display: none; width: 100%; flex-direction: column; align-items: stretch; padding: .6rem 0 1.2rem; }
  .whb-nav.is-open { display: flex; }
  .whb-nav a { padding: .8rem .6rem; }
  .whb-nav a::after { display: none; }
  .whb-nav__btn { margin: .6rem 0 0; text-align: center; }
  .whb-lang { margin: .5rem 0 0; padding: .5rem 0 0; border-left: 0; border-top: 1px solid var(--bc-gold-line); }
}
.whb-footer { border-top: 1px solid var(--bc-gold-line); padding: 2.2rem 0 2.6rem; margin-top: 0; background: rgba(10, 9, 8, .88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.whb-footer__row { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .95rem; color: var(--bc-muted); }
.whb-footer p { margin: 0; }
.whb-footer__tag { font-style: italic; color: var(--bc-gold); }
.whb-footer a { color: var(--bc-ivory-soft); }
.whb-footer a:hover { color: var(--bc-gold-light); }

/* ---------- notices, definition lists ---------- */
.whb-notice { position: relative; background: rgba(255, 255, 255, .03); border: 1px solid var(--bc-gold-line-soft); border-left: 2px solid var(--bc-gold); padding: .95rem 1.2rem; margin: 1.1rem 0; color: var(--bc-ivory-soft); }
.whb-notice--warn { border-left-color: var(--bc-warn); }
.whb-notice--error { border-left-color: var(--bc-danger); color: #ecd2cf; }
.whb-notice a { color: var(--bc-gold-light); border-bottom: 1px solid var(--bc-gold-line); }
.whb-kvs { margin: 1.4rem 0; padding: 0; }
.whb-kv { display: grid; grid-template-columns: 11rem 1fr; gap: .6rem; padding: .75rem 0; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.whb-kv dt { font-family: var(--bc-display); font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--bc-gold); margin: 0; padding-top: .3rem; }
.whb-kv dd { margin: 0; color: var(--bc-ivory); }
@media (max-width: 560px) { .whb-kv { grid-template-columns: 1fr; gap: .1rem; } }

/* ---------- forms (shared with buyer-form.css) ---------- */
.whb-formwrap { max-width: 54rem; margin: 1.6rem auto 0; }
.whb-authform { max-width: 30rem; margin: 1.8rem auto 0; }
.whb-authform .whb-field { margin-bottom: 1.1rem; }
.whb-authform .whb-actions { margin-top: 1.4rem; text-align: center; }
.whb-authform .whb-submit { min-width: 14rem; }
.whb-label { display: block; font-family: var(--bc-display); font-size: .62rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--bc-gold-light); margin: 0 0 .45rem; }
.whb-req { color: var(--bc-gold); }
.whb-input, .whb-cm__search {
  width: 100%; box-sizing: border-box; font-family: var(--bc-serif); font-size: 1.05rem; line-height: 1.4; color: var(--bc-ivory);
  padding: .75rem .95rem; background: var(--bc-field); border: 1px solid var(--bc-gold-line); border-radius: 2px; color-scheme: dark;
  transition: border-color .25s, box-shadow .25s;
}
.whb-input::placeholder, .whb-cm__search::placeholder { color: var(--bc-muted); font-style: italic; }
.whb-input:focus, .whb-cm__search:focus { outline: none; border-color: var(--bc-gold); box-shadow: 0 0 0 3px rgba(201, 165, 87, .18); }
.whb-input[readonly] { color: var(--bc-muted); }
select.whb-input { appearance: none; -webkit-appearance: none; padding-right: 2.6rem; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'><path d='M1 1l6 6 6-6' fill='none' stroke='%23c9a557' stroke-width='1.5'/></svg>"); background-repeat: no-repeat; background-position: right .95rem center; cursor: pointer; }
select.whb-input option { background: #14110d; color: var(--bc-ivory); }
select.whb-input[multiple] { background-image: none; padding: .4rem; min-height: 11rem; }
select.whb-input[multiple] option { padding: .35rem .6rem; }
select.whb-input[multiple] option:checked { background: var(--bc-gold-tint); color: var(--bc-gold-light); }
.whb-hint { display: block; margin-top: .45rem; font-size: .95rem; font-style: italic; color: var(--bc-muted); line-height: 1.4; }
.whb-tip { display: block; margin-top: .4rem; font-size: .95rem; color: var(--bc-danger); }
.whb-field--invalid .whb-input, .whb-field--invalid .whb-cm { border-color: rgba(208, 122, 116, .8); }
.whb-actions { margin: 1.4rem 0 0; }

/* ---------- tabs ---------- */
.bc-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: .2rem 1.4rem; margin: 0 0 2.2rem; padding-bottom: .2rem; border-bottom: 1px solid var(--bc-gold-line-soft); }
.bc-tabs button { appearance: none; background: none; border: 0; border-bottom: 1px solid transparent; margin-bottom: -1px; padding: .9rem .4rem; font-family: var(--bc-display); font-size: .68rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--bc-ivory-soft); cursor: pointer; transition: color .3s, border-color .3s; }
.bc-tabs button:hover { color: var(--bc-gold-light); }
.bc-tabs button.is-active { color: var(--bc-gold-light); border-bottom-color: var(--bc-gold); }
.bc-panel { display: none; }
.bc-panel.is-open { display: block; animation: bcFade .5s var(--bc-ease); }
@keyframes bcFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .bc-panel.is-open { animation: none; } }
.bc-panel__head { text-align: center; margin: 0 auto 1.8rem; max-width: 46rem; }
.bc-panel__head h1, .bc-panel__head h2 { margin: .5rem 0 0; }
.bc-panel__head p { margin: .7rem 0 0; color: var(--bc-ivory-soft); }
.bc-area .bc-rows { margin-top: 1rem; }

/* ---------- appointment tables + status ---------- */
.bc-empty { text-align: center; color: var(--bc-muted); padding: 2.2rem 0; font-style: italic; }
.bc-tablewrap { overflow-x: auto; }
.bc-table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.bc-table th { font-family: var(--bc-display); font-size: .58rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--bc-gold); text-align: left; padding: .75rem .9rem; border-bottom: 1px solid var(--bc-gold-line); }
.bc-table td { padding: .95rem .9rem; border-bottom: 1px solid rgba(255, 255, 255, .06); vertical-align: top; color: var(--bc-ivory); }
.bc-table tbody tr { transition: background .25s; }
.bc-table tbody tr:hover { background: rgba(201, 165, 87, .05); }
.bc-table tr.is-highlight { background: var(--bc-gold-tint); box-shadow: inset 2px 0 0 var(--bc-gold); }
.bc-table td strong { font-family: var(--bc-display); font-weight: 600; font-size: .86rem; letter-spacing: .06em; color: var(--bc-gold-light); }
.bc-producer__region { display: block; font-size: .92rem; color: var(--bc-muted); font-style: italic; }
.bc-producer__desc { margin: .4rem 0 0; font-size: .96rem; color: var(--bc-ivory-soft); }
.bc-producer__links { margin: .4rem 0 0; font-size: .92rem; }
.bc-producer__links a { border-bottom: 1px solid var(--bc-gold-line); }
.bc-status { display: inline-block; font-family: var(--bc-display); font-size: .56rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; padding: .4rem .7rem; border: 1px solid var(--bc-gold-line); color: var(--bc-gold-light); white-space: nowrap; }
.bc-status--completed { border-color: rgba(159, 191, 150, .5); color: var(--bc-ok); }
.bc-status--cancelled { border-color: rgba(208, 122, 116, .5); color: var(--bc-danger); }
.bc-status--unknown { color: var(--bc-muted); }
.bc-table__view { text-align: right; white-space: nowrap; }
@media (max-width: 720px) {
  .bc-table thead { display: none; }
  .bc-table, .bc-table tbody, .bc-table tr, .bc-table td { display: block; }
  .bc-table tr { border: 1px solid var(--bc-gold-line-soft); margin-bottom: 1rem; padding: .4rem 0; }
  .bc-table td { border: 0; padding: .45rem .9rem; }
  .bc-table td::before { content: attr(data-label); display: block; font-family: var(--bc-display); font-size: .54rem; letter-spacing: .22em; text-transform: uppercase; color: var(--bc-gold); margin-bottom: .2rem; }
  .bc-table__view { text-align: left; }
  .bc-table__view::before { display: none !important; }
}

/* ---------- producers list ---------- */
.bc-producers__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr)); gap: 1.2rem; }
.bc-producer { position: relative; padding: 1.4rem 1.5rem 1.5rem; border: 1px solid var(--bc-gold-line-soft); background: rgba(255, 255, 255, .025); }
.bc-producer::before { content: ""; position: absolute; left: 1.5rem; top: 0; width: 2.4rem; height: 1px; background: var(--bc-gold); }
.bc-producer__name { display: block; font-family: var(--bc-display); font-weight: 600; font-size: .92rem; letter-spacing: .08em; color: var(--bc-gold-light); }

/* ---------- manager console ---------- */
.whb-filters { padding: 1.3rem 1.4rem; margin: 0 0 1.4rem; }
.whb-filters__row { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr 1.4fr auto; gap: .9rem; align-items: end; }
.whb-filters label { display: flex; flex-direction: column; gap: .35rem; }
.whb-filters label > span { font-family: var(--bc-display); font-size: .56rem; letter-spacing: .22em; text-transform: uppercase; color: var(--bc-gold); }
.whb-filters .whb-input { padding: .6rem .8rem; font-size: .98rem; }
.whb-filters__actions { display: flex; gap: .5rem; }
@media (max-width: 1100px) { .whb-filters__row { grid-template-columns: 1fr 1fr; } .whb-filters__actions { grid-column: 1 / -1; } }
@media (max-width: 560px) { .whb-filters__row { grid-template-columns: 1fr; } }
.whb-count { margin: .3rem 0 .9rem; text-align: right; }

/* ---------- information / guidelines ---------- */
.buyers-club-info-wrapper { max-width: 60rem; margin: 0 auto; }
.info-introduction { text-align: center; margin-bottom: 1.6rem; }
.info-icon { margin-bottom: .8rem; }
.info-icon .bc-mark { width: 4.8rem; margin: 0 auto; }
.info-title { font-family: var(--bc-display); font-size: 1.1rem; letter-spacing: .18em; text-transform: uppercase; color: var(--bc-gold-light); margin: 0 0 .5rem; }
.info-subtitle { margin: 0; color: var(--bc-ivory-soft); }
.info-guidelines { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
.guideline-card { display: flex; gap: 1.2rem; align-items: flex-start; padding: 1.4rem 1.6rem; }
.guideline-text p { margin: 0 0 .65rem; }
.guideline-text p:last-child { margin-bottom: 0; }
.guideline-text ul { margin: .3rem 0 .9rem 1.1rem; padding: 0; }
.guideline-text li { margin: .35rem 0; }
.guideline-text .guideline-list--spaced li { margin: .8rem 0; }
.guideline-text .guideline-list--spaced li strong { display: block; margin-bottom: .1rem; }
.guideline-text strong { color: var(--bc-gold-light); font-weight: 600; }
.guideline-icon { flex: 0 0 2.6rem; width: 2.6rem; height: 2.6rem; display: flex; align-items: center; justify-content: center; border: 1px solid var(--bc-gold-line); color: var(--bc-gold); font-family: var(--bc-display); font-size: .9rem; }
.guideline-icon svg { width: 1.2rem; height: 1.2rem; fill: currentColor; }
.guideline-content { flex: 1; }
.guideline-title { font-family: var(--bc-display); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--bc-gold-light); margin: .1rem 0 .5rem; }
.guideline-text { margin: 0; color: var(--bc-ivory-soft); }
.guideline-text a { color: var(--bc-gold-light); border-bottom: 1px solid var(--bc-gold-line); }
.info-footer { text-align: center; margin-top: 1.6rem; }
.footer-text { margin: 0; color: var(--bc-muted); font-style: italic; }

/* ---------- the event page ---------- */
:root { --bc-header-h: 76px; --bc-subnav-h: 3.4rem; }
.bc-hero--event .bc-hero__logo { width: clamp(6rem, 12vw, 9rem); }
.bc-hero--event::after { display: none; }
/* the section band: travels with the page below the hero, sticks under the header once it meets it */
.bc-subnav { position: sticky; top: var(--bc-header-h); z-index: 800; background: rgba(10, 9, 8, .88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--bc-gold-line); border-bottom: 1px solid var(--bc-gold-line-soft); }
.bc-subnav__row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 0 1rem; min-height: var(--bc-subnav-h); }
.bc-subnav a { position: relative; font-family: var(--bc-display); font-size: .62rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--bc-ivory-soft); padding: .95rem .5rem; transition: color .25s; }
.bc-subnav a::after { content: ""; position: absolute; left: .5rem; right: .5rem; bottom: .55rem; height: 1px; background: var(--bc-gold); transform: scaleX(0); transition: transform .3s var(--bc-ease); }
.bc-subnav a:hover, .bc-subnav a.is-active { color: var(--bc-gold-light); }
.bc-subnav a:hover::after, .bc-subnav a.is-active::after { transform: scaleX(1); }
.bc-subnav__cta { color: var(--bc-gold) !important; }
/* section titles: a generous top margin (the `.bc h2` rule must be outranked) and room for the two sticky bars when scrolled to */
.bc .bc-event__h2 { margin-top: 12vh; scroll-margin-top: calc(var(--bc-header-h) + var(--bc-subnav-h) + 1.6rem); }
.bc .bc-event__h2--in { margin-top: 0; }
#membership { scroll-margin-top: calc(var(--bc-header-h) + var(--bc-subnav-h) + 1.6rem); }
.bc-event__dates { font-family: var(--bc-display); font-size: .82rem; letter-spacing: .26em; text-transform: uppercase; color: var(--bc-ivory-soft); margin: .9rem 0 0; }
.bc-event__wrap { max-width: 66rem; }
section.bc-section.bc-section--tight.bc-event { background: rgb(82 64 13 / 89%); }
.bc-event__intro { margin-bottom: 1.6rem; text-align: center; }
.bc-event__intro p { margin: 0; font-size: 1.12rem; }
.bc-event__h2 { text-align: center; margin: clamp(2.2rem, 5vh, 3.2rem) 0 1.2rem; }
.bc-event__h2--in { margin: 0 0 .8rem; }
.bc-event__lead { text-align: center; max-width: 50rem; margin: -.4rem auto 1.4rem; }
.bc-event__glance .bc-table td { vertical-align: middle; }
.bc-event__days, .bc-event__windows { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
.bc-event__offer-block + .bc-event__offer-block { margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid var(--bc-gold-line-soft); }
.bc-event__offer-block > p { margin: 0 0 .4rem; }
.bc-event__day-title { text-transform: uppercase; letter-spacing: .18em; font-size: 1rem; margin: 0 0 1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--bc-gold-line); }
.bc-event__block + .bc-event__block { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--bc-gold-line-soft); }
.bc-event__block h4, .bc-event__offer-block h3, .bc-event__window h3, .bc-event__vday h4 { margin: 0 0 .3rem; }
.bc-event__meta { margin: 0 0 .7rem; font-family: var(--bc-display); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--bc-gold); }
.bc-event__list { margin: .3rem 0 0 1.1rem; padding: 0; color: var(--bc-ivory-soft); }
.bc-event__list li { margin: .3rem 0; }
.bc-event__list--cols { columns: 2; column-gap: 2rem; }
@media (max-width: 640px) { .bc-event__list--cols { columns: 1; } }
.bc-event__note { margin: .9rem 0 0; font-style: italic; color: var(--bc-muted); }
.bc-event__note--lone { text-align: center; margin: 1.2rem auto 0; max-width: 50rem; }
.bc-event__vday { margin-top: 1rem; }
.bc-event__vday h4 { color: var(--bc-gold-light); }
.bc-event__results { margin-top: clamp(2.2rem, 5vh, 3.2rem); }
.bc-event__cta { margin-top: clamp(2.2rem, 5vh, 3.2rem); }
.bc-event__cta .whb-hero__cta { margin-top: 1.2rem; }
@media (min-width: 900px) { .bc-event__windows { grid-template-columns: 1fr 1fr; align-items: start; } }

/* the membership promo (bottom of the event page + landing card) */
.bc-promo { margin: 1.6rem 0 0; text-align: center; border-color: var(--bc-gold); box-shadow: inset 0 0 0 4px var(--bc-bg), inset 0 0 0 5px var(--bc-gold-line), 0 0 60px rgba(201, 165, 87, .12), 0 24px 60px rgba(0, 0, 0, .45); }
.bc-event__member { margin-top: 12vh; padding: clamp(2rem, 5vw, 3.4rem); }
.bc-promo__big { font-size: clamp(1.8rem, 4.4vw, 2.8rem); letter-spacing: .16em; }
.bc-promo__cta-text { max-width: 44rem; margin: .6rem auto 1.8rem; font-size: 1.12rem; }
.bc-promo__title { margin: 0; text-transform: uppercase; letter-spacing: .18em; font-size: 1.05rem; }
.bc-promo__head { display: flex; flex-direction: column; align-items: center; gap: .6rem; padding-top: 1.4rem; border-top: 1px solid var(--bc-gold-line-soft); }
.bc-event__member .bc-promo__head { margin-top: .4rem; }
.bc-promo__price { display: inline-flex; align-items: baseline; gap: .5rem; font-family: var(--bc-display); font-weight: 700; font-size: clamp(2rem, 4.5vw, 2.8rem); letter-spacing: .06em; background: var(--bc-gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.bc-promo__price small { font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; font-weight: 600; }
.bc-promo__lead { max-width: 44rem; margin: .4rem auto 0; font-size: 1.12rem; }
.bc-promo__events { list-style: none; margin: 1.2rem 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.bc-promo__events li { font-family: var(--bc-display); font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--bc-gold-light); border: 1px solid var(--bc-gold-line); padding: .6rem 1rem; background: var(--bc-gold-tint); }
.bc-promo .whb-hero__cta { margin-top: 1.4rem; }
.whb-card--promo { border-color: var(--bc-gold); box-shadow: inset 0 0 0 4px var(--bc-bg), inset 0 0 0 5px var(--bc-gold-line), 0 0 50px rgba(201, 165, 87, .12), 0 24px 60px rgba(0, 0, 0, .45); }
.whb-card--promo .bc-promo__price { font-size: 1.9rem; margin-bottom: .4rem; }
.whb-card--promo .bc-promo__head { border-top: 0; padding-top: 0; }
.whb-card__sub { margin: -.4rem 0 .9rem !important; font-family: var(--bc-display); font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; color: var(--bc-gold); }

/* "Become a member" */
.bc-hero--member::after { display: none; }
.bc-member__pull { font-family: var(--bc-display); font-size: clamp(1rem, 2.2vw, 1.35rem); letter-spacing: .12em; text-transform: uppercase; color: var(--bc-ivory); margin: 1.2rem 0 .4rem; }
.bc-member__price { display: inline-flex; margin: .2rem 0 .6rem; }
.bc-member__small { font-size: .9rem; color: var(--bc-muted); font-style: italic; margin: 1rem 0 0; }
.bc-member__caveat { margin: 1.2rem auto 0; max-width: 44rem; font-size: .86rem; color: var(--bc-muted); font-style: italic; }
.bc-member__events { margin-top: 0; }
.bc-member__list { margin-left: 1.1rem; }
.bc-member__list li { margin: .55rem 0; }
.bc-member__list strong { color: var(--bc-gold-light); font-weight: 600; }
.bc-steps { list-style: none; margin: 2.8rem 0 0; padding: 0; display: grid; gap: 2.4rem 1.2rem; grid-template-columns: 1fr; counter-reset: none; }
@media (min-width: 820px) { .bc-steps { grid-template-columns: repeat(3, 1fr); align-items: stretch; } }
.bc-step { position: relative; text-align: center; padding-top: 2.6rem; }
.bc-step__n { position: absolute; left: 50%; top: -1.1rem; transform: translateX(-50%); width: 2.4rem; height: 2.4rem; display: grid; place-content: center; font-family: var(--bc-display); font-weight: 700; color: #1c150a; background: var(--bc-gold-fill); border: 1px solid #e7cd88; border-radius: 999px; box-shadow: 0 0 0 1px rgba(0, 0, 0, .45); }
.bc-step h3 { font-size: .92rem; text-transform: uppercase; letter-spacing: .16em; margin: 0 0 .6rem; }
.bc-step p { margin: 0; }
.bc-platinum { margin: 1.4rem 0 1.8rem; text-align: left; }
.bc-platinum__title { display: block; font-family: var(--bc-display); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--bc-gold-light); margin-bottom: .3rem; }
.bc-platinum p { margin: 0 0 .8rem; }

/* recommended hotels (from the portale): logo, name, contact + website, "book" at the bottom */
.bc-hotels { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 18rem), 1fr)); align-items: stretch; }
.bc-hotel { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .7rem; padding: 1.4rem 1.4rem 1.6rem; border: 1px solid var(--bc-gold-line-soft); background: rgba(13, 11, 9, .78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.bc-hotel__logo { display: flex; align-items: center; justify-content: center; width: 100%; height: 10rem; padding: 1rem 1.2rem; background: rgba(241, 233, 214, .94); border: 1px solid var(--bc-gold-line-soft); }
.bc-hotel__logo img { max-height: 100%; max-width: 100%; width: auto; height: auto; object-fit: contain; }
.bc-hotel__logo--none { background: rgba(201, 165, 87, .06); }
.bc-hotel__logo--none img { width: 5.5rem; opacity: .55; }
.bc-hotel__name { display: block; margin-top: .4rem; font-family: var(--bc-display); font-weight: 600; font-size: .92rem; letter-spacing: .1em; color: var(--bc-gold-light); }
.bc-hotel__stars { color: var(--bc-gold); letter-spacing: .15em; font-size: .85rem; }
.bc-hotel__address { margin: 0; font-size: .95rem; color: var(--bc-muted); }
.bc-hotel__links { margin: .2rem 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; }
.bc-hotel__book { margin: auto 0 0; padding-top: .9rem; }
.bc-hotel__book .bc-btn { min-width: 11rem; }

/* ---------- error / maintenance ---------- */
.bc-error { text-align: center; padding: clamp(4rem, 14vh, 8rem) 0; }
.bc-error .bc-mark { width: 7.5rem; margin: 0 auto 1.6rem; filter: drop-shadow(0 12px 30px rgba(201, 165, 87, .25)); }
.bc-error h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
.bc-error .bc-lede { margin-bottom: 1.8rem; }
