:root {
  --ink: #171413;
  --paper: #f6f1e9;
  --paper-2: #ede4d8;
  --wine: #7a1f26;
  --wine-dark: #431014;
  --gold: #caa66a;
  --white: #fffdf9;
  --line: rgba(23, 20, 19, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body-size: 1rem;
  --letter-space: normal;
  --word-space: normal;
  --line-height: 1.65;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: var(--body-size);
  letter-spacing: var(--letter-space);
  word-spacing: var(--word-space);
  line-height: var(--line-height);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #1d6fe8; outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1200; padding: .8rem 1rem; color: #fff; background: #111; }
.skip-link:focus { top: 1rem; }

.topbar { background: var(--wine-dark); color: #fff; text-align: center; padding: .48rem 1rem; font-size: .82rem; letter-spacing: .08em; }
.topbar.has-language { position: relative; display: flex; align-items: center; justify-content: center; min-height: 42px; padding-right: 8rem; padding-left: 8rem; }
.top-language { position: absolute; right: 1rem; display: inline-flex; align-items: center; min-height: 30px; padding: .2rem .7rem; border: 1px solid var(--gold); color: #fff; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.top-language:hover { background: var(--gold); color: #221a15; }
.site-header { position: sticky; top: 0; z-index: 900; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(20, 15, 14, .94); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; width: min(1220px, calc(100% - 2rem)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 150px; height: 58px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 1.7rem; color: #fff; }
.nav a { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: #e6c992; }
.language-switch { padding: .4rem .62rem; border: 1px solid rgba(230,201,146,.72); color: #e6c992 !important; font-weight: 800; }
.language-switch:hover { border-color: #e6c992; background: rgba(230,201,146,.12); }
.nav-cta, .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .5rem; padding: .72rem 1.15rem; border: 1px solid var(--gold); background: var(--gold); color: #221a15 !important; font-weight: 750; text-decoration: none; text-transform: uppercase; font-size: .76rem; letter-spacing: .1em; }
.button.secondary { background: transparent; color: var(--white) !important; }
.button.dark { background: var(--wine-dark); border-color: var(--wine-dark); color: #fff !important; }
.menu-toggle { display: none; border: 0; color: #fff; background: transparent; font-size: 1rem; padding: .65rem; }

.hero { min-height: 78vh; display: grid; align-items: end; color: #fff; background: linear-gradient(90deg, rgba(18,10,9,.84), rgba(18,10,9,.18)), url('/assets/fugato-exterior.webp') center/cover no-repeat; }
.hero-inner { width: min(1220px, calc(100% - 2rem)); margin: 0 auto; padding: 8rem 0 7rem; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: .78rem; font-weight: 700; }
.hero h1, .page-hero h1 { margin: 0; max-width: 920px; font-family: var(--serif); font-size: clamp(3.2rem, 8vw, 7rem); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.hero .lede { max-width: 680px; margin: 1.6rem 0 2rem; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.quick-info { width: min(1220px, calc(100% - 2rem)); margin: -2rem auto 0; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); box-shadow: 0 15px 45px rgba(44,19,16,.12); }
.quick-info article { padding: 1.45rem 1.6rem; border-right: 1px solid var(--line); }
.quick-info article:last-child { border-right: 0; }
.quick-info h2 { margin: 0 0 .25rem; font-size: .73rem; letter-spacing: .15em; text-transform: uppercase; color: var(--wine); }
.quick-info p { margin: 0; font-size: .95rem; }

.section { padding: clamp(4.5rem, 8vw, 8rem) 1rem; }
.section-inner { width: min(1120px, 100%); margin: auto; }
.split { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.section h2 { margin: 0 0 1.2rem; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.7rem); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.section-copy { font-size: 1.08rem; max-width: 650px; }
.section-copy p { margin: 0 0 1rem; }
.image-frame { position: relative; }
.image-frame::after { content: ""; position: absolute; inset: 1rem -1rem -1rem 1rem; border: 1px solid var(--gold); z-index: -1; }
.image-frame img { width: 100%; height: min(570px, 66vw); object-fit: cover; }
.event-gallery-section { padding-top: 0; }
.event-gallery { width: min(1120px, 100%); margin: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.event-gallery figure { margin: 0; overflow: hidden; background: #261b18; }
.event-gallery img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.dark { color: #fff; background: #191413; }
.dark .section-copy { color: #e8dfd6; }

.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.dish-card { min-height: 430px; position: relative; overflow: hidden; background: #261b18; }
.dish-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.dish-card:hover img { transform: scale(1.035); }
.dish-label { position: absolute; inset: auto 0 0; padding: 4rem 1.25rem 1.2rem; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.dish-label h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 1.65rem; }
.dish-label p { margin: .25rem 0 0; font-size: .84rem; color: #eee; }

.video-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 520px; background: var(--wine-dark); color: #fff; }
.video-poster { position: relative; height: 520px; overflow: hidden; background: #120d0c; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.72); transition: transform .45s ease, filter .45s ease; }
.instagram-poster { display: block; color: #fff; text-decoration: none; }
.instagram-poster:hover img { transform: scale(1.025); filter: brightness(.58); }
.instagram-badge { position: absolute; left: 50%; bottom: 2rem; transform: translateX(-50%); width: max-content; max-width: calc(100% - 2rem); padding: .85rem 1.15rem; border: 1px solid rgba(255,255,255,.78); background: rgba(20,13,12,.72); color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.video-copy { align-self: center; padding: clamp(2rem, 6vw, 5rem); }
.video-copy h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 1.1rem 0; }
.faq-list summary { cursor: pointer; font-family: var(--serif); font-size: 1.28rem; font-weight: 600; }
.faq-list p { max-width: 780px; margin: .8rem 0 0; }

.page-hero { min-height: 46vh; display: flex; align-items: end; padding: 8rem 1rem 4rem; color: #fff; background: linear-gradient(90deg, rgba(30,13,13,.9), rgba(30,13,13,.3)), url('/assets/fugato-exterior.webp') center/cover; }
.page-hero > div { width: min(1120px, 100%); margin: auto; }
.page-hero h1 { font-size: clamp(3rem, 7vw, 6rem); }
.menu-tabs { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.5rem; }
.menu-tabs a { padding: .65rem 1rem; border: 1px solid var(--wine); color: var(--wine); text-decoration: none; font-weight: 700; }
.menu-section { scroll-margin-top: 120px; padding: 2rem 0 3.5rem; border-top: 1px solid var(--line); }
.menu-section h2 { color: var(--wine-dark); }
.menu-columns { columns: 2 360px; column-gap: 3rem; }
.menu-group { break-inside: avoid; margin-bottom: 2.5rem; }
.menu-group h3 { margin: 0 0 1rem; color: var(--wine); font-size: .85rem; letter-spacing: .15em; text-transform: uppercase; }
.menu-item { break-inside: avoid; margin-bottom: 1.1rem; }
.menu-item header { display: flex; gap: 1rem; align-items: baseline; justify-content: space-between; border-bottom: 1px dotted rgba(23,20,19,.25); }
.menu-item h4 { margin: 0; font-family: var(--serif); font-size: 1.15rem; }
.menu-item strong { white-space: nowrap; color: var(--wine); }
.menu-item p { margin: .25rem 0 0; font-size: .86rem; color: #59504b; }
.notice { padding: 1rem 1.2rem; border-left: 4px solid var(--gold); background: var(--white); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-card { padding: 2rem; background: var(--white); border: 1px solid var(--line); }
.contact-card h2 { font-size: 2rem; }
.footer { padding: 4rem 1rem 2rem; color: #e9dfd5; background: #120f0e; }
.footer-grid { width: min(1120px, 100%); margin: auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 3rem; }
.footer img { width: 170px; }
.footer h2 { font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; color: var(--gold); }
.footer a { color: #fff; }
.footer-bottom { width: min(1120px, 100%); margin: 3rem auto 0; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; gap: 1rem; font-size: .8rem; }

.accessibility-trigger { position: fixed; z-index: 1000; left: 1rem; bottom: 1rem; width: 54px; height: 54px; padding: 0; border: 0; border-radius: 50%; background: transparent url('/accessibility-icon.svg') center/54px 54px no-repeat; color: #fff; font-size: 0; box-shadow: 0 4px 16px rgba(0,0,0,.32); cursor: pointer; }
.mobile-actions { display: none; }
.accessibility-panel { position: fixed; z-index: 1100; left: 1rem; bottom: 5rem; width: min(390px, calc(100% - 2rem)); max-height: min(680px, calc(100vh - 7rem)); overflow: auto; padding: 1.2rem; border-radius: 14px; background: #fff; color: #111; box-shadow: 0 20px 60px rgba(0,0,0,.34); }
.accessibility-panel[hidden] { display: none; }
.accessibility-head { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.accessibility-head h2 { margin: 0; font-size: 1.2rem; }
.accessibility-close { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #444; background: #fff; font-size: 1.4rem; cursor: pointer; }
.accessibility-tools { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: 1rem; }
.accessibility-tools button { min-height: 86px; padding: .8rem; border: 1px solid #d5d8de; border-radius: 10px; background: #f3f5f8; font: 700 .85rem/1.25 var(--sans); cursor: pointer; }
.accessibility-tools button[aria-pressed="true"] { border-color: #174a9a; background: #dbe9ff; color: #0c3674; }
.accessibility-reset { width: 100%; margin-top: .75rem; padding: .8rem; border: 0; background: #222; color: #fff; font-weight: 700; cursor: pointer; }
.accessibility-panel small { display: block; margin-top: .8rem; }

html.a11y-large { font-size: 120%; }
body.a11y-spacing { --letter-space: .07em; --word-space: .13em; --line-height: 1.9; }
body.a11y-contrast { --paper: #000; --paper-2: #000; --ink: #fff; --white: #000; --line: rgba(255,255,255,.5); }
body.a11y-contrast .section, body.a11y-contrast .contact-card, body.a11y-contrast .quick-info { color: #fff; background: #000; }
body.a11y-contrast a { color: #ffdf57 !important; }
body.a11y-contrast .menu-item p { color: #fff; }
body.a11y-links a { outline: 2px solid currentColor; outline-offset: 2px; text-decoration: underline !important; }
body.a11y-readable, body.a11y-readable * { font-family: Arial, Helvetica, sans-serif !important; }
body.a11y-hide-images img { visibility: hidden; }
body.a11y-hide-images .hero, body.a11y-hide-images .page-hero { background-image: none !important; background-color: #241817; }
body.a11y-pause *, body.a11y-pause *::before, body.a11y-pause *::after { animation-play-state: paused !important; transition: none !important; scroll-behavior: auto !important; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
@media (max-width: 820px) {
  .topbar.has-language { justify-content: flex-end; min-height: 44px; padding: .35rem .75rem; }
  .topbar.has-language > span { display: none; }
  .top-language { position: static; min-height: 34px; }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 125px; height: 48px; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; inset: 68px 0 auto; padding: 1.3rem 1rem 1.6rem; flex-direction: column; align-items: stretch; background: #171211; }
  .nav.open { display: flex; }
  .nav a { padding: .5rem; }
  .hero { min-height: 72vh; background-position: 60% center; }
  .hero-inner { padding: 7rem 0 5rem; }
  .quick-info { grid-template-columns: 1fr; margin-top: 0; }
  .quick-info article { border-right: 0; border-bottom: 1px solid var(--line); }
  .split, .video-card, .footer-grid { grid-template-columns: 1fr; }
  .event-gallery { grid-template-columns: 1fr; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-card { min-height: 390px; }
  .image-frame { order: -1; }
  .video-poster { height: 480px; min-height: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  body { padding-bottom: 68px; }
  .mobile-actions { position: fixed; z-index: 950; display: grid; grid-template-columns: 1.1fr 1fr 1fr; left: 0; right: 0; bottom: 0; min-height: 62px; background: var(--wine-dark); color: #fff; border-top: 2px solid var(--gold); box-shadow: 0 -8px 24px rgba(0,0,0,.22); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; min-width: 0; padding: .72rem .4rem; border-right: 1px solid rgba(255,255,255,.18); color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 800; text-align: center; }
  .mobile-actions a:first-child { background: var(--gold); color: #221a15; }
  .mobile-actions a:last-child { border-right: 0; }
  .accessibility-trigger { bottom: 5rem; }
  .accessibility-panel { bottom: 8.9rem; max-height: calc(100vh - 10.4rem); }
}
