:root {
  --coffee: #160b05;
  --coffee-soft: #2b160d;
  --brown: #754627;
  --gold: #c79743;
  --gold-soft: #e1bb76;
  --cream: #f6efe4;
  --paper: #fbf6ee;
  --ink: #2c1b12;
  --muted: #765f4d;
  --line: rgba(117, 70, 39, .24);
  --container: min(1180px, calc(100% - 80px));
  --ease: cubic-bezier(.32, .72, 0, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", system-ui, sans-serif; font-size: 14px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: clip; }
body.is-locked { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
section[id] { scroll-margin-top: 82px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
::selection { color: var(--cream); background: var(--brown); }

.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 20; padding: 12px 16px; color: var(--coffee); background: var(--cream); transition: top .4s var(--ease); }
.skip-link:focus { top: 20px; }
.section { padding: clamp(78px, 8vw, 118px) 0; }
.section--light { background: var(--cream); }
.section--dark { color: var(--cream); background: var(--coffee); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: .95; letter-spacing: -.025em; }
h1 { margin-bottom: 22px; color: var(--cream); font-size: clamp(4.5rem, 8.8vw, 8.5rem); }
h1 em { color: #fff; font-style: normal; }
h2 { margin-bottom: 24px; color: var(--ink); font-size: clamp(3rem, 5vw, 5.3rem); }
h3 { margin-bottom: 4px; font-size: 1.65rem; }
.lead { max-width: 560px; font-size: clamp(1rem, 1.35vw, 1.14rem); line-height: 1.65; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--brown); font-size: 9px; font-weight: 700; letter-spacing: .2em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 1px; background: currentColor; content: ""; }
.eyebrow--gold { color: var(--gold); }
.ornament { display: block; width: 84px; margin: 0 0 20px; color: var(--gold); border-bottom: 1px solid var(--gold); font-family: Georgia, serif; font-size: 24px; line-height: .5; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 10; color: var(--cream); background: linear-gradient(180deg, rgba(22, 11, 5, .86), transparent); transition: color .5s var(--ease), background-color .5s var(--ease), box-shadow .5s var(--ease); }
.site-header.is-scrolled { color: var(--coffee); background: rgba(246, 239, 228, .96); box-shadow: 0 1px 0 rgba(117, 70, 39, .2); }
.site-header.is-menu-open { color: var(--cream); background: var(--coffee); }
.site-header--solid { color: var(--coffee); background: var(--cream); box-shadow: 0 1px 0 rgba(117, 70, 39, .2); }
.nav-shell { display: flex; min-height: 84px; align-items: center; gap: clamp(18px, 3vw, 46px); }
.brand-logo { display: block; flex: 0 0 auto; width: 82px; height: 82px; margin: 8px 0; overflow: hidden; border-radius: 50%; }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: clamp(13px, 1.8vw, 28px); }
.main-nav a, .header-cta, .footer__bottom, .button { font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.main-nav a { position: relative; opacity: .9; transition: color .3s var(--ease), opacity .3s var(--ease); }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.main-nav a:hover, .main-nav a.is-active { color: var(--gold); opacity: 1; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; padding: 11px 17px; color: var(--gold); border: 1px solid var(--gold); transition: color .4s var(--ease), background-color .4s var(--ease), transform .4s var(--ease); }
.header-cta span { font-size: 15px; line-height: .5; transition: transform .4s var(--ease); }
.header-cta:hover { color: var(--coffee); background: var(--gold); transform: translateY(-2px); }
.header-cta:hover span { transform: translate(3px, -2px); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 0; color: currentColor; background: transparent; border: 1px solid currentColor; }
.menu-toggle span { display: block; width: 21px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .45s var(--ease); }
.menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero { position: relative; display: flex; min-height: min(760px, 88svh); align-items: center; overflow: hidden; background: var(--coffee); }
.hero__media, .hero__overlay { position: absolute; inset: 0; }
.hero__media { background: url('../assets/images/portada_web.webp') center 47% / cover no-repeat; filter: saturate(.8) sepia(.1); transform: scale(1.02); }
.hero__overlay { background: linear-gradient(90deg, rgba(22, 11, 5, .88) 0%, rgba(22, 11, 5, .6) 43%, rgba(22, 11, 5, .1) 100%), linear-gradient(0deg, rgba(22, 11, 5, .67), transparent 50%); }
.hero__content { position: relative; z-index: 1; padding-top: 80px; }
.hero__lead { max-width: 430px; margin-bottom: 28px; color: rgba(246, 239, 228, .9); font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.5; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 44px; padding: 11px 15px 11px 20px; border: 1px solid transparent; transition: color .45s var(--ease), background-color .45s var(--ease), border-color .45s var(--ease), transform .45s var(--ease); }
.button span { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 14px; letter-spacing: 0; transition: transform .45s var(--ease); }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button:hover span, .button:focus-visible span { transform: translate(3px, -2px); }
.button:active { transform: translateY(0) scale(.98); }
.button--gold { color: var(--coffee); background: var(--gold); }
.button--gold:hover, .button--gold:focus-visible { color: var(--cream); background: var(--brown); border-color: var(--gold); }
.button--outline { color: var(--brown); background: transparent; border-color: var(--brown); }
.button--outline:hover, .button--outline:focus-visible { color: var(--cream); background: var(--brown); }
.hero__scroll { position: absolute; right: 6vw; bottom: 32px; z-index: 1; display: flex; align-items: center; gap: 10px; color: rgba(246, 239, 228, .75); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero__scroll span { display: block; width: 1px; height: 34px; background: var(--gold); }

.story { background: var(--paper); background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70 25c30 20 50 35 70 15-10 35-35 20-55 5 20 25 15 65-20 90 8-34 9-64 5-110z' fill='none' stroke='%23c79743' stroke-opacity='.07'/%3E%3C/svg%3E"); }
.story__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.story__copy { max-width: 450px; }
.story__copy > p:not(.eyebrow) { margin-bottom: 26px; color: var(--muted); }
.story__collage { position: relative; min-height: 400px; }
.story__main-image { width: 72%; height: auto; margin-left: 18%; aspect-ratio: 3 / 4; object-fit: cover; }
.story__small-image { position: absolute; width: 30%; height: auto; object-fit: cover; border: 7px solid var(--paper); }
.story__small-image--one { top: 26px; left: 0; aspect-ratio: 1; }
.story__small-image--two { right: 0; bottom: 5px; aspect-ratio: 3 / 4; }
.story__lead { font-weight: 600; }
.story-report { max-width: 820px; margin: clamp(42px, 7vw, 76px) auto 0; scroll-margin-top: 110px; }
.story-report__toggle { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; color: var(--brown); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .14em; list-style: none; text-transform: uppercase; }
.story-report__toggle::-webkit-details-marker { display: none; }
.story-report__toggle span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; color: var(--cream); background: var(--brown); border-radius: 50%; font-size: 15px; letter-spacing: 0; transition: transform .35s var(--ease); }
.story-report[open] .story-report__toggle span { transform: rotate(180deg); }
.story-report__content { padding-top: clamp(38px, 6vw, 62px); }
.story-report section + section { padding-top: 42px; margin-top: 42px; border-top: 1px solid var(--line); }
.story-report h3 { margin-bottom: 22px; color: var(--brown); font-size: clamp(2rem, 4vw, 3rem); text-transform: uppercase; }
.story-report p { margin-bottom: 22px; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.story-report__highlight { padding: 22px 26px; color: var(--brown) !important; border-left: 2px solid var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.6rem, 4vw, 2.15rem) !important; line-height: 1.2 !important; }

.section-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.section-header h2 { margin-bottom: 0; }
.section-header--center { justify-content: center; text-align: center; }
.section-header--center .eyebrow { justify-content: center; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 6px; color: var(--brown); border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: gap .45s var(--ease), color .3s var(--ease); }
.text-link span { font-size: 15px; letter-spacing: 0; }
.text-link:hover { gap: 17px; color: var(--gold); }
.menu-trigger { appearance: none; padding: 0 0 6px; color: var(--brown); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font: inherit; }
.menu-modal { width: min(960px, calc(100% - 32px)); max-width: none; max-height: min(92svh, 860px); padding: 0; color: var(--ink); background: transparent; border: 0; }
.menu-modal::backdrop { background: rgba(22, 11, 5, .8); backdrop-filter: blur(5px); }
.menu-modal__surface { overflow: hidden; background: var(--cream); border-top: 2px solid var(--gold); box-shadow: 0 24px 80px rgba(0, 0, 0, .35); }
.menu-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px 18px; border-bottom: 1px solid var(--line); }
.menu-modal__header .eyebrow { margin-bottom: 8px; }
.menu-modal__header h2 { margin: 0; color: var(--brown); font-size: clamp(2.4rem, 5vw, 4.2rem); }
.menu-modal__close { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; color: var(--brown); background: transparent; border: 1px solid var(--line); border-radius: 50%; font-size: 27px; line-height: 1; transition: color .35s var(--ease), background-color .35s var(--ease), transform .35s var(--ease); }
.menu-modal__close:hover, .menu-modal__close:focus-visible { color: var(--cream); background: var(--brown); transform: rotate(90deg); }
.menu-modal__content { padding: 18px; background: var(--paper); }
.menu-modal__content iframe { display: block; width: 100%; height: min(70svh, 700px); border: 0; background: #fff; }
.menu-modal__fallback { margin: 13px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.menu-modal__fallback a { color: var(--brown); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.dish-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.dish-card { overflow: hidden; color: var(--ink); background: var(--paper); box-shadow: 0 5px 15px rgba(61, 35, 18, .12); transition: transform .55s var(--ease), box-shadow .55s var(--ease); }
.dish-card:hover { box-shadow: 0 13px 25px rgba(61, 35, 18, .18); transform: translateY(-6px); }
.dish-card img { aspect-ratio: .92; object-fit: cover; filter: saturate(.88); transition: transform .7s var(--ease); }
.dish-card:hover img { transform: scale(1.05); }
.dish-card div { min-height: 65px; padding: 11px 10px 13px; text-align: center; }
.dish-card h3 { margin-bottom: 2px; font-size: 1.08rem; line-height: 1; }
.dish-card p { margin: 0; color: var(--muted); font-size: 9px; }

.wine { position: relative; overflow: hidden; }
.wine::before { position: absolute; inset: 0; opacity: .12; background: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M90 0c15 42 75 45 90 90-45-15-48 45-90 90 15-42-45-45-90-90 45 15 48-45 90-90z' fill='none' stroke='%23c79743'/%3E%3C/svg%3E") center / 380px; content: ""; pointer-events: none; }
.wine__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 1fr .85fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.wine__photo { overflow: hidden; border-radius: 8px; box-shadow: 0 15px 40px rgba(0,0,0,0.4); }
.wine__photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; display: block; }
.wine__copy { max-width: 430px; }
.wine__copy h2 { color: var(--cream); }
.wine__copy > p:not(.eyebrow) { color: rgba(246, 239, 228, .78); }
.wine-features { display: flex; gap: 24px; margin: 32px 0; color: var(--gold); flex-wrap: wrap; }
.wine-features span { display: flex; align-items: center; gap: 10px; font-size: 24px; line-height: 1; }
.wine-features small { color: rgba(246, 239, 228, .85); font-size: 11px; letter-spacing: .05em; line-height: 1.3; text-transform: uppercase; }
.wine__quote { padding: 32px; background: rgba(199, 151, 67, 0.05); border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 4rem; line-height: .65; }
.wine__quote span { display: block; margin-top: 24px; color: var(--cream); font-size: 1.7rem; line-height: 1.2; font-style: italic; }
.wine__quote cite { display: block; margin-top: 32px; color: var(--gold-soft); font-size: 1.8rem; text-align: right; font-style: normal; font-weight: 600; }

.events { background: var(--paper); }
.events__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 7vw, 100px); align-items: center; }
.events__copy { max-width: 470px; }
.events__copy > p:not(.eyebrow) { margin-bottom: 26px; color: var(--muted); }
.events__photo img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; border-radius: 8px; filter: saturate(.85); }
.events__gallery-marquee { overflow: hidden; margin-top: 32px; width: 100%; position: relative; }
.events__gallery-marquee::before, .events__gallery-marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none; }
.events__gallery-marquee::before { left: 0; background: linear-gradient(to right, var(--paper), transparent); }
.events__gallery-marquee::after { right: 0; background: linear-gradient(to left, var(--paper), transparent); }
.events__gallery-track { display: flex; gap: 12px; width: max-content; animation: marquee 35s linear infinite; }
.events__gallery-track:hover { animation-play-state: paused; }
.events__gallery-track img { height: 180px; width: auto; border-radius: 6px; filter: saturate(.82); transition: filter .45s var(--ease), transform .55s var(--ease); }
.events__gallery-track img:hover { filter: saturate(1); transform: translateY(-3px); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-50% - 6px)); } }
.event-modal { width: min(720px, calc(100% - 32px)); max-width: none; max-height: min(92svh, 840px); padding: 0; color: var(--ink); background: transparent; border: 0; }
.event-modal::backdrop { background: rgba(22, 11, 5, .8); backdrop-filter: blur(5px); }
.event-modal__surface { overflow: auto; background: var(--cream); border-top: 2px solid var(--gold); box-shadow: 0 24px 80px rgba(0, 0, 0, .35); }
.event-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px 18px; border-bottom: 1px solid var(--line); }
.event-modal__header .eyebrow { margin-bottom: 8px; }
.event-modal__header h2 { margin: 0; color: var(--brown); font-size: clamp(2.4rem, 5vw, 4.2rem); }
.event-modal__close { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; color: var(--brown); background: transparent; border: 1px solid var(--line); border-radius: 50%; font-size: 27px; line-height: 1; transition: color .35s var(--ease), background-color .35s var(--ease), transform .35s var(--ease); }
.event-modal__close:hover, .event-modal__close:focus-visible { color: var(--cream); background: var(--brown); transform: rotate(90deg); }
.event-modal__form { padding: 26px 28px 30px; }
.event-modal__intro { max-width: 500px; margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.event-modal__fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 22px; }
.event-modal__fields label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.event-modal__fields label:last-child { grid-column: 1 / -1; }
.event-modal__fields input, .event-modal__fields select, .event-modal__fields textarea { width: 100%; padding: 9px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); outline: 0; font-size: 13px; letter-spacing: 0; text-transform: none; transition: border-color .35s var(--ease), padding .35s var(--ease); }
.event-modal__fields textarea { resize: vertical; }
.event-modal__fields input:focus, .event-modal__fields select:focus, .event-modal__fields textarea:focus { padding-left: 6px; border-color: var(--gold); }
.event-modal__actions { display: flex; justify-content: flex-end; margin-top: 8px; }
.event-modal__status { min-height: 20px; margin: 16px 0 0; color: var(--brown); font-size: 11px; line-height: 1.4; }

.gallery { overflow: hidden; background: var(--coffee); }
.gallery__header { align-items: end; }
.gallery__header h2 { color: var(--cream); }
.gallery__intro { max-width: 330px; margin: 0; color: rgba(246, 239, 228, .68); font-size: 12px; line-height: 1.5; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 9px; padding-bottom: 22px; border-bottom: 1px solid rgba(199, 151, 67, .32); }
.gallery-filters button { padding: 9px 14px; color: rgba(246, 239, 228, .62); background: transparent; border: 1px solid rgba(246, 239, 228, .24); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: color .35s var(--ease), background-color .35s var(--ease), border-color .35s var(--ease); }
.gallery-filters button:hover, .gallery-filters button.is-active { color: var(--coffee); background: var(--gold); border-color: var(--gold); }
.gallery__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; margin-top: 26px; }
.gallery-card { position: relative; grid-column: span 3; min-height: 220px; margin: 0; overflow: hidden; background: var(--coffee-soft); }
.gallery-card:nth-child(6n + 1) { grid-column: span 6; grid-row: span 2; min-height: 450px; }
.gallery-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.78); transition: filter .65s var(--ease), transform .8s var(--ease); }
.gallery-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(22, 11, 5, .76)); content: ""; pointer-events: none; }
.gallery-card figcaption { position: absolute; right: 14px; bottom: 12px; left: 14px; z-index: 1; color: var(--cream); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.gallery-card:hover img { filter: saturate(1); transform: scale(1.04); }

.reviews { position: relative; background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70 25c30 20 50 35 70 15-10 35-35 20-55 5 20 25 15 65-20 90 8-34 9-64 5-110z' fill='none' stroke='%23c79743' stroke-opacity='.08'/%3E%3C/svg%3E"); }
.reviews-marquee { overflow: hidden; margin-top: 42px; width: 100%; position: relative; }
.reviews-marquee::before, .reviews-marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; pointer-events: none; }
.reviews-marquee::before { left: 0; background: linear-gradient(to right, var(--paper), transparent); }
.reviews-marquee::after { right: 0; background: linear-gradient(to left, var(--paper), transparent); }
.reviews-track { display: flex; gap: 24px; width: max-content; animation: marquee-reviews 70s linear infinite; }
.reviews-track:hover { animation-play-state: paused; }
@keyframes marquee-reviews { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-50% - 12px)); } }
.review-card { width: 420px; flex-shrink: 0; padding: 30px 28px; text-align: center; border: 1px solid var(--line); white-space: normal; background: var(--paper); }
.stars { margin-bottom: 18px; color: var(--gold); font-size: 15px; letter-spacing: .16em; }
.review-card p { min-height: 85px; color: var(--muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; line-height: 1.1; margin-bottom: 20px; }
.review-card strong { display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }

.visit-guide { background: var(--paper); border-top: 1px solid var(--line); }
.visit-guide__intro { display: grid; max-width: 830px; margin-bottom: 42px; }
.visit-guide__intro h2 { max-width: 760px; }
.visit-guide__intro > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.visit-guide__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.visit-answer { display: flex; min-height: 100%; flex-direction: column; padding: 24px 20px; background: var(--cream); border-top: 2px solid var(--gold); }
.visit-answer h3 { margin-bottom: 13px; color: var(--brown); font-size: 1.75rem; line-height: 1; }
.visit-answer p { margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.visit-answer a, .visit-answer button { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; align-self: flex-start; padding: 0; margin-top: auto; color: var(--brown); background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-align: left; text-transform: uppercase; }
.visit-answer a:hover, .visit-answer a:focus-visible, .visit-answer button:hover, .visit-answer button:focus-visible { color: var(--gold); }

.reservations { position: relative; overflow: hidden; }
.reservations__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 8vw, 120px); align-items: start; }
.reservations__copy { max-width: 420px; }
.reservations h2 { color: var(--cream); }
.reservations__copy > p:not(.eyebrow) { color: rgba(246, 239, 228, .72); }
.contact-list { display: grid; gap: 18px; margin-top: 34px; }
.contact-list div { padding-top: 13px; border-top: 1px solid rgba(199, 151, 67, .35); }
.contact-list span { display: block; margin-bottom: 3px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-list strong { font-size: 12px; font-weight: 500; }
.form-honeypot { display: none !important; }
.reservation-form { padding: 34px; background: var(--cream); border-top: 2px solid var(--gold); }
.form-heading { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 16px; margin-bottom: 24px; color: var(--brown); border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.reservation-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 0; margin: 0 0 34px; list-style: none; }
.reservation-progress li { display: flex; flex-direction: column; gap: 7px; padding-top: 10px; color: rgba(118, 95, 77, .55); border-top: 1px solid var(--line); font-size: 8px; font-weight: 700; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.reservation-progress li span:first-child { font-size: 9px; }
.reservation-progress li.is-active { color: var(--brown); border-color: var(--gold); }
.reservation-step[hidden] { display: none; }
.reservation-step h3 { margin-bottom: 7px; color: var(--brown); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; font-weight: 600; line-height: .95; }
.step-hint { margin-bottom: 25px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.reservation-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.reservation-form input, .reservation-form select, .reservation-form textarea { width: 100%; padding: 9px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); outline: 0; font-size: 13px; letter-spacing: 0; text-transform: none; transition: border-color .35s var(--ease), padding .35s var(--ease); }
.reservation-form textarea { resize: vertical; }
.reservation-form input::placeholder, .reservation-form textarea::placeholder { color: rgba(118, 95, 77, .65); }
.reservation-form input:focus, .reservation-form select:focus, .reservation-form textarea:focus { padding-left: 6px; border-color: var(--gold); }
.reservation-form select:disabled { color: rgba(118, 95, 77, .6); cursor: not-allowed; }
.availability-status { min-height: 18px; margin: -7px 0 18px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.step-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 30px; }
.step-actions .button--outline { margin-right: auto; }
.step-count { margin-right: auto; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.reservation-summary { display: grid; gap: 8px; padding: 15px; margin-bottom: 24px; color: var(--brown); background: rgba(199, 151, 67, .1); border-left: 2px solid var(--gold); font-size: 11px; line-height: 1.4; }
.reservation-summary strong { color: var(--ink); }
.reservation-notes { padding-top: 4px; }
.reservation-notes h4 { margin-bottom: 18px; color: var(--brown); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; font-weight: 600; }
.reservation-notes label { line-height: 1.45; text-transform: none; }
.reservation-notes label > span { color: rgba(118, 95, 77, .7); font-weight: 500; letter-spacing: 0; }
.form-status { min-height: 20px; margin: 16px 0 0; color: var(--brown); font-size: 11px; line-height: 1.4; }

.site-footer { padding: 58px 0 22px; color: rgba(246, 239, 228, .7); background: var(--coffee); scroll-margin-top: 68px; }
.footer__grid { display: grid; grid-template-columns: 1fr repeat(3, 1fr); gap: 28px; padding-bottom: 44px; }
.footer__brand img { width: 82px; height: 82px; margin-bottom: 17px; object-fit: cover; border-radius: 50%; }
.footer__grid h3 { margin-bottom: 18px; color: var(--gold); font-family: "Manrope", system-ui, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.footer__grid p { color: rgba(246, 239, 228, .67); font-size: 11px; }
.socials { display: flex; gap: 11px; margin-top: 22px; }
.socials a { display: flex; flex: 0 0 auto; width: 36px; height: 36px; align-items: center; justify-content: center; padding: 0; color: var(--gold); border: 1px solid rgba(199, 151, 67, .65); border-radius: 50%; line-height: 0; transition: color .35s var(--ease), background-color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease); }
.socials a:hover, .socials a:focus-visible { color: var(--coffee); background: var(--gold); border-color: var(--gold); transform: translateY(-3px); }
.social-icon { display: block; flex: 0 0 auto; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.social-icon--filled { fill: currentColor; stroke: none; }
.social-icon__dot { fill: currentColor; stroke: none; }
.footer__grid .button { margin-top: 7px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; color: rgba(246, 239, 228, .42); border-top: 1px solid rgba(199, 151, 67, .35); font-size: 8px; }
.footer__bottom a { color: var(--gold); }

.reveal { opacity: 1; transform: none; filter: none; transition: opacity .85s var(--ease), transform .85s var(--ease), filter .85s var(--ease); }
.js .reveal { opacity: 0; transform: translateY(26px); filter: blur(3px); }
.js .reveal.is-visible { opacity: 1; transform: none; filter: blur(0); }
.reveal--delay { transition-delay: .12s; }

@media (max-width: 1000px) {
  :root { --container: min(100% - 56px, 760px); }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 8px; letter-spacing: .1em; }
  .dish-grid { grid-template-columns: repeat(3, 1fr); }
  .wine__grid { grid-template-columns: 1fr 1fr; }
  .wine__quote { grid-column: 1 / -1; }
  .wine__quote span { display: inline; margin-left: 8px; }
  .wine__quote cite { display: inline; margin-left: 20px; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 40px); }
  .site-header { background: rgba(22, 11, 5, .88); }
  .nav-shell { min-height: 68px; }
  .brand-logo { width: 58px; height: 58px; margin: 5px 0; }
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; padding: 100px 20px 35px; color: var(--cream); background: var(--coffee); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { font-family: "Cormorant Garamond", Georgia, serif; font-size: 3rem; font-weight: 500; letter-spacing: -.02em; line-height: .8; text-transform: none; }
  .hero { min-height: 650px; align-items: end; }
  .hero__media { background-position: 54% center; }
  .hero__overlay { background: linear-gradient(90deg, rgba(22, 11, 5, .85), rgba(22, 11, 5, .25)), linear-gradient(0deg, rgba(22, 11, 5, .87), transparent 70%); }
  .hero__content { padding-bottom: 100px; }
  h1 { font-size: clamp(4.2rem, 18vw, 6.5rem); }
  h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero__scroll { display: none; }
  .story__grid, .events__grid, .wine__grid, .reservations__grid { grid-template-columns: 1fr; gap: 42px; }
  .story__collage { min-height: 320px; }
  .story__main-image, .story__small-image { height: auto; }
  .section-header { display: block; margin-bottom: 30px; }
  .section-header .text-link { margin-top: 12px; }
  .dish-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .dish-card h3 { font-size: 1.25rem; }
  .wine__grid { gap: 28px; }
  .wine__photo img { height: auto; }
  .wine__quote { grid-column: auto; }
  .wine__quote span { display: block; margin: 18px 0 0; }
  .wine__quote cite { display: block; margin: 22px 0 0; }
  .events__photo img { height: auto; }
  .events__gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 18px; }

  .event-modal__header { padding: 20px 18px 15px; }
  .event-modal__form { padding: 22px 18px 24px; }
  .event-modal__fields { grid-template-columns: 1fr; gap: 0; }
  .event-modal__fields label:last-child { grid-column: auto; }
  .event-modal__actions .button { width: 100%; }
  .gallery__header { display: block; }
  .gallery__intro { margin-top: 18px; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery-card, .gallery-card:nth-child(6n + 1) { grid-column: span 1; grid-row: auto; min-height: 190px; }
  .gallery-card:nth-child(4n + 1) { grid-column: span 2; min-height: 270px; }
  .reviews__grid { grid-template-columns: 1fr; gap: 12px; }
  .review-card p { min-height: auto; }
  .reservation-form { padding: 24px 18px; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); gap: 32px 22px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { flex-wrap: wrap; line-height: 1.4; }
}

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

/* Mobile-first responsive layer */
:root { --container: min(100% - 32px, 1180px); }
body { font-size: 15px; }
.section { padding: clamp(64px, 12vw, 118px) 0; }
h1 { font-size: clamp(3.65rem, 17vw, 8.5rem); }
h2 { font-size: clamp(2.65rem, 12vw, 5.3rem); }
.eyebrow { font-size: 10px; }
.button { min-height: 48px; }
.text-link { min-height: 44px; align-items: center; }
.site-header { background: rgba(22, 11, 5, .9); }
.nav-shell { min-height: 68px; }
.brand-logo { width: 58px; height: 58px; margin: 5px 0; }
.header-cta { display: none; }
.menu-toggle { display: block; width: 48px; height: 48px; margin-left: auto; }
.main-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; padding: 84px 24px 24px; color: var(--cream); background: var(--coffee); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
.main-nav a { display: flex; min-height: 44px; align-items: center; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.15rem, 10vw, 3rem); font-weight: 500; letter-spacing: -.02em; line-height: 1; text-transform: none; }
.hero { min-height: max(620px, 100svh); align-items: end; }
.hero__media { background-position: 54% center; }
.hero__overlay { background: linear-gradient(90deg, rgba(22, 11, 5, .88), rgba(22, 11, 5, .25)), linear-gradient(0deg, rgba(22, 11, 5, .9), transparent 72%); }
.hero__content { padding-top: 96px; padding-bottom: 72px; }
.hero__lead { font-size: 1rem; }
.hero__scroll { display: none; }
.story__grid, .events__grid, .wine__grid, .reservations__grid { grid-template-columns: minmax(0, 1fr); gap: 42px; }
.story__copy, .events__copy, .wine__copy, .reservations__copy { max-width: none; }
.story__collage { min-height: 310px; }
.story__main-image { width: 76%; height: auto; margin-left: 14%; }
.story__small-image { width: 32%; height: auto; border-width: 5px; }
.section-header { display: block; margin-bottom: 30px; }
.section-header .text-link { margin-top: 12px; }
.dish-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
.dish-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: stretch; }
.dish-card img { height: 154px; aspect-ratio: auto; }
.dish-card div { display: flex; min-height: 154px; flex-direction: column; justify-content: center; padding: 18px; text-align: left; }
.dish-card h3 { font-size: 1.5rem; }
.dish-card p { font-size: 11px; line-height: 1.4; }
.wine__photo img { height: auto; }
.wine__quote { grid-column: auto; padding: 24px; font-size: 3.2rem; }
.wine__quote span { display: block; margin: 18px 0 0; font-size: 1.45rem; }
.wine__quote cite { display: block; margin: 22px 0 0; font-size: 1.45rem; }
.events__photo img { height: auto; }
.events__gallery-track img { height: 148px; }
.menu-modal, .event-modal { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
.menu-modal__surface, .event-modal__surface { max-height: inherit; }
.menu-modal__header, .event-modal__header { padding: 18px 16px 14px; }
.menu-modal__content { padding: 10px; }
.event-modal__form { padding: 20px 16px 24px; }
.event-modal__fields { grid-template-columns: minmax(0, 1fr); gap: 0; }
.event-modal__fields label:last-child { grid-column: auto; }
.event-modal__fields input, .event-modal__fields select, .event-modal__fields textarea { min-height: 48px; padding: 11px 0; font-size: 16px; }
.event-modal__actions .button { width: 100%; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.gallery__header { display: block; }
.gallery__intro { margin-top: 18px; font-size: 14px; }
.gallery-filters { gap: 8px; }
.gallery-filters button { min-height: 44px; padding: 10px 14px; font-size: 10px; }
.gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.gallery-card, .gallery-card:nth-child(6n + 1) { grid-column: span 1; grid-row: auto; min-height: 180px; }
.gallery-card:nth-child(4n + 1) { grid-column: span 2; min-height: 270px; }
.review-card { width: min(86vw, 360px); padding: 28px 22px; }
.review-card p { min-height: auto; font-size: 1.3rem; line-height: 1.22; }
.reservation-form { width: 100%; padding: 24px 16px; }
.reservation-progress li span:last-child { display: none; }
.form-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
.reservation-form input, .reservation-form select, .reservation-form textarea { min-height: 48px; padding: 11px 0; font-size: 16px; }
.step-actions { flex-wrap: wrap; }
.step-actions .button { min-width: 112px; }
.form-status, .event-modal__status { font-size: 13px; }
.reservation-form label, .event-modal__fields label { font-size: 10px; }
.form-privacy { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.footer__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
.footer__brand { grid-column: auto; }
.footer__grid p { color: rgba(246, 239, 228, .78); font-size: 13px; }
.socials a { width: 44px; height: 44px; }
.footer__grid a:not(.button), .footer__bottom a { display: inline-flex; min-height: 44px; align-items: center; }
.footer__bottom { flex-wrap: wrap; align-items: center; color: rgba(246, 239, 228, .72); font-size: 9px; line-height: 1.5; }
button:disabled { cursor: not-allowed; opacity: .65; }
[aria-busy="true"] button:disabled { cursor: wait; }

@media (min-width: 480px) {
  :root { --container: min(100% - 40px, 1180px); }
  .dish-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dish-card { display: block; }
  .dish-card img { height: auto; aspect-ratio: .92; }
  .dish-card div { min-height: 82px; padding: 14px 12px; text-align: center; }
  .reservation-progress li span:last-child { display: block; }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__brand { grid-column: 1 / -1; }
}

@media (min-width: 600px) {
  .form-row, .event-modal__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
  .event-modal__fields label:last-child { grid-column: 1 / -1; }
  .visit-guide__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 720px) {
  :root { --container: min(100% - 56px, 760px); }
  .section { padding: clamp(84px, 9vw, 118px) 0; }
  .story__grid { grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 7vw, 82px); }
  .events__grid { grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 7vw, 82px); }
  .story__copy, .events__copy { max-width: 470px; }
  .dish-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wine__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wine__quote { grid-column: 1 / -1; }
  .gallery__grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 10px; }
  .gallery-card, .gallery-card:nth-child(4n + 1) { grid-column: span 3; min-height: 220px; }
  .gallery-card:nth-child(6n + 1) { grid-column: span 6; grid-row: span 2; min-height: 450px; }
  .reservation-form { max-width: 700px; margin-inline: auto; padding: 32px; }
  .reservations__copy { max-width: 620px; }
}

@media (min-width: 960px) {
  :root { --container: min(1180px, calc(100% - 80px)); }
  body { font-size: 14px; }
  .hero { min-height: min(760px, 88svh); align-items: center; }
  .hero__media { background-position: center 47%; }
  .hero__overlay { background: linear-gradient(90deg, rgba(22, 11, 5, .88) 0%, rgba(22, 11, 5, .6) 43%, rgba(22, 11, 5, .1) 100%), linear-gradient(0deg, rgba(22, 11, 5, .67), transparent 50%); }
  .hero__content { padding-top: 80px; padding-bottom: 0; }
  .hero__scroll { display: flex; }
  .dish-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .wine__grid { grid-template-columns: 1.1fr 1fr .85fr; }
  .wine__quote { grid-column: auto; }
  .reservations__grid { grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 8vw, 120px); }
  .reservation-form { max-width: none; margin: 0; padding: 34px; }
  .visit-guide__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: 1fr repeat(3, 1fr); }
  .footer__brand { grid-column: auto; }
}

@media (min-width: 1100px) {
  .site-header { background: linear-gradient(180deg, rgba(22, 11, 5, .86), transparent); }
  .nav-shell { min-height: 84px; }
  .brand-logo { width: 82px; height: 82px; margin: 8px 0; }
  .header-cta { display: inline-flex; }
  .menu-toggle { display: none; }
  .main-nav { position: static; z-index: auto; flex: 1; flex-direction: row; align-items: center; justify-content: flex-end; gap: clamp(13px, 1.8vw, 28px); padding: 0; color: inherit; background: transparent; opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { display: block; min-height: 0; font-family: "Manrope", system-ui, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .15em; line-height: 1.7; text-transform: uppercase; }
}

/* Privacy, legal documents and consent controls */
.cookie-banner[hidden], [data-consent-placeholder][hidden] { display: none !important; }
.cookie-banner { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 30; display: grid; max-height: calc(100dvh - 24px); max-width: 1120px; gap: 12px; padding: 16px; margin-inline: auto; overflow: auto; color: var(--ink); background: var(--paper); border-top: 2px solid var(--gold); box-shadow: 0 20px 70px rgba(22, 11, 5, .32); }
.cookie-banner__mark { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; }
.cookie-banner .eyebrow { margin-bottom: 9px; }
.cookie-banner h2 { margin-bottom: 8px; color: var(--brown); font-size: clamp(1.85rem, 7vw, 3rem); line-height: .95; }
.cookie-banner__copy > p:not(.eyebrow) { max-width: 680px; margin-bottom: 5px; color: var(--muted); font-size: 11.5px; line-height: 1.5; }
.cookie-banner__link, .legal-inline { min-height: 44px; padding: 0; color: var(--brown); background: transparent; border: 0; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: underline; text-underline-offset: 4px; }
.cookie-banner__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.cookie-banner__actions .consent-button--quiet { grid-column: 1; grid-row: 1; }
.cookie-banner__actions .consent-button--gold { grid-column: 2; grid-row: 1; }
.cookie-banner__actions .consent-button--outline { grid-column: 1 / -1; grid-row: 2; }
.consent-button { min-height: 46px; padding: 11px 16px; border: 1px solid var(--brown); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: color .3s var(--ease), background-color .3s var(--ease), border-color .3s var(--ease); }
.consent-button--gold { color: var(--coffee); background: var(--gold); border-color: var(--gold); }
.consent-button--gold:hover, .consent-button--gold:focus-visible { color: var(--cream); background: var(--brown); border-color: var(--brown); }
.consent-button--outline { color: var(--brown); background: transparent; }
.consent-button--outline:hover, .consent-button--outline:focus-visible { color: var(--cream); background: var(--brown); }
.consent-button--quiet { color: var(--cream); background: var(--brown); border-color: var(--brown); }
.consent-button--quiet:hover, .consent-button--quiet:focus-visible { color: var(--coffee); background: var(--gold-soft); border-color: var(--gold-soft); }

.consent-modal, .legal-modal { width: calc(100% - 16px); max-width: none; max-height: calc(100dvh - 16px); padding: 0; color: var(--ink); background: transparent; border: 0; }
.consent-modal { width: min(620px, calc(100% - 16px)); }
.legal-modal { width: min(900px, calc(100% - 16px)); }
.consent-modal::backdrop, .legal-modal::backdrop { background: rgba(22, 11, 5, .82); backdrop-filter: blur(5px); }
.consent-modal__surface, .legal-modal__surface { max-height: inherit; overflow: auto; background: var(--cream); border-top: 2px solid var(--gold); box-shadow: 0 24px 80px rgba(0, 0, 0, .38); }
.consent-modal__header, .legal-modal__header { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 16px 14px; background: rgba(246, 239, 228, .98); border-bottom: 1px solid var(--line); }
.consent-modal__header .eyebrow, .legal-modal__header .eyebrow { margin-bottom: 7px; }
.consent-modal__header h2, .legal-modal__header h2 { margin: 0; color: var(--brown); font-size: clamp(2rem, 9vw, 4rem); }
.modal-close { display: grid; width: 44px; height: 44px; flex: 0 0 auto; padding: 0; place-items: center; color: var(--brown); background: transparent; border: 1px solid var(--line); border-radius: 50%; font-size: 28px; line-height: 1; transition: color .35s var(--ease), background-color .35s var(--ease), transform .35s var(--ease); }
.modal-close:hover, .modal-close:focus-visible { color: var(--cream); background: var(--brown); transform: rotate(90deg); }
.consent-modal__body { padding: 20px 16px 6px; }
.consent-modal__body > p { margin-bottom: 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.consent-option { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 12px; min-height: 72px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); cursor: pointer; }
.consent-option > span:first-child { display: grid; gap: 3px; }
.consent-option strong { color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; line-height: 1; }
.consent-option small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.consent-option input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.consent-switch { position: relative; display: block; width: 48px; height: 28px; background: #b6a99e; border-radius: 20px; transition: background-color .3s var(--ease); }
.consent-switch::after { position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; background: #fff; border-radius: 50%; box-shadow: 0 2px 7px rgba(22, 11, 5, .24); content: ""; transition: transform .3s var(--ease); }
.consent-option input:checked + .consent-switch { background: var(--gold); }
.consent-option input:checked + .consent-switch::after { transform: translateX(20px); }
.consent-option input:focus-visible + .consent-switch { outline: 2px solid var(--gold); outline-offset: 4px; }
.consent-option input:disabled + .consent-switch { opacity: .65; }
.consent-modal__actions { display: grid; gap: 8px; padding: 14px 16px 20px; }

.legal-modal__body { padding: 22px 16px 32px; }
.legal-modal__updated { margin-bottom: 20px; color: var(--brown); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-modal__lead { padding: 15px; background: rgba(199, 151, 67, .1); border-left: 2px solid var(--gold); }
.legal-modal__body section { padding-top: 22px; margin-top: 22px; border-top: 1px solid var(--line); }
.legal-modal__body section:first-of-type { margin-top: 0; }
.legal-modal__body h3 { margin-bottom: 12px; color: var(--brown); font-size: 1.65rem; line-height: 1.05; }
.legal-modal__body p, .legal-modal__body li { color: var(--muted); font-size: 13px; line-height: 1.7; }
.legal-modal__body ul { padding-left: 20px; }
.legal-modal__body a, .legal-modal__body .legal-inline { color: var(--brown); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-modal__body code { padding: 2px 5px; color: var(--brown); background: rgba(117, 70, 39, .08); }
.cookie-table { border: 1px solid var(--line); }
.cookie-table > div { display: grid; gap: 5px; padding: 14px; }
.cookie-table > div + div { border-top: 1px solid var(--line); }
.cookie-table strong { color: var(--brown); }

.footer__legal { display: flex; flex-wrap: wrap; gap: 2px 14px; }
.footer__legal button { min-height: 44px; padding: 0; color: var(--gold); background: transparent; border: 0; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-align: left; text-transform: inherit; }
.footer__legal button:hover, .footer__legal button:focus-visible { color: var(--cream); }
.back-to-top { position: fixed; right: clamp(16px, 3vw, 36px); bottom: clamp(16px, 3vw, 36px); z-index: 12; display: grid !important; width: 52px; height: 52px; min-height: 52px !important; padding: 0; place-items: center; color: var(--coffee) !important; background: var(--gold); border: 1px solid var(--gold-soft); border-radius: 50%; box-shadow: 0 10px 28px rgba(22, 11, 5, .28); opacity: 0; pointer-events: none; transform: translateY(14px) scale(.9); transition: color .3s var(--ease), background-color .3s var(--ease), opacity .35s var(--ease), transform .35s var(--ease); }
.back-to-top span { font-size: 25px; font-weight: 400; line-height: 1; transform: translateY(-1px); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover, .back-to-top:focus-visible { color: var(--cream) !important; background: var(--brown); transform: translateY(-3px); }
.form-privacy button { min-height: 44px; padding: 0; color: var(--brown); background: transparent; border: 0; font-size: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.sensitive-consent { position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 10px; align-items: start; margin: 16px 0 0; color: var(--muted); }
.sensitive-consent input { position: absolute; top: 0; left: 0; width: 44px !important; height: 44px !important; min-height: 44px !important; margin: 0; padding: 0 !important; opacity: 0; cursor: pointer; }
.sensitive-consent__box { display: grid; width: 44px; height: 44px; place-items: center; pointer-events: none; }
.sensitive-consent__box::before { display: grid; width: 20px; height: 20px; place-items: center; color: var(--cream); border: 1px solid var(--brown); content: ""; font-size: 14px; line-height: 1; }
.sensitive-consent input:checked + .sensitive-consent__box::before { background: var(--brown); content: "✓"; }
.sensitive-consent input:focus-visible + .sensitive-consent__box { outline: 2px solid var(--gold); outline-offset: -8px; }
.sensitive-consent label { display: block; gap: 0; margin: 0; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.sensitive-consent button { min-height: 44px; padding: 0; color: var(--brown); background: transparent; border: 0; font-size: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.map-consent { position: relative; min-height: 200px; margin-bottom: 12px; overflow: hidden; background: var(--coffee-soft); border: 1px solid rgba(199, 151, 67, .3); border-radius: 4px; }
.map-consent iframe { display: none !important; width: 100%; height: 200px; margin: 0 !important; border: 0; }
.map-consent.is-enabled iframe { display: block !important; }
.map-consent__placeholder { position: absolute; inset: 0; display: grid; place-content: center; gap: 10px; padding: 20px; color: var(--cream); background: radial-gradient(circle at 25% 15%, rgba(199, 151, 67, .17), transparent 45%), var(--coffee-soft); text-align: center; }
.map-consent__placeholder strong { color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.map-consent__placeholder p { max-width: 280px; margin: 0; color: rgba(246, 239, 228, .7); font-size: 11px; line-height: 1.45; }
.map-consent__placeholder button { min-height: 44px; padding: 10px 14px; color: var(--coffee); background: var(--gold); border: 1px solid var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

@media (min-width: 600px) {
  .cookie-banner { grid-template-columns: auto minmax(0, 1fr); align-items: start; padding: 24px; }
  .cookie-banner__mark { display: flex; }
  .cookie-banner__actions { grid-column: 1 / -1; }
  .consent-modal__header, .legal-modal__header { padding: 22px 26px 17px; }
  .consent-modal__body { padding: 24px 26px 8px; }
  .consent-modal__actions { grid-template-columns: 1fr 1fr; padding: 16px 26px 26px; }
  .legal-modal__body { padding: 28px 38px 44px; }
  .cookie-table > div { grid-template-columns: 130px minmax(0, 1fr); gap: 18px; }
}

@media (max-width: 599px) {
  .footer__bottom { min-height: 88px; padding-right: 68px; }
}

@media (min-width: 960px) {
  .cookie-banner { grid-template-columns: auto minmax(0, 1fr) 430px; align-items: center; }
  .cookie-banner__actions { grid-column: auto; }
}
. s t o r y _ _ s c r o l l - b o x   {   m a x - h e i g h t :   5 5 0 p x ;   o v e r f l o w - y :   a u t o ;   p a d d i n g - r i g h t :   1 5 p x ;   m a r g i n - t o p :   3 0 p x ;   s c r o l l b a r - w i d t h :   t h i n ;   s c r o l l b a r - c o l o r :   v a r ( - - g o l d )   t r a n s p a r e n t ;   }   . s t o r y _ _ s c r o l l - b o x : : - w e b k i t - s c r o l l b a r   {   w i d t h :   6 p x ;   }   . s t o r y _ _ s c r o l l - b o x : : - w e b k i t - s c r o l l b a r - t r a c k   {   b a c k g r o u n d :   t r a n s p a r e n t ;   }   . s t o r y _ _ s c r o l l - b o x : : - w e b k i t - s c r o l l b a r - t h u m b   {   b a c k g r o u n d - c o l o r :   v a r ( - - g o l d ) ;   b o r d e r - r a d i u s :   1 0 p x ;   }  
 