/* archetype: gallery — quiet and considered, all air. Tuned for First Chapter: the
   brand is thin black line on white, so corners are near-square, hairlines stay
   genuinely hairline, and nothing here competes with the hand-drawn room itself —
   the room is the decoration. */

h1 { font-size: clamp(2.6rem, 9vw, 5.4rem); line-height: 1.04; letter-spacing: 0.02em; }
h2 { font-size: clamp(1.8rem, 4.5vw, 2.6rem); letter-spacing: 0.03em; }
.lead { font-size: 1.25rem; line-height: 1.6; }

/* 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. */
.site-header { position: static; background: transparent; backdrop-filter: none; border-bottom: 0; }
.site-header .brand, .site-header .brand-name { color: #fff; letter-spacing: 0.08em; }
.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(86vh, 50rem); }
.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(6rem, 18vw, 11rem) clamp(3rem, 8vw, 5rem); }
.hero h1 { max-width: 16ch; font-weight: 400; }

/* Nothing is in a box: a line-drawn room does not need a card to sit in. */
.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.04em; text-transform: uppercase; font-size: 0.85rem; }
.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, small caps section heads to echo the sign. */
.menu-sections { gap: 3.5rem; }
.menu-section h3 { font-weight: 400; font-size: 1.4rem; letter-spacing: 0.05em; 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.4rem, 3.6vw, 2.1rem); font-weight: 300; max-width: 26ch; letter-spacing: 0.01em; }
