:root {
  --ink: #173f35;
  --ink-dark: #102e27;
  --paper: #f5f0e6;
  --paper-light: #fffdf7;
  --accent: #d55b38;
  --gold: #d9a943;
  --line: rgba(23, 63, 53, 0.18);
  --radius: 1.25rem;
  --shadow: 0 24px 70px rgba(16, 46, 39, 0.14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-dark);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.home-page { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0.75rem clamp(1rem, 4vw, 4rem);
  color: var(--paper-light);
  background: rgba(23, 63, 53, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 0.7rem; font-weight: 750; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 1.2rem; }
nav { display: flex; align-items: center; gap: clamp(0.7rem, 2vw, 1.6rem); }
nav > a:not(.button) { font-size: 0.88rem; text-decoration: none; opacity: 0.82; }
nav > a:hover { opacity: 1; }
.language { padding: 0; color: inherit; background: none; border: 0; font-size: 0.8rem; font-weight: 800; cursor: pointer; }
.language-dock { position: absolute; z-index: 10; top: 84px; right: clamp(1rem,4vw,4rem); display: flex; gap: .3rem; padding: .28rem; background: rgba(7,28,23,.78); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; box-shadow: 0 8px 24px rgba(5,22,18,.18); backdrop-filter: blur(10px); }
.language-dock button { display: grid; place-items: center; width: 2.35rem; height: 2rem; padding: 0; background: transparent; border: 0; border-radius: 999px; font-size: 1.15rem; cursor: pointer; filter: saturate(.72); }
.language-dock button[aria-pressed="true"] { background: rgba(255,255,255,.18); filter: saturate(1.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.language-dock button:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.8rem 1.3rem;
  color: #fff;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  box-shadow: none;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); background: #c84d2c; }
.button-small { min-height: 40px; padding: 0.55rem 1rem; font-size: 0.88rem; }
.text-link { font-weight: 720; text-underline-offset: 0.25rem; }

.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(760px, calc(100svh - 72px));
  padding: clamp(4rem, 10vw, 8rem) clamp(1.25rem, 9vw, 9rem) 3rem;
  color: var(--paper-light);
  background:
    radial-gradient(circle at 82% 22%, rgba(217,169,67,0.18), transparent 22rem),
    linear-gradient(135deg, #173f35 0%, #102e27 58%, #0b241e 100%);
}
.hero::after { content: "GIGI"; position: absolute; right: -0.05em; bottom: -0.26em; color: rgba(255,255,255,0.025); font-family: Georgia, serif; font-size: clamp(10rem, 30vw, 28rem); font-weight: 700; line-height: 1; pointer-events: none; }
.eyebrow, .kicker { color: var(--accent); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 0.55rem; color: #ebc777; }
.live-dot { width: 0.48rem; height: 0.48rem; background: #79c795; border-radius: 50%; box-shadow: 0 0 0 5px rgba(121,199,149,0.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 960px; margin: 1.2rem 0 1.4rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 10vw, 8.7rem); font-weight: 500; letter-spacing: -0.055em; line-height: 0.9; }
h1 em { color: #ebc777; font-weight: 400; }
.hero-copy { max-width: 620px; margin-bottom: 2rem; color: rgba(255,255,255,0.75); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; }
.quick-facts { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(130px, 190px)); gap: 0; margin-top: clamp(3.5rem, 9vh, 7rem); }
.quick-facts > * { display: flex; flex-direction: column; padding: 0 1.2rem; border-left: 1px solid rgba(255,255,255,0.2); text-decoration: none; }
.quick-facts > *:first-child { padding-left: 0; border-left: 0; }
.quick-facts strong { font-family: Georgia, serif; font-size: 1.35rem; }
.quick-facts strong span { color: var(--gold); font-family: inherit; font-size: 0.63rem; letter-spacing: 0.08em; }
.quick-facts strong .rating-number { color: inherit; font-size: inherit; letter-spacing: inherit; }
.quick-facts small { margin-top: 0.2rem; color: rgba(255,255,255,0.58); }

.dishes, .booking-section, .visit, .welcome-section { padding: clamp(4.5rem, 10vw, 8rem) clamp(1.25rem, 9vw, 9rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
h2 { margin: 0.35rem 0 0; font-family: Georgia, serif; font-size: clamp(2.7rem, 6vw, 5.2rem); font-weight: 500; letter-spacing: -0.045em; line-height: 0.98; }
.dish-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.2vw, 2rem); }
.dish-card { overflow: hidden; min-width: 0; background: var(--paper-light); border: 1px solid rgba(23,63,53,.1); border-radius: 1rem; box-shadow: 0 14px 40px rgba(16,46,39,.08); transition: transform 220ms ease, box-shadow 220ms ease; }
.dish-card:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(16,46,39,.14); }
.dish-image { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #ddd3c4; }
.dish-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,22,18,.04) 52%, rgba(5,22,18,.34)); pointer-events: none; }
.dish-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.dish-card:hover .dish-image img { transform: scale(1.025); }
.dish-image span, .dish-image strong { position: absolute; z-index: 1; top: .85rem; display: grid; place-items: center; min-height: 2rem; padding: .35rem .65rem; color: white; background: rgba(16,46,39,.82); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; backdrop-filter: blur(8px); }
.dish-image span { left: .85rem; min-width: 2rem; padding-inline: .45rem; font-size: .65rem; font-weight: 850; letter-spacing: .08em; }
.dish-image strong { right: .85rem; color: #f5d37f; font-family: Georgia, serif; font-size: .9rem; font-weight: 600; }
.dish-copy { padding: 1.2rem 1.3rem 1.35rem; }
.dish-grid h3 { margin: 0 0 .55rem; font-family: Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.7rem); font-weight: 500; line-height: 1.05; }
.dish-grid p { margin: 0; color: rgba(16,46,39,0.64); font-size: 0.87rem; line-height: 1.5; }
.dietary { margin: 1.5rem 0 0; color: rgba(16,46,39,0.62); font-size: 0.82rem; }

.welcome-section { position: relative; overflow: hidden; color: var(--paper-light); background: var(--ink-dark); }
.section-word { position: absolute; top: -.16em; right: -.03em; color: rgba(255,255,255,.026); font-family: Georgia,serif; font-size: clamp(7rem,20vw,18rem); font-weight: 700; line-height: 1; pointer-events: none; }
.welcome-heading { position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: clamp(2rem,7vw,7rem); align-items: end; }
.welcome-heading p { max-width: 470px; margin: 0 0 .5rem; color: rgba(255,255,255,.64); }
.welcome-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 3.5rem; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); border-radius: 1rem; overflow: hidden; }
.welcome-grid article { min-width: 0; padding: clamp(1.25rem,3vw,2rem); background: #12352d; }
.welcome-grid article > span { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; margin-bottom: 2.2rem; color: var(--gold); border: 1px solid rgba(217,169,67,.5); border-radius: 50%; font-family: Georgia,serif; font-size: .82rem; font-weight: 700; }
.welcome-grid h3 { margin-bottom: .7rem; font-family: Georgia,serif; font-size: 1.35rem; font-weight: 500; }
.welcome-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: .84rem; }
.restaurant-views { position: relative; display: grid; grid-template-columns: minmax(0,1.22fr) minmax(0,.78fr); gap: clamp(.8rem,2vw,1.5rem); margin-top: clamp(3.5rem,8vw,6rem); }
.restaurant-view { position: relative; overflow: hidden; min-width: 0; margin: 0; background: #0b241e; border-radius: 1rem; }
.restaurant-view-main { aspect-ratio: 1.55 / 1; }
.restaurant-view-garden { aspect-ratio: 1 / 1; }
.restaurant-view::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent,rgba(5,22,18,.82)); pointer-events: none; }
.restaurant-view img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.restaurant-view:hover img { transform: scale(1.018); }
.restaurant-view figcaption { position: absolute; z-index: 1; right: clamp(1rem,2.5vw,1.8rem); bottom: clamp(1rem,2.5vw,1.8rem); left: clamp(1rem,2.5vw,1.8rem); display: flex; flex-direction: column; }
.restaurant-view figcaption span { color: #ebc777; font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.restaurant-view figcaption strong { margin-top: .25rem; color: white; font-family: Georgia,serif; font-size: clamp(1.35rem,2.7vw,2.4rem); font-weight: 500; line-height: 1.05; }
.guest-notes { position: relative; margin-top: clamp(3.5rem,8vw,6rem); padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.14); }
.guest-notes-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.guest-notes-heading h3 { margin: .3rem 0 0; font-family: Georgia,serif; font-size: clamp(2.1rem,4vw,3.7rem); font-weight: 500; }
.guest-note-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1rem,3vw,2.5rem); margin: 2rem 0 1.5rem; }
.guest-note-grid p { margin: 0; padding-left: 1rem; color: rgba(255,255,255,.76); border-left: 2px solid var(--accent); font-family: Georgia,serif; font-size: clamp(1.1rem,2vw,1.4rem); }
.guest-notes .text-link { color: #ebc777; font-size: .8rem; }

.booking-section { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: clamp(3rem, 8vw, 8rem); color: var(--paper-light); background: var(--ink); }
.booking-intro > p { max-width: 480px; margin-top: 1.5rem; color: rgba(255,255,255,0.68); }
.booking-intro ul { margin: 2.5rem 0 0; padding: 0; list-style: none; }
.booking-intro li { padding: 0.7rem 0; border-bottom: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.82); font-size: 0.9rem; }
.booking-intro li::before { content: "✓"; margin-right: 0.7rem; color: var(--gold); }
.booking-form { display: flex; flex-direction: column; gap: 1rem; padding: clamp(1.25rem, 4vw, 2.4rem); color: var(--ink-dark); background: var(--paper-light); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1.1fr 1fr 0.8fr; gap: 0.8rem; }
.form-row-two { grid-template-columns: 1fr 1fr; }
label { display: flex; flex-direction: column; gap: 0.42rem; color: rgba(16,46,39,0.74); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
input, select, textarea { width: 100%; min-height: 49px; padding: 0.72rem 0.8rem; color: var(--ink-dark); background: #f8f4eb; border: 1px solid rgba(23,63,53,0.18); border-radius: 0.65rem; outline: none; text-transform: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(213,91,56,0.12); }
.trap { position: absolute; left: -9999px; }
.submit-button { width: 100%; justify-content: space-between; border-radius: 0.7rem; }
.submit-button:disabled { opacity: 0.62; cursor: wait; }
.form-message { display: none; margin: 0; padding: 0.7rem; background: #fff1ed; border-radius: 0.5rem; color: #9e321c; font-size: 0.85rem; }
.form-message.visible { display: block; }
.form-fineprint { color: rgba(16,46,39,0.5); text-align: center; }
.form-fineprint a { color: var(--ink); font-weight: 750; text-underline-offset: .18rem; }
.booking-availability { padding: 1rem; color: #6e321f; background: #fff0e8; border: 1px solid rgba(213,91,56,.28); border-radius: .7rem; }
.booking-availability strong, .booking-availability span { display: block; }
.booking-availability strong { margin-bottom: .25rem; }
.booking-availability span { font-size: .84rem; line-height: 1.45; }

.visit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.visit h2 { max-width: 700px; font-size: clamp(2.3rem, 5vw, 4.3rem); }
.visit-actions { display: flex; flex-direction: column; justify-content: center; }
.visit-actions a { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid var(--line); font-weight: 700; text-decoration: none; }
.visit-actions b { color: var(--accent); }
.visit-map { grid-column: 1 / -1; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 210px; margin-top: clamp(1rem,4vw,3rem); padding: clamp(1.4rem,4vw,2.6rem); color: white; background: radial-gradient(circle at 82% 20%,rgba(217,169,67,.18),transparent 16rem),var(--ink-dark); border-radius: 1rem; }
.visit-map-copy { max-width: 550px; }
.visit-map-copy strong { display: block; margin-top: .45rem; font-family: Georgia,serif; font-size: clamp(1.8rem,4vw,3.4rem); font-weight: 500; line-height: 1; }
.visit-map-copy p { margin: .8rem 0 0; color: rgba(255,255,255,.58); font-size: .84rem; }
.visit-map-actions { display: flex; flex: none; align-items: center; gap: 1rem; }
.visit-map-actions .text-link { color: #ebc777; font-size: .8rem; }
.visit-map iframe { display: block; width: 100%; height: min(520px,65svh); border: 0; }
.faq-invite { padding: clamp(4rem,8vw,6rem) clamp(1.25rem,9vw,9rem); text-align: center; background: var(--paper-light); }
.faq-invite h2 { max-width: 760px; margin-inline: auto; }
.faq-invite p { max-width: 560px; margin: 1.2rem auto 1.8rem; color: rgba(16,46,39,.64); }
.faq-invite .button-outline { min-width: 180px; }
.distance-ribbon { position: fixed; z-index: 19; right: 0; bottom: 0; left: 0; display: flex; min-height: 68px; padding-bottom: env(safe-area-inset-bottom); color: white; background: #0b241e; border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 -12px 34px rgba(5,22,18,.2); overflow: hidden; }
.distance-ribbon-label { position: relative; z-index: 2; flex: none; display: flex; align-items: center; gap: .55rem; padding: 0 clamp(1.25rem,4vw,4rem); color: #ebc777; background: var(--ink); box-shadow: 16px 0 28px rgba(5,22,18,.28); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.distance-ribbon-label > span:first-child { color: var(--accent); font-size: 1.15rem; }
.distance-ribbon-window { min-width: 0; overflow: hidden; }
.distance-ribbon-track { display: flex; width: max-content; min-height: 100%; animation: distance-scroll 38s linear infinite; }
.distance-ribbon-group { display: flex; flex: none; align-items: center; }
.distance-ribbon-group a { display: flex; align-items: center; gap: .65rem; min-height: 68px; padding: 0 clamp(1.4rem,3vw,2.7rem); color: rgba(255,255,255,.82); border-right: 1px solid rgba(255,255,255,.12); font-family: Georgia,serif; font-size: clamp(.94rem,1.4vw,1.08rem); text-decoration: none; white-space: nowrap; }
.distance-ribbon-group a:hover, .distance-ribbon-group a:focus-visible { color: white; background: rgba(255,255,255,.06); }
.distance-ribbon-group b { color: var(--gold); font-family: Inter,sans-serif; font-size: .9rem; }
.distance-ribbon-group .distance-rating { font-family: Inter,sans-serif; font-size: .8rem; }
.distance-rating strong { color: white; font-family: Georgia,serif; font-size: 1.08rem; }
.distance-rating strong span { color: var(--gold); font-size: .78rem; }
.distance-rating strong .rating-number { color: white; font-size: inherit; }
.distance-ribbon:hover .distance-ribbon-track, .distance-ribbon:focus-within .distance-ribbon-track { animation-play-state: paused; }
@keyframes distance-scroll { to { transform: translateX(-50%); } }
.rating-notice { position: fixed; z-index: 19; top: 72px; left: 50%; width: min(760px,calc(100% - 2rem)); color: white; background: linear-gradient(115deg,rgba(23,63,53,.99),rgba(10,38,31,.99)); border: 1px solid rgba(235,199,119,.38); border-top: 0; border-radius: 0 0 1.25rem 1.25rem; box-shadow: 0 26px 70px rgba(5,22,18,.34); opacity: 0; overflow: hidden; transform: translate(-50%,-110%); transition: opacity 2s ease,transform 2s cubic-bezier(.22,.75,.32,1); backdrop-filter: blur(16px); }
.rating-notice::after { content: ""; position: absolute; inset: auto -2rem -4rem auto; width: 9rem; height: 9rem; background: rgba(217,169,67,.1); border-radius: 50%; pointer-events: none; }
.rating-notice.visible { opacity: 1; transform: translate(-50%,0); }
.rating-notice > a { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .18rem 2rem; align-items: center; min-height: 126px; padding: 1.35rem 4.2rem 1.35rem 1.8rem; color: white; text-decoration: none; }
.rating-notice-kicker { grid-column: 1; color: #ebc777; font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.rating-notice-copy { grid-column: 1; font-family: Georgia,serif; font-size: clamp(1.45rem,3vw,1.9rem); line-height: 1.04; }
.rating-notice strong { grid-column: 2; grid-row: 1 / span 2; color: white; font-family: Georgia,serif; font-size: clamp(3rem,6vw,4.2rem); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.rating-notice strong span:last-child { margin-left: .15rem; color: var(--gold); font-size: .75rem; vertical-align: .8rem; }
.rating-notice small { grid-column: 1 / -1; margin-top: .45rem; color: rgba(255,255,255,.58); font-size: .75rem; }
.rating-notice-close { position: absolute; z-index: 2; top: .75rem; right: .8rem; display: grid; place-items: center; width: 2.15rem; height: 2.15rem; padding: 0; color: rgba(255,255,255,.65); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; font-size: 1.15rem; cursor: pointer; }
.rating-notice-close:hover,.rating-notice-close:focus-visible { color: white; background: rgba(255,255,255,.14); }
.welcome-offer-ribbon { position: fixed; z-index: 18; top: 78px; left: 1rem; }
.welcome-offer-ribbon button { display: grid; grid-template-columns: auto auto; gap: .15rem .8rem; align-items: center; max-width: min(420px,calc(100vw - 2rem)); padding: .8rem 1rem; color: white; background: linear-gradient(125deg,#173f35,#0d2e27); border: 1px solid rgba(235,199,119,.42); border-radius: .85rem; box-shadow: 0 16px 44px rgba(5,22,18,.24); text-align: left; cursor: pointer; }
.welcome-offer-ribbon span { grid-column: 1; color: #ebc777; font-size: .61rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.welcome-offer-ribbon strong { grid-column: 1; font-family: Georgia,serif; font-size: 1.05rem; font-weight: 500; }
.welcome-offer-ribbon b { grid-column: 2; grid-row: 1 / span 2; color: #ebc777; font-size: 1.25rem; }
.welcome-offer-dialog { position: fixed; top: 50%; left: 50%; width: min(620px,calc(100% - 1.2rem)); margin: 0; transform: translate(-50%,-50%); }
.welcome-offer-sheet { position: relative; color: var(--ink); background: linear-gradient(145deg,#fffdf7,#f8eedc); border: 1px solid rgba(217,169,67,.5); border-radius: 1.35rem; box-shadow: 0 32px 100px rgba(5,22,18,.45); overflow: hidden; }
.welcome-offer-sheet::before { content: ""; position: absolute; top: -5rem; right: -4rem; width: 13rem; height: 13rem; background: rgba(217,169,67,.11); border-radius: 50%; pointer-events: none; }
.welcome-offer-close-form .close-dialog { z-index: 5; pointer-events: auto; }
.welcome-offer-intro,.welcome-offer-card-view { position: relative; padding: clamp(1.5rem,5vw,3rem); }
.welcome-offer-intro .kicker { display: block; max-width: calc(100% - 2rem); }
.welcome-offer-percent { display: flex; align-items: baseline; gap: .45rem; margin: 1rem 0 .2rem; color: #b9482d; }
.welcome-offer-percent strong { font-family: Georgia,serif; font-size: clamp(4.5rem,15vw,7rem); font-weight: 500; letter-spacing: -.08em; line-height: .9; }
.welcome-offer-percent span { font-size: 1rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.welcome-offer-intro h2 { margin: .7rem 0; max-width: 470px; font-size: clamp(2rem,7vw,3.5rem); line-height: .98; }
.welcome-offer-intro > p { color: rgba(16,46,39,.68); }
.welcome-offer-intro ul { display: grid; gap: .45rem; margin: 1.2rem 0; padding: 0; list-style: none; color: rgba(16,46,39,.75); font-size: .82rem; }
.welcome-offer-intro li::before { content: "✓"; margin-right: .55rem; color: #b88927; font-weight: 900; }
.welcome-offer-claim { width: 100%; }
.welcome-offer-intro > small,.welcome-offer-card-view > small:last-child { display: block; min-height: 1.2rem; margin-top: .6rem; color: #91341f; text-align: center; }
.welcome-card-preview { display: flex; align-items: center; flex-direction: column; margin-top: 1rem; padding: 1.4rem; color: white; background: #173f35; border: 3px double #d9a943; border-radius: 1rem; text-align: center; }
.welcome-card-preview > small { color: #ebc777; font-weight: 850; letter-spacing: .12em; }
.welcome-card-preview > strong { margin-top: .7rem; color: white; font-family: Georgia,serif; font-size: clamp(4rem,14vw,6rem); font-weight: 500; letter-spacing: -.07em; line-height: 1; }
.welcome-card-preview > span { color: rgba(255,255,255,.72); font-size: .78rem; }
.welcome-card-preview code { margin: .8rem 0; padding: .4rem .7rem; color: #173f35; background: #ebc777; border-radius: .4rem; font-size: 1.05rem; font-weight: 850; }
.welcome-card-preview img { width: 126px; height: 126px; padding: 7px; background: white; border-radius: .35rem; image-rendering: pixelated; }
.welcome-card-preview p { margin: .8rem 0 0; color: rgba(255,255,255,.72); font-size: .72rem; }
.welcome-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: 1rem; }
.offer-card-page { min-height: 100svh; background: #0d2e27; }
.offer-verify-main { display: grid; place-items: center; min-height: 100svh; padding: 1rem; }
.offer-verify-card { width: min(560px,100%); padding: clamp(1.5rem,6vw,3rem); color: var(--ink); background: #fffaf0; border: 3px double #d9a943; border-radius: 1.2rem; box-shadow: 0 32px 100px rgba(0,0,0,.35); text-align: center; }
.offer-verify-icon { display: grid; place-items: center; width: 5rem; height: 5rem; margin: 1.2rem auto; color: white; background: #173f35; border-radius: 50%; font-size: 2.6rem; }
.offer-verify-card[data-status="expired"] .offer-verify-icon,.offer-verify-card[data-status="cancelled"] .offer-verify-icon,.offer-verify-card[data-status="invalid"] .offer-verify-icon { background: #91341f; }
.offer-verify-card[data-status="upcoming"] .offer-verify-icon { background: #b88927; }
.offer-verify-card h1 { margin: .5rem 0; font-size: clamp(2.4rem,8vw,4rem); }
.offer-verify-card > p { color: rgba(16,46,39,.65); }
.offer-verify-details { display: flex; align-items: center; flex-direction: column; gap: .35rem; margin: 1.4rem 0; padding: 1.2rem; color: white; background: #173f35; border-radius: .8rem; }
.offer-verify-details strong { color: #ebc777; font-family: Georgia,serif; font-size: 3.4rem; font-weight: 500; }
.offer-verify-details span { color: rgba(255,255,255,.7); }
.offer-verify-details code { margin-top: .45rem; padding: .35rem .6rem; color: #173f35; background: #ebc777; border-radius: .35rem; font-weight: 850; }
.offer-verify-rule { font-size: .75rem; }
.offer-verify-card .button { margin-top: 1rem; }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem clamp(1.25rem, 4vw, 4rem); color: rgba(255,255,255,0.65); background: var(--ink-dark); font-size: 0.8rem; }
.footer-links { display: flex; gap: 1.2rem; margin-left: auto; }
.footer-links a, footer > a { color: rgba(255,255,255,.58); text-underline-offset: .2rem; }
.staff-access { color: rgba(255,255,255,.48) !important; }
.cookie-settings-button { padding: 0; color: rgba(255,255,255,.58); background: none; border: 0; font-size: inherit; text-decoration: underline; text-underline-offset: .2rem; cursor: pointer; }
.inline-settings-button { padding: 0; color: var(--ink); background: none; border: 0; font-weight: 720; text-decoration: underline; text-underline-offset: .2rem; cursor: pointer; }
.consent-banner { position: fixed; z-index: 25; right: 1rem; bottom: max(1rem,env(safe-area-inset-bottom)); left: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; width: min(780px,calc(100% - 2rem)); margin-inline: auto; padding: 1rem 1.1rem; color: white; background: rgba(16,46,39,.98); border: 1px solid rgba(255,255,255,.2); border-radius: 1rem; box-shadow: 0 18px 60px rgba(5,22,18,.34); backdrop-filter: blur(14px); }
.home-page .consent-banner { bottom: calc(84px + env(safe-area-inset-bottom)); }
.consent-copy { max-width: 500px; }
.consent-copy strong { display: block; color: #ebc777; font-family: Georgia,serif; font-size: 1.05rem; font-weight: 500; }
.consent-copy p { margin: .25rem 0; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.45; }
.consent-copy a { color: rgba(255,255,255,.7); font-size: .72rem; text-underline-offset: .18rem; }
.consent-actions { display: flex; flex: none; gap: .55rem; }
.consent-actions .button { min-height: 42px; min-width: 94px; padding: .55rem 1rem; font-size: .78rem; }
.consent-actions .button-outline { color: white; border-color: rgba(255,255,255,.55); }

dialog { width: min(620px, calc(100% - 1.5rem)); max-height: calc(100svh - 1.5rem); padding: 0; background: transparent; border: 0; overflow: auto; }
dialog::backdrop { background: rgba(5,22,18,0.8); backdrop-filter: blur(6px); }
.confirmation { position: relative; padding: clamp(1.5rem, 6vw, 3.5rem); background: var(--paper-light); border-radius: var(--radius); text-align: center; }
.close-dialog { position: absolute; top: 0.8rem; right: 1rem; padding: 0.2rem; color: var(--ink); background: none; border: 0; font-size: 1.8rem; cursor: pointer; }
.confirmation-check { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin: 0 auto 1.3rem; color: #fff; background: var(--ink); border-radius: 50%; font-size: 1.5rem; }
.confirmation h2 { font-size: clamp(2.2rem, 7vw, 3.8rem); }
.confirmation-name { margin: 0.9rem 0 1.8rem; color: rgba(16,46,39,0.65); }
.confirmation-details { display: grid; grid-template-columns: repeat(3, 1fr); margin: 1.5rem 0; border-block: 1px solid var(--line); }
.confirmation-details div { display: flex; flex-direction: column; padding: 1.2rem 0.5rem; }
.confirmation-details div + div { border-left: 1px solid var(--line); }
.confirmation small { color: rgba(16,46,39,0.52); }
.confirmation-details strong { margin-top: 0.3rem; font-family: Georgia, serif; font-size: 1.15rem; }
.confirmation-code { display: flex; flex-direction: column; gap: 0.2rem; margin: 1rem 0; }
.confirmation-code strong { letter-spacing: 0.1em; }
.manage-booking-box { display: flex; flex-direction: column; align-items: center; gap: .3rem; margin: 1.2rem 0; padding: 1rem; color: var(--ink); background: #f3ecdc; border-radius: .75rem; }
.manage-booking-box > strong { font-family: Georgia,serif; font-size: 1.08rem; }
.manage-booking-box > span { color: rgba(16,46,39,.62); font-size: .78rem; }
.manage-booking-box > a { margin-top: .35rem; color: var(--accent); font-size: .86rem; font-weight: 800; text-underline-offset: .2rem; }
.manage-booking-box .text-button { padding: .3rem; }
.confirmation-address { color: rgba(16,46,39,0.66); font-size: 0.88rem; }
.confirmation-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin-top: 1.5rem; }
.confirmation-actions .button { min-height: 46px; border-radius: 0.6rem; font-size: 0.82rem; }
.button-outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-outline:hover { color: white; background: var(--ink); }
.text-button { padding: 0.65rem; color: var(--ink); background: none; border: 0; font-size: 0.78rem; font-weight: 750; text-decoration: underline; cursor: pointer; }
.save-reminder { position: fixed; z-index: 30; top: 50%; left: 50%; display: flex; flex-direction: column; width: min(720px,calc(100% - 2rem)); max-height: calc(100svh - 2rem); padding: clamp(1.8rem,5vw,3.4rem); color: white; background: radial-gradient(circle at 90% 5%,rgba(217,169,67,.17),transparent 18rem),rgba(16,46,39,.985); border: 1px solid rgba(255,255,255,.2); border-radius: 1.25rem; box-shadow: 0 0 0 100vmax rgba(5,22,18,.72),0 30px 100px rgba(5,22,18,.58); overflow: auto; transform: translate(-50%,-50%); backdrop-filter: blur(16px); }
.save-reminder[hidden] { display: none; }
.save-reminder:focus { outline: none; }
.save-reminder-copy { display: flex; flex-direction: column; max-width: 590px; }
.save-reminder-copy small { color: #ebc777; font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.save-reminder strong { margin-top: .55rem; font-family: Georgia,serif; font-size: clamp(2.1rem,5.5vw,3.6rem); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.save-reminder span { margin-top: 1rem; color: rgba(255,255,255,.7); font-size: clamp(.88rem,2vw,1rem); line-height: 1.6; }
.save-reminder-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: clamp(1.5rem,4vw,2.3rem); }
.save-reminder-actions a, .save-reminder-actions button { display: grid; place-items: center; min-height: 50px; padding: .75rem 1rem; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); border-radius: .7rem; font-size: .78rem; font-weight: 780; text-align: center; text-decoration: none; cursor: pointer; }
.save-reminder-actions .reminder-primary { color: var(--ink-dark); background: #ebc777; border-color: #ebc777; }
.save-reminder-actions .reminder-card-action { background: var(--accent); border-color: var(--accent); }
.save-reminder-actions a:hover, .save-reminder-actions button:hover { filter: brightness(1.07); transform: translateY(-1px); }
.save-reminder-close { position: absolute; top: .7rem; right: .85rem; display: grid; place-items: center; width: 2.5rem; height: 2.5rem; padding: 0; color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; font-size: 1.35rem; cursor: pointer; }

.menu-page { background: var(--paper-light); }
.menu-page .site-header { position: relative; }
.menu-hero { padding: clamp(4rem, 10vw, 7rem) clamp(1.25rem, 9vw, 9rem); color: var(--paper-light); background: radial-gradient(circle at 82% 18%, rgba(217,169,67,.18), transparent 22rem), var(--ink-dark); }
.menu-hero h1 { margin-bottom: 1.4rem; }
.menu-hero > p { color: rgba(255,255,255,.65); }
.rating-pill { display: inline-flex; align-items: center; gap: .8rem; margin-top: 1rem; padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; text-decoration: none; }
.rating-pill strong { color: var(--gold); }
.rating-pill span { color: rgba(255,255,255,.7); font-size: .8rem; }
.menu-jump { position: sticky; top: 0; z-index: 15; display: flex; gap: .5rem; padding: .75rem clamp(1rem, 4vw, 4rem); background: rgba(255,253,247,.96); border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; backdrop-filter: blur(12px); }
.menu-jump::-webkit-scrollbar { display: none; }
.menu-jump a { flex: none; padding: .55rem .85rem; color: var(--ink); background: #f1eadc; border-radius: 999px; font-size: .78rem; font-weight: 750; text-decoration: none; }
.menu-layout { display: grid; grid-template-columns: minmax(220px, .35fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; padding: clamp(3rem, 8vw, 7rem) clamp(1.25rem, 9vw, 9rem); }
.language-card { position: sticky; top: 5.5rem; padding: 1.5rem; background: var(--paper); border-radius: 1rem; }
.language-card h2 { margin: .4rem 0 1rem; font-size: 2rem; }
.language-card p { color: rgba(16,46,39,.62); font-size: .85rem; }
.language-links { display: flex; flex-direction: column; }
.language-links a { display: flex; justify-content: space-between; padding: .75rem 0; border-bottom: 1px solid var(--line); font-weight: 750; text-decoration: none; }
.language-links span { color: var(--accent); }
.menu-content { min-width: 0; }
.menu-category { padding: 1rem 0 clamp(4rem, 8vw, 7rem); scroll-margin-top: 5rem; }
.menu-category + .menu-category { border-top: 1px solid var(--line); }
.menu-category-heading { margin-bottom: 2rem; }
.menu-category-heading h2 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
.menu-category h3 { margin: 2rem 0 .5rem; color: var(--accent); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.featured-menu { margin-bottom: 3rem; padding: clamp(1.5rem, 4vw, 3rem); color: white; background: var(--ink); border-radius: var(--radius); }
.featured-menu .kicker, .featured-menu .menu-list b { color: var(--gold); }
.featured-menu .menu-list > div { border-color: rgba(255,255,255,.14); }
.menu-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2.5rem; }
.menu-list > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .3rem 1rem; align-items: baseline; min-height: 48px; padding: .72rem 0; border-bottom: 1px dotted var(--line); }
.menu-list span { font-weight: 680; }
.menu-list small { grid-column: 1; color: rgba(16,46,39,.56); line-height: 1.3; }
.menu-list b { grid-column: 2; grid-row: 1 / span 2; color: var(--accent); font-size: .86rem; white-space: nowrap; }
.featured-menu .menu-list small { color: rgba(255,255,255,.55); }
.wine-details { margin-top: 2rem; padding: 1rem 1.2rem; background: var(--paper); border-radius: .8rem; }
.wine-details summary { font-weight: 800; cursor: pointer; }
.wine-details a { display: block; margin-top: .8rem; font-weight: 750; }
.menu-note { margin-top: 1rem; padding: 1.5rem; background: #f6e8d9; border-radius: .8rem; font-size: .82rem; }
.gallery-section { padding: clamp(4rem, 10vw, 8rem) clamp(1.25rem, 9vw, 9rem); color: white; background: var(--ink-dark); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.gallery-heading p { max-width: 390px; margin: 0; color: rgba(255,255,255,.6); font-size: .88rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(.7rem, 2vw, 1.5rem); }
.gallery-item { overflow: hidden; padding: 0; background: #0c2821; border: 0; border-radius: .8rem; cursor: zoom-in; aspect-ratio: 4 / 5; }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease, opacity 250ms ease; }
.gallery-item:hover img { transform: scale(1.02); }
.gallery-more { display: flex; margin: 2rem auto 0; }
.gallery-data-note { margin: .8rem 0 0; color: rgba(255,255,255,.48); font-size: .74rem; text-align: center; }
.gallery-dialog { position: fixed; inset: 0; width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: 0; background: #071c17; border-radius: 0; overflow: hidden; overscroll-behavior: contain; touch-action: pan-y; }
.gallery-dialog[open] { display: grid; place-items: center; }
.gallery-dialog img { display: none; width: 100%; height: 100%; padding: clamp(1rem,4vw,3rem); object-fit: contain; }
.gallery-dialog img.loaded { display: block; }
.gallery-dialog .close-dialog { position: fixed; z-index: 3; top: max(.8rem, env(safe-area-inset-top)); right: max(1rem, env(safe-area-inset-right)); display: grid; place-items: center; width: 2.7rem; height: 2.7rem; color: white; background: rgba(7,28,23,.82); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.gallery-loader { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.7); }
.gallery-loader.hidden { display: none; }
.gallery-controls { position: fixed; z-index: 3; right: 0; bottom: max(.8rem, env(safe-area-inset-bottom)); left: 0; display: grid; grid-template-columns: 3rem minmax(7rem,auto) 3rem; gap: .65rem; align-items: center; justify-content: center; }
.gallery-controls button { display: grid; place-items: center; min-width: 3rem; height: 3rem; padding: 0 .7rem; color: white; background: rgba(7,28,23,.82); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 1.7rem; cursor: pointer; backdrop-filter: blur(8px); }
.gallery-controls button:last-child { min-width: 3rem; }
.gallery-controls button:disabled { opacity: .3; cursor: default; }
.gallery-controls button:not(:disabled):hover { background: rgba(23,63,53,.95); }
.gallery-controls span { color: rgba(255,255,255,.78); font-size: .75rem; font-weight: 750; text-align: center; text-shadow: 0 1px 5px #000; }
.menu-cta { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: clamp(3rem, 8vw, 6rem) 1.25rem; text-align: center; }
.menu-cta h2 { margin-right: 1rem; font-size: clamp(2.3rem, 5vw, 4rem); }

.legal-page { background: var(--paper-light); }
.legal-page .site-header { position: relative; }
.legal-hero { padding: clamp(4rem,9vw,7rem) clamp(1.25rem,9vw,9rem); color: white; background: radial-gradient(circle at 82% 18%, rgba(217,169,67,.18), transparent 22rem), var(--ink-dark); }
.legal-hero h1 { margin-bottom: 1.5rem; font-size: clamp(3.6rem,9vw,7.5rem); }
.legal-hero p { max-width: 620px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.legal-hero small { color: rgba(255,255,255,.48); }
.legal-layout { display: grid; grid-template-columns: minmax(190px,.25fr) minmax(0,1fr); gap: clamp(2.5rem,7vw,7rem); align-items: start; padding: clamp(3.5rem,8vw,7rem) clamp(1.25rem,9vw,9rem); }
.legal-nav { position: sticky; top: 2rem; display: flex; flex-direction: column; padding: 1.2rem; background: var(--paper); border-radius: .9rem; }
.legal-nav strong { margin-bottom: .55rem; font-family: Georgia,serif; font-size: 1.2rem; }
.legal-nav a { padding: .48rem 0; color: rgba(16,46,39,.7); font-size: .82rem; text-underline-offset: .18rem; }
.legal-content { max-width: 820px; }
.legal-content section { padding-bottom: clamp(3rem,7vw,5.5rem); scroll-margin-top: 2rem; }
.legal-content section + section { padding-top: clamp(2.5rem,6vw,4.5rem); border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 1.6rem; font-size: clamp(2.4rem,5vw,4rem); }
.legal-content h3 { margin: 2rem 0 .55rem; font-family: Georgia,serif; font-size: 1.35rem; font-weight: 500; }
.legal-content p, .legal-content li { color: rgba(16,46,39,.76); }
.legal-content a { color: var(--ink); font-weight: 720; text-underline-offset: .2rem; overflow-wrap: anywhere; }
.legal-content ul { padding-left: 1.2rem; }
.legal-content li + li { margin-top: .8rem; }
.legal-content hr { margin: 0 0 clamp(3rem,7vw,5rem); border: 0; border-top: 3px solid var(--accent); }
.legal-contact { padding: clamp(1.5rem,4vw,2.5rem) !important; background: var(--paper); border: 0 !important; border-radius: 1rem; }

.faq-page .legal-hero h1 em { color: #ebc777; font-weight: 400; }
.faq-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,.34fr); gap: clamp(2.5rem,7vw,7rem); align-items: start; padding: clamp(3.5rem,8vw,7rem) clamp(1.25rem,9vw,9rem); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.45rem 3rem 1.45rem 0; font-family: Georgia,serif; font-size: clamp(1.2rem,2.3vw,1.65rem); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 1.3rem; right: .3rem; color: var(--accent); font-family: Inter,sans-serif; font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -.25rem 0 1.6rem; color: rgba(16,46,39,.7); }
.faq-list a { color: var(--ink); font-weight: 750; text-underline-offset: .2rem; }
.faq-aside { position: sticky; top: 2rem; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem,3vw,2.4rem); color: white; background: var(--ink); border-radius: 1rem; }
.faq-aside h2 { margin-bottom: 1rem; font-size: clamp(2.2rem,4vw,3.5rem); }
.faq-aside p { color: rgba(255,255,255,.65); }
.faq-aside .button { width: 100%; margin: .7rem 0 1.2rem; }
.faq-aside .text-link { color: #ebc777; }

.manage-page { min-height: 100svh; color: white; background: radial-gradient(circle at 82% 18%, rgba(217,169,67,.17), transparent 22rem), var(--ink-dark); }
.manage-main { display: grid; place-items: center; min-height: calc(100svh - 140px); padding: clamp(2rem,7vw,5rem) 1rem; }
.manage-card { position: relative; overflow: hidden; width: min(680px,100%); padding: clamp(1.5rem,5vw,3.5rem); color: var(--ink-dark); background: var(--paper-light); border-radius: var(--radius); box-shadow: 0 28px 90px rgba(0,0,0,.26); text-align: center; transition: border-color 220ms ease, box-shadow 220ms ease; }
.manage-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: #d9a943; }
.manage-state-icon { display: grid; place-items: center; width: 4.8rem; height: 4.8rem; margin: 0 auto 1.25rem; color: #875c0b; background: #fff4cf; border: 1px solid #e9cf75; border-radius: 50%; box-shadow: 0 0 0 10px rgba(217,169,67,.09); font-size: 2rem; font-weight: 850; }
.manage-card[data-status="confirmed"] { box-shadow: 0 28px 90px rgba(0,0,0,.26), 0 0 0 1px rgba(42,142,91,.25); }
.manage-card[data-status="confirmed"]::before { background: #2a8e5b; }
.manage-card[data-status="confirmed"] .manage-state-icon { color: white; background: #2a8e5b; border-color: #2a8e5b; box-shadow: 0 0 0 10px rgba(42,142,91,.12), 0 14px 34px rgba(42,142,91,.24); animation: confirmed-pop 420ms ease-out; }
.manage-card[data-status="cancelled"]::before { background: #a53c25; }
.manage-card[data-status="cancelled"] .manage-state-icon { color: white; background: #a53c25; border-color: #a53c25; box-shadow: 0 0 0 10px rgba(165,60,37,.1); }
.manage-card[data-status="completed"] .manage-state-icon { color: white; background: var(--ink); border-color: var(--ink); }
.manage-card[data-status="confirmed"] #manageMessage { color: #23734b; font-weight: 680; }
.manage-card[data-status="pending"] #manageMessage { color: #76550f; }
@keyframes confirmed-pop { 0% { transform: scale(.72); opacity: .2; } 70% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
.manage-card h1 { margin: .7rem auto 1rem; font-size: clamp(3rem,8vw,5.5rem); }
.manage-card > p { color: rgba(16,46,39,.62); }
.manage-details { display: grid; grid-template-columns: repeat(4,1fr); margin: 2rem 0 1.2rem; border-block: 1px solid var(--line); }
.manage-details div { display: flex; flex-direction: column; padding: 1.1rem .5rem; }
.manage-details div + div { border-left: 1px solid var(--line); }
.manage-details small { color: rgba(16,46,39,.48); }
.manage-details strong { margin-top: .35rem; font-family: Georgia,serif; font-size: 1.05rem; }
.manage-status { color: #17633f; }
.manage-status.status-cancelled, .manage-status.status-no_show { color: #91341f; }
.manage-status.status-pending { color: #875c0b; }
.manage-code { margin: 0 !important; color: var(--accent) !important; font-family: ui-monospace,monospace; font-weight: 850; letter-spacing: .08em; }
.manage-actions { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-top: 2rem; }
.manage-cancel { background: #a53c25; border-color: #a53c25; }
.manage-private { margin: 1.6rem auto 0; max-width: 420px; font-size: .72rem; }
.manage-error { border-top: 5px solid var(--accent); }
.manage-page footer { padding-block: 1rem; }

@media (max-width: 560px) {
  .home-page { padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
  .manage-details { grid-template-columns: 1fr 1fr; }
  .manage-details div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .manage-details div:nth-child(4) { border-top: 1px solid var(--line); }
  .manage-actions { align-items: stretch; flex-direction: column; }
}

@media (max-width: 820px) {
  .site-header .header-visit { display: none; }
  .hero { padding-top: 5rem; }
  .quick-facts { grid-template-columns: repeat(3, 1fr); }
  .dish-grid { grid-template-columns: 1fr 1fr; }
  .booking-section, .visit { grid-template-columns: 1fr; }
  .visit-map { align-items: flex-start; flex-direction: column; }
  .visit-map-actions { align-items: flex-start; flex-direction: column; }
  .menu-layout { grid-template-columns: 1fr; }
  .language-card { position: static; order: 2; }
  .menu-content { order: 1; }
  .menu-list { grid-template-columns: 1fr; }
  .menu-cta { flex-direction: column; }
  .menu-cta h2 { margin-right: 0; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .welcome-heading, .faq-layout { grid-template-columns: 1fr; }
  .welcome-grid { grid-template-columns: 1fr 1fr; }
  .restaurant-views { grid-template-columns: 1fr; }
  .restaurant-view-main, .restaurant-view-garden { aspect-ratio: 4 / 3; }
  .faq-aside { position: static; }
}

@media (max-width: 560px) {
  .site-header { min-height: 64px; }
  .site-header nav { gap: .65rem; }
  .site-header .header-menu { display: inline; font-size: .8rem; font-weight: 750; opacity: 1; }
  .language-dock { top: 72px; right: .8rem; }
  .brand > span:last-child { font-size: 0.9rem; }
  .hero { min-height: calc(100svh - 64px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .quick-facts { margin-top: 3.5rem; }
  .quick-facts > * { padding: 0 0.55rem; }
  .quick-facts small { font-size: 0.67rem; }
  .quick-facts strong { font-size: 1.05rem; }
  .quick-facts strong span { display: none; }
  .quick-facts strong .rating-number { display: inline; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-copy { padding: 1rem 1.1rem 1.2rem; }
  .distance-ribbon { min-height: 60px; }
  .distance-ribbon-label { padding-inline: 1rem; font-size: .64rem; }
  .distance-ribbon-label > span:first-child { display: none; }
  .distance-ribbon-group a { min-height: 60px; padding-inline: 1.2rem; }
  .consent-banner { align-items: stretch; flex-direction: column; gap: .85rem; right: .6rem; bottom: max(.6rem,env(safe-area-inset-bottom)); left: .6rem; width: calc(100% - 1.2rem); padding: 1rem; }
  .home-page .consent-banner { bottom: calc(70px + env(safe-area-inset-bottom)); }
  .rating-notice { top: 64px; width: calc(100% - 1.2rem); }
  .rating-notice > a { gap: .16rem .8rem; min-height: 112px; padding: 1rem 3rem 1rem 1.1rem; }
  .rating-notice-copy { font-size: 1.28rem; }
  .rating-notice strong { font-size: 2.7rem; }
  .welcome-offer-ribbon { top: 72px; left: .6rem; }
  .welcome-offer-dialog { top: auto; bottom: .6rem; left: .6rem; width: calc(100% - 1.2rem); max-height: calc(100svh - 1.2rem); transform: none; }
  .welcome-offer-sheet { max-height: calc(100svh - 1.2rem); overflow-y: auto; }
  .welcome-offer-intro,.welcome-offer-card-view { padding: 1.5rem 1.15rem 1.15rem; }
  .welcome-offer-intro h2 { font-size: 2.35rem; }
  .welcome-card-actions { grid-template-columns: 1fr; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .form-row, .form-row-two { grid-template-columns: 1fr; }
  footer { flex-direction: column; gap: 0.4rem; }
  .footer-links { flex-direction: column; gap: .35rem; margin: .5rem 0 0; }
  .confirmation-actions { grid-template-columns: 1fr; }
  .menu-page .site-header nav > a:not(.button) { display: none; }
  .menu-hero { padding-top: 4rem; }
  .menu-hero h1 { font-size: 4.2rem; }
  .rating-pill { align-items: flex-start; flex-direction: column; gap: .15rem; border-radius: .8rem; }
  .menu-layout { padding-top: 2.5rem; }
  .featured-menu { margin-inline: -.5rem; }
  .menu-list > div { min-height: 54px; }
  .gallery-grid { gap: .55rem; }
  .gallery-item { border-radius: .55rem; }
  .welcome-grid, .guest-note-grid { grid-template-columns: 1fr; }
  .welcome-grid article > span { margin-bottom: 1.2rem; }
  .save-reminder { width: calc(100% - 1.2rem); max-height: calc(100svh - 1.2rem); padding: 1.6rem 1rem 1rem; }
  .save-reminder-copy { padding-inline: .35rem; }
  .save-reminder-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .distance-ribbon-window { overflow-x: auto; scrollbar-width: none; }
  .distance-ribbon-window::-webkit-scrollbar { display: none; }
  .distance-ribbon-track { animation: none; }
  .distance-ribbon-group[aria-hidden="true"] { display: none; }
  .rating-notice { transition: none; }
}

@media print {
  body > *:not(dialog), .no-print { display: none !important; }
  dialog { position: static; display: block; width: 100%; max-height: none; margin: 0; }
  .confirmation { padding: 2rem; box-shadow: none; }
}
