/*
Theme Name: Harper Brewing Child
Template: harper-brewing
Author: Harper Brewing Co
Description: Your editable layer. Put CSS overrides and custom functions here so theme updates never wipe your changes.
Version: 1.5.4
*/

/* ============================================================
   YOUR OVERRIDES GO HERE
   Anything you put below wins over the parent theme.
   Examples:
============================================================ */

/* Retune the palette (uncomment & change):
:root{
  --gold:#D89A3C;
  --ink:#14110E;
}
*/

/* Make the bottle patterns stronger or weaker:
.beer-img::before, .beer::before { opacity:.18; }
*/

/* Tweak hero darkness (less dark = more brewery visible):
.hero-bg::after{ background:
  linear-gradient(0deg, var(--ink) 1%, rgba(20,17,14,.10) 50%, rgba(20,17,14,.35) 100%),
  linear-gradient(90deg, rgba(20,17,14,.85) 0%, rgba(20,17,14,.55) 45%, rgba(20,17,14,.20) 80%); }
*/

/* Harper patch 1.5.3 — tighter homepage spacing after the hero.
   Parent theme exposes Customizer controls for these values. */
@media(min-width:760px){.hero{min-height:var(--hero-min-height,78vh)}}
.cta-sub{margin-bottom:clamp(18px,3vw,34px)}
.hero-stats{padding-block:1.1rem 1.35rem}
.home main > .hero + .band{padding-top:var(--home-after-hero-gap,clamp(24px,4vw,48px))}
.core-band.no-limited-before{padding-top:var(--home-after-hero-gap,clamp(20px,3.5vw,42px))}

/* Harper patch 1.5.4 — stockists handled in parent; keep this child active for safe overrides. */
