/* archetype: gallery — quiet and considered, all air. Tuned for Fia: there is no
   room, sign or product photo on file, only a name and a history, so the editorial
   serif and the mossy olive/copper pair carry the whole brand. Nothing here competes
   with the words, and the stand-in photographs are cropped square and low-key so
   they read as texture, not as a claim about what the room looks like. */

h1 { font-size: clamp(2.6rem, 9vw, 5.6rem); line-height: 1.05; letter-spacing: -0.005em; }
h2 { font-size: clamp(1.9rem, 4.6vw, 2.7rem); letter-spacing: -0.005em; }
.lead { font-size: 1.25rem; line-height: 1.6; }

/* The header sits over the hero and does not stick: a transparent bar with white text
   scrolled onto a cream page is unreadable. `relative` rather than `static`, because
   base.css opens the mobile nav with position:absolute/top:100% against the header, and
   a static one drops the dropdown a full viewport down the page where nobody sees it. */
.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, 46rem); }
.page-hero { margin-top: -4.25rem; padding-top: calc(4.25rem + clamp(2.5rem, 7vw, 4.5rem)); }
.hero::after { background: var(--hero-overlay); }
.hero-content { padding-block: clamp(5.5rem, 16vw, 10rem) clamp(3rem, 8vw, 5rem); }
.hero h1 { max-width: 17ch; font-weight: 500; }

/* Nothing sits in a box: there is no product to frame, so the words carry it. */
.card, .menu-note, .book-panel { background: transparent; border: 0; box-shadow: none; padding-inline: 0; }
.card-body { padding: 1rem 0 0; }
.section { padding-block: clamp(4rem, 11vw, 8rem); }
.section + .section { border-top: 0; }
.container { width: min(100% - 2.5rem, 62rem); }

/* Buttons are text with a hairline under them, not filled shapes. */
.btn { background: transparent; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; padding: 0.35rem 0.1rem; color: var(--color-primary); font-weight: 500; letter-spacing: 0.01em; }
.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 — there are no prices to make room for. */
.menu-sections { gap: 3.5rem; }
.menu-section h3 { font-weight: 500; font-size: 1.5rem; 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: var(--radius-sm); }
.quote { font-size: clamp(1.5rem, 3.8vw, 2.2rem); font-weight: 300; max-width: 25ch; }
