/* ============================================================
   Holeman & Finch Bottle Shop — page.css
   Prospect-specific styling on top of the design system.
   palette-warm + type-warm-3 (Lora + Nunito Sans), dark/editorial.
   Split out of index.html to keep the HTML small (truncation-safe).
   ============================================================ */

/* ---- announcement bar (verified facts only) ---- */
.hf-announce {
  background: #14100C; color: #E7DECF;
  font-family: var(--font-mono);
  font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase;
}
.hf-announce .container-prose {
  display: flex; align-items: center; justify-content: center; gap: 1.25rem;
  flex-wrap: wrap; padding-block: 0.55rem; text-align: center;
}
.hf-announce a { color: var(--accent-ink); }
.hf-announce .dot { opacity: 0.4; }

/* ---- nav: dark over the espresso hero ---- */
.hf-top { position: relative; background: #1B1611; }
.hf-top .nav-bar { background: transparent; }
.hf-top .nav-bar a[href="#top"], .hf-top .hf-logo { color: #FBF3E6; }
.hf-top .nav-link { color: #C9BCA8; }
.hf-top .nav-link:hover { color: #FBF3E6; }
.hf-top .nav-hamburger { color: #FBF3E6; }
.hf-top .nav-scrolled { background: rgba(20,16,11,0.92); box-shadow: 0 1px 0 rgba(255,255,255,0.06); backdrop-filter: blur(8px); }
.hf-logo { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.01em; text-decoration: none; line-height: 1.05; }
.hf-logo small { display: block; font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.22em; opacity: 0.7; font-weight: 400; margin-top: 2px; }

/* ---- HERO (hero-split, dark editorial) ---- */
.hf-hero {
  position: relative; background: #1B1611; color: #F5ECDD;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  overflow: hidden;
}
.hf-hero::after { /* faint amber glow, cellar light */
  content: ""; position: absolute; top: -20%; right: -10%;
  width: 55vw; height: 55vw; pointer-events: none;
  background: radial-gradient(circle, rgba(200,129,30,0.16), transparent 62%);
}
.hf-hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.hf-hero h1 { color: #FBF3E6; max-width: 15ch; }
.hf-hero .eyebrow { color: rgba(245,236,221,0.62); }
.hf-hero-sub { color: rgba(245,236,221,0.82); font-size: 1.075rem; line-height: 1.65; margin-top: 1.35rem; max-width: 46ch; }
.hf-hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 1.9rem; }
.hf-hero .btn-secondary { color: #FBF3E6; border-color: rgba(255,255,255,0.35); }
.hf-hero .btn-secondary:hover { background: #FBF3E6; color: #1B1611; }
.hf-rating-chip {
  display: inline-flex; align-items: center; gap: 0.55rem; margin-top: 1.6rem;
  font-size: 0.9rem; color: rgba(245,236,221,0.85);
}
.hf-rating-chip b { color: #FBF3E6; font-family: var(--font-display); font-size: 1.05rem; }
.hf-stars { color: #E6A93B; letter-spacing: 1px; }

/* corner-cutout photo (flourish: photo-corner-cutout) */
.hf-cut {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 46px) 100%, 0 100%);
  overflow: hidden; border-radius: 6px; position: relative;
  box-shadow: var(--shadow-lg);
}
.hf-cut img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hf-hero-figure { position: relative; }
.hf-photo-tag {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  background: rgba(20,16,11,0.78); color: #F5ECDD; backdrop-filter: blur(4px);
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.4rem 0.7rem; border-radius: var(--radius-pill);
}

/* ---- trust / pedigree strip ---- */
.hf-trust { border-block: 1px solid var(--rule); background: var(--surface); }
.hf-trust .container-prose {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem clamp(1.5rem, 4vw, 3rem);
  justify-content: space-between; padding-block: 1.15rem;
}
.hf-trust-item {
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--ink-2); display: inline-flex; align-items: center; gap: 0.5rem;
}
.hf-trust-item b { color: var(--ink); font-weight: 700; }
.hf-trust-item svg { color: var(--accent); flex: 0 0 auto; }

/* ---- editorial section marker (flourish: hairline-rule-numbered) ---- */
.hf-marker {
  display: flex; align-items: baseline; gap: 1.5rem;
  border-top: 1px solid var(--rule); padding-top: 1rem; margin-bottom: 2.25rem;
}
.hf-marker .n { font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.1em; color: var(--accent-ink); }
.hf-marker .t { font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }

/* ---- numbered circle (flourish: numbered-circles) ---- */
.hf-numcircle {
  width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--accent); border-radius: 50%;
  font-family: var(--font-mono); font-size: 0.9rem; font-weight: 600; color: var(--accent-ink);
  flex: 0 0 auto;
}

/* ---- collections grid ---- */
.hf-shelf-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hf-shelf-tab {
  font-family: var(--font-body); font-size: 0.9rem; font-weight: 600; letter-spacing: 0.01em;
  padding: 0.5rem 1.15rem; border-radius: var(--radius-pill);
  border: 1px solid var(--rule); background: transparent; color: var(--ink-2); cursor: pointer;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
}
.hf-shelf-tab:hover { background: var(--accent-soft); border-color: var(--accent-soft); color: var(--accent-ink); }
.hf-shelf-tab[aria-selected="true"] { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.hf-shelf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.25rem; }
.hf-shelf-card {
  display: flex; flex-direction: column; gap: 0.85rem;
  background: var(--bg); border: 1px solid var(--rule); border-radius: var(--radius-lg);
  padding: 1.5rem 1.4rem; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.hf-shelf-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--accent-soft); }
.hf-shelf-card h3 { font-size: 1.28rem; }
.hf-shelf-card p { color: var(--ink-2); font-size: 0.95rem; line-height: 1.55; }
.hf-shelf-card .hf-dept {
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-3);
}
.hf-shelf-link {
  margin-top: auto; font-family: var(--font-body); font-weight: 600; font-size: 0.92rem;
  color: var(--accent-ink); display: inline-flex; align-items: center; gap: 0.4rem;
}
.hf-shelf-link:hover { color: var(--accent); gap: 0.6rem; }

/* ---- promos strip ---- */
.hf-promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.1rem; }
.hf-promo-card {
  background: var(--surface); border: 1px solid var(--rule); border-radius: var(--radius-lg);
  padding: 1.6rem 1.4rem; display: flex; flex-direction: column; gap: 0.55rem;
}
.hf-promo-card .hf-deal {
  font-family: var(--font-display); font-weight: 600; color: var(--accent-ink);
  font-size: 1.55rem; line-height: 1.1;
}
.hf-promo-card p { color: var(--ink-2); font-size: 0.92rem; line-height: 1.5; }
.hf-promo-card .hf-tag {
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--ink-3);
}

/* ---- Whisk(e)y Society (dark band) ---- */
.hf-society { position: relative; overflow: hidden; }
.hf-society .hf-bottles {
  position: absolute; inset: 0; opacity: 0.14; pointer-events: none;
  display: flex; align-items: flex-end; gap: 12px; justify-content: flex-end; padding: 0 4vw;
}
.hf-society .hf-bottles span {
  display: block; width: 26px; background: linear-gradient(180deg, var(--accent-soft), var(--accent));
  border-radius: 10px 10px 3px 3px;
}
.hf-society-inner { position: relative; z-index: 1; max-width: 620px; }
.hf-society .hf-society-note {
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
  margin-top: 1.5rem; color: var(--accent-soft);
}

/* ---- Story timeline (about-timeline) ---- */
.hf-story-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.hf-timeline { list-style: none; margin: 1.5rem 0 0; padding: 0; position: relative; }
.hf-timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: var(--rule); }
.hf-timeline li { position: relative; padding: 0 0 1.6rem 2.4rem; }
.hf-timeline li::before {
  content: ""; position: absolute; left: 3px; top: 5px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 0 4px var(--bg);
}
.hf-timeline .hf-when { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-ink); }
.hf-timeline h3 { font-size: 1.15rem; margin-top: 0.2rem; }
.hf-timeline p { color: var(--ink-2); font-size: 0.95rem; line-height: 1.55; margin-top: 0.3rem; }

/* ---- big pull quote (testimonial-bigquote) ---- */
.hf-bigquote { text-align: center; max-width: 900px; margin-inline: auto; }
.hf-bigquote blockquote {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.6rem, 3.6vw, 2.7rem); line-height: 1.25; letter-spacing: -0.01em;
  color: var(--ink); margin: 0;
}
.hf-bigquote .hf-mark { color: var(--accent); }
.hf-bigquote cite { display: block; margin-top: 1.5rem; font-style: normal; font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }

/* ---- location (adapted, honest hours link) ---- */
.hf-loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 3rem); align-items: start; }
.hf-loc-map iframe { width: 100%; aspect-ratio: 16/11; border: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hf-loc-line { display: flex; align-items: flex-start; gap: 0.6rem; margin-top: 0.9rem; color: var(--ink-2); font-size: 0.98rem; }
.hf-loc-line svg { color: var(--accent); flex: 0 0 auto; margin-top: 3px; }
.hf-loc-line a { color: var(--ink); font-weight: 600; }
.hf-hours-note { margin-top: 1.25rem; font-size: 0.9rem; color: var(--ink-2); background: var(--surface-2); border-radius: var(--radius); padding: 0.85rem 1rem; }

/* ---- prospect inline CTA ---- */
.hf-prospect { background: var(--ink); color: var(--bg); }
.hf-prospect h2 { color: var(--bg); }
.hf-prospect .eyebrow { color: rgba(255,255,255,0.5); justify-content: center; }
.hf-prospect p { color: rgba(255,255,255,0.72); }

/* ---- footer extras ---- */
.hf-foot-legal {
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.05em;
  color: rgba(255,255,255,0.5); text-align: center; padding: 0.9rem 0 1.4rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* ============================================================
   SIGNATURE MOVE — "Amber pour meter"
   A fixed rocks-glass badge (bottom-left) whose amber liquid rises
   with scroll progress, with a mono "% poured" readout. On-brand
   for a bottle shop; distinct from any prior prospect's signature.
   ============================================================ */
.hf-pour {
  position: fixed; left: 1.25rem; bottom: 1.25rem; z-index: 880;
  display: flex; align-items: center; gap: 0.55rem;
  padding: 0.45rem 0.7rem 0.45rem 0.5rem;
  background: rgba(20,16,11,0.86); color: #F5ECDD; backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-pill);
  box-shadow: 0 6px 20px rgba(0,0,0,0.28);
}
.hf-pour svg { display: block; }
.hf-pour .hf-pour-read {
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase;
  line-height: 1.25; white-space: nowrap;
}
.hf-pour .hf-pour-read b { color: #E6A93B; font-size: 0.82rem; display: block; }
@media (max-width: 768px) { .hf-pour { display: none; } }

/* ============================================================
   Responsive — page-specific stacks (responsive.css handles the rest)
   ============================================================ */
@media (max-width: 860px) {
  .hf-hero-grid { grid-template-columns: 1fr; }
  .hf-hero-figure { order: -1; }
  .hf-story-grid { grid-template-columns: 1fr; }
  .hf-loc-grid { grid-template-columns: 1fr; }
}

/* dark mode: soften the cream hero accents already handled by tokens */
@media (prefers-color-scheme: dark) {
  .hf-trust { background: var(--surface); }
  .hf-announce { background: #100D0A; }
}
