@font-face { font-family:'Italianno'; src:url('/assets/fonts/restaurant/italianno-regular.ttf') format('truetype'); font-style:normal; font-weight:400; font-display:swap; }
:root { --restaurant-ink: #25231f; --restaurant-paper: #f2eee6; --restaurant-orange: #c9673d; --restaurant-dark: #302b26; --restaurant-line: #cfc8bc; }
body.theme-restaurant { --nodo-pink: var(--restaurant-orange); --nodo-pink-light: #e59a79; --nodo-violet: var(--restaurant-orange); color: var(--restaurant-ink); background: var(--restaurant-paper); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
body.theme-restaurant h1, body.theme-restaurant h2, body.theme-restaurant h3, body.theme-restaurant .restaurant-logo { font-family: 'Italianno', 'Bodoni 72', 'Didot', cursive; font-weight: 400; letter-spacing:0; }
html:has(body.theme-restaurant) { scroll-behavior: smooth; }
body.modal-open { overflow: hidden; }
button { font: inherit; }
.restaurant-site { overflow: hidden; }
.restaurant-header { position: absolute; z-index: 2; top: 88px; left: 50%; display: flex; width: min(1180px, calc(100% - 40px)); align-items: center; justify-content: space-between; transform: translateX(-50%); color: white; }
.restaurant-logo { display: flex; flex-direction: column; line-height: 1; font-size: 27px; letter-spacing: -.04em; }
.restaurant-logo small { margin-top: 7px; font: 10px Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.restaurant-nav { display: flex; align-items: center; gap: 27px; font: 13px Arial, sans-serif; }
.restaurant-nav a:hover { color: #f3b38f; }
.restaurant-mobile-booking { display: none; }
.restaurant-hero { position: relative; min-height: 760px; display: flex; align-items: end; padding: 170px 0 90px; color: white; background: linear-gradient(90deg, rgba(27,22,18,.78), rgba(27,22,18,.08)), url('/assets/images/osteria-ravioli-hero.png') center/cover; }
.restaurant-hero-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.restaurant-hero h1 { max-width: 750px; font-size: clamp(4.4rem, 10vw, 9rem); }
.restaurant-hero-inner > p:not(.eyebrow) { max-width: 420px; margin: 25px 0 0; color: #e6d9ce; font: 20px/1.5 Arial, sans-serif; }
.restaurant-hero-note { position: absolute; right: max(20px, calc((100% - 1180px) / 2)); bottom: 46px; padding: 14px 18px; border-left: 1px solid rgba(255,255,255,.55); color: #dfd4ca; font: 11px/1.55 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.restaurant-hero-note strong { color: white; font-size: 12px; }
.restaurant-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid var(--restaurant-orange); color: white; background: var(--restaurant-orange); font: 700 12px Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease; }
.restaurant-button:hover { border-color: #e58c64; background: #e58c64; transform: translateY(-2px); }
.button { cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.restaurant-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.restaurant-section h2, .restaurant-feature-copy h2, .restaurant-services h2 { max-width: 650px; font-size: clamp(3rem, 6vw, 6.5rem); }
.restaurant-lead { max-width: 510px; margin: 22px 0 0; color: #716c63; font: 19px/1.55 Arial, sans-serif; }
.restaurant-split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.restaurant-text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; padding: 0; border: 0; color: var(--restaurant-orange); background: none; font: 700 12px Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.restaurant-text-link:hover span { transform: translateX(4px); }.restaurant-text-link span { transition: transform .2s ease; }
.restaurant-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 96px; background: var(--restaurant-line); }
.restaurant-stat-row > div { display: flex; min-height: 160px; align-items: baseline; gap: 13px; padding: 27px; background: var(--restaurant-paper); }
.restaurant-stat-row strong { color: var(--restaurant-orange); font-size: 50px; font-weight: 400; }.restaurant-stat-row span { font: 11px/1.4 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.restaurant-feature-band { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 620px; color: white; background: var(--restaurant-dark); }
.restaurant-feature-image { min-height: 520px; overflow: hidden; }.restaurant-feature-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .8s ease; }.restaurant-feature-band:hover img { transform: scale(1.035); }
.restaurant-feature-copy { display: flex; max-width: 500px; flex-direction: column; justify-content: center; padding: 70px; }.restaurant-feature-copy p:not(.eyebrow) { max-width: 390px; margin-top: 30px; color: #cbbcad; font: 16px/1.65 Arial, sans-serif; }
.restaurant-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1px; background: var(--restaurant-line); }.restaurant-gallery figure { margin: 0; background: var(--restaurant-paper); }.restaurant-gallery img { display: block; width: 100%; height: 430px; object-fit: cover; filter: saturate(.78); transition: filter .35s ease, transform .6s ease; }.restaurant-gallery figure:hover img { filter: saturate(1); transform: scale(1.02); }.restaurant-gallery figcaption { padding: 18px 24px 22px; color: #817b72; font: 11px Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.restaurant-owner { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 620px; color: white; background: var(--restaurant-dark); }
.restaurant-owner-image { min-height: 620px; overflow: hidden; }
.restaurant-owner-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: filter .45s ease, transform .8s ease; }
.restaurant-owner:hover .restaurant-owner-image img { filter: saturate(.92); transform: scale(1.018); }
.restaurant-owner-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 96px); }
.restaurant-owner-copy h2 { max-width: 560px; margin-top: 22px; color: white; font-size: clamp(3rem, 5.8vw, 6.2rem); line-height: .92; }
.restaurant-owner-copy blockquote { max-width: 560px; margin: 30px 0 38px; color: #cbbcad; font: 21px/1.45 Arial, sans-serif; }
.restaurant-owner-signature { color: white; font: 700 12px/1.7 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.restaurant-owner-signature span { color: #cbbcad; font-weight: 400; }
.quote { padding: 100px 20px; color: white; background: #1f1b18; text-align: center; }.quote p { max-width: 820px; margin: 0 auto 20px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.1; }.quote small { color: #cbbcad; font: 12px Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }.section-heading > p { color: var(--restaurant-orange); font: 700 12px/1.7 Arial, sans-serif; letter-spacing: .1em; text-align: right; text-transform: uppercase; }.section-heading > p span { color: #817b72; font-weight: 400; }
.menu-teaser { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: 60px 0; border-top: 1px solid var(--restaurant-line); border-bottom: 1px solid var(--restaurant-line); }.menu-teaser .restaurant-lead { margin-bottom: 0; }.menu-teaser .restaurant-button { flex: 0 0 auto; }
.dish-list { margin-top: 52px; border-top: 1px solid var(--restaurant-line); }.dish { display: flex; justify-content: space-between; gap: 25px; padding: 23px 0; border-bottom: 1px solid var(--restaurant-line); }.dish strong { font-size: 21px; font-weight: 400; }.dish small { display: block; margin-top: 5px; color: #817b72; font: 14px/1.4 Arial, sans-serif; }.dish em { display: block; margin-top: 10px; color: #9a938a; font: 10px Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; }.dish-price { color: var(--restaurant-orange); font-size: 20px; white-space: nowrap; }.menu-footnote { display: flex; justify-content: space-between; color: #817b72; font: 12px Arial, sans-serif; }.menu-footnote .restaurant-text-link { margin-top: 20px; }
.restaurant-services { color: var(--restaurant-ink); background: var(--restaurant-paper); }.restaurant-services .restaurant-section { padding-top: 100px; padding-bottom: 115px; }.restaurant-services h2 { color: var(--restaurant-ink); }.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--restaurant-line); }.services-grid article { min-height: 230px; padding: 25px; background: #e4ddd2; }.services-grid span, .restaurant-feature span { color: var(--restaurant-orange); font: 700 12px Arial, sans-serif; }.services-grid h3 { margin-top: 45px; font-size: 25px; }.services-grid p { color: #716c63; font: 14px/1.6 Arial, sans-serif; }
.restaurant-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 58px; background: #665d53; }.restaurant-feature { min-height: 180px; padding: 25px; color: white; background: var(--restaurant-dark); }.restaurant-feature h3 { margin-top: 32px; font-size: 24px; }.contact-section { width: 100%; max-width: none; box-sizing: border-box; margin: 0; color: white; padding-bottom: 150px; background: var(--restaurant-dark); }.contact-section .restaurant-split { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }.contact-section h2 { color: white; }.contact-section .restaurant-lead { color: #cbbcad; }.contact-section .eyebrow { color: #f3b38f; }.contact-section .button.light { border: 1px solid rgba(255,255,255,.38); color: white; background: transparent; }.contact-section .button.light:hover { border-color: #f3b38f; color: white; background: rgba(201,103,61,.16); }
.restaurant-footer { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 60px max(20px, calc((100% - 1180px) / 2)) 120px; color: #ddd4c8; background: var(--restaurant-dark); }.restaurant-footer h2 { font-size: 45px; }.restaurant-footer p { margin: 8px 0 0; color: #aaa096; font: 14px Arial, sans-serif; }
.restaurant-menu-page { min-height: 100vh; background: var(--restaurant-paper); }.restaurant-menu-header { position: relative; z-index: 1; top: auto; left: auto; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 82px 0 18px; color: var(--restaurant-ink); transform: none; }.restaurant-back-link { margin-top: 0; color: var(--restaurant-orange); }.restaurant-menu-hero { display: flex; min-height: 470px; align-items: end; color: white; background: linear-gradient(90deg, rgba(27,22,18,.82), rgba(27,22,18,.22)), url('/assets/images/osteria-ravioli-hero.png') center/cover; }.restaurant-menu-hero .restaurant-section { padding-bottom: 72px; }.restaurant-menu-hero h1 { font-size: clamp(4rem, 10vw, 9rem); line-height: .86; }.restaurant-menu-hero p:not(.eyebrow) { max-width: 440px; margin-top: 25px; color: #e6d9ce; font: 18px/1.5 Arial, sans-serif; }.restaurant-menu-note { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 110px max(20px, calc((100% - 1180px) / 2)); color: white; background: var(--restaurant-dark); }.restaurant-menu-note h2 { font-size: clamp(3rem, 6vw, 6rem); }.restaurant-menu-note > p { max-width: 470px; align-self: end; color: #cbbcad; font: 16px/1.65 Arial, sans-serif; }
.menu-note-image { display: block; width: 100%; height: 220px; margin-bottom: 28px; object-fit: cover; filter: saturate(.78); }.restaurant-menu-note > div > p { max-width: 470px; color: #cbbcad; font: 16px/1.65 Arial, sans-serif; }
.restaurant-modal { position: fixed; z-index: 100; inset: 0; display: none; place-items: center; padding: 20px; }.restaurant-modal.is-open { display: grid; }.restaurant-modal-backdrop { position: absolute; inset: 0; background: rgba(20,16,13,.72); backdrop-filter: blur(8px); }.restaurant-modal-card { position: relative; width: min(510px, 100%); padding: 42px; color: var(--restaurant-ink); background: var(--restaurant-paper); box-shadow: 0 25px 80px rgba(0,0,0,.3); }.restaurant-modal-card h2 { font-size: clamp(2.6rem, 7vw, 4.5rem); }.restaurant-modal-card > p:not(.eyebrow):not(.booking-success) { color: #716c63; font: 15px/1.5 Arial, sans-serif; }.restaurant-modal-close { position: absolute; top: 16px; right: 18px; border: 0; color: #716c63; background: none; font-size: 30px; cursor: pointer; }.restaurant-modal form { display: grid; gap: 16px; margin-top: 26px; }.restaurant-modal label { display: grid; gap: 7px; color: #716c63; font: 11px Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }.restaurant-modal label span { letter-spacing: 0; text-transform: none; }.restaurant-modal input, .restaurant-modal select, .restaurant-modal textarea { width: 100%; box-sizing: border-box; padding: 12px; border: 1px solid var(--restaurant-line); color: var(--restaurant-ink); background: white; font: 15px Arial, sans-serif; }.booking-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.restaurant-modal textarea { resize: vertical; }.restaurant-modal form .restaurant-button { justify-self: start; margin-top: 3px; }.booking-success { color: var(--restaurant-orange); font: 700 14px Arial, sans-serif; }.restaurant-toast { position: fixed; z-index: 110; right: 20px; bottom: 86px; max-width: 320px; padding: 14px 18px; color: white; background: var(--restaurant-dark); font: 13px/1.4 Arial, sans-serif; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; }.restaurant-toast.is-visible { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 760px) { .restaurant-header { top: 74px; width: calc(100% - 28px); }.restaurant-menu-header { top: auto; left: auto; width: auto; margin: 0; padding: 76px 14px 20px; transform: none; }.restaurant-nav { display: none; }.restaurant-mobile-booking { display: inline-flex; min-height: 40px; align-items: center; padding: 0 14px; border: 1px solid rgba(255,255,255,.5); color: white; background: rgba(0,0,0,.25); font: 700 11px Arial, sans-serif; text-transform: uppercase; }.restaurant-hero { min-height: 720px; padding-bottom: 58px; }.restaurant-hero-inner, .restaurant-section { width: calc(100% - 28px); }.restaurant-hero h1 { font-size: clamp(4rem, 19vw, 7rem); }.restaurant-hero-note { display: none; }.restaurant-split, .restaurant-feature-band, .restaurant-menu-note, .restaurant-owner { grid-template-columns: 1fr; gap: 52px; }.restaurant-section { padding: 75px 0; }.contact-section { width: 100%; }.contact-section .restaurant-split { width: calc(100% - 28px); }.restaurant-stat-row, .services-grid, .restaurant-features { grid-template-columns: 1fr; }.restaurant-stat-row { margin-top: 60px; }.restaurant-feature-image { min-height: 390px; }.restaurant-feature-copy { padding: 75px 14px; }.restaurant-owner-image { min-height: 440px; }.restaurant-owner-copy { padding: 70px 14px 78px; }.restaurant-owner-copy h2 { font-size: clamp(3rem, 14vw, 5rem); }.restaurant-owner-copy blockquote { font-size: 18px; }.section-heading { display: block; }.section-heading > p { margin-top: 25px; text-align: left; }.dish { gap: 14px; }.dish strong { font-size: 18px; }.dish-price { font-size: 18px; }.restaurant-footer { align-items: flex-start; flex-direction: column; padding: 50px 14px 110px; }.restaurant-modal-card { padding: 35px 24px 28px; }.booking-fields { grid-template-columns: 1fr; }.restaurant-toast { right: 14px; bottom: 80px; left: 14px; max-width: none; }.restaurant-menu-hero { min-height: 420px; }.restaurant-menu-hero .restaurant-section { padding-bottom: 55px; }.restaurant-menu-note { padding: 75px 14px 105px; }.menu-teaser { align-items: flex-start; flex-direction: column; gap: 8px; padding: 45px 0; }.menu-teaser .restaurant-button { margin-top: 20px; } }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; }.restaurant-feature-image img, .restaurant-text-link span { transition: none; } }
@media (max-width: 760px) { .restaurant-gallery { grid-template-columns: 1fr; }.restaurant-gallery img { height: 300px; }.menu-note-image { height: 230px; } }
