/* Pioneer Bar. Colors from the logo's pines and the log building; the
   serif small caps echo the wordmark. No web fonts: the stacks below are on
   every phone and PC already, so nothing loads from anywhere else. */

:root {
  --forest: #1f3529;
  --forest-2: #2d4a3a;
  --sage: #8fab88;
  --sage-soft: #e3eadf;
  --log: #c59a5f;
  --log-soft: #f1e3cc;
  --bark: #5b3d25;
  --cream: #f7f2e8;
  --paper: #fffdf9;
  --ink: #1d211e;
  --muted: #5c645e;
  --line: #e0d6c3;
  --open: #2f8a47;
  --closed: #a2412b;
  --serif: "Palatino Linotype", "Book Antiqua", Palatino, "URW Palladio L", P052, Georgia, serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --radius: 10px;
  --shadow: 0 1px 2px rgba(29, 33, 30, .06), 0 6px 20px rgba(29, 33, 30, .07);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font: 17px/1.55 var(--sans);
}
img { max-width: 100%; display: block; }
a { color: var(--forest-2); text-underline-offset: .15em; }
a:hover { color: var(--bark); }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.15; margin: 0 0 .5em; }
h1, h2 { font-variant-caps: small-caps; letter-spacing: .03em; }
p { margin: 0 0 .9em; }
:focus-visible { outline: 3px solid var(--log); outline-offset: 2px; }

.wrap { width: min(1120px, 100% - 2.5rem); margin-inline: auto; }
.narrow { width: min(760px, 100% - 2.5rem); }
.center { text-align: center; }
.muted { color: var(--muted); }
.small, .fine { font-size: .88rem; }
.fine { color: var(--muted); max-width: 640px; margin: 1.5rem auto 0; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 0; background: var(--paper); padding: .5rem 1rem; z-index: 10; }
.skip:focus { left: 1rem; }
.icon { width: 1.15em; height: 1.15em; vertical-align: -.2em; flex: none; }

/* ---------- top of the page */
.alert { display: block; text-decoration: none; font-weight: 700; font-size: .98rem; padding: .6rem 0; text-align: center; }
.alert .wrap { display: flex; justify-content: center; align-items: center; gap: .5rem; }
.alert .icon { flex: none; }
.alert-closed { background: var(--closed); color: #fff; }
.alert-changed { background: #f2b53a; color: #2b1d05; }
.alert:hover { filter: brightness(1.06); color: inherit; }
.alert-closed:hover { color: #fff; }
.alert + .alert { border-top: 1px solid rgba(0, 0, 0, .12); }
.staging-strip { background: repeating-linear-gradient(-45deg, #2b2b2b 0 12px, #3a3a3a 12px 24px); color: #fff; text-align: center; padding: .45rem 1rem; font-size: .9rem; }
.staging-strip a { color: #ffd66b; }
.banner { background: var(--log); color: var(--ink); font-weight: 600; text-align: center; padding: .55rem 0; font-size: .95rem; }
.top { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 5; }
.top-in { display: flex; align-items: center; gap: 1rem; min-height: 72px; }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand .grove { width: 64px; height: 40px; }
.brand-logo { height: 48px; width: auto; }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); font-variant-caps: small-caps; font-size: 1.55rem; letter-spacing: .05em; font-weight: 700; }
.brand-town { font-size: .66rem; letter-spacing: .32em; text-transform: uppercase; color: var(--muted); margin-top: .3rem; padding-left: .1em; }
.nav { display: flex; align-items: center; gap: .25rem; }
.nav a { text-decoration: none; color: var(--ink); padding: .5rem .75rem; border-radius: 6px; font-weight: 600; font-size: .98rem; }
.nav a:hover { background: var(--sage-soft); color: var(--ink); }
.nav a[aria-current="page"] { color: var(--forest-2); box-shadow: inset 0 -3px 0 var(--sage); border-radius: 0; }
.nav .nav-call { background: var(--forest); color: #fff; margin-left: .5rem; display: inline-flex; gap: .4rem; align-items: center; border-radius: 999px; padding: .45rem 1rem; }
.nav .nav-call:hover { background: var(--forest-2); color: #fff; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; width: 46px; height: 42px; cursor: pointer; }
.bars, .bars::before, .bars::after { display: block; width: 20px; height: 2px; background: var(--ink); margin: 0 auto; position: relative; transition: transform .2s; }
.bars::before, .bars::after { content: ""; position: absolute; left: 0; }
.bars::before { top: -6px; } .bars::after { top: 6px; }
.nav-open .bars { background: transparent; }
.nav-open .bars::before { transform: translateY(6px) rotate(45deg); }
.nav-open .bars::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1000px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); flex-direction: column; align-items: stretch; padding: .5rem 1.25rem 1rem; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-open .nav { display: flex; }
  .nav a { padding: .8rem .5rem; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav a[aria-current="page"] { box-shadow: inset 4px 0 0 var(--sage); padding-left: 1rem; }
  .nav .nav-call { margin: .75rem 0 0; justify-content: center; border-bottom: 0; border-radius: 999px; }
  .brand .grove { width: 52px; height: 33px; }
  .brand-name { font-size: 1.3rem; }
}

/* ---------- buttons & bits */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; background: var(--forest); color: #fff; border: 2px solid var(--forest); border-radius: 999px; padding: .6rem 1.35rem; font: 600 1rem/1.2 var(--sans); text-decoration: none; cursor: pointer; }
.btn:hover { background: var(--forest-2); border-color: var(--forest-2); color: #fff; }
.btn-light { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.btn-light:hover { background: #fff; border-color: #fff; color: var(--ink); }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .8); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.btn-ghost-dark, .btn-quiet { background: transparent; border-color: var(--forest); color: var(--forest); }
.btn-ghost-dark:hover, .btn-quiet:hover { background: var(--sage-soft); color: var(--forest); }
.btn-disabled { background: var(--line); border-color: var(--line); color: var(--muted); cursor: default; }
.btn-disabled:hover { background: var(--line); border-color: var(--line); color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.pill { display: inline-block; font: 700 .7rem/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; background: var(--sage-soft); color: var(--forest-2); border-radius: 999px; padding: .3rem .55rem; vertical-align: .15em; }
.eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--bark); margin-bottom: .5rem; }
.more { font-weight: 600; text-decoration: none; }
.pay { font-weight: 600; color: var(--bark); }
.where { display: flex; gap: .45rem; align-items: flex-start; }
.where .icon { margin-top: .2em; }
.addr { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }

.status { display: inline-flex; flex-wrap: wrap; align-items: center; gap: .4rem; margin: 0 0 1rem; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .35rem .9rem .35rem .7rem; font-size: .95rem; }
.status .dot { width: .6rem; height: .6rem; border-radius: 50%; background: var(--closed); }
.status.is-open .dot { background: var(--open); box-shadow: 0 0 0 4px rgba(47, 138, 71, .2); }
.status.is-open b { color: var(--open); }
.status.is-closed b { color: var(--closed); }
.status-big { font-size: 1.05rem; padding: .5rem 1.1rem .5rem .85rem; }
.ast { color: var(--muted); text-decoration: none; font-weight: 700; padding: 0 .1rem 0 .05rem; }
.ast:hover { color: var(--bark); }
.next-day { font-family: var(--sans); font-variant-caps: normal; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--bark); margin: 1rem 0 .1rem; }
.hours-note { color: var(--muted); }
.card-hours .hours-note { font-size: .85rem; }
.card-hours .hours-note p { margin-bottom: .6rem; }
.hours-note:target { background: var(--log-soft); border-radius: 8px; padding: .5rem .75rem; color: var(--ink); }
.today-hours { margin: 0 0 .75rem; }
.today-hours div { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; border-top: 1px dashed var(--line); }
.today-hours div:first-child { border-top: 0; }
.today-hours dt { color: var(--muted); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; align-self: center; }
.today-hours dd { margin: 0; font-family: var(--serif); font-size: 1.3rem; }

/* ---------- sections */
.band { padding: 3rem 0; }
.section-h { font-size: 1.9rem; }
.section-h.small { font-size: 1.35rem; margin-top: 2rem; }
.page-head { background: var(--forest); color: var(--cream); padding: 2.75rem 0 2.25rem; position: relative; overflow: hidden; }
.page-head::after { content: ""; position: absolute; right: -40px; bottom: -8px; width: 300px; height: 190px; background: url(/static/img/grove-dark.svg) no-repeat right bottom / contain; opacity: .35; }
.page-head h1 { font-size: clamp(2.1rem, 5vw, 3.1rem); margin: 0; position: relative; z-index: 1; }
.page-head .eyebrow { color: var(--log); }
.page-head .lede { max-width: 620px; margin: .75rem 0 0; font-size: 1.1rem; position: relative; z-index: 1; opacity: .92; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
.card-h { font-size: 1.35rem; display: flex; gap: .5rem; align-items: center; }
.two-col { display: grid; gap: 2rem; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 860px) { .two-col { grid-template-columns: 1.1fr 1fr; } }
.two-col > div > .card + .card { margin-top: 1.5rem; }

/* ---------- home */
.hero { position: relative; min-height: min(78vh, 640px); display: flex; align-items: flex-end; color: #fff; background: var(--forest); overflow: hidden; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 32, 25, .15) 0%, rgba(20, 32, 25, .35) 45%, rgba(20, 32, 25, .88) 100%); }
.hero-in { position: relative; z-index: 1; padding: 6rem 0 3rem; }
@media (max-width: 620px) { .hero { min-height: min(64vh, 520px); } .hero-in { padding-top: 4rem; } }
.hero .eyebrow { color: var(--log-soft); }
.display { font-size: clamp(3rem, 10vw, 5.8rem); margin: 0 0 .1em; letter-spacing: .04em; text-shadow: 0 2px 18px rgba(0, 0, 0, .35); }
.hero .lede { font-size: clamp(1.1rem, 2.6vw, 1.45rem); margin-bottom: 1.25rem; font-family: var(--serif); letter-spacing: .08em; }
.hero .status { background: rgba(255, 253, 249, .95); color: var(--ink); }

/* weather: a glassy badge in the top corner of the hero photo */
.hero-top { position: absolute; top: 1rem; left: 0; right: 0; z-index: 1; display: flex; justify-content: flex-end; pointer-events: none; }
.wx { pointer-events: auto; display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; color: #fff; background: rgba(20, 32, 25, .55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, .22); border-radius: 12px; padding: .5rem .9rem .5rem .7rem; line-height: 1.25; }
.wx:hover { color: #fff; background: rgba(20, 32, 25, .72); }
.wx-icon .icon { width: 1.9rem; height: 1.9rem; color: var(--log-soft); vertical-align: middle; }
.wx-text { display: flex; flex-direction: column; }
.wx-now { font-size: .95rem; }
.wx-now b { font-size: 1.15rem; margin-right: .2rem; }
.wx-ahead { font-size: .8rem; opacity: .85; }
.wx-card { color: var(--ink); background: var(--sage-soft); border-color: var(--line); -webkit-backdrop-filter: none; backdrop-filter: none; margin-top: .25rem; }
.wx-card:hover { color: var(--ink); background: #d6e1d0; }
.wx-card .wx-icon .icon { color: var(--forest-2); }
@media (max-width: 620px) { .hero-top { top: .75rem; } .wx { padding: .4rem .7rem .4rem .55rem; } .wx-icon .icon { width: 1.6rem; height: 1.6rem; } }

.band-today { padding-top: 0; margin-top: -1.5rem; position: relative; z-index: 2; }
.today-grid { display: grid; gap: 1.25rem; }
@media (min-width: 860px) { .today-grid { grid-template-columns: 1.6fr 1fr; } }
.card-today { border-top: 5px solid var(--sage); }
.card-today h2 { font-size: 1.8rem; }
.card-hours .big { font-family: var(--serif); font-size: 1.5rem; margin-bottom: .6rem; }

.specials { list-style: none; margin: 0 0 1rem; padding: 0; }
.special { display: flex; gap: .85rem; padding: .85rem 0; border-top: 1px dashed var(--line); }
.special:first-child { border-top: 0; padding-top: .25rem; }
.special h3 { font-size: 1.2rem; margin: 0; }
.special p { margin: .2rem 0 0; color: var(--muted); }
.special-body { flex: 1; }
.special .line { display: flex; gap: .75rem; align-items: baseline; justify-content: space-between; }
.adv { font-family: var(--sans); font-size: .7em; font-weight: 700; color: var(--muted); vertical-align: .45em; margin-left: .12em; cursor: help; }
.closed-note { font-weight: 700; color: var(--closed); }
.special.is-cancelled h3 { color: var(--muted); }
.special.is-cancelled s { text-decoration-thickness: 2px; text-decoration-color: rgba(162, 65, 43, .7); }
.cancel-badge { flex: none; font: 700 .68rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: #fff; background: var(--closed); border-radius: 4px; padding: .32rem .5rem; white-space: nowrap; }
.special p.cancel-note { color: var(--closed); font-weight: 600; }
.special p.special-time { display: flex; gap: .35rem; align-items: center; color: var(--bark); font-weight: 600; font-size: .92rem; }
.price { font-weight: 700; color: var(--bark); white-space: nowrap; }

.tiles { display: grid; gap: 1rem; }
@media (min-width: 760px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
.band-tiles { padding-top: 0; }
.tile { display: flex; gap: 1rem; align-items: center; background: var(--forest); color: var(--cream); text-decoration: none; border-radius: var(--radius); padding: 1.35rem 1.25rem; transition: transform .15s, background .15s; }
.tile:hover { background: var(--forest-2); color: #fff; transform: translateY(-2px); }
.tile-icon { width: 3rem; height: 3rem; border-radius: 50%; background: rgba(255, 255, 255, .1); display: grid; place-items: center; flex: none; color: var(--log); }
.tile-icon .icon { width: 1.5rem; height: 1.5rem; }
.tile-text { display: flex; flex-direction: column; flex: 1; }
.tile-h { font-family: var(--serif); font-variant-caps: small-caps; font-size: 1.35rem; font-weight: 700; letter-spacing: .03em; }
.tile-p { font-size: .92rem; opacity: .85; }
.arrow { font-size: 1.3rem; opacity: .7; }

.band-about { background: var(--paper); border-block: 1px solid var(--line); }
.about { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 860px) { .about { grid-template-columns: 1.3fr 1fr; } }
.about-text p { font-size: 1.08rem; }
.about-side { display: grid; gap: 1.25rem; }
.about-photo { margin: 0; }
.features-photo { float: right; width: 132px; height: 132px; object-fit: cover; border-radius: 8px; margin: 0 0 .75rem 1rem; box-shadow: var(--shadow); transform: rotate(2deg); border: 4px solid #fff; }
@media (max-width: 480px) { .features-photo { width: 100px; height: 100px; } }
.about-photo .features-photo { float: none; margin: 0 auto; width: 206px; height: 206px; }
.features ul { list-style: none; margin: 0; padding: 0; }
.features li { padding: .5rem 0 .5rem 1.9rem; border-top: 1px dashed var(--line); position: relative; }
.features li:first-child { border-top: 0; }
.features li { display: flow-root; }   /* rows stop short of the photo instead of running under it */
.features li::before { content: ""; position: absolute; left: .2rem; top: .72rem; width: 1rem; height: 1rem; background: url(/static/img/pine-sage.svg) no-repeat center / contain; }
.about-photo img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.band-hiring { background: var(--log-soft); text-align: center; }
.gallery { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.gallery img { border-radius: 8px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }

/* ---------- game days: Packers green and gold, Brewers navy and gold */
.band-games { padding-top: 0; }
.game-cards { display: grid; gap: 1rem; }
@media (min-width: 900px) { .game-cards.n2 { grid-template-columns: 1fr 1fr; } }
.gameday { --team: #203731; --team-hi: #26433a; --gold: #ffb612; display: flex; align-items: center; gap: 1rem; background: var(--team); color: #fff; text-decoration: none; border-radius: var(--radius); border-left: 6px solid var(--gold); padding: 1.1rem 1.4rem; box-shadow: var(--shadow); }
.gd-brewers { --team: #12284b; --team-hi: #1a3563; --gold: #ffc52f; }
.gameday:hover { color: #fff; background: var(--team-hi); }
.gd-icon { flex: none; width: 3rem; height: 3rem; border-radius: 50%; background: rgba(255, 197, 47, .15); display: grid; place-items: center; color: var(--gold); }
.gd-icon .icon { width: 1.6rem; height: 1.6rem; }
.gd-text { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.gd-kicker { font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.team-sec { margin-bottom: 2.5rem; scroll-margin-top: 90px; }
.team-sec .section-h { display: flex; align-items: center; gap: .5rem; margin-bottom: .2rem; }
.team-sec .section-h .icon { width: 1.5rem; height: 1.5rem; color: var(--bark); }
.gd-match { font-family: var(--serif); font-size: 1.45rem; font-weight: 700; line-height: 1.2; }
.gd-when { font-size: .98rem; }
.gd-last { font-size: .82rem; opacity: .75; margin-top: .15rem; }
.gd-last-when { display: block; }
.gd-last b { font-weight: 700; }
.team-record { margin: -.35rem 0 .15rem; font-size: 1rem; }
.team-record b { font-size: 1.1rem; }
.gd-cta { flex: none; font-weight: 600; font-size: .9rem; color: #ffe3a3; text-align: right; }
.gd-upd { display: block; font-weight: 400; font-size: .75rem; color: #fff; opacity: .6; margin-top: .2rem; }
.live-dot { display: inline-block; width: .55rem; height: .55rem; border-radius: 50%; background: #e8452c; margin-right: .4rem; vertical-align: .05em; animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; } }
@media (prefers-reduced-motion: reduce) { .live-dot { animation: none; } }
@media (max-width: 700px) { .gameday { flex-wrap: wrap; } .gd-cta { flex-basis: 100%; padding-left: 4rem; text-align: left; } }

.games { list-style: none; margin: 0; padding: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.game { display: grid; grid-template-columns: 6.5rem 1fr auto; gap: .75rem; align-items: center; padding: .8rem 1.1rem; border-top: 1px solid var(--line); }
.game:first-child { border-top: 0; }
.g-date { font-size: .95rem; white-space: nowrap; }
.g-date b { display: inline-block; width: 2.4rem; color: var(--muted); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.g-match { font-family: var(--serif); font-size: 1.12rem; font-weight: 700; }
.g-wk { display: block; font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.g-time { text-align: right; font-size: .95rem; white-space: nowrap; }
.game.is-done { color: var(--muted); }
.game.is-done .g-match { font-weight: 400; }
.g-result { color: var(--ink); }
.game.is-next { background: #fff7e0; box-shadow: inset 5px 0 0 #ffb612; }
.game.is-bye { color: var(--muted); font-style: italic; }
/* Phones: the weekday stacks over the date, and the date spans both lines of the row. */
@media (max-width: 520px) {
  .game { grid-template-columns: 4rem 1fr; row-gap: .2rem; }
  .g-date { grid-row: span 2; }
  .g-date b { display: block; width: auto; }
  .g-time { grid-column: 2; text-align: left; white-space: normal; }
}

/* ---------- events */
.band-coming { padding-top: 0; }
.coming-card .game-cards { margin-bottom: 1rem; }
.coming-card .gameday { box-shadow: none; }
.event-list { list-style: none; margin: 0 0 .75rem; padding: 0; }
.event-list li { border-top: 1px dashed var(--line); }
.event-list li:first-child { border-top: 0; }
.event-list a { display: flex; gap: 1rem; align-items: center; padding: .6rem 0; text-decoration: none; color: var(--ink); }
.event-list a:hover .ev-title { color: var(--bark); }
.ev-date { flex: none; width: 3.4rem; text-align: center; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); line-height: 1.05; padding: .35rem 0; }
.ev-date b { display: block; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--bark); }
.ev-date span { display: block; font-family: var(--serif); font-size: 1.45rem; font-weight: 700; }
.ev-date i { display: block; font-style: normal; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.ev-text { display: flex; flex-direction: column; }
.ev-title { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; }
.ev-when { font-size: .9rem; color: var(--muted); }
.ev-day { font-size: 1.05rem; color: var(--bark); margin: 1.5rem 0 .5rem; }
.ev-day:first-of-type { margin-top: 0; }
.event { margin-bottom: 1rem; scroll-margin-top: 90px; }
.event h4 { font-family: var(--serif); font-size: 1.3rem; margin: 0 0 .35rem; }
.event p:last-child { margin-bottom: 0; }
/* The rest of a list (events, coming specials) opens under this button. */
.fold > summary { list-style: none; display: flex; width: fit-content; margin: .25rem auto 1rem; }
.fold > summary::-webkit-details-marker { display: none; }
.fold .when-open, .fold[open] .when-shut { display: none; }
.fold[open] .when-open { display: inline; }
.ev-time { display: flex; gap: .4rem; align-items: center; color: var(--bark); font-weight: 600; margin-bottom: .3rem; }
.band-gamedays { background: var(--paper); border-top: 1px solid var(--line); scroll-margin-top: 70px; }

/* ---------- hours */
.hours { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-bottom: 1rem; }
.hours th, .hours td { text-align: left; padding: .7rem 1rem; border-top: 1px solid var(--line); }
.hours td { white-space: nowrap; }
@media (max-width: 520px) { .hours th, .hours td { padding: .6rem .55rem; } }
.hours thead th { border-top: 0; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.hours tbody th { font-weight: 600; }
.hours tr.today { background: var(--sage-soft); }
.hours tr.today th, .hours tr.today td { font-weight: 700; }
.today-note { background: var(--log-soft); border-radius: 8px; padding: .6rem .9rem; font-weight: 600; }
.special-days { list-style: none; padding: 0; margin: 0; }
.special-days li { display: flex; gap: 1rem; padding: .55rem 0; border-top: 1px solid var(--line); }
.sd-date { font-weight: 700; min-width: 7.5rem; }
.map { margin: 1rem 0; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 3; background: var(--sage-soft); }
.map iframe { border: 0; width: 100%; height: 100%; display: block; }

/* ---------- menu */
.menu-tabs { display: flex; justify-content: center; gap: .5rem; margin: 0 auto 1.5rem; }
.menu-tabs a { flex: 1 1 0; max-width: 15rem; min-width: 0; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; color: var(--ink); background: var(--paper); border: 2px solid var(--line); border-radius: 12px; padding: .65rem 1.2rem; font-family: var(--serif); font-variant-caps: small-caps; font-size: 1.2rem; font-weight: 700; letter-spacing: .03em; }
.menu-tabs a:hover { border-color: var(--sage); }
.menu-tabs a[aria-current="page"] { background: var(--forest); border-color: var(--forest); color: var(--cream); }
.tab-when { font-family: var(--sans); font-variant-caps: normal; font-size: .75rem; font-weight: 600; letter-spacing: .02em; opacity: .75; }
@media (max-width: 480px) { .menu-tabs a { font-size: 1.05rem; padding: .55rem .6rem; } .tab-when { font-size: .68rem; } }
.menu-note { text-align: center; color: var(--muted); max-width: 620px; margin: 0 auto 1.5rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 2rem; }
.chips a { text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .4rem 1rem; font-weight: 600; color: var(--ink); }
.chips a:hover { background: var(--sage-soft); }
.menu { columns: 1; column-gap: 3rem; }
@media (min-width: 900px) { .menu { columns: 2; } }
.menu-sec { break-inside: avoid; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1.5rem .75rem; margin-bottom: 2rem; box-shadow: var(--shadow); scroll-margin-top: 90px; }
.menu-sec h2 { font-size: 1.7rem; border-bottom: 2px solid var(--sage); padding-bottom: .35rem; }
.sec-note { color: var(--bark); font-style: italic; }
.menu-items { list-style: none; margin: 0; padding: 0; }
.mi { padding: .6rem 0 .5rem; }
.mi-line { display: flex; align-items: baseline; gap: .5rem; }
.mi h3 { font-size: 1.15rem; margin: 0; }
.leader { flex: 1; border-bottom: 2px dotted #cbbfa8; transform: translateY(-.3em); min-width: 1rem; }
.mi p { margin: .15rem 0 0; color: var(--muted); font-size: .95rem; }
.mi .tags { margin-top: .35rem; }
.mi .pill + .pill { margin-left: .3rem; }

/* ---------- specials page */
/* Day cards: flex so a short last row sits centered. views.week_columns()
   picks cols-N from the number of days; smaller screens cap it at 2, then 1. */
.week { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; --cols: 1; }
.week > .day { flex: 0 0 calc((100% - (var(--cols) - 1) * 1rem) / var(--cols)); min-width: 0; }
@media (min-width: 600px) { .week.cols-2, .week.cols-3, .week.cols-4 { --cols: 2; } }
@media (min-width: 900px) { .week.cols-3 { --cols: 3; } .week.cols-4 { --cols: 4; } }
.day { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.2rem .4rem; scroll-margin-top: 90px; }
.day h3 { font-variant-caps: small-caps; letter-spacing: .04em; font-size: 1.25rem; border-bottom: 1px solid var(--line); padding-bottom: .4rem; }
.day.is-today { border: 2px solid var(--sage); background: #fbfdf9; }
.day .special h3 { font-size: 1.05rem; font-variant-caps: normal; letter-spacing: 0; border: 0; padding: 0; }
.cu-date { font-size: 1.1rem; margin: 1.25rem 0 .25rem; color: var(--bark); }

/* ---------- shop */
.soon { text-align: center; border: 2px dashed var(--log); background: #fffaf0; margin-bottom: 2rem; padding: 2rem 1.5rem; }
.soon h2 { font-size: 1.8rem; margin: .6rem 0 .5rem; }
.soon p { max-width: 560px; margin: 0 auto; color: var(--muted); }
.soon-badge { display: inline-block; font: 700 .8rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; background: var(--forest); color: #ffe3a3; border-radius: 999px; padding: .5rem 1rem; }
.products { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.product { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.product-img { aspect-ratio: 1; background: var(--sage-soft); display: grid; place-items: center; }
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.product-img .grove { width: 60%; }
.product-body { padding: 1rem 1.1rem 1.25rem; display: flex; flex-direction: column; flex: 1; }
.product h2 { font-size: 1.2rem; font-variant-caps: normal; letter-spacing: 0; margin-bottom: .25rem; }
.product .price { margin-bottom: .4rem; }
.product p { font-size: .93rem; color: var(--muted); }
.product .btn { margin-top: auto; align-self: flex-start; }
.product p.price { color: var(--bark); font-size: 1rem; }

/* ---------- forms */
.form label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 1rem; }
.form input, .form select, .form textarea { display: block; margin-top: .3rem; font: 400 1rem/1.4 var(--sans); padding: .65rem .75rem; border: 1px solid #cfc4ae; border-radius: 8px; background: #fff; color: var(--ink); width: 100%; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--sage); border-color: var(--forest-2); }
.form textarea { resize: vertical; }
.opt { font-weight: 400; color: var(--muted); }
.row2, .row3 { display: grid; gap: 0 1rem; }
@media (min-width: 620px) { .row2 { grid-template-columns: 1fr 1fr; } .row3 { grid-template-columns: 1fr 1.6fr 1fr; } .row2.wide-first { grid-template-columns: 2fr 1fr; } }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { border-radius: 8px; padding: .9rem 1.1rem; margin-bottom: 1rem; }
.notice.ok { background: #e6f2e6; border: 1px solid #b8d8bb; }
.notice.bad { background: #fbe9e4; border: 1px solid #ebbcae; }
.notice ul { margin: 0; padding-left: 1.2rem; }
.notice h2 { font-size: 1.3rem; }

/* ---------- footer */
.foot { background: var(--forest); color: var(--cream); padding: 3rem 0 1.25rem; margin-top: 2rem; }
.foot a { color: var(--log-soft); }
.foot-in { display: grid; gap: 2rem; }
@media (min-width: 760px) { .foot-in { grid-template-columns: 2fr 1fr; } }
.foot-grove { width: 90px; height: 56px; margin-bottom: .5rem; }
.foot-name { font-family: var(--serif); font-variant-caps: small-caps; font-size: 1.5rem; letter-spacing: .05em; margin-bottom: .3rem; }
.foot-h { font-size: .8rem; font-family: var(--sans); font-variant-caps: normal; text-transform: uppercase; letter-spacing: .18em; color: var(--log); }
.foot .pay { color: var(--log-soft); }
.foot-links { list-style: none; padding: 0; margin: 0; }
.foot-links li { margin-bottom: .45rem; }
.foot-small { display: flex; flex-wrap: wrap; gap: .35rem 1.25rem; justify-content: space-between; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .82rem; opacity: .7; }

/* ---------- gallery (2026-09-19) */
[hidden] { display: none !important; }
.ph { display: block; overflow: hidden; border-radius: 8px; background: var(--sage-soft); }
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ph:hover img, .ph:focus-visible img { transform: scale(1.04); }
.mosaic { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: .5rem; }
.mosaic .ph { aspect-ratio: 4 / 3; }
.mosaic.full { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 170px; grid-auto-flow: dense; }
.mosaic.full .ph { aspect-ratio: auto; }
.mosaic.full .ph:first-child { grid-column: span 2; grid-row: span 2; }
.mosaic.full .ph:nth-child(6) { grid-column: span 2; }
.chips { position: sticky; top: 72px; z-index: 4; background: var(--cream); border-bottom: 1px solid var(--line); }
.chips .wrap { display: flex; gap: .5rem; overflow-x: auto; padding: .6rem 0; scrollbar-width: none; }
.chips a { white-space: nowrap; text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .35rem .85rem; font-weight: 600; font-size: .9rem; color: var(--ink); }
.chips a:hover { border-color: var(--sage); }
.chips a span { color: var(--muted); font-weight: 400; margin-left: .15rem; }
.gal-sec { scroll-margin-top: 130px; }
.gal-sec + .gal-sec { padding-top: 0; }
.gal-month { font: 700 .8rem/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--bark); margin: 1.25rem 0 .6rem; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .5rem; }
.grid .ph { aspect-ratio: 1; }
.home-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; margin-bottom: 1rem; }
.home-strip .ph { aspect-ratio: 4 / 3; }
@media (max-width: 700px) {
  .mosaic { grid-template-columns: repeat(2, 1fr); }
  .mosaic.full { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  .mosaic.full .ph:nth-child(6) { grid-column: auto; }
  .grid { grid-template-columns: repeat(3, 1fr); gap: .3rem; }
  .home-strip { grid-template-columns: repeat(2, 1fr); }
}
/* the photo viewer (site.js) */
.lightbox { position: fixed; inset: 0; z-index: 50; background: rgba(10, 14, 11, .95); display: flex; align-items: center; justify-content: center; }
.lightbox figure { margin: 0; display: flex; flex-direction: column; align-items: center; max-width: 96vw; }
.lightbox img { max-width: 96vw; max-height: 82vh; object-fit: contain; border-radius: 4px; }
.lightbox figcaption { color: #f2f2ee; text-align: center; padding: .7rem 1rem 0; display: flex; flex-direction: column; gap: .2rem; }
.lb-meta { font-size: .85rem; color: #b8c2ba; }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255, 255, 255, .14); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%; font: 400 2rem/1 var(--sans); cursor: pointer; display: grid; place-items: center; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255, 255, 255, .28); }
.lb-close { top: 1rem; right: 1rem; }
.lb-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1rem; top: 50%; transform: translateY(-50%); }
@media (max-width: 700px) { .lb-prev, .lb-next { top: auto; bottom: 1rem; transform: none; } }
body.lb-open { overflow: hidden; }
