/*
  Design rationale: Warm cave taupe (#B09272) drawn directly from the GROTTO logo's sandy-beige
  background — the color of firelit limestone walls in an underground grotto. Hookah ember crimson
  (#C84850) evokes the red velvet alcove chairs and glowing shisha coals in the cave interior.
  Heading: Source Serif 4 — modern editorial transitional serif, moody editorial weight for a
  Japanese hookah lounge, first use in portfolio.
  Body: Lexend — designed specifically for reading comfort, clean geometric humanist, first use
  in portfolio. New pairing not previously used.
*/

/* 1. Reset & Custom Properties */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --dark:       #1A1412;
  --bg-alt:     #231C1A;
  --accent:     #B09272;
  --highlight:  #C84850;
  --cream:      #F5F0E8;
  --cream-dim:  rgba(245,240,232,0.65);
  --accent-dim: rgba(176,146,114,0.14);
  --border:     rgba(176,146,114,0.22);
  --ff-display: 'Source Serif 4', Georgia, serif;
  --ff-body:    'Lexend', system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body { background: var(--dark); color: var(--cream); font-family: var(--ff-body); line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* 2. Typography */
h1,h2,h3,h4 { font-family: var(--ff-display); font-weight: 400; line-height: 1.15; }
h1 { font-size: clamp(2.8rem,6vw,5rem); letter-spacing: 0.01em; }
h2 { font-size: clamp(2rem,4vw,3.2rem); }
h3 { font-size: clamp(1.4rem,2.5vw,2rem); }
h4 { font-size: 1.15rem; font-weight: 600; }
p  { color: var(--cream-dim); font-size: 1.05rem; }
.label { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--highlight); font-family: var(--ff-body); font-weight: 600; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-header p { max-width: 560px; margin: 0.75rem auto 0; }

/* 3. Buttons */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2rem; border-radius: 2px; font-family: var(--ff-body); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; cursor: pointer; border: none; transition: all 0.3s; }
.btn-primary { background: var(--highlight); color: var(--cream); }
.btn-primary:hover { background: #A83840; }
.btn-ghost { background: transparent; color: var(--cream); border: 1px solid rgba(245,240,232,0.4); }
.btn-ghost:hover { border-color: var(--cream); background: rgba(245,240,232,0.08); }
.btn-outline { background: transparent; color: var(--accent); border: 1px solid var(--accent); }
.btn-outline:hover { background: var(--accent); color: var(--dark); }
.btn-warm { background: var(--accent); color: var(--dark); }
.btn-warm:hover { background: #907A5A; }

/* 4. Navbar */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1.25rem 2rem; display: flex; align-items: center; justify-content: space-between; transition: background 0.4s, padding 0.4s; }
.navbar.scrolled { background: rgba(26,20,18,0.97); backdrop-filter: blur(8px); padding: 0.75rem 2rem; box-shadow: 0 1px 0 var(--border); }
.navbar-brand { display: flex; align-items: center; gap: 0.75rem; }
.navbar-brand img { width: 40px; height: 40px; object-fit: cover; border-radius: 50%; }
.navbar-brand span { font-family: var(--ff-display); font-size: 1.3rem; letter-spacing: 0.06em; font-weight: 400; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; opacity: 0.8; transition: opacity 0.2s; }
.nav-links a:hover, .nav-links a.active { opacity: 1; color: var(--accent); }
.nav-cta { margin-left: 1rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--cream); transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* 5. Hero */
.hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: url('images/banner.jpg?v=1'); background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(26,20,18,0.65) 0%, rgba(26,20,18,0.4) 50%, rgba(26,20,18,0.75) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 2rem; }
.hero-content .label { margin-bottom: 1rem; }
.hero-content h1 { color: var(--cream); margin-bottom: 1rem; font-style: italic; }
.hero-content p { font-size: 1.1rem; color: rgba(245,240,232,0.85); max-width: 560px; margin: 0 auto 2rem; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.scroll-indicator { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.4rem; z-index: 2; }
.scroll-indicator span { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(245,240,232,0.6); }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(245,240,232,0.6), transparent); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100%{opacity:0.4;transform:scaleY(1)} 50%{opacity:1;transform:scaleY(1.2)} }

/* 6. Features strip */
.features-strip { background: var(--bg-alt); padding: 2.5rem 2rem; border-bottom: 1px solid var(--border); }
.features-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 2rem; }
.feature-item { text-align: center; }
.feature-icon { width: 40px; height: 40px; margin: 0 auto 0.75rem; color: var(--accent); }
.feature-item h4 { font-family: var(--ff-display); font-size: 1rem; font-weight: 400; margin-bottom: 0.35rem; }
.feature-item p { font-size: 0.85rem; color: var(--cream-dim); }

/* 7. Offerings grid / Menu tiles */
.section { padding: 5rem 2rem; max-width: 1200px; margin: 0 auto; }
.section-full { padding: 5rem 2rem; }
.offerings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.offering-tile { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 2px; cursor: pointer; }
.offering-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.offering-tile:hover img { transform: scale(1.06); }
.tile-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,20,18,0.88) 0%, transparent 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.25rem; }
.tile-overlay .label { margin-bottom: 0.25rem; }
.tile-overlay h4 { color: var(--cream); font-family: var(--ff-display); font-weight: 400; font-size: 1.1rem; }

/* 8. Brand teaser */
.teaser { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--bg-alt); }
.teaser-img { aspect-ratio: 4/5; overflow: hidden; }
.teaser-img img { width: 100%; height: 100%; object-fit: cover; }
.teaser-content { padding: 4rem 3.5rem; display: flex; flex-direction: column; justify-content: center; gap: 1.25rem; }
.teaser-content h2 { margin-bottom: 0.5rem; }

/* 9. Stats row */
.stats-section { background: var(--bg-alt); padding: 4rem 2rem; border-top: 1px solid var(--border); }
.stats-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; text-align: center; }
.stat-number { font-family: var(--ff-display); font-size: 3rem; color: var(--accent); line-height: 1; }
.stat-label { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream-dim); margin-top: 0.4rem; }

/* 10. Review cards */
.reviews-section { padding: 5rem 2rem; }
.reviews-grid { max-width: 1100px; margin: 2rem auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.review-card { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 2px; padding: 2rem; }
.review-stars { display: flex; gap: 4px; margin-bottom: 1rem; color: var(--accent); }
.review-stars svg { width: 16px; height: 16px; }
.review-text { font-style: italic; color: var(--cream-dim); margin-bottom: 1.25rem; line-height: 1.7; font-family: var(--ff-display); font-size: 1rem; }
.review-author { font-size: 0.85rem; font-weight: 600; color: var(--cream); }
.review-location { font-size: 0.78rem; color: var(--cream-dim); }

/* 11. Social CTA */
.social-cta { background: var(--bg-alt); padding: 4rem 2rem; text-align: center; border-top: 1px solid var(--border); }
.social-cta h2 { margin-bottom: 0.75rem; }
.social-cta p { max-width: 500px; margin: 0 auto 2rem; }
.social-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.social-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.5rem; border-radius: 2px; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; transition: all 0.3s; border: 1px solid var(--border); }
.social-btn:hover { background: var(--accent-dim); border-color: var(--accent); }
.social-btn svg { width: 18px; height: 18px; }

/* 12. Social feed grid */
.feed-section { padding: 4rem 2rem; }
.feed-grid { max-width: 1100px; margin: 2rem auto 0; display: grid; grid-template-columns: repeat(6,1fr); gap: 4px; }
.feed-item { aspect-ratio: 1; overflow: hidden; }
.feed-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.feed-item:hover img { transform: scale(1.08); }

/* 13. Footer */
.footer { background: #0F0C0B; padding: 4rem 2rem 2rem; border-top: 1px solid var(--border); }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.9rem; color: var(--cream-dim); margin-bottom: 1.25rem; line-height: 1.6; }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social a { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: var(--accent-dim); border-radius: 50%; transition: background 0.3s; }
.footer-social a:hover { background: var(--accent); }
.footer-social svg { width: 16px; height: 16px; }
.footer-col h5 { font-family: var(--ff-display); font-size: 1rem; margin-bottom: 1rem; color: var(--cream); font-weight: 600; }
.footer-col a { display: block; font-size: 0.88rem; color: var(--cream-dim); margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--accent); }
.footer-col p { font-size: 0.88rem; margin-bottom: 0.5rem; }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.5rem; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.75rem; }
.footer-bottom span { font-size: 0.8rem; color: var(--cream-dim); }
.footer-badges { display: flex; gap: 1rem; }
.badge { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); background: var(--accent-dim); border: 1px solid var(--border); padding: 0.3rem 0.75rem; border-radius: 2px; }

/* 14. Page hero */
.page-hero { position: relative; height: 55vh; min-height: 400px; display: flex; align-items: flex-end; padding: 4rem 2rem; background-image: var(--page-hero-bg, none); background-size: cover; background-position: center; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,20,18,0.9) 0%, rgba(26,20,18,0.3) 100%); }
.page-hero-content { position: relative; z-index: 2; max-width: 700px; }
.page-hero-content .label { margin-bottom: 0.75rem; }
.page-hero-content h1 { color: var(--cream); margin-bottom: 0.5rem; }
.page-hero-content p { color: rgba(245,240,232,0.75); font-size: 1.1rem; }

/* 15. About page sections */
.about-origin { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-origin img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 2px; }
.about-origin-text { display: flex; flex-direction: column; gap: 1rem; }
.philosophy-cards { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.philosophy-card { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 2px; padding: 2rem; }
.philosophy-card svg { width: 36px; height: 36px; color: var(--accent); margin-bottom: 1rem; }
.values-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.5rem; }
.value-item { display: grid; grid-template-columns: 80px 1fr; gap: 1.5rem; align-items: start; border-bottom: 1px solid var(--border); padding-bottom: 1.5rem; }
.value-num { font-family: var(--ff-display); font-size: 2.5rem; color: var(--accent); opacity: 0.4; line-height: 1; }
.timeline { max-width: 700px; margin: 0 auto; position: relative; }
.timeline::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--border); }
.timeline-item { padding: 0 0 2.5rem 2rem; position: relative; }
.timeline-item::before { content: ''; position: absolute; left: -4px; top: 6px; width: 9px; height: 9px; border-radius: 50%; background: var(--highlight); }
.timeline-date { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--highlight); margin-bottom: 0.25rem; }
.timeline-item h4 { font-family: var(--ff-display); font-size: 1.15rem; margin-bottom: 0.4rem; font-weight: 400; }
.cta-split { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.cta-split img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 2px; }
.cta-split-content { display: flex; flex-direction: column; gap: 1.25rem; }
.cta-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* 16. Menu page */
.menu-filters { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center; margin-bottom: 3rem; }
.filter-btn { padding: 0.5rem 1.5rem; border: 1px solid var(--border); background: transparent; color: var(--cream-dim); font-family: var(--ff-body); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; border-radius: 2px; transition: all 0.3s; }
.filter-btn.active, .filter-btn:hover { background: var(--accent); color: var(--dark); border-color: var(--accent); }
.menu-section { max-width: 1100px; margin: 0 auto 4rem; }
.menu-section-header { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 2rem; border-bottom: 1px solid var(--border); padding-bottom: 0.75rem; }
.menu-section-header h3 { font-family: var(--ff-display); }
.menu-section-header span { font-size: 0.8rem; color: var(--cream-dim); font-style: italic; }
.menu-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.menu-item { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 2px; padding: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; }
.menu-item-info h4 { font-family: var(--ff-display); font-size: 1.05rem; font-weight: 400; margin-bottom: 0.4rem; }
.menu-item-info p { font-size: 0.88rem; color: var(--cream-dim); line-height: 1.5; }
.menu-item-price { font-family: var(--ff-display); font-size: 1.1rem; color: var(--accent); white-space: nowrap; flex-shrink: 0; }
.menu-item-tag { display: inline-block; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--highlight); background: rgba(200,72,80,0.12); border: 1px solid rgba(200,72,80,0.25); padding: 0.2rem 0.5rem; border-radius: 2px; margin-top: 0.5rem; }
.aperitivo-banner { max-width: 1100px; margin: 0 auto 3rem; background: var(--accent-dim); border: 1px solid var(--border); border-radius: 2px; padding: 1.5rem 2rem; display: flex; align-items: center; gap: 1.5rem; }
.aperitivo-banner svg { width: 40px; height: 40px; color: var(--accent); flex-shrink: 0; }
.aperitivo-banner h4 { margin-bottom: 0.25rem; font-family: var(--ff-display); }
.aperitivo-banner p { font-size: 0.9rem; color: var(--cream-dim); }

/* 17. Gallery page */
.gallery-filters { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center; margin-bottom: 2.5rem; }
.gallery-group { max-width: 1200px; margin: 0 auto 4rem; }
.gallery-group-header { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--border); padding-bottom: 0.75rem; }
.gallery-group-header h3 { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 400; }
.gallery-group-header span { font-size: 0.8rem; color: var(--cream-dim); }
.masonry { columns: 4; column-gap: 6px; }
.masonry-item { break-inside: avoid; margin-bottom: 6px; cursor: pointer; overflow: hidden; border-radius: 2px; }
.masonry-item img { width: 100%; display: block; transition: transform 0.4s; }
.masonry-item:hover img { transform: scale(1.04); }
#lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
#lightbox.active { opacity: 1; pointer-events: all; }
#lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 2px; }
#lb-close { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; color: white; font-size: 2rem; cursor: pointer; line-height: 1; }
#lb-prev, #lb-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.1); border: none; color: white; font-size: 1.5rem; cursor: pointer; padding: 1rem 1.25rem; border-radius: 2px; transition: background 0.2s; }
#lb-prev:hover, #lb-next:hover { background: rgba(255,255,255,0.2); }
#lb-prev { left: 1rem; }
#lb-next { right: 1rem; }
#lb-counter { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); font-size: 0.85rem; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; }
.gallery-cta { text-align: center; padding: 3rem 2rem; }
.gallery-cta p { max-width: 500px; margin: 0.75rem auto 2rem; }

/* 18. Contact page */
.contact-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-block { margin-bottom: 2rem; }
.contact-block h4 { font-family: var(--ff-display); font-size: 1.1rem; margin-bottom: 0.75rem; color: var(--cream); font-weight: 600; }
.contact-block p { font-size: 0.9rem; color: var(--cream-dim); line-height: 1.7; }
.contact-block a { color: var(--accent); }
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; margin-top: 0.5rem; }
.hours-table td { padding: 0.4rem 0; color: var(--cream-dim); }
.hours-table td:last-child { text-align: right; color: var(--cream); }
.contact-form label { display: block; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 0.4rem; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; background: var(--bg-alt); border: 1px solid var(--border); border-radius: 2px; padding: 0.75rem 1rem; color: var(--cream); font-family: var(--ff-body); font-size: 0.95rem; margin-bottom: 1.25rem; transition: border-color 0.2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form select option { background: var(--dark); }
#formSuccess { display: none; text-align: center; padding: 3rem 2rem; }
#formSuccess svg { width: 56px; height: 56px; color: var(--accent); margin: 0 auto 1rem; }
#formSuccess h3 { margin-bottom: 0.75rem; }
.map-placeholder { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 2px; padding: 2.5rem; text-align: center; margin-top: 1.5rem; }
.map-placeholder svg { width: 40px; height: 40px; color: var(--accent); margin: 0 auto 1rem; }
.map-placeholder h4 { margin-bottom: 0.5rem; }
.map-placeholder p { font-size: 0.9rem; margin-bottom: 1.25rem; }

/* 19. FAQ accordion */
.faq-section { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 1.25rem 0; color: var(--cream); font-family: var(--ff-display); font-size: 1.1rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-weight: 400; }
.faq-icon { font-size: 1.4rem; color: var(--accent); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer p { padding-bottom: 1.25rem; color: var(--cream-dim); font-size: 0.95rem; line-height: 1.75; }

/* 20. Scroll-to-top */
#scrollTop { position: fixed; bottom: 2rem; right: 2rem; width: 44px; height: 44px; background: var(--highlight); border: none; border-radius: 50%; color: var(--cream); font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s; z-index: 500; }
#scrollTop.visible { opacity: 1; pointer-events: all; }
#scrollTop:hover { transform: scale(1.1); }

/* 21. Fade-in animation */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* 22. Responsive */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: repeat(2,1fr); }
  .offerings-grid { grid-template-columns: repeat(2,1fr); }
  .teaser { grid-template-columns: 1fr; }
  .teaser-img { aspect-ratio: 16/9; }
  .about-origin, .cta-split { grid-template-columns: 1fr; gap: 2rem; }
  .menu-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { position: fixed; top: 0; right: -100%; width: 75%; max-width: 320px; height: 100vh; background: var(--dark); flex-direction: column; justify-content: center; align-items: flex-start; padding: 2rem; gap: 1.5rem; transition: right 0.4s; border-left: 1px solid var(--border); }
  .nav-links.open { right: 0; }
  .nav-links a { font-size: 1.1rem; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .feed-grid { grid-template-columns: repeat(3,1fr); }
  .masonry { columns: 2; }
  .philosophy-cards { grid-template-columns: 1fr; }
  .aperitivo-banner { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .offerings-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: center; }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.8rem; }
}
