:root {
  --paper: #f8f5ef;
  --ink: #21201d;
  --red: #a71525;
  --muted: #77736e;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.topbar { height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 8.5%; background: var(--paper); }
.wordmark, .footer-logo { font-family: var(--serif); font-weight: bold; font-size: 42px; letter-spacing: -6px; color: var(--red); }
.wordmark span, .footer-logo span { position: relative; top: 9px; }
.topbar nav { display: flex; gap: 34px; font-size: 12px; letter-spacing: .04em; }
.top-phone { font-size: 12px; color: var(--red); font-weight: 700; }

.hero { position: relative; height: min(760px, 78vw); min-height: 510px; overflow: hidden; background: #433935; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-photo { object-position: 50% 53%; }
.hero-shade { background: linear-gradient(90deg, rgba(17,14,13,.74), rgba(17,14,13,.25) 68%, rgba(17,14,13,.08)); }
.hero-copy { position: absolute; left: 13%; top: 50%; transform: translateY(-43%); color: white; }
.eyebrow { text-transform: uppercase; font-size: 10px; font-weight: bold; letter-spacing: .16em; color: var(--red); }
.eyebrow.light { color: #fff; }
.hero h1 { font-size: clamp(43px, 7.1vw, 91px); line-height: .99; letter-spacing: -.065em; margin: 30px 0 35px; font-weight: 800; }
.hero h1 em { font-family: var(--serif); font-weight: normal; letter-spacing: -.045em; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-phone { font-size: 13px; font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 14px 18px; font-size: 11px; font-weight: bold; }
.button.cream { background: var(--paper); color: var(--ink); }
.button.red { background: var(--red); color: white; }
.button.outline { border: 1px solid var(--red); color: var(--red); }
.hero-index { position: absolute; right: 8.5%; bottom: 35px; color: #fff; font-size: 9px; letter-spacing: .12em; }

.intro { padding: 145px 17% 100px; text-align: center; }
.intro-kicker { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 47px; }
.spark { font-size: 31px; color: var(--red); }
.intro-kicker p { text-align: left; font-size: 10px; line-height: 1.6; color: var(--muted); }
h2 { font-size: clamp(37px, 5.1vw, 66px); line-height: 1.05; letter-spacing: -.055em; margin: 0; font-weight: 700; }
h2 em { font-family: var(--serif); font-weight: normal; }
.intro-copy { max-width: 580px; margin: 28px auto 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

.duo { max-width: 1080px; margin: 0 auto 150px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 65px; padding: 0 35px; align-items: center; }
.duo figure { margin: 0; }
.duo img { display: block; width: 100%; object-fit: cover; }
.duo-left img { height: 520px; }
.duo-right img { height: 370px; }
.duo figcaption { font-size: 10px; color: var(--muted); margin-top: 14px; }

.menu { padding: 95px max(calc((100% - 1140px) / 2), 8.5%) 125px; background: #eeeae3; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 55px; }
.section-heading h2 { font-size: clamp(34px, 4.1vw, 55px); margin-top: 15px; }
.handnote { font-family: var(--serif); font-style: italic; color: var(--red); font-size: 18px; transform: rotate(-8deg); }
.dish-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dish-image { position: relative; height: 260px; background: #ddd; }
.dish-image img { width: 100%; height: 100%; object-fit: cover; }
.dish-image span { position: absolute; left: 11px; top: 10px; font-size: 9px; color: white; }
.dish-card h3 { font-size: 13px; margin: 17px 0 6px; }
.dish-card p { font-size: 10px; line-height: 1.6; color: var(--muted); margin: 0; }
.more-menu { max-width: 670px; margin: 48px auto 0; text-align: center; color: var(--muted); font-size: 11px; line-height: 1.9; }

.aperitif { display: grid; grid-template-columns: 1fr 1fr; min-height: 550px; background: var(--red); color: white; }
.aperitif > img { width: 100%; height: 550px; object-fit: cover; }
.apero-copy { align-self: center; padding: 70px 14%; }
.apero-copy h2 { margin: 22px 0; }
.apero-copy > p:not(.eyebrow) { max-width: 380px; font-size: 13px; line-height: 1.9; color: #f5e8e8; }
.apero-copy > span { display: block; margin-top: 38px; font-size: 9px; letter-spacing: .13em; }

.news { padding: 125px max(calc((100% - 920px) / 2), 10%); background: #21201d; color: var(--paper); }
.news h2 { margin: 20px 0 50px; }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.news-grid p { margin: 0; color: #d8d2c9; font-size: 13px; line-height: 1.9; }
.news-grid strong { color: #fff; }
.updated { margin: 45px 0 0; color: #aaa49b; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.faq { max-width: 900px; margin: 0 auto; padding: 120px 30px 45px; }
.faq h2 { margin: 20px 0 45px; }
.faq-list details { border-bottom: 1px solid #e4e0d9; padding: 20px 0; }
.faq-list summary { cursor: pointer; font-size: 14px; font-weight: 700; line-height: 1.5; }
.faq-list details p { max-width: 720px; margin: 14px 0 2px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-list details a { color: var(--red); font-weight: 700; }

.visit { text-align: center; padding: 105px 25px 140px; }
.visit h2 { margin: 22px 0 32px; }
.visit address { font-style: normal; font-size: 14px; line-height: 1.8; }
.phone-link { display: inline-block; margin-top: 8px; color: var(--red); font-weight: 700; }
.metro { font-size: 10px; color: var(--muted); margin: 10px 0 26px; }
.visit-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
footer { border-top: 1px solid #e4e0d9; min-height: 100px; display: flex; align-items: center; justify-content: space-between; padding: 12px 8.5%; }
footer p, .footer-phone { font-size: 10px; color: var(--muted); }
.footer-phone { font-weight: 700; }
.footer-logo { font-size: 34px; }
.mobile-call { display: none; }

@media (max-width: 900px) {
  .dish-image { height: 220px; }
  .topbar { padding: 0 6%; }
  .news-grid { gap: 35px; }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .topbar { height: 70px; padding: 0 6%; }
  .topbar nav { gap: 14px; font-size: 10px; }
  .top-phone { display: none; }
  .hero { min-height: 590px; height: 78vh; }
  .hero-photo { object-position: 49% 50%; }
  .hero-copy { left: 8%; right: 5%; }
  .hero h1 { font-size: clamp(43px, 10vw, 70px); }
  .hero-actions { flex-wrap: wrap; gap: 15px; }
  .hero-phone { font-size: 12px; }
  .hero-index { right: 6%; font-size: 8px; }
  .intro { padding: 105px 8% 75px; }
  .duo { grid-template-columns: 1fr; gap: 35px; padding: 0 7%; margin-bottom: 95px; }
  .duo-left img { height: 430px; }
  .duo-right { width: 78%; margin-left: auto !important; }
  .duo-right img { height: 330px; }
  .menu { padding: 80px 7% 85px; }
  .section-heading { align-items: flex-start; }
  .handnote { font-size: 14px; }
  .dish-grid { grid-template-columns: 1fr 1fr; gap: 28px 14px; }
  .dish-image { height: 240px; }
  .aperitif { grid-template-columns: 1fr; }
  .aperitif > img { height: 410px; }
  .apero-copy { padding: 80px 9%; }
  .news { padding: 85px 8%; }
  .news h2 { margin-bottom: 35px; }
  .news-grid { grid-template-columns: 1fr; gap: 24px; }
  .faq { padding: 90px 8% 20px; }
  .faq h2 { margin-bottom: 32px; }
  .visit { padding: 85px 20px 110px; }
  .visit-actions { flex-direction: column; align-items: center; }
  footer { padding: 12px 7%; }
  .footer-phone { display: none; }
  .mobile-call { position: fixed; right: 0; bottom: 0; left: 0; z-index: 5; display: flex; min-height: 64px; align-items: center; justify-content: center; background: var(--red); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .04em; padding-bottom: env(safe-area-inset-bottom); }
}

@media (max-width: 420px) {
  .dish-image { height: 190px; }
  .topbar nav { gap: 10px; }
  .hero-phone { display: none; }
  .eyebrow { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
