/* archetype: gallery — quiet and considered, the way a roastery that takes itself
   seriously would look. The header disappears over the hero, headings are large and
   the page is mostly air: no cards, no borders, no shadows. Tuned for Hatch: the
   shopfront's own signage is letter-spaced gold capitals on glass ("H A T C H" with a
   sprig above it), so headings and eyebrows are set uppercase with extra tracking to
   echo that, and the hero scrim is kept light because photo-06 is quiet and well lit
   on its own. */

h1 { font-size: clamp(2.6rem, 9vw, 5.4rem); line-height: 1.04; letter-spacing: 0.02em; }
h2 { font-size: clamp(1.8rem, 4.6vw, 2.7rem); letter-spacing: 0.02em; }
.lead { font-size: 1.3rem; line-height: 1.55; text-transform: none; letter-spacing: normal; }
.eyebrow { letter-spacing: 0.18em; }

/* The header sits over the hero, so it does not stick: a transparent bar with white
   text scrolled onto a cream page is unreadable, and every page under it opens with
   a dark band (.hero or .page-hero) for it to sit on.
   `relative`, not `static`: base.css positions the open mobile nav with
   `position: absolute; top: 100%` against the header, so a static header hands the
   dropdown to the initial containing block and it opens one full viewport down the
   page, invisible until you scroll. `relative` keeps the header out of the sticky
   flow exactly as `static` did while restoring that positioning context. */
.site-header { position: relative; background: transparent; backdrop-filter: none; border-bottom: 0; }
.site-header .brand, .site-header .brand-name { color: #fff; }
.nav-toggle { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.5); color: #fff; }
.nav { background: var(--color-bg); }
.hero { margin-top: -4.25rem; padding-top: 4.25rem; min-height: min(84vh, 48rem); }
.page-hero { margin-top: -4.25rem; padding-top: calc(4.25rem + clamp(2.5rem, 7vw, 4.5rem)); }
.hero::after { background: linear-gradient(180deg, rgba(18,13,13,0.14) 0%, rgba(18,13,13,0.06) 32%, rgba(18,13,13,0.5) 100%); }
.hero-content { padding-block: clamp(6rem, 18vw, 11rem) clamp(3rem, 8vw, 5rem); }
/* photo-06 is a near-square crop, so a tall phone hero throws away the sides. Pull the
   focal point right and down: that puts the flowers and the gold lettering in the lower
   half, under the headline rather than behind it, and keeps the blank grey wall out of
   the top third. */
.hero-media img { object-position: 64% 58%; }
.hero h1 { max-width: 18ch; font-weight: 700; }

/* Nothing is in a box. */
.card, .menu-note, .book-panel { background: transparent; border: 0; box-shadow: none; padding-inline: 0; }
.card-body { padding: 1rem 0 0; }
.card-body h3 { text-transform: uppercase; letter-spacing: 0.04em; font-size: 1.1rem; }
.section { padding-block: clamp(4rem, 11vw, 8rem); }
.section + .section { border-top: 0; }
.container { width: min(100% - 2.5rem, 62rem); }

/* Two shops, side by side rather than stretched across a third empty column. */
#highlights .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 46rem; margin-inline: auto; }

/* Buttons are text with a line under them. */
.btn { background: transparent; border: 0; border-bottom: 2px solid currentColor; border-radius: 0; padding: 0.35rem 0.1rem; color: var(--color-primary); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.btn-primary { color: var(--color-accent); }
.btn:hover { transform: none; opacity: 0.7; }
.hero .btn, .hero .btn-primary { color: #fff; }

/* Menu: an airy stack, hairlines only. */
.menu-sections { gap: 3.5rem; }
.menu-section h3 { font-weight: 700; font-size: 1.4rem; text-transform: uppercase; letter-spacing: 0.03em; border-bottom: 1px solid var(--color-border); padding-bottom: 0.6rem; }
.menu-item { padding: 0.9rem 0; border-bottom: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent); }
.menu-item-name { font-weight: 500; }
.menu-item-price { font-weight: 400; color: var(--color-muted); }
.menu-item-price:empty { display: none; }

.gallery { gap: 1.5rem; }
.gallery img { border-radius: 0; }
.quote { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 300; max-width: 24ch; text-transform: none; letter-spacing: normal; }
