:root {
  --blue: #222988;
  --red: #ed1c2e;
  --cream: #f7f1e8;
  --ink: #171717;
  --muted: #6c665f;
  --white: #fff;
  --gold: #c8a24a;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
a { color: inherit; }
.container { width: min(1120px, 90%); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(247,241,232,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(34,41,136,.12);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.brand img { width: 98px; height: 64px; object-fit: contain; mix-blend-mode: multiply; }
.nav-links { display: flex; gap: 26px; align-items: center; font-size: .88rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.nav-links a { text-decoration: none; color: var(--blue); }
.nav-links a:hover { color: var(--red); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--blue); font-size: 2rem; }
.hero { min-height: 84vh; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 65% 20%, rgba(237,28,46,.18), transparent 28%), linear-gradient(135deg, rgba(34,41,136,.92), rgba(23,23,23,.68)), url('assets/logo.jpeg') center/340px no-repeat, var(--blue); color: var(--white); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.28)); }
.hero-content { position: relative; padding: 80px 0; max-width: 820px; }
.eyebrow { color: var(--red); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; margin-bottom: 8px; }
.eyebrow.light { color: #f6bec5; }
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; line-height: 1.05; margin: 0 0 18px; }
h1 { font-size: clamp(4rem, 12vw, 9rem); letter-spacing: .02em; }
h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); color: var(--blue); }
h3 { font-size: 2rem; color: var(--blue); }
.subtitle { font-size: clamp(1.1rem, 2vw, 1.45rem); max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 24px; border-radius: 999px; text-decoration: none; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .84rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: #cf1627; }
.btn-secondary { background: var(--white); color: var(--blue); }
.section, .intro { padding: 86px 0; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start; }
.two-column.center { align-items: center; }
.intro p { font-size: 1.05rem; }
.small-note { color: var(--muted); font-size: .9rem; }
.section-header { max-width: 760px; margin-bottom: 34px; }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.menu-card { min-height: 220px; padding: 24px; border-radius: 22px; text-decoration: none; background: var(--white); border: 1px solid rgba(34,41,136,.14); box-shadow: 0 16px 40px rgba(34,41,136,.08); display: flex; flex-direction: column; justify-content: space-between; }
.menu-card span { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; }
.menu-card strong { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--blue); font-size: 1.8rem; line-height: 1.08; }
.menu-card:hover { border-color: var(--red); transform: translateY(-3px); transition: .2s ease; }
.feature-band { padding: 80px 0; background: var(--blue); color: var(--white); }
.feature-band h2, .feature-band h3 { color: var(--white); }
.reservation-box { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 24px; padding: 32px; }
.private-card { background: var(--white); border-radius: 28px; padding: clamp(30px, 5vw, 60px); text-align: center; box-shadow: 0 20px 60px rgba(34,41,136,.1); }
.private-card h2 { margin-bottom: 10px; }
.private-card p { max-width: 680px; margin: 0 auto 20px; }
.email-link { color: var(--red); font-size: clamp(1.2rem, 3vw, 2rem); font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.visit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: center; }
.visit a { color: var(--blue); font-weight: 700; }
.map-card { border-radius: 28px; overflow: hidden; min-height: 360px; box-shadow: 0 20px 50px rgba(0,0,0,.12); }
.map-card iframe { width: 100%; height: 380px; border: 0; display: block; }
.footer { background: #121212; color: var(--white); padding: 28px 0; }
.footer-inner { display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.footer img { width: 72px; height: 52px; object-fit: contain; background: var(--white); border-radius: 12px; }
.footer a { color: var(--white); text-decoration: none; font-weight: 700; }
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 88px; left: 5%; right: 5%; background: var(--white); padding: 20px; border-radius: 18px; flex-direction: column; box-shadow: 0 18px 45px rgba(0,0,0,.16); }
  .nav-links.open { display: flex; }
  .hero { min-height: 76vh; background-size: 260px; }
  .two-column, .visit-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .menu-grid { grid-template-columns: 1fr; }
  .section, .intro { padding: 62px 0; }
  .brand img { width: 86px; }
}
