/* ============================================================
   Whiskey Buddy — chat-first landing (Buddy front door).
   Layered ON TOP of market.css (palette/header/footer/hero base/
   index pills) + wb-buddy.css (the shared Buddy nav + chat dock).
   This file only adds the landing-specific hero reframe, the
   "why Buddy" moat band, and the engine intro.
   ============================================================ */

/* ---------- hero reframe: centred, value-prop led ---------- */
.wb-hero-in{display:block !important;max-width:900px;margin:0 auto;text-align:center;gap:0}
.wb-hero-copy{position:relative;z-index:1}
.wb-flags{display:none !important}
.bd-kicker-row{display:flex;align-items:center;justify-content:center;gap:.85rem}
.bd-flag svg{width:58px;height:auto;display:block;border-radius:3px;box-shadow:0 3px 10px rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.22)}
.bd-au{font-weight:600;color:#fdf4e4;border-bottom:2px solid var(--gold);padding-bottom:1px}
.wb-hero h1.bd-hero-h1{font-size:clamp(2rem,4.6vw,3.25rem);font-weight:600;line-height:1.08;color:#fdf4e4;
  letter-spacing:-.02em;margin:1.1rem auto 0;max-width:none}
.bd-hero-h1 em{font-style:normal;color:var(--gold)}
.bd-proofbar{margin:1.7rem auto 0;font-size:.86rem;color:#b3a288;font-family:var(--round);font-weight:500;letter-spacing:.01em}
.bd-proofbar strong{color:var(--gold-soft);font-weight:600}

/* ---------- compact front door: bottles lead, the pitch stays slim ----------
   The base .wb-hero is a tall marketing band (3.2rem/4.4rem padding). On the
   landing it must be a thin masthead so "What's worth buying right now" + the
   real cards sit near the top, not below a screenful of copy (2026-06-04). */
/* overflow:visible so the hero search dropdown isn't clipped by the band */
.wb-hero{padding:1rem 0 1.1rem;overflow:visible}
.bd-kicker-row{gap:.6rem}
.bd-flag svg{width:34px}
.wb-kicker{margin-bottom:0;font-size:.72rem}
.wb-hero h1.bd-hero-h1{font-size:clamp(1.15rem,2.3vw,1.5rem);font-weight:500;margin-top:.15rem}

/* ---------- moat band: "why Buddy isn't just another AI" ---------- */
.bd-moat{margin:2rem 0 1.9rem}
.bd-moat-head{max-width:780px}
.bd-moat-kicker{display:inline-block;font-family:var(--round);font-weight:600;font-size:.78rem;
  text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem}
.bd-moat-head h2{font-size:1.7rem;font-weight:600;letter-spacing:-.02em;color:var(--ink)}
.bd-moat-head > p{margin:.6rem 0 0;font-size:1.02rem;line-height:1.55;color:var(--ink-soft);max-width:68ch}
.bd-versus{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin:1.1rem 0 0;font-family:var(--round);font-weight:500}
.bd-v-generic{font-size:.92rem;color:var(--muted);background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:.4rem .8rem}
.bd-v-arrow{color:var(--accent);font-weight:600}
.bd-v-buddy{font-size:.95rem;font-weight:600;color:var(--accent);background:var(--accent-bg);border:1px solid var(--accent-line);border-radius:999px;padding:.4rem .85rem}
.bd-v-buddy .star{color:var(--gold);margin-right:.2rem}
.bd-moat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0 0}
.bd-moat-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.2rem 1.25rem}
.bd-moat-ic{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;
  background:linear-gradient(135deg,var(--accent),var(--gold));color:#fdf4e4;margin-bottom:.7rem}
.bd-moat-ic svg{width:22px;height:22px}
.bd-moat-card h3{font-size:1.08rem;font-weight:600;color:var(--ink);margin-bottom:.35rem}
.bd-moat-card p{font-size:.92rem;line-height:1.55;color:var(--ink-soft)}
@media (max-width:760px){.bd-moat-grid{grid-template-columns:1fr}}

/* ---------- engine intro ---------- */
.bd-engine-intro{margin:2.4rem 0 .2rem;text-align:center;padding-top:1.6rem;border-top:1px solid var(--line)}
.bd-engine-intro h2{font-size:1.4rem;font-weight:600;color:var(--ink);letter-spacing:-.01em}
.bd-engine-intro p{margin:.35rem 0 1rem;font-size:.95rem;color:var(--muted)}
.bd-engine-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}
.bd-engine-link{font-family:var(--round);font-weight:600;font-size:.95rem;background:var(--ink);color:#fdf4e4;
  border:1px solid var(--ink);border-radius:11px;padding:.55rem 1.1rem;text-decoration:none}
.bd-engine-link:hover{background:#46342a;text-decoration:none}
.bd-engine-link.ghost{background:none;color:var(--accent);border-color:var(--accent-line)}
.bd-engine-link.ghost:hover{background:var(--accent-bg);color:var(--accent)}

/* ---------- hero search ----------
   A real bottle search on the landing hero, always visible (the header
   .wb-search is hidden by the Buddy rail on desktop; this one is not).
   Styling mirrors catalog.css's header search; .idx pills come from market.css. */
/* one white rounded bar — magnifier · input · amber Search button (reference hero) */
.bd-hero-search{position:relative;display:flex;align-items:center;gap:.7rem;
  margin:1.5rem auto 0;max-width:560px;text-align:left;background:#fff;border-radius:16px;
  padding:.5rem .5rem .5rem 1.1rem;
  box-shadow:0 18px 44px rgba(0,0,0,.34),inset 0 0 0 1px rgba(184,83,31,.10)}
/* keep it visible even when the Buddy rail is on (overrides wb-buddy.css) */
html.bd-rail-on .wb-hero-copy .bd-hero-search{display:flex}
.bd-hero-search .ico{position:static;transform:none;flex:none;color:#a8967d;pointer-events:none}
.bd-hero-search input{flex:1 1 auto;min-width:0;width:auto;padding:.45rem 0;border:none;border-radius:0;
  background:none;font:inherit;font-size:1.05rem;color:var(--ink)}
.bd-hero-search input::placeholder{color:#a8967d}
.bd-hero-search input:focus{outline:none;border:none;box-shadow:none}
.bd-hero-go{flex:none;cursor:pointer;font-family:var(--round);font-weight:600;font-size:.98rem;
  color:#fff;letter-spacing:.01em;border:none;border-radius:11px;padding:.65rem 1.4rem;
  background:linear-gradient(160deg,var(--gold) 0%,var(--accent) 100%);
  box-shadow:0 4px 12px rgba(168,105,42,.36);transition:filter .14s}
.bd-hero-go:hover{filter:brightness(1.06)}
/* The AU-badge wide-banner treatment (rail-bound, contents centred over the
   content column) now lives in wb-header.css so it applies to EVERY rail page,
   not just the landing. */
/* big light wordmark — the hero IS the logo (reference) */
.wb-hero-copy .bd-hero-mark{display:inline-block;font-size:clamp(2rem,5vw,2.9rem);line-height:1;
  margin-bottom:.25rem;filter:drop-shadow(0 6px 26px rgba(224,149,74,.18))}
.bd-hero-search .wb-results{position:absolute;top:calc(100% + .45rem);left:0;right:0;background:var(--card);border:1px solid var(--line);
  border-radius:14px;box-shadow:0 16px 38px rgba(51,36,26,.20);overflow:hidden auto;max-height:min(66vh,440px);z-index:60;display:none}
.bd-hero-search .wb-results.open{display:block}
.bd-hero-search .wb-res-head{font-family:var(--round);font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:.55rem .8rem .35rem}
.bd-hero-search .wb-result{display:flex;align-items:center;gap:.65rem;padding:.5rem .8rem;cursor:pointer;border-top:1px solid var(--line-soft);text-decoration:none;color:var(--ink)}
.bd-hero-search .wb-result:hover{text-decoration:none}
.bd-hero-search .wb-result.active{background:var(--soft)}
.bd-hero-search .wb-result img{width:34px;height:44px;object-fit:contain;background:#fff;border:1px solid var(--line-soft);border-radius:6px;flex:none;padding:2px}
.bd-hero-search .wb-result .rtext{min-width:0;display:flex;flex-direction:column;gap:.1rem}
.bd-hero-search .wb-result .rname{font-family:var(--round);font-weight:600;font-size:.9rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bd-hero-search .wb-result .rmeta{font-size:.77rem;color:var(--muted)}
.bd-hero-search .wb-result .rright{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;flex:none}
.bd-hero-search .wb-result .rprice{font-family:var(--round);font-weight:600;color:var(--accent);font-variant-numeric:tabular-nums}
.bd-hero-search .wb-result .rprice-none{color:var(--muted)}
.bd-hero-search .wb-result .idx{font-size:.72rem;padding:.1rem .4rem}
.bd-hero-search .wb-res-foot{display:block;padding:.6rem .8rem;border-top:1px solid var(--line);font-family:var(--round);font-weight:600;font-size:.85rem;color:var(--accent);background:var(--bg-tint);text-decoration:none}
.bd-hero-search .wb-res-foot:hover,.bd-hero-search .wb-res-foot.active{background:var(--accent-bg);text-decoration:none}

/* ---------- about + fine print (the long-form lower page) ----------
   These sections (How it works / The fine print) had no CSS at all and were
   rendering as bare browser defaults under the styled moat band. Style them
   on the same palette so the whole /v2/about page reads as one design. */
.bd-about{margin-left:auto;margin-right:auto}
.bd-about h2{font-size:1.45rem;font-weight:600;color:var(--ink);letter-spacing:-.01em;margin:0 0 .8rem}
.bd-about p{margin:.75rem 0 0;font-size:1rem;line-height:1.62;color:var(--ink-soft)}
.bd-about p:first-of-type{margin-top:0}
.bd-about a{color:var(--accent);font-weight:600;text-decoration:none}
.bd-about a:hover{text-decoration:underline}

/* the fine print reads as one tidy card, each rule a gold-dot bullet */
.bd-fineprint-sec{background:var(--card);border:1px solid var(--line);border-radius:18px;
  padding:1.6rem 1.7rem 1.5rem;box-shadow:0 1px 2px rgba(51,36,26,.04)}
.bd-fineprint-sec h2{margin-bottom:1.05rem}
.bd-fineprint-list{list-style:none;margin:0;padding:0;display:grid;gap:.95rem}
.bd-fineprint-list li{position:relative;padding-left:1.45rem;font-size:.95rem;line-height:1.58;color:var(--ink-soft)}
.bd-fineprint-list li::before{content:"";position:absolute;left:0;top:.5em;width:7px;height:7px;border-radius:50%;
  background:linear-gradient(135deg,var(--accent),var(--gold))}
.bd-fineprint-list li strong{color:var(--ink);font-weight:600}
.bd-fineprint{margin:1.3rem 0 0;font-size:.9rem;line-height:1.55;color:var(--muted)}
@media (max-width:560px){.bd-fineprint-sec{padding:1.3rem 1.2rem}}

/* ---------- stats_for_nerds panel ---------- */
.wb-hero{position:relative}
.bd-sn-panel{
  position:absolute;top:.6rem;right:1.1rem;
  font-family:ui-monospace,'Cascadia Code','Source Code Pro',Menlo,Consolas,'Courier New',monospace;
  font-size:.67rem;line-height:1.22;
  color:rgba(255,255,255,.75);
  text-align:right;
  pointer-events:none;user-select:none;
}
.bd-sn-diamond{color:#39ff6e}
@media(max-width:720px){.bd-sn-panel{display:none}}

/* admin-only "Admin" nav dropdown → single source in static/css/wb-header.css */
