:root {
  --forest: #10231d;
  --forest-soft: #19332a;
  --charcoal: #111512;
  --ivory: #f4efe6;
  --ivory-soft: #e9e0d2;
  --bronze: #b58a55;
  --terracotta: #9a5d43;
  --sage: #879b83;
  --white: #fffdf8;
  --text-dark: #1d211e;
  --text-muted: #6f756f;
  --border: rgba(255, 255, 255, 0.15);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--ivory); color: var(--text-dark); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body.overlay-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid #d2a56f; outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: .98; }
h2 { font-size: clamp(2.65rem, 6vw, 5.4rem); letter-spacing: -.035em; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(88px, 11vw, 160px) 0; }
.section-dark { background: var(--forest); color: var(--white); }
.eyebrow { margin-bottom: 24px; color: var(--terracotta); font-size: .72rem; font-weight: 700; letter-spacing: .22em; line-height: 1.4; }
.eyebrow.light { color: #d7b98f; }
.lead { color: #4f5751; font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.75; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; border: 1px solid transparent; border-radius: 5px; font-size: .8rem; font-weight: 700; letter-spacing: .08em; transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease; }
.button:hover { transform: translateY(-2px); }
.button-bronze { background: var(--bronze); color: var(--charcoal); }
.button-bronze:hover { background: #c89b63; }
.button-dark { background: var(--forest); color: var(--white); }
.button-dark:hover { background: var(--forest-soft); }
.button-ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--forest); }
.button-small { min-height: 46px; padding: 10px 20px; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 16px; padding: 12px 18px; background: var(--white); color: var(--forest); }
.skip-link:focus { top: 12px; }

/* The transparent header is the only glass surface in the design. */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 86px; color: var(--white); transition: height .35s ease, background .35s ease, box-shadow .35s ease; }
.site-header.scrolled { height: 76px; background: rgba(16,35,29,.91); box-shadow: 0 12px 30px rgba(0,0,0,.12); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.nav-wrap { width: min(1380px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 36px; }
.brand { width: 220px; flex: 0 0 auto; }
.brand img { height: 82px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 31px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 27px 0; font-size: .74rem; font-weight: 600; letter-spacing: .035em; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 20px; left: 0; width: 0; height: 1px; background: var(--bronze); transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.language { display: flex; align-items: center; gap: 6px; font-size: .67rem; }
.lang-btn { border: 0; background: transparent; opacity: .56; padding: 8px 2px; cursor: pointer; }
.lang-btn.active { opacity: 1; color: #e0bb89; }
.menu-toggle { width: 52px; height: 52px; display: none; place-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { width: 24px; height: 1px; display: block; background: currentColor; }
.mobile-menu, .menu-backdrop { display: none; }
.menu-backdrop[hidden] { display: none; }

.hero { position: relative; min-height: 760px; height: 100svh; display: flex; align-items: flex-end; color: var(--white); isolation: isolate; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { z-index: -3; background-image: url("https://images.pexels.com/photos/32237685/pexels-photo-32237685.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=1200&w=1920"); background-position: center 52%; background-size: cover; background-repeat: no-repeat; animation: heroScale 16s ease-out both; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(7,16,12,.85) 0%, rgba(7,16,12,.48) 54%, rgba(7,16,12,.18) 100%), linear-gradient(0deg, rgba(7,16,12,.58), transparent 48%); }
.hero-placeholder { position: absolute; z-index: -1; right: 5vw; bottom: 32px; max-width: 380px; color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .2em; text-align: right; }
.hero-content { width: min(1180px, calc(100% - 48px)); margin: 0 auto clamp(92px, 13vh, 150px); }
.hero h1 { max-width: 850px; margin-bottom: 25px; font-size: clamp(3.4rem, 7.4vw, 7.3rem); letter-spacing: -.045em; }
.hero-copy { max-width: 660px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.55vw, 1.25rem); line-height: 1.65; }
.hero-buttons, .booking-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.scroll-cue { position: absolute; right: max(24px, 4vw); bottom: 90px; width: 44px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 30px; }
.scroll-cue span { width: 3px; height: 12px; border-radius: 5px; background: var(--white); animation: scrollCue 2s ease-in-out infinite; }

.quick-actions { background: var(--white); }
.action-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.action-grid a, .action-grid button { min-height: 100px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 20px 28px; border: 0; border-right: 1px solid #ded8ce; background: transparent; text-align: left; transition: background .25s ease; }
.action-grid > :first-child { border-left: 1px solid #ded8ce; }
.action-grid a:hover, .action-grid button:hover { background: var(--ivory-soft); }
.action-grid strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.action-number { color: var(--terracotta); font-size: .63rem; letter-spacing: .1em; }

.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.intro-copy h2 { margin-bottom: 32px; }
.feature-list { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 0 25px; border-top: 1px solid #d9d1c5; }
.feature-list span { padding: 14px 0 12px 15px; position: relative; color: #4c544e; font-size: .75rem; font-weight: 600; }
.feature-list span::before { content: ""; position: absolute; top: 22px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--bronze); }
.photo-composition { position: relative; min-height: 690px; }
.photo-composition figure { margin: 0; overflow: hidden; box-shadow: 0 28px 55px rgba(32,34,30,.13); }
.photo-composition img { height: 100%; object-fit: cover; }
.photo-main { position: absolute; width: 66%; height: 82%; top: 0; right: 0; border-radius: 4px 4px 80px 4px; }
.photo-small { position: absolute; left: 0; width: 42%; height: 33%; border: 9px solid var(--ivory); }
.photo-small.top { top: 12%; }
.photo-small.bottom { bottom: 0; }

.section-heading { max-width: 760px; margin-bottom: 70px; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading > p:last-child { max-width: 620px; color: rgba(255,255,255,.65); }
.section-heading.dark > p:last-child { color: var(--text-muted); }
.specialty-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.specialty-lines { border-top: 1px solid var(--border); }
.specialty-lines article { display: grid; grid-template-columns: 60px 1fr 1fr; align-items: center; gap: 30px; padding: 32px 0; border-bottom: 1px solid var(--border); }
.specialty-lines article > span { color: var(--bronze); font-size: .69rem; }
.specialty-lines h3 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.7rem); }
.specialty-lines p { max-width: 470px; margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }

.menu-section { background: var(--white); }
.menu-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.menu-heading h2 { margin: 0; }
.menu-heading > p { margin: 0 0 8px; color: var(--text-muted); }
.menu-tabs { display: flex; gap: 4px; overflow-x: auto; padding-bottom: 10px; border-bottom: 1px solid #d8d0c3; scrollbar-width: thin; }
.menu-tab { min-height: 52px; flex: 0 0 auto; padding: 10px 18px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--text-muted); font-size: .76rem; font-weight: 700; }
.menu-tab[aria-selected="true"] { border-color: var(--terracotta); color: var(--forest); }
.menu-panel { min-height: 230px; padding: 24px 0 5px; }
.menu-panel h3 { margin: 0; color: var(--terracotta); font-size: 1.15rem; letter-spacing: .07em; }
.menu-empty { padding: 40px 0; color: var(--text-muted); }
.menu-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button-outline { border-color: #9f9b91; background: transparent; color: var(--forest); }
.button-outline:hover { border-color: var(--forest); background: var(--forest); color: var(--white); }
.menu-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 10vw, 140px); }
.menu-intro { position: sticky; top: 120px; align-self: start; }
.menu-intro h2 { margin-bottom: 28px; }
.menu-intro p:not(.eyebrow) { color: var(--text-muted); }
.text-link { display: inline-block; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid var(--bronze); color: var(--forest); font-size: .82rem; font-weight: 700; }
.menu-group > h3 { margin-bottom: 28px; color: var(--terracotta); font-size: 1.2rem; letter-spacing: .06em; }
.dish { display: flex; justify-content: space-between; gap: 24px; padding: 26px 0; border-bottom: 1px solid #ded8ce; }
.dish h4 { margin-bottom: 8px; font-family: var(--serif); font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 600; line-height: 1.15; }
.dish p { margin: 0; color: var(--text-muted); font-size: .82rem; }
.dish > span { flex: 0 0 auto; padding-top: 7px; color: var(--terracotta); font-size: .66rem; letter-spacing: .08em; }
.menu-note { margin-top: 35px; padding-left: 18px; border-left: 2px solid var(--bronze); color: var(--text-muted); font-size: .75rem; line-height: 1.7; }

.villa-spaces { background: var(--ivory-soft); }
.spaces-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 310px 270px; gap: 16px; }
.spaces-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 4px; }
.spaces-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s ease; filter: saturate(1.03); }
.spaces-grid figure:hover img { transform: scale(1.025); }
.spaces-grid figcaption { position: absolute; left: 18px; bottom: 16px; padding: 5px 8px; background: rgba(16,35,29,.78); color: var(--white); font-size: .66rem; letter-spacing: .1em; }
.space-large { grid-row: span 2; }
.space-wide { grid-column: 2 / 4; }
.villa { min-height: 780px; padding: 0; position: relative; display: flex; align-items: flex-end; color: var(--white); isolation: isolate; }
.villa-image { position: relative; }
.villa::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(7,16,12,.88), rgba(7,16,12,.1) 75%); }
.villa-content { margin-bottom: 90px; }
.villa-content h2 { max-width: 760px; margin-bottom: 22px; }
.villa-content > p:last-child { max-width: 650px; color: rgba(255,255,255,.76); }

.events-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.events-copy h2 { margin-bottom: 28px; }
.events-copy > p:not(.eyebrow) { margin-bottom: 35px; color: var(--text-muted); font-size: 1.04rem; }
.events.section-dark .events-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.event-types { display: flex; flex-wrap: wrap; gap: 0 22px; margin-bottom: 34px; border-top: 1px solid var(--border); }
.event-types span { position: relative; padding: 10px 0 0 12px; color: rgba(255,255,255,.76); font-size: .72rem; }
.event-types span::before { content: ""; position: absolute; left: 0; top: 18px; width: 4px; height: 4px; border-radius: 50%; background: var(--bronze); }
.event-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.events-image { margin: 0; overflow: hidden; border-radius: 110px 4px 4px 4px; }
.events-image img { aspect-ratio: 4 / 5; object-fit: cover; }

.gallery { background: var(--ivory-soft); }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.gallery-filter { min-height: 48px; padding: 9px 17px; border: 1px solid #bcb4a8; border-radius: 3px; background: transparent; color: var(--text-muted); font-size: .73rem; font-weight: 700; }
.gallery-filter.active { border-color: var(--forest); background: var(--forest); color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 245px; gap: 12px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; }
.gallery-grid button { position: absolute; inset: 0; width: 100%; border: 0; background: transparent; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figcaption { position: absolute; left: 18px; bottom: 16px; color: rgba(255,255,255,.75); font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }
.gallery-tall { grid-row: span 2; }
.gallery-wide { display: none; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 2; }

.reviews { background: var(--ivory); text-align: center; }
.reviews-inner { max-width: 820px; }
.reviews h2 { margin-bottom: 22px; }
.reviews p:not(.eyebrow) { max-width: 620px; margin: 0 auto 32px; color: var(--text-muted); }
.reviews-inner > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }

.contact-hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.contact-details h3 { margin-bottom: 26px; font-size: clamp(2rem,4vw,3.6rem); }
.contact-details address { margin-bottom: 22px; color: rgba(255,255,255,.7); font-style: normal; }
.contact-phone { display: inline-block; margin-bottom: 32px; color: var(--white); font-family: var(--serif); font-size: clamp(1.7rem,3vw,2.6rem); }
.hours-card { padding: 34px; border: 1px solid var(--border); border-radius: 6px; background: rgba(255,255,255,.045); }
.hours-card h3 { margin-bottom: 25px; font-size: 2rem; }
.hours-card dl { margin: 0; }
.hours-card dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.hours-card dd { margin: 0; text-align: right; color: var(--white); }
.hours-card p { margin: 24px 0 0; color: #d7b98f; font-size: .72rem; }

.info-list { border-top: 1px solid var(--border); }
.info-list > div { display: grid; grid-template-columns: .45fr 1.55fr; gap: 30px; padding: 27px 0; border-bottom: 1px solid var(--border); }
.info-list span { color: var(--bronze); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.info-list strong { font-family: var(--serif); font-size: clamp(1.25rem, 2.2vw, 2rem); font-weight: 500; line-height: 1.35; }

/* Sezione DOVE SIAMO: card centrata, nessuna mappa incorporata */
.location-section { background: var(--ivory-soft); }
.location-card { max-width: 720px; margin: 0 auto; padding: clamp(38px, 6vw, 68px); text-align: center; background: var(--white); border: 1px solid rgba(20, 48, 38, 0.12); border-radius: 24px; box-shadow: 0 24px 60px rgba(10, 32, 24, 0.10); }
.location-card .section-kicker { display: block; margin-bottom: 20px; }
.location-card h2 { margin-bottom: 22px; }
.location-address { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 600; color: var(--forest); line-height: 1.35; }
.location-description { max-width: 520px; margin: 0 auto 32px; color: var(--text-muted); font-size: 1rem; line-height: 1.65; }
.location-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.location-actions .button { min-width: 200px; }

/* Card specialità con foto reale e proporzioni coerenti */
.specialty-card { display: flex; flex-direction: column; overflow: hidden; border-radius: 20px; background: var(--forest-soft); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 16px 45px rgba(10, 32, 24, 0.35); transition: transform .4s ease, box-shadow .4s ease; }
.specialty-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(10, 32, 24, 0.45); }
.specialty-card-media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #1a2a24; }
.specialty-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.specialty-card:hover .specialty-card-media img { transform: scale(1.04); }
.food-image img { object-position: center 45%; }
.specialty-card-content { padding: 28px 26px 30px; display: flex; flex-direction: column; gap: 12px; }
.specialty-card-content > span { color: var(--bronze); font-size: .68rem; letter-spacing: .12em; font-weight: 700; }
.specialty-card-content h3 { margin: 0; font-size: clamp(1.7rem, 2.4vw, 2.15rem); color: var(--white); }
.specialty-card-content p { margin: 0; color: rgba(255,255,255,.72); font-size: .92rem; line-height: 1.6; }
.specialty-card-content a { margin-top: 6px; align-self: flex-start; padding-bottom: 3px; border-bottom: 1px solid var(--bronze); color: var(--bronze); font-size: .74rem; font-weight: 700; letter-spacing: .05em; }
.specialty-card-content a:hover { color: #e0bb89; border-color: #e0bb89; }
.location-copy h2 { margin-bottom: 25px; }
.location-copy p:not(.eyebrow) { margin-bottom: 34px; color: var(--text-muted); }

.booking { background: var(--terracotta); color: var(--white); text-align: center; }
.booking-inner { max-width: 880px; }
.booking h2 { margin-bottom: 25px; }
.booking p:not(.eyebrow) { max-width: 660px; margin: 0 auto 35px; color: rgba(255,255,255,.8); }
.booking-actions { justify-content: center; }

.footer { padding: 78px 0 28px; background: var(--charcoal); color: rgba(255,255,255,.68); }
.footer-main { display: grid; grid-template-columns: 1.8fr 1fr .7fr .8fr; gap: 50px; padding-bottom: 55px; }
.footer-brand img { width: min(260px,100%); margin-bottom: 20px; height: auto; }
.footer h3 { margin-bottom: 18px; color: var(--white); font-family: var(--sans); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.footer p, .footer a { display: block; margin-bottom: 8px; font-size: .78rem; }
.footer-button { display: block; margin: 0 0 8px; padding: 0; border: 0; background: transparent; color: inherit; font-size: .78rem; text-align: left; }
.footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: .65rem; }
.mobile-bottom { display: none; }

.modal-layer, .lightbox { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 22px; }
.modal-layer[hidden], .lightbox[hidden] { display: none; }
.modal-backdrop, .lightbox-backdrop { position: absolute; inset: 0; background: rgba(5,12,9,.82); }
.booking-dialog { position: relative; width: min(560px, 100%); max-height: calc(100dvh - 44px); overflow-y: auto; padding: clamp(28px,6vw,52px); border-radius: 8px; background: var(--ivory); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.booking-dialog h2 { margin-bottom: 30px; font-size: clamp(2.4rem,6vw,4rem); }
.modal-close, .lightbox-close { position: absolute; z-index: 3; top: 13px; right: 13px; width: 52px; height: 52px; border: 0; background: transparent; font-size: 2rem; line-height: 1; }
.modal-options { border-top: 1px solid #d4ccbf; }
.modal-options a { display: flex; flex-direction: column; padding: 19px 6px; border-bottom: 1px solid #d4ccbf; }
.modal-options strong { font-family: var(--serif); font-size: 1.45rem; }
.modal-options span { color: var(--text-muted); font-size: .7rem; }
.lightbox { padding: 0; color: var(--white); }
.lightbox-dialog { position: relative; width: 100%; height: 100%; display: grid; place-items: center; }
.lightbox figure { width: min(1100px, calc(100% - 150px)); height: min(78vh, 760px); margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox figure img { width: 100%; height: calc(100% - 45px); object-fit: contain; }
.lightbox figcaption { padding-top: 12px; font-size: .8rem; }
.lightbox-close { color: var(--white); }
.lightbox-arrow { position: absolute; z-index: 2; top: 50%; width: 58px; height: 70px; border: 1px solid rgba(255,255,255,.3); background: rgba(16,35,29,.45); color: var(--white); font-size: 2.5rem; transform: translateY(-50%); }
.lightbox-arrow.prev { left: 22px; }.lightbox-arrow.next { right: 22px; }
.lightbox-count { position: absolute; bottom: 18px; color: rgba(255,255,255,.7); font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroScale { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes scrollCue { 0%,100% { transform: translateY(-8px); opacity: .35; } 50% { transform: translateY(8px); opacity: 1; } }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .desktop-book { display: none; }
  .mobile-menu { position: fixed; z-index: 210; display: flex; flex-direction: column; top: 0; right: 0; width: min(430px, 90vw); height: 100dvh; padding: 25px 30px 35px; background: var(--ivory); transform: translateX(105%); transition: transform .4s cubic-bezier(.2,.8,.2,1); visibility: hidden; }
  .mobile-menu.open { transform: translateX(0); visibility: visible; }
  .menu-backdrop { position: fixed; z-index: 200; inset: 0; display: block; background: rgba(5,12,9,.55); opacity: 0; transition: opacity .3s ease; }
  .menu-backdrop.show { opacity: 1; }
  .mobile-menu-top { display: flex; justify-content: space-between; align-items: center; }
  .mobile-menu-top img { width: 210px; }
  .menu-close { position: relative; width: 52px; height: 52px; border: 0; background: transparent; cursor: pointer; }
  .menu-close span { position: absolute; left: 13px; top: 26px; width: 27px; height: 1px; background: var(--forest); transform: rotate(45deg); }
  .menu-close span:last-child { transform: rotate(-45deg); }
  .mobile-menu nav { margin: auto 0; display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 9px 0; color: var(--forest); font-family: var(--serif); font-size: clamp(1.7rem, 5vh, 2.3rem); line-height: 1.05; }
  .mobile-menu .button { width: 100%; }
}

@media (max-width: 820px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .container, .hero-content { width: min(100% - 36px, 680px); }
  .section { padding: 90px 0; }
  .site-header, .site-header.scrolled { height: 68px; }
  .nav-wrap { width: calc(100% - 28px); gap: 10px; }
  .brand { width: 170px; }
  .brand img { height: 64px; }
  .nav-actions { gap: 8px; }
  .language { gap: 4px; }
  .hero { min-height: 700px; }
  .hero-content { margin-bottom: 100px; }
  .hero h1 { font-size: clamp(3.2rem, 13vw, 5.3rem); }
  .hero-shade { background: linear-gradient(90deg,rgba(7,16,12,.76),rgba(7,16,12,.33)),linear-gradient(0deg,rgba(7,16,12,.78),transparent 65%); }
  .scroll-cue { display: none; }
  .hero-placeholder { right: 18px; bottom: 18px; font-size: .5rem; }
  .action-grid { grid-template-columns: 1fr 1fr; }
  .action-grid a, .action-grid button { min-height: 84px; padding: 16px 18px; border-bottom: 1px solid #ded8ce; }
  .action-grid a:nth-child(odd) { border-left: 1px solid #ded8ce; }
  .action-grid strong { font-size: 1.25rem; }
  .intro-grid, .menu-layout, .events-grid, .menu-heading, .contact-hours-grid { grid-template-columns: 1fr; }
  .intro-grid, .events-grid, .location-grid { gap: 60px; }
  .photo-composition { min-height: 610px; }
  .menu-intro { position: static; }
  .specialty-cards { grid-template-columns: 1fr; gap: 18px; }
  .specialty-card-media { aspect-ratio: 16 / 10; }
  .spaces-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 250px 220px; }
  .space-large { grid-column: span 2; grid-row: auto; }
  .space-wide { grid-column: span 2; }
  .specialty-lines article p { grid-column: 2; }
  .villa { min-height: 700px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; justify-content: flex-start; }
  .mobile-bottom { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; min-height: calc(68px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(3,1fr); background: rgba(16,35,29,.98); color: var(--white); box-shadow: 0 -8px 24px rgba(0,0,0,.16); }
  .mobile-bottom a, .mobile-bottom button { min-height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; border: 0; border-right: 1px solid rgba(255,255,255,.12); background: transparent; font-size: .64rem; font-weight: 700; }
  .mobile-bottom button:last-child { background: var(--bronze); color: var(--charcoal); }
  .mini-icon { font-size: 1.15rem; line-height: 1; }
}

@media (max-width: 520px) {
  .container, .hero-content { width: calc(100% - 32px); }
  .eyebrow { margin-bottom: 18px; font-size: .62rem; }
  h2 { font-size: clamp(2.6rem, 13.5vw, 3.75rem); }
  .site-header .language { display: flex; }
  .site-header .brand { width: 150px; }
  .site-header .brand img { height: 56px; }
  .mobile-menu-top img { width: 220px; height: auto; }
  .hero { min-height: 720px; align-items: flex-end; }
  .hero-content { margin-bottom: 74px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(3.1rem, 15vw, 4.25rem); }
  .hero-copy { font-size: .94rem; line-height: 1.6; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .hero-buttons .button { width: 100%; }
  .hero-placeholder { display: none; }
  .action-grid a, .action-grid button { gap: 9px; padding: 12px; }
  .action-grid .action-number { display: none; }
  .photo-composition { min-height: 500px; }
  .photo-main { width: 75%; height: 78%; border-radius: 4px 4px 55px 4px; }
  .photo-small { width: 43%; height: 29%; border-width: 6px; }
  .photo-small.top { top: 16%; }
  .feature-list { gap: 0 16px; }
  .specialty-card-media { aspect-ratio: 4 / 3; }
  .location-actions { flex-direction: column; }
  .location-actions .button { width: 100%; }
  .specialty-lines article p { font-size: .82rem; }
  .dish { flex-direction: column; gap: 4px; }
  .dish > span { padding: 0; }
  .villa-content { margin-bottom: 64px; }
  .events-image { border-radius: 65px 4px 4px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 10px; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: auto; }
  .gallery-grid figure { min-width: 0; height: auto; }
  .gallery-grid .gallery-wide { display: none; }
  .info-list > div { grid-template-columns: 1fr; gap: 8px; }
  .location-map, .map-art { min-height: 390px; height: 390px; }
  .booking-actions { flex-direction: column; }
  .menu-actions, .event-actions, .contact-actions { flex-direction: column; }
  .menu-actions .button, .event-actions .button, .contact-actions .button { width: 100%; }
  .hours-card { padding: 24px 20px; }
  .lightbox figure { width: calc(100% - 24px); height: 78vh; }
  .lightbox-arrow { top: auto; bottom: 18px; width: 54px; height: 54px; transform: none; }
  .lightbox-arrow.prev { left: 18px; }.lightbox-arrow.next { right: 18px; }
  .lightbox-count { bottom: 35px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 22px; }
  .footer-main > div:nth-child(2) { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* === MENU DEL RISTORANTE === */
.menu-subtitle { margin: 12px 0 0; color: var(--text-muted); font-size: 1rem; }
.menu-heading-notice { padding: 22px 24px; background: #f6f0e2; border: 1px solid rgba(20, 48, 38, 0.12); border-radius: 16px; }
.menu-heading-notice p { margin: 0 0 14px; color: var(--text-dark); font-size: .92rem; line-height: 1.55; }
.menu-heading-notice .button { width: 100%; }

.menu-tabs { display: flex; flex-wrap: nowrap; gap: 6px; margin: 40px 0 24px; padding-bottom: 12px; overflow-x: auto; border-bottom: 1px solid rgba(20, 48, 38, 0.12); scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.menu-tabs .menu-tab { flex: 0 0 auto; min-height: 52px; padding: 12px 22px; border: 1px solid rgba(20, 48, 38, 0.14); border-radius: 999px; background: transparent; color: var(--text-dark); font-size: .85rem; font-weight: 700; letter-spacing: .02em; white-space: nowrap; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.menu-tabs .menu-tab:hover { border-color: var(--bronze); color: var(--forest); }
.menu-tabs .menu-tab[aria-selected="true"] { background: var(--forest); border-color: var(--forest); color: var(--white); }

.menu-panel { padding: 8px 0 4px; }
.menu-lead { max-width: 720px; margin: 0 0 24px; color: var(--text-muted); font-size: .95rem; line-height: 1.65; }

.menu-subfilters { display: flex; flex-wrap: nowrap; gap: 8px; margin: 4px 0 26px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; padding-bottom: 6px; }
.menu-subfilter { flex: 0 0 auto; min-height: 46px; padding: 10px 18px; border: 1px solid rgba(20, 48, 38, 0.18); border-radius: 999px; background: var(--white); color: var(--text-muted); font-size: .78rem; font-weight: 700; white-space: nowrap; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.menu-subfilter:hover { color: var(--forest); border-color: var(--forest); }
.menu-subfilter.active, .menu-subfilter[aria-pressed="true"] { background: var(--bronze); border-color: var(--bronze); color: var(--charcoal); }

.menu-category { margin: 0 0 40px; }
.menu-category-title { margin: 0 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--bronze); font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 600; color: var(--forest); letter-spacing: .01em; }

.menu-list-items { list-style: none; margin: 0; padding: 0; }
.menu-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 18px; padding: 18px 0; border-bottom: 1px solid rgba(20, 48, 38, 0.10); }
.menu-item:last-child { border-bottom: 0; }
.menu-item-name { min-width: 0; font-family: var(--serif); font-size: clamp(1.05rem, 1.6vw, 1.25rem); font-weight: 600; color: var(--text-dark); line-height: 1.35; }
.menu-item-price { white-space: nowrap; font-family: var(--serif); font-size: clamp(1.05rem, 1.6vw, 1.2rem); font-weight: 700; color: var(--terracotta); align-self: start; }
.menu-item-description { grid-column: 1 / -1; margin: 0; color: var(--text-muted); font-size: .88rem; line-height: 1.6; }
.menu-item-note { color: #8a6a3a; font-style: italic; }
.menu-item-badges { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.menu-badge { display: inline-block; padding: 4px 10px; border-radius: 999px; background: rgba(154, 93, 67, .12); color: var(--terracotta); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.menu-info { display: inline-block; padding: 4px 10px; border-radius: 999px; background: rgba(20, 48, 38, .07); color: var(--text-muted); font-size: .72rem; font-weight: 600; }
.menu-item-simple { grid-template-columns: 1fr; }
.menu-events-list .menu-item { padding: 14px 0; }

.menu-accordion { margin: 0 0 12px; border: 1px solid rgba(20, 48, 38, 0.12); border-radius: 14px; background: #fffaf1; overflow: hidden; }
.menu-accordion > summary { cursor: pointer; padding: 18px 22px; font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: var(--forest); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.menu-accordion > summary::-webkit-details-marker { display: none; }
.menu-accordion > summary::after { content: "+"; font-size: 1.4rem; color: var(--bronze); font-weight: 700; transition: transform .3s ease; }
.menu-accordion[open] > summary::after { content: "−"; }
.menu-accordion .menu-count { color: var(--text-muted); font-size: .8rem; font-family: var(--sans); font-weight: 500; }
.menu-accordion > ul { padding: 0 22px 18px; }
.menu-accordion > ul .menu-item { border-bottom-color: rgba(20, 48, 38, 0.08); }

.menu-legal { margin: 40px 0 30px; padding: 20px 22px; border-left: 3px solid var(--bronze); background: rgba(20, 48, 38, 0.03); }
.menu-legal p { margin: 0 0 10px; color: var(--text-muted); font-size: .82rem; line-height: 1.6; }
.menu-legal p:last-child { margin-bottom: 0; }

@media (max-width: 720px) {
  .menu-heading-notice { padding: 18px 18px; }
  .menu-item { padding: 16px 0; gap: 6px 12px; }
  .menu-item-name { font-size: 1rem; }
  .menu-item-price { font-size: 1rem; }
  .menu-accordion > summary { padding: 16px 16px; font-size: 1.05rem; }
  .menu-accordion > ul { padding: 0 16px 14px; }
  .menu-tabs .menu-tab { min-height: 48px; padding: 10px 16px; font-size: .8rem; }
  .menu-subfilter { min-height: 44px; padding: 8px 14px; font-size: .74rem; }
}