
:root {
  --ivory: #f7f5f0;
  --ivory-2: #fffefa;
  --navy: #07364f;
  --navy-dark: #07364f;
  --blue: #124c6b;
  --accent: #a8dded;
  --ink: #124c6b;
  --muted: #7c879d;
  --line: #d7dce5;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory-2); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-weight: 300; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 140px 0; }
.eyebrow { margin: 0 0 26px; color: var(--blue); font-size: 11px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; }
.eyebrow.light { color: var(--accent); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: .02em; }
h2 { color: var(--navy-dark); font-size: clamp(42px, 5vw, 68px); line-height: 1.04; }
h1 em, h2 em { font-weight: 400; color: var(--blue); }
.button { border: 1px solid var(--navy); background: var(--navy); color: white; min-height: 54px; padding: 0 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 0; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.button:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 22px; }
.button-light { background: var(--ivory-2); color: var(--navy); border-color: var(--ivory-2); }
.button-outline { background: transparent; color: var(--navy); }
.text-link { display: inline-flex; gap: 12px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link.light { color: white; border-color: rgba(255,255,255,.6); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 108px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { width: 250px; height: 92px; overflow: visible; display: flex; align-items: center; flex-shrink: 0; }
.brand img { width: 100%; height: 82px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); transform: none; }
nav { display: flex; align-items: center; gap: 36px; }
nav > a { font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.header-socials { display: flex; align-items: center; gap: 10px; }
.header-socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.header-socials svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-socials svg path, .header-socials .social-dot { fill: currentColor; stroke: none; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 26px; height: 1px; background: white; margin: 6px 0; }

.hero { height: min(920px, 100vh); min-height: 720px; position: relative; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy-dark); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.motion-frame { overflow: hidden; }
.motion-image { --scroll-progress: .5; will-change: transform; backface-visibility: hidden; transform-origin: center; transition: transform .08s linear; }
.motion-zoom-in { transform: scale(calc(1.02 + var(--scroll-progress) * .12)); }
.motion-zoom-out { transform: scale(calc(1.16 - var(--scroll-progress) * .12)); }
.hero .motion-image { animation: hero-breathe 14s ease-in-out infinite alternate; }
@keyframes hero-breathe { from { transform: scale(1.12); } to { transform: scale(1.02); } }
.hero-shade { background: linear-gradient(90deg, rgba(4,37,54,.88) 0%, rgba(4,37,54,.48) 48%, rgba(4,37,54,.08) 100%), linear-gradient(0deg, rgba(4,31,44,.42), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.hero h1 { max-width: 820px; margin-bottom: 30px; font-size: clamp(64px, 8vw, 120px); line-height: .86; color: white; }
.hero h1 em { color: var(--accent); }
.hero-copy { max-width: 590px; font-family: Georgia, serif; font-size: 19px; line-height: 1.65; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.scroll-cue { position: absolute; z-index: 3; right: 5vw; bottom: 34px; display: flex; align-items: center; gap: 16px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }

.intro { display: grid; grid-template-columns: .7fr 2fr; gap: 8vw; }
.wave-line { color: var(--blue); font-size: 42px; }
.intro-copy h2 { margin-bottom: 50px; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; color: var(--muted); font-family: Georgia, serif; font-size: 17px; font-style: italic; line-height: 1.9; }
.two-columns p:first-child::first-letter { float: left; margin: 0 8px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: 58px; line-height: .85; }

.experience-section { min-height: 760px; display: grid; grid-template-columns: 55% 45%; background: var(--navy); }
.experience-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-card { padding: 100px 7vw; align-self: center; color: rgba(255,255,255,.78); }
.experience-card h2 { color: white; margin-bottom: 38px; }
.experience-card h2 em { color: var(--accent); }
.experience-card > p:not(.eyebrow) { max-width: 570px; font-family: Georgia, serif; font-size: 18px; line-height: 1.8; }
.feature-row { margin-top: 60px; border-top: 1px solid rgba(255,255,255,.22); }
.feature-row span { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.feature-row b { color: var(--accent); font-size: 10px; }

.menu-section { background: var(--ivory); }
.section-heading.centered { max-width: 750px; margin: 0 auto 75px; text-align: center; }
.section-heading.centered > p:last-child { max-width: 620px; margin: 24px auto 0; color: var(--muted); line-height: 1.8; }
.menu-switch { width: fit-content; margin: -35px auto 46px; padding: 5px; display: flex; gap: 5px; border: 1px solid rgba(18,76,107,.18); border-radius: 999px; background: rgba(255,255,255,.58); }
.menu-switch button { min-height: 44px; padding: 0 24px; border: 0; border-radius: 999px; background: transparent; color: var(--navy); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.menu-switch button.active { background: var(--navy); color: white; }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.menu-card, .wine-card { align-self: start; padding: 0 38px; background: rgba(255,255,255,.72); border: 1px solid rgba(18,76,107,.12); }
.menu-card summary, .wine-card summary { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; }
.menu-card summary::-webkit-details-marker, .wine-card summary::-webkit-details-marker { display: none; }
.menu-card summary > span, .wine-card summary > span { color: var(--blue); font-size: 26px; font-weight: 300; transition: transform .2s ease; }
.menu-card[open] summary > span, .wine-card[open] summary > span { transform: rotate(45deg); }
.menu-card h3, .wine-card h3 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.menu-card-content, .wine-list { padding: 0 0 34px; }
.dish { position: relative; padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.dish:last-child { margin-bottom: 0; }
.dish-title { display: flex; align-items: baseline; gap: 10px; }
.dish h4 { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.dish-title strong, .wine-row strong { flex: none; color: var(--navy); font-size: 13px; font-weight: 700; }
.dots { flex: 1; border-bottom: 1px dotted #aeb4b3; }
.dish p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.dish small { display: block; margin-top: 8px; color: #879397; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.menu-note { margin: 22px 0 0; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.booking-note { grid-column: 1 / -1; padding: 34px; display: flex; align-items: center; justify-content: center; gap: 16px 36px; background: var(--navy); color: white; text-align: center; }
.booking-note b { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.booking-note span { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wine-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.wine-row { padding: 13px 0; display: flex; align-items: baseline; gap: 10px; border-bottom: 1px solid var(--line); color: var(--ink); font-family: Georgia, serif; font-size: 15px; }
.wine-row i { flex: 1; border-bottom: 1px dotted #aeb4b3; }
.menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 44px; }
.menu-footer p { margin: 0; color: var(--muted); font-size: 12px; }

.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 100px; margin-bottom: 60px; }
.split-heading > p { max-width: 390px; color: var(--muted); line-height: 1.8; }
.gallery-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; grid-auto-rows: 320px; gap: 16px; }
.gallery-item { width: 100%; height: 100%; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-wide { grid-row: span 2; }
.instagram-link { margin: 24px 0 0 auto; width: fit-content; display: flex; gap: 12px; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.reviews-section { background: var(--navy-dark); color: white; text-align: center; }
.reviews-slider { position: relative; max-width: 940px; min-height: 330px; margin: auto; }
.review-feature { display: none; max-width: 900px; margin: auto; animation: review-in .55s ease both; }
.review-feature.active { display: block; }
.quote-mark { height: 70px; color: var(--accent); font-family: Georgia, serif; font-size: 100px; line-height: 1; }
blockquote { margin: 20px 0 38px; font-family: Georgia, serif; font-size: clamp(28px, 4vw, 48px); line-height: 1.25; letter-spacing: -.02em; }
.review-meta { color: rgba(255,255,255,.62); font-size: 12px; letter-spacing: .06em; }
.review-meta span { display: block; margin-bottom: 12px; color: #f4d48b; letter-spacing: .18em; }
.review-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 36px; }
.review-arrow { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: transparent; font-size: 19px; cursor: pointer; transition: .2s ease; }
.review-arrow:hover { border-color: var(--accent); color: var(--accent); }
.review-dots { display: flex; gap: 9px; }
.review-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.3); cursor: pointer; }
.review-dots button.active { background: var(--accent); transform: scale(1.35); }
.google-reviews-link { display: inline-block; margin-top: 32px; color: var(--accent); border-bottom: 1px solid rgba(168,221,237,.45); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
@keyframes review-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }

.contact-section { background: var(--ivory-2); }
.contact-info { padding: 138px 5vw 120px; }
.contact-inner { width: min(1180px, 100%); margin: 0 auto; }
.contact-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 72px; margin-bottom: 94px; }
.contact-heading h2 { margin-bottom: 0; }
.contact-heading .button { flex: none; margin-bottom: 8px; }
.contact-grid { display: grid; grid-template-columns: 1.05fr 1.25fr 1.2fr; gap: clamp(60px, 8vw, 120px); }
.contact-card { position: relative; min-width: 0; padding: 34px 0 0; border-top: 1px solid var(--line); }
.contact-number { position: absolute; top: -8px; right: 0; padding-left: 14px; background: var(--ivory-2); color: var(--blue); font-size: 9px; font-weight: 500; letter-spacing: .2em; }
.contact-grid h3 { margin-bottom: 30px; color: var(--navy); font-family: Georgia, serif; font-size: 26px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; }
.contact-grid p, .contact-grid a { color: var(--muted); font-size: 15px; line-height: 2; }
.contact-grid p { margin-bottom: 0; }
.contact-grid p span { display: inline-block; min-width: 84px; color: var(--muted); }
.contact-grid p strong { color: var(--ink); font-weight: 300; white-space: nowrap; }
.contact-grid .text-link { margin-top: 22px; color: var(--navy); font-size: 10px; line-height: 1.4; }
.contact-email { white-space: nowrap; }
.map { display: block; width: 100%; height: 500px; border: 0; filter: grayscale(.35) saturate(.5) contrast(.92); }

footer { padding: 60px 5vw 28px; background: var(--ivory-2); text-align: center; }
.footer-logo { width: min(340px, 82vw); height: 150px; margin: auto; overflow: visible; display: flex; align-items: center; justify-content: center; }
.footer-logo img { width: 100%; height: 138px; object-fit: contain; object-position: center; transform: none; }
footer > p { color: var(--muted); font-family: Georgia, serif; font-style: italic; }
.socials { display: flex; justify-content: center; gap: 18px; margin: 28px 0 55px; color: var(--navy); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.socials a { min-width: 132px; min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(18,76,107,.22); border-radius: 999px; transition: color .2s, background .2s, border-color .2s; }
.socials a:hover { color: white; background: var(--navy); border-color: var(--navy); }
.socials svg { width: 19px; height: 19px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; }
.socials svg path { fill: currentColor; stroke: none; }
.socials .social-dot { fill: currentColor; stroke: none; }
.footer-bottom { padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: #8a9598; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom > span { text-align: left; }
.footer-legal { display: flex; align-items: center; justify-content: center; gap: 22px; }
.footer-credit { justify-self: end; }
.footer-bottom a { color: inherit; transition: color .2s ease; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--navy); }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 22px; display: grid; place-items: center; background: rgba(4,38,54,.76); backdrop-filter: blur(7px); }
.booking-modal { position: relative; width: min(680px, 100%); max-height: calc(100vh - 44px); overflow-y: auto; padding: 50px; background: var(--ivory-2); box-shadow: 0 28px 90px rgba(0,0,0,.3); }
.booking-modal h2 { margin-bottom: 20px; font-size: 42px; }
.booking-modal > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.modal-close { position: absolute; top: 18px; right: 22px; border: 0; background: transparent; color: var(--navy); font-size: 32px; cursor: pointer; }
form { margin-top: 30px; }
form label { display: grid; gap: 8px; margin-bottom: 16px; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: none; background: white; color: var(--ink); padding: 13px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(35,139,180,.12); }
.form-row { display: grid; grid-template-columns: 1.3fr 1fr .8fr; gap: 12px; }
form .button { width: 100%; margin-top: 10px; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .site-header { height: 88px; }
  .brand { width: 205px; height: 74px; }
  .brand img { width: 100%; height: 66px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  nav { position: fixed; inset: 0; padding: 110px 30px 40px; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: var(--navy-dark); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  nav.nav-open { opacity: 1; visibility: visible; transform: none; }
  nav > a { font-family: Georgia, serif; font-size: 30px; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .header-socials { margin: 6px 0; }
  .intro { grid-template-columns: 1fr; gap: 32px; }
  .experience-section { grid-template-columns: 1fr; }
  .experience-image { height: 560px; }
  .menu-card, .wine-card { padding: 0 28px; }
  .wine-grid { grid-template-columns: 1fr; }
  .contact-info { padding-left: 6vw; padding-right: 6vw; }
  .contact-heading { margin-bottom: 60px; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .contact-card:last-child { grid-column: 1 / -1; }
  .map { height: 420px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 34px, 1180px); }
  .section { padding: 72px 0; }
  .brand { width: 178px; }
  .socials { flex-direction: column; align-items: center; }
  h2 { font-size: 43px; }
  .hero { min-height: 740px; height: 100svh; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,37,54,.9), rgba(4,37,54,.32)), linear-gradient(0deg, rgba(4,31,44,.5), transparent 60%); }
  .hero h1 { font-size: 60px; }
  .hero-copy { font-size: 16px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 34px; }
  .scroll-cue { display: none; }
  .two-columns { grid-template-columns: 1fr; gap: 10px; }
  .experience-section { min-height: 0; }
  .experience-image { height: 420px; }
  .experience-card { padding: 70px 24px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card, .wine-card { padding: 0 20px; }
  .menu-card summary, .wine-card summary { min-height: 78px; }
  .menu-card h3, .wine-card h3 { font-size: 23px; }
  .dish-title { flex-wrap: wrap; }
  .dish-title .dots { min-width: 20px; }
  .booking-note { flex-direction: column; padding: 28px 20px; }
  .menu-switch { width: 100%; margin-top: -35px; }
  .menu-switch button { flex: 1; padding: 0 12px; }
  .menu-footer { flex-direction: column; align-items: flex-start; }
  .split-heading { display: block; margin-bottom: 40px; }
  .split-heading > p { margin-top: 30px; }
  .gallery-grid { height: auto; grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; gap: 8px; }
  .gallery-wide { grid-column: 1 / 3; grid-row: auto; }
  .gallery-tall { grid-row: auto; }
  blockquote { font-size: 28px; }
  .contact-info { padding-top: 72px; padding-bottom: 72px; }
  .contact-heading { display: block; margin-bottom: 54px; }
  .contact-heading .button { width: 100%; margin: 34px 0 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .contact-card:last-child { grid-column: auto; }
  .contact-grid p strong { white-space: normal; }
  .contact-email { white-space: normal; overflow-wrap: anywhere; }
  .map { height: 360px; }
  .footer-bottom { display: flex; flex-direction: column; gap: 14px; }
  .footer-bottom > span { text-align: center; }
  .footer-legal { flex-wrap: wrap; gap: 10px 20px; }
  .footer-credit { justify-self: auto; }
  .booking-modal { padding: 42px 22px 26px; }
  .booking-modal h2 { font-size: 34px; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .form-row label:first-child { grid-column: 1 / 3; }
}

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

.booking-consent { display:flex !important; align-items:flex-start; gap:10px; font-size:12px !important; line-height:1.45; color:var(--muted); }
.booking-consent input { width:16px !important; height:16px; margin-top:2px; flex:0 0 auto; }
.booking-consent a { color:var(--navy); text-decoration:underline; }
.booking-honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.booking-form-status { margin:4px 0 14px; padding:12px 14px; font-size:13px; line-height:1.5; border-left:3px solid var(--sky); background:#eef8fb; }
.booking-form-status.is-error { border-color:#a33; background:#fff1f1; color:#7a2020; }
.booking-form-status.is-success { border-color:#2c7a62; background:#edf8f3; color:#185c48; }

[hidden] { display: none !important; }
body.admin-bar .site-header { top: 32px; }
@media (max-width:782px){ body.admin-bar .site-header { top:46px; } }

body.closure-popup-open {
  overflow: hidden;
}

.closure-popup-backdrop {
  position: fixed;
  z-index: 1000;
  inset: 0;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgba(3, 30, 44, .82);
  backdrop-filter: blur(8px);
}

.closure-popup {
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100vh - 48px);
  display: grid;
  grid-template-columns: 46% 54%;
  overflow: auto;
  background: #f8f5ee;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .38);
}

.closure-popup-image {
  min-height: 520px;
  background-position: center;
  background-size: cover;
}

.closure-popup-content {
  padding: 72px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.closure-popup-eyebrow {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.closure-popup-content h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(54px, 7vw, 88px);
  line-height: .9;
}

.closure-popup-period {
  margin: 24px 0 0;
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 28px;
  font-style: italic;
}

.closure-popup-text {
  margin: 26px auto 0;
  max-width: 360px;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
}

.closure-popup-button {
  align-self: center;
  margin-top: 32px;
}

.closure-popup-x {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: var(--navy);
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 680px) {
  .closure-popup-backdrop {
    padding: 15px;
  }

  .closure-popup {
    grid-template-columns: 1fr;
  }

  .closure-popup-image {
    min-height: 230px;
  }

  .closure-popup-content {
    padding: 42px 24px 36px;
  }

  .closure-popup-content h2 {
    font-size: 56px;
  }

  .closure-popup-period {
    font-size: 23px;
  }
}

/* Sezione Ferragosto */
.ferragosto-section {
  background: #f3eee4;
  overflow: hidden;
}

.ferragosto-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.ferragosto-copy {
  max-width: 620px;
}

.ferragosto-copy h2 {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: clamp(48px, 7vw, 88px);
  line-height: .95;
}

.ferragosto-period {
  margin: 22px 0 0;
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  font-style: italic;
}

.ferragosto-text {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.75;
}

.ferragosto-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ferragosto-preview {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
  box-shadow: 0 25px 70px rgba(7, 54, 79, .18);
  cursor: pointer;
  transform: rotate(1.5deg);
  transition: transform .35s ease, box-shadow .35s ease;
}

.ferragosto-preview:hover {
  transform: rotate(0) translateY(-8px);
  box-shadow: 0 35px 85px rgba(7, 54, 79, .25);
}

.ferragosto-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.ferragosto-preview span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 11px 17px;
  background: rgba(7, 54, 79, .94);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ferragosto-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  padding: 30px;
  overflow: auto;
  background: rgba(3, 25, 37, .94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.ferragosto-modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ferragosto-modal-inner {
  display: flex;
  width: min(720px, 100%);
  min-height: 100%;
  margin: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.ferragosto-modal-inner img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 125px);
  box-shadow: 0 25px 80px rgba(0, 0, 0, .45);
}

.ferragosto-close {
  position: fixed;
  z-index: 2;
  top: 20px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

body.ferragosto-modal-open {
  overflow: hidden;
}

@media (max-width: 800px) {
  .ferragosto-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .ferragosto-copy {
    text-align: center;
  }

  .ferragosto-text {
    margin-inline: auto;
  }

  .ferragosto-actions {
    justify-content: center;
  }

  .ferragosto-preview {
    width: min(430px, 100%);
    margin-inline: auto;
    transform: none;
  }

  .ferragosto-modal {
    padding: 70px 12px 20px;
  }

  .ferragosto-close {
    top: 12px;
    right: 12px;
  }

  .ferragosto-modal-inner img {
    max-height: none;
  }
}

/* Ferragosto: immagine di sfondo */
.ferragosto-section {
  position: relative;
  isolation: isolate;
  background-color: #f3eee4;
  background-image: var(--ferragosto-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ferragosto-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(243, 238, 228, .62);
  content: "";
}

.ferragosto-layout {
  display: block;
}

.ferragosto-copy {
  width: min(680px, 100%);
}
