:root {
  --wine: #8f163d;
  --wine-dark: #68102d;
  --rose: #b94262;
  --cream: #f7f3ed;
  --white: #fff;
  --ink: #2b2928;
  --muted: #6a6562;
  --line: #ded7d1;
  --green: #2f6d48;
  --max: 1180px;
  --shadow: 0 12px 34px rgba(45, 29, 31, .14);
  --font: Arial, Helvetica, sans-serif;
  --serif: Georgia, Cambria, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 125px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font); font-size: 17px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.page-width { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: -80px; left: 16px; padding: 10px 15px; background: #fff; color: var(--wine); font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; z-index: 100; top: 0; background: #fff; border-top: 5px solid var(--wine); box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.service-bar { color: #fff; background: var(--wine); font-size: 13px; }
.service-inner { width: min(calc(100% - 40px), var(--max)); min-height: 32px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service-inner a { text-decoration: none; font-weight: 700; }
.service-right { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; gap: 7px; }
.language-switch-mobile { display: none; }
.language-switch a { width: 30px; height: 22px; padding: 2px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.55); border-radius: 5px; background: rgba(255,255,255,.12); opacity: .72; transition: opacity .18s, transform .18s, background .18s; }
.language-switch a:hover, .language-switch a:focus-visible { opacity: 1; transform: translateY(-1px); background: rgba(255,255,255,.22); }
.language-switch a.is-current { border-color: #fff; background: #fff; opacity: 1; box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.language-switch img { width: 24px; height: 16px; object-fit: cover; border-radius: 2px; }
.header-main { width: min(calc(100% - 40px), var(--max)); height: 92px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 205px; display: flex; align-items: center; }
.brand img { width: 200px; height: auto; }
.site-nav { align-self: stretch; display: flex; align-items: stretch; }
.site-nav a { min-height: 100%; padding: 0 15px; display: flex; align-items: center; color: #333; text-decoration: none; font-size: 14px; font-weight: 700; white-space: nowrap; border-bottom: 4px solid transparent; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--wine); border-bottom-color: var(--rose); }
.site-nav a.active { color: #fff; background: var(--wine); border-bottom-color: var(--wine); }
.menu-toggle { display: none; width: 62px; height: 58px; padding: 6px 10px 7px; flex-direction: column; align-items: center; justify-content: center; border: 0; border-radius: 10px; color: #fff; background: var(--wine); cursor: pointer; }
.menu-toggle .menu-word { display: block; margin-bottom: 4px; font-size: 10px; font-weight: 800; line-height: 1; letter-spacing: .06em; text-transform: uppercase; }
.menu-bars { width: 27px; }
.menu-bars i { display: block; height: 2px; margin: 4px 0; background: currentColor; }

.hero { padding: clamp(48px, 6vw, 78px) 0; overflow: hidden; background: var(--cream); border-bottom: 1px solid var(--line); }
.hero-inner { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(42px, 6vw, 78px); align-items: center; }
.hero-copy { max-width: 580px; }
.hero-name { margin: 0; color: var(--wine); font-family: var(--font); font-size: clamp(48px, 6vw, 78px); font-weight: 800; line-height: .9; letter-spacing: -.055em; }
.hero-claim { margin: 10px 0 28px; color: #3c3836; font-size: clamp(20px, 2.2vw, 29px); font-weight: 400; line-height: 1.1; letter-spacing: .035em; }
.kicker, .section-label { margin: 0 0 8px; color: var(--wine); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { margin: 0 0 18px; color: var(--ink); font-family: var(--font); font-size: clamp(34px, 3.7vw, 46px); font-weight: 700; line-height: 1.08; letter-spacing: -.025em; }
.hero-intro { max-width: 560px; margin: 0 0 27px; color: #514b48; font-size: 18px; line-height: 1.6; }
.hero-picture { margin: 0; position: relative; }
.hero-picture::before { content: ""; position: absolute; z-index: 0; top: -18px; right: -18px; width: 45%; height: 45%; background: var(--wine); }
.hero-picture img { width: 100%; height: clamp(410px, 38vw, 500px); position: relative; z-index: 1; object-fit: cover; object-position: right center; border-radius: 14px; box-shadow: var(--shadow); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 11px 22px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: 16px; text-decoration: none; font-size: 14px; font-weight: 800; transition: background .2s, color .2s, transform .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--wine); border-color: var(--wine); }
.button-light { color: var(--wine); background: #fff; border-color: #fff; }
.hero .button-light { border-color: var(--wine); background: transparent; }
.button-outline { color: #fff; background: transparent; border-color: #fff; }

.section { padding-block: 82px; }
h2 { margin: 0 0 20px; color: var(--wine); font-family: var(--serif); font-size: clamp(30px, 3vw, 41px); font-weight: 600; line-height: 1.18; letter-spacing: -.01em; }
h3 { margin: 0 0 10px; color: var(--wine); font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.25; }
p { margin-top: 0; }
.lead { font-size: 19px; }
.section-tinted { background: var(--cream); }
.welcome { display: grid; grid-template-columns: 1.3fr .8fr; gap: clamp(45px, 7vw, 90px); align-items: start; }
.welcome-copy > p { max-width: 720px; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 11px 0 11px 38px; border-top: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 6px; color: var(--green); font-weight: 800; }
.welcome-card { padding: 34px; color: #fff; background: var(--wine); box-shadow: var(--shadow); }
.welcome-card h3 { color: #fff; font-size: 28px; }
.welcome-card-contact { margin-top: 24px; padding-top: 20px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.35); }
.welcome-card-contact a { width: fit-content; margin-top: 3px; }

.section-head { margin-bottom: 34px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { margin: 0; color: var(--muted); }
.section-head.compact { display: block; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.offer-card { overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 7px 20px rgba(0,0,0,.06); }
.offer-card img { width: 100%; height: 250px; object-fit: cover; }
.offer-card > div { padding: 25px 25px 29px; }
.offer-card p { margin-bottom: 0; color: var(--muted); }

.menu-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 85px); align-items: start; }
.menu-intro { position: sticky; top: 150px; }
.menu-intro > p:last-child { color: var(--muted); }
.menu-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-top: 7px solid var(--wine); border-radius: 8px; box-shadow: var(--shadow); }
.menu-card-brand { padding: 28px 34px 22px; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.menu-card-brand strong { color: var(--wine); font-family: var(--serif); font-size: 36px; line-height: 1; }
.menu-card-brand span { margin-top: 5px; color: #4e4a48; font-size: 15px; letter-spacing: .08em; }
.menu-columns { padding: 30px 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.menu-group h3 { padding-bottom: 10px; border-bottom: 2px solid var(--wine); }
.menu-group ul { margin: 0; padding: 0; list-style: none; columns: 1; }
.menu-group li { padding: 8px 0; border-bottom: 1px dotted #cfc6c1; }
.menu-subhead { margin-top: 30px; }
.menu-group p { margin-bottom: 0; color: var(--muted); }
.family-pasta { padding: 18px 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; background: var(--wine); }
.family-pasta strong { font-family: var(--serif); font-size: 19px; }
.family-pasta span { color: rgba(255,255,255,.82); font-size: 14px; }

.book-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(42px, 6vw, 78px); align-items: center; }
.book-copy > p:not(.section-label) { color: var(--muted); }
.book-language-note { padding: 11px 14px; border-left: 3px solid var(--wine); background: #fff; font-size: 14px; }
.book-contact-button { color: var(--wine); background: #fff; border-color: var(--wine); }
.flipbook { min-width: 0; padding: 20px; border-radius: 16px; outline: none; background: var(--wine-dark); box-shadow: var(--shadow); }
.flipbook:focus-visible { box-shadow: 0 0 0 4px rgba(143,22,61,.25), var(--shadow); }
.book-stage { aspect-ratio: 1.414 / 1; position: relative; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.28); perspective: 1400px; }
.book-stage::before, .book-stage::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 18px; pointer-events: none; }
.book-stage::before { left: 0; background: linear-gradient(90deg, rgba(0,0,0,.16), transparent); }
.book-stage::after { right: 0; background: linear-gradient(-90deg, rgba(0,0,0,.12), transparent); }
.book-stage img { width: 100%; height: 100%; object-fit: contain; background: #fff; transform-origin: left center; backface-visibility: hidden; }
.book-stage.is-turning-next img { animation: book-turn-next .34s ease both; }
.book-stage.is-turning-prev img { transform-origin: right center; animation: book-turn-prev .34s ease both; }
@keyframes book-turn-next { 0% { opacity: 1; transform: rotateY(0); } 48% { opacity: .15; transform: rotateY(-12deg); } 52% { opacity: .15; transform: rotateY(12deg); } 100% { opacity: 1; transform: rotateY(0); } }
@keyframes book-turn-prev { 0% { opacity: 1; transform: rotateY(0); } 48% { opacity: .15; transform: rotateY(12deg); } 52% { opacity: .15; transform: rotateY(-12deg); } 100% { opacity: 1; transform: rotateY(0); } }
.book-controls { margin-top: 17px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; }
.book-controls button { min-height: 46px; padding: 9px 16px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.55); border-radius: 14px; color: #fff; background: transparent; font-weight: 800; cursor: pointer; }
.book-controls button:hover, .book-controls button:focus-visible { color: var(--wine-dark); background: #fff; }
.book-controls button:disabled { opacity: .38; cursor: not-allowed; }
.book-progress { display: grid; gap: 6px; color: #fff; text-align: center; font-size: 13px; font-weight: 800; }
.book-progress input { width: 100%; accent-color: #fff; cursor: pointer; }
.book-hint { margin: 10px 0 0; color: rgba(255,255,255,.72); text-align: center; font-size: 12px; }

.error-page { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; background: var(--cream); }
.error-header { background: #fff; border-top: 5px solid var(--wine); box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.error-header-inner { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.error-languages a { border-color: var(--line); background: #fff; }
.error-languages a.is-current { border-color: var(--wine); box-shadow: 0 0 0 1px var(--wine); }
.error-main { padding-block: clamp(55px, 8vw, 100px); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.error-code { margin: 0 0 16px; color: var(--wine); font-size: clamp(78px, 12vw, 148px); font-weight: 800; line-height: .75; letter-spacing: -.07em; opacity: .14; }
.error-copy h1 { margin: 0 0 20px; color: var(--wine); font-family: var(--serif); font-size: clamp(36px, 4.5vw, 58px); font-weight: 600; line-height: 1.08; }
.error-copy > p:not(.section-label):not(.error-code) { max-width: 610px; color: var(--muted); font-size: 18px; }
.error-picture { margin: 0; position: relative; }
.error-picture img { width: 100%; height: min(58vw, 540px); object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.error-picture figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 12px 16px; color: #fff; background: rgba(104,16,45,.92); border-radius: 10px; font-weight: 800; }
.error-footer { padding: 25px 0; color: #fff; background: var(--wine-dark); }
.error-footer div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.error-footer strong { font-size: 23px; }
.error-footer span { color: rgba(255,255,255,.82); font-size: 14px; }

.gelato { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 7vw, 90px); align-items: center; }
.gelato-image { position: relative; }
.gelato-image::before { content: ""; position: absolute; z-index: -1; left: -18px; bottom: -18px; width: 55%; height: 55%; background: var(--wine); }
.gelato-image img { width: 100%; height: 490px; object-fit: cover; }
.gelato-copy p { color: var(--muted); }
.text-link { color: var(--wine); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--wine); }

.menu-banner { padding: 35px 0; color: #fff; background: var(--wine); }
.menu-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.menu-banner-inner div { display: flex; flex-direction: column; }
.menu-banner-inner strong { font-size: 25px; }
.menu-banner-inner span { color: rgba(255,255,255,.82); }

.events { color: #fff; background: var(--wine-dark); }
.events-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 6vw, 80px); align-items: stretch; }
.events-photo { min-height: 650px; position: relative; overflow: hidden; border-radius: 8px; background: #3e2a2e; }
.events-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.events-photo span { position: absolute; left: 18px; bottom: 18px; padding: 9px 14px; color: #fff; background: var(--wine); border-radius: 6px; font-size: 13px; font-weight: 800; }
.events-copy { padding-block: 12px; }
.events h2, .events h3 { color: #fff; }
.events-lead { font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.events-copy > p:not(.section-label) { color: rgba(255,255,255,.84); }
.event-types { margin: 30px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-types article { padding-top: 18px; border-top: 2px solid #d58aa0; }
.event-types h3 { font-size: 19px; }
.event-types p { margin: 0; color: rgba(255,255,255,.76); font-size: 15px; }

.history { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(45px, 7vw, 90px); align-items: center; }
.history-image { position: relative; }
.history-image img { width: 100%; height: 430px; object-fit: cover; filter: saturate(.8) contrast(.97); }
.history blockquote { margin: 25px 0; padding: 20px 0 20px 25px; color: #48413e; border-left: 4px solid var(--wine); font-size: 19px; font-style: italic; }
.history blockquote cite { margin-top: 12px; display: block; color: var(--wine); font-size: 13px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.history-story { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.history-story article { padding: 24px 0 0; border-top: 3px solid var(--wine); }
.history-story h3 { font-size: 21px; }
.history-story p { margin: 0; color: var(--muted); }
.history-archive { grid-column: 1 / -1; margin-top: 10px; padding-top: 42px; border-top: 1px solid var(--line); }
.archive-heading { margin-bottom: 22px; }
.archive-heading h3 { margin: 0; font-size: 25px; }
.history-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.history-gallery button { height: 280px; padding: 0; position: relative; overflow: hidden; border: 0; border-radius: 8px; background: #ddd; cursor: zoom-in; }
.history-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.history-gallery button:nth-child(2) img { object-position: center 30%; }
.history-gallery button:hover img, .history-gallery button:focus-visible img { transform: scale(1.03); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { min-width: 0; height: 340px; padding: 0; position: relative; overflow: hidden; border: 0; border-radius: 8px; background: #ddd; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-item.branded-photo img { object-position: center top; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); }
.gallery-item span { position: absolute; left: 0; bottom: 0; padding: 9px 13px; color: #fff; background: var(--wine); font-size: 13px; font-weight: 800; }
.gallery-item.wide { grid-column: span 2; }

.video-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 7vw, 88px); align-items: center; }
.video-copy p { color: var(--muted); }
.video-consent { min-height: 430px; position: relative; overflow: hidden; border-radius: 14px; background: #30282a; box-shadow: var(--shadow); }
.video-consent > img { width: 100%; height: 430px; object-fit: cover; filter: brightness(.62); }
.video-consent-copy { position: absolute; inset: 0; padding: 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; }
.video-consent-copy strong { margin-top: 15px; font-family: var(--serif); font-size: 25px; }
.video-consent-copy p { margin: 4px 0 0; color: rgba(255,255,255,.84); font-size: 14px; }
.video-play { width: 72px; height: 72px; padding: 0 0 0 4px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--wine); box-shadow: 0 9px 24px rgba(0,0,0,.28); cursor: pointer; }
.video-play span { font-size: 26px; line-height: 1; }
.video-consent iframe { width: 100%; aspect-ratio: 16 / 9; display: block; border: 0; }

.reviews-head { margin-bottom: 34px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; }
.reviews-head h2 { margin-bottom: 0; }
.reviews-head > p { margin: 0; color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { min-width: 0; padding: 30px 28px 26px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--wine); border-radius: 14px; box-shadow: 0 8px 24px rgba(45, 29, 31, .08); }
.review-stars { color: #eaa300; font-size: 21px; line-height: 1; letter-spacing: .08em; }
.review-card blockquote { margin: 22px 0 28px; flex: 1; color: #48413e; font-family: var(--serif); font-size: 19px; line-height: 1.55; }
.review-card footer { padding-top: 18px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.review-card footer strong { color: var(--ink); font-size: 15px; }
.review-card footer span { color: var(--muted); font-size: 13px; }
.reviews-footer { margin-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.reviews-footer p { margin: 0; color: var(--muted); font-size: 13px; }

.contact { color: #fff; background: var(--wine-dark); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 7vw, 90px); }
.section-label.light { color: #f1c8d3; }
.contact h2, .contact h3 { color: #fff; }
.contact-intro > p:not(.section-label) { color: rgba(255,255,255,.8); font-size: 19px; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 45px; }
.contact-details > div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.28); }
.contact-details h3 { margin-bottom: 8px; font-size: 16px; }
.contact-details p, .contact-details address { margin: 0; color: rgba(255,255,255,.86); font-style: normal; }
.contact-details a { display: block; width: fit-content; color: #fff; }

.site-footer { padding: 30px 0; background: #fff; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-inner > img { width: 165px; height: auto; }
.footer-links { display: flex; justify-content: center; gap: 22px; }
.footer-links a { color: var(--wine); font-size: 14px; font-weight: 700; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-meta { text-align: right; }
.footer-credit a { color: var(--wine); font-weight: 800; text-decoration: none; }

.quick-contact { position: fixed; z-index: 180; top: 50%; right: 20px; display: grid; gap: 9px; transform: translateY(-50%); }
.quick-contact a { width: 50px; height: 50px; padding: 0; position: relative; overflow: visible; display: flex; align-items: center; justify-content: center; color: var(--wine); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 7px 22px rgba(40,27,31,.16); text-decoration: none; transition: transform .18s, background .18s, color .18s; }
.quick-contact a:hover, .quick-contact a:focus-visible { color: #fff; background: var(--wine); transform: translateX(-3px); }
.quick-contact a.wa { color: #fff; background: #087a35; border-color: #087a35; }
.quick-contact a.wa:hover, .quick-contact a.wa:focus-visible { background: #075e2b; }
.quick-contact svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.quick-contact .wa svg path:first-child { fill: currentColor; stroke: none; }
.quick-contact .wa svg path:last-child { fill: #087a35; stroke: none; }
.quick-contact .wa:hover svg path:last-child, .quick-contact .wa:focus-visible svg path:last-child { fill: #075e2b; }
.quick-contact a span { position: absolute; right: 60px; padding: 7px 10px; color: #fff; background: var(--wine-dark); border-radius: 9px; font-size: 12px; font-weight: 800; line-height: 1; white-space: nowrap; opacity: 0; pointer-events: none; transform: translateX(5px); transition: opacity .18s, transform .18s; }
.quick-contact a:hover span, .quick-contact a:focus-visible span { opacity: 1; transform: translateX(0); }
.quick-contact .mobile-only-action { display: none; }

.lightbox { width: min(92vw, 1000px); max-height: 90vh; padding: 0; overflow: visible; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(0,0,0,.84); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; top: -18px; right: -18px; width: 44px; height: 44px; border: 0; border-radius: 50%; color: #fff; background: var(--wine); font-size: 28px; cursor: pointer; }

.legal-page { padding: 0; background: var(--cream); }
.legal-header { background: #fff; border-top: 5px solid var(--wine); box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.legal-header-inner { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header-actions { display: flex; align-items: center; gap: 18px; }
.legal-language a { border-color: var(--line); background: #fff; }
.legal-language a.is-current { border-color: var(--wine); box-shadow: 0 0 0 1px var(--wine); }
.legal-main { max-width: 880px; padding-block: 72px; }
.legal-main h1 { margin: 0 0 38px; color: var(--wine); font-family: var(--serif); font-size: clamp(38px, 5vw, 58px); font-weight: 600; line-height: 1.1; }
.legal-main section { padding: 26px 0; border-top: 1px solid var(--line); }
.legal-main section:first-of-type { border-top: 3px solid var(--wine); }
.legal-main h2 { margin-bottom: 12px; font-size: 25px; }
.legal-main p { margin-bottom: 10px; }
.legal-main a { color: var(--wine); font-weight: 700; }
.legal-authority { margin-top: 28px; padding: 18px 20px; color: var(--muted); background: #fff; border-left: 4px solid var(--wine); font-size: 14px; }
.legal-footer { padding: 25px 0; color: #fff; background: var(--wine-dark); font-size: 14px; }
.legal-footer a { color: #fff; }

@media (max-width: 1020px) {
  .book-layout { grid-template-columns: 1fr; gap: 32px; }
  .brand { flex-basis: 180px; }
  .brand img { width: 176px; }
  .site-nav a { padding-inline: 10px; font-size: 13px; }
  .offer-card img { height: 215px; }
  .menu-section { grid-template-columns: 1fr; gap: 28px; }
  .menu-intro { position: static; }
  .events-grid { grid-template-columns: 1fr; }
  .events-photo { min-height: 480px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .video-section { grid-template-columns: 1fr; gap: 28px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card blockquote { min-height: 0; }
}

@media (max-width: 800px) {
  .error-main { grid-template-columns: 1fr; gap: 38px; }
  .error-picture { max-width: 620px; }
  html { scroll-padding-top: 82px; }
  .service-bar { display: none; }
  .site-header { border-top-width: 4px; }
  .header-main { width: calc(100% - 28px); height: 78px; }
  .brand { flex-basis: 150px; }
  .brand img { width: 145px; }
  .language-switch-mobile { margin-left: auto; display: flex; gap: 5px; }
  .language-switch-mobile a { width: 27px; height: 23px; padding: 2px; border-color: var(--line); background: #fff; }
  .language-switch-mobile a.is-current { border-color: var(--wine); box-shadow: 0 0 0 1px var(--wine); }
  .language-switch-mobile img { width: 21px; height: 14px; }
  .header-main { gap: 12px; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .menu-toggle { display: flex; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; max-height: 0; overflow: hidden; display: block; background: #fff; box-shadow: 0 12px 20px rgba(0,0,0,.16); opacity: 0; visibility: hidden; transition: max-height .25s, opacity .2s; }
  .site-nav.is-open { max-height: 450px; opacity: 1; visibility: visible; }
  .site-nav a { min-height: 54px; padding: 0 22px; color: #2c2929; border-bottom: 1px solid var(--line); }
  .site-nav a.active { color: #fff; background: var(--wine); }
  .hero { padding: 46px 0 56px; }
  .hero-inner { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 680px; }
  .hero-picture img { height: min(72vw, 500px); }
  .section { padding-block: 62px; }
  .welcome, .gelato, .history, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .history-story { grid-template-columns: 1fr; gap: 18px; }
  .section-head { display: block; }
  .section-head > p { margin-top: 15px; }
  .reviews-head { display: block; }
  .reviews-head > p { margin-top: 15px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { display: grid; grid-template-columns: 220px 1fr; }
  .offer-card img { height: 100%; min-height: 220px; }
  .gelato-image img, .history-image img { height: 390px; }
  .menu-banner-inner { align-items: flex-start; flex-direction: column; }
  .event-types { grid-template-columns: 1fr; gap: 14px; }
  .events-photo { min-height: 520px; }
  .contact-details { gap: 25px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-meta { text-align: center; }
  .quick-contact { top: auto; left: 0; right: 0; bottom: 0; grid-template-columns: repeat(3, 1fr); gap: 0; transform: none; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -5px 18px rgba(0,0,0,.12); }
  .quick-contact .desktop-only-action { display: none; }
  .quick-contact .mobile-only-action { display: flex; }
  .quick-contact a { width: auto; height: calc(66px + env(safe-area-inset-bottom)); padding: 0 6px env(safe-area-inset-bottom); flex-direction: column; gap: 5px; color: var(--wine); background: #fff; border: 0; border-right: 1px solid var(--line); border-radius: 0; box-shadow: none; }
  .quick-contact a:last-child { border-right: 0; }
  .quick-contact a:hover, .quick-contact a:focus-visible { color: var(--wine); background: #f7f3ed; transform: none; }
  .quick-contact a.wa, .quick-contact a.wa:hover, .quick-contact a.wa:focus-visible { color: #087a35; background: #fff; }
  .quick-contact .wa svg path:last-child, .quick-contact .wa:hover svg path:last-child, .quick-contact .wa:focus-visible svg path:last-child { fill: #fff; }
  .quick-contact svg { width: 23px; height: 23px; }
  .quick-contact a span { position: static; padding: 0; color: currentColor; background: transparent; border-radius: 0; font-size: 11px; opacity: 1; transform: none; }
}

@media (max-width: 540px) {
  body { font-size: 16px; }
  .page-width { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding: 38px 0 48px; }
  .hero-name { font-size: 52px; }
  .hero-claim { margin-bottom: 23px; font-size: 21px; }
  .hero h1 { font-size: 34px; }
  .hero-intro { font-size: 17px; }
  .hero-picture::before { top: -10px; right: -10px; }
  .hero-picture img { height: 340px; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .section { padding-block: 52px; }
  h2 { font-size: 30px; }
  .welcome-card { padding: 27px 23px; }
  .offer-card { display: block; }
  .offer-card img { height: 230px; min-height: 0; }
  .menu-columns { padding: 25px 23px; grid-template-columns: 1fr; gap: 30px; }
  .menu-card-brand { padding-inline: 23px; }
  .family-pasta { padding: 18px 23px; align-items: flex-start; flex-direction: column; gap: 3px; }
  .flipbook { padding: 10px; border-radius: 12px; }
  .book-controls { grid-template-columns: 1fr 1fr; gap: 8px; }
  .book-controls button { justify-content: center; }
  .book-progress { grid-column: 1 / -1; grid-row: 1; }
  .book-hint { display: none; }
  .gelato-image img, .history-image img { height: 300px; }
  .menu-banner-inner strong { font-size: 22px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .gallery-item { height: 230px; }
  .gallery-item.wide { grid-column: span 2; }
  .history-gallery { grid-template-columns: 1fr; gap: 10px; }
  .history-gallery button { height: 260px; }
  .events-photo { min-height: 460px; }
  .contact-details { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .video-consent, .video-consent > img { min-height: 280px; height: 280px; }
  .reviews-footer { align-items: stretch; flex-direction: column; }
  .reviews-footer .button { width: 100%; }
  .legal-header-inner { padding-block: 15px; align-items: flex-start; }
  .legal-header-actions { align-items: flex-end; flex-direction: column; gap: 10px; }
  .legal-header-actions .button { width: auto; min-height: 42px; padding: 8px 12px; font-size: 12px; }
  .error-header-inner { min-height: 86px; }
  .error-main { padding-block: 45px; }
  .error-picture img { height: 330px; }
  .error-footer div { align-items: flex-start; flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
