:root {
  --bg: #0d0908;
  --bg-2: #130d0c;
  --bg-3: #1b1110;
  --paper: #efe3d0;
  --paper-2: #e4d2b7;
  --ink: #231712;
  --text: #f8f1e8;
  --muted: #b9aa9d;
  --muted-dark: #715f54;
  --gold: #c79045;
  --gold-light: #e7c37c;
  --wine: #6c1f2b;
  --wine-bright: #8b2f3c;
  --line: rgba(231,195,124,.22);
  --line-soft: rgba(255,255,255,.09);
  --success: #6bbf86;
  --danger: #d07171;
  --radius: 24px;
  --radius-sm: 14px;
  --shadow: 0 30px 80px rgba(0,0,0,.34);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
body.nav-open { position: fixed; width: 100%; overflow: hidden; overscroll-behavior: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold-light); color: var(--ink); }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; position: relative; }
.skip-link { position: fixed; left: 12px; top: -90px; z-index: 9999; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.eyebrow { display: block; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 800; color: var(--gold-light); }
.lead { font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.section-heading h2,
.hero h1 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .94; letter-spacing: -.045em; }
.section-heading h2 { font-size: clamp(48px, 6.2vw, 84px); }
.section-heading h2 em,
.hero h1 em,
.wine-copy h2 em,
.events-copy h2 em,
.contact-main h2 em,
.faq-section h2 em { color: var(--gold-light); font-weight: 500; }
.section-heading.centered { max-width: 920px; margin: 0 auto 52px; text-align: center; }
.section-heading.centered p { max-width: 690px; margin: 22px auto 0; color: var(--muted); }

.topbar { position: fixed; z-index: 120; inset: 0 0 auto; height: 38px; background: rgba(7,5,4,.88); border-bottom: 1px solid rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; letter-spacing: .04em; color: #d3c7bc; }
.topbar a:hover { color: var(--gold-light); }
.topbar-right { display: flex; align-items: center; gap: 24px; }
.topbar-right > span { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #777; box-shadow: 0 0 0 4px rgba(255,255,255,.04); flex: 0 0 auto; }
.status-dot.open { background: var(--success); box-shadow: 0 0 0 4px rgba(107,191,134,.12); }
.status-dot.closed { background: var(--danger); box-shadow: 0 0 0 4px rgba(208,113,113,.12); }

.site-header { position: fixed; z-index: 110; inset: 38px 0 auto; padding: 14px 0; border-bottom: 1px solid transparent; transition: background .25s ease, padding .25s ease, border-color .25s ease, transform .25s ease; }
.site-header.scrolled { background: rgba(12,8,7,.93); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.07); padding: 8px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 58px; height: 58px; filter: drop-shadow(0 6px 16px rgba(0,0,0,.3)); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: .01em; }
.brand-copy small { margin-top: 6px; color: var(--gold-light); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; }
.main-nav > a:not(.button) { position: relative; color: #e7ddd3; transition: color .2s ease; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold-light); transition: right .2s ease; }
.main-nav > a:not(.button):hover,
.main-nav > a:not(.button).active { color: var(--gold-light); }
.main-nav > a:not(.button):hover::after,
.main-nav > a:not(.button).active::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; background: rgba(255,255,255,.05); }
.nav-toggle span { display: block; height: 1px; margin: 6px 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; gap: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: linear-gradient(135deg, #dfb267, #b17831); color: #1a100b; font-weight: 800; box-shadow: 0 12px 34px rgba(177,120,49,.2); cursor: pointer; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 16px 40px rgba(177,120,49,.28); }
.button:focus-visible, .menu-filter:focus-visible, .gallery-item:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-ghost { background: rgba(255,255,255,.035); color: #fff; border-color: rgba(255,255,255,.2); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.07); box-shadow: none; }
.button-full { width: 100%; justify-content: space-between; border: 0; }
.text-link { display: inline-flex; margin-top: 28px; color: #8a5526; font-weight: 800; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("assets/hero-interior.webp") center 48% / cover no-repeat; transform: scale(1.03); animation: hero-zoom 16s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,5,4,.95) 0%, rgba(7,5,4,.81) 42%, rgba(7,5,4,.28) 76%, rgba(7,5,4,.5) 100%), linear-gradient(0deg, rgba(7,5,4,.92) 0%, transparent 44%, rgba(7,5,4,.36) 100%); }
.hero-grain { position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.17) .5px, transparent .5px); background-size: 5px 5px; mix-blend-mode: soft-light; pointer-events: none; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: end; gap: 70px; padding-top: 170px; padding-bottom: 90px; }
.hero-content { max-width: 830px; }
.hero-kicker { margin: 0 0 6px; color: #ead09a; font-family: var(--serif); font-style: italic; font-size: clamp(18px, 2vw, 23px); }
.hero h1 { font-size: clamp(64px, 8.5vw, 122px); }
.hero-lead { max-width: 670px; margin: 30px 0 34px; color: #e5d9cf; font-size: clamp(17px, 1.8vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 0; margin-top: 48px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: #c9bdb3; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-trust span { padding: 0 18px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-trust span:first-child { padding-left: 0; }
.hero-trust span:last-child { border-right: 0; }
.hero-card { align-self: end; margin-bottom: 16px; padding: 28px; border: 1px solid rgba(231,195,124,.2); border-radius: 22px; background: rgba(16,11,9,.58); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.hero-card-label { display: block; margin-bottom: 10px; color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.hero-card > strong { display: block; font-family: var(--serif); font-size: 22px; line-height: 1.35; font-weight: 500; }
.hero-card-rule { height: 1px; margin: 22px 0; background: rgba(255,255,255,.12); }
.hero-card > span:not(.hero-card-label) { display: block; color: var(--muted); font-size: 11px; }
.hero-card > a:not(.hero-card-link) { display: block; margin-top: 4px; font-family: var(--serif); font-size: 25px; color: #fff; }
.hero-card-link { display: flex; justify-content: space-between; gap: 16px; margin-top: 24px; color: var(--gold-light); font-size: 13px; font-weight: 750; }
.scroll-cue { position: absolute; z-index: 3; right: 30px; bottom: 26px; display: flex; align-items: center; gap: 10px; color: #d9c6b7; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; writing-mode: vertical-rl; }
.scroll-cue i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--gold-light); font-style: normal; }

.intro { background: radial-gradient(circle at 82% 3%, rgba(125,48,24,.18), transparent 30%), var(--bg); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.intro-copy { padding-top: 34px; }
.intro-copy .lead { color: #eadfd4; }
.intro-copy > p:not(.lead) { max-width: 610px; color: var(--muted); }
.signature { margin-top: 30px; color: var(--gold-light); font-family: var(--serif); font-size: 37px; font-style: italic; }
.story-media { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 530px; margin-top: 86px; border: 1px solid var(--line-soft); border-radius: 28px; overflow: hidden; background: var(--bg-2); }
.story-media > img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; }
.story-panel { display: flex; flex-direction: column; justify-content: center; padding: 54px; background: linear-gradient(145deg, #1f1411, #120d0b); }
.story-panel blockquote { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); line-height: 1.15; color: #f1dfc7; }
.story-panel p { margin: 24px 0 0; color: var(--muted); }
.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--line); }
.feature-strip article { padding: 30px 26px 6px; border-right: 1px solid var(--line); }
.feature-strip article:first-child { padding-left: 0; }
.feature-strip article:last-child { border-right: 0; }
.feature-strip span { color: var(--gold); font-size: 10px; letter-spacing: .14em; }
.feature-strip h3 { margin: 8px 0 4px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.feature-strip p { margin: 0; color: var(--muted); font-size: 13px; }

.dark-section { border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); background: radial-gradient(circle at 12% 12%, rgba(111,31,42,.12), transparent 28%), #110c0a; }
.special-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 48px 0 78px; }
.special-card { position: relative; min-height: 440px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); box-shadow: var(--shadow); }
.special-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.special-card:hover img { transform: scale(1.035); }
.special-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,4,3,.95) 0%, rgba(7,4,3,.68) 46%, rgba(7,4,3,.07) 84%); }
.special-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 34px; }
.badge { display: inline-block; padding: 5px 9px; border: 1px solid currentColor; border-radius: 999px; opacity: .85; font-size: 9px; text-transform: uppercase; letter-spacing: .17em; }
.special-content h3 { margin: 14px 0 8px; font-family: var(--serif); font-size: 42px; font-weight: 500; }
.special-content p { max-width: 520px; margin: 0 150px 0 0; color: #d5c8bd; font-size: 13px; }
.special-price { position: absolute; right: 34px; bottom: 34px; color: var(--gold-light); font-family: var(--serif); font-size: 38px; font-weight: 500; }
.menu-header-row { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.menu-header-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 500; }
.menu-size-key { display: grid; grid-template-columns: repeat(3, 90px); text-align: right; color: #8e8177; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.menu-toolbar { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 18px; }
.menu-filter { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.menu-filter:hover, .menu-filter.active { border-color: var(--gold); background: var(--gold); color: #180f0b; }
.menu-list { border-top: 1px solid var(--line); }
.menu-item { display: grid; grid-template-columns: 1fr 300px; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); transition: opacity .2s ease, transform .2s ease; }
.menu-item.hidden { display: none; }
.menu-item h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.menu-item p { margin: 0; color: var(--muted); font-size: 13px; }
.prices { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; text-align: right; color: #e1c182; font-family: var(--serif); font-size: 21px; }
.fineprint { margin: 28px 0 0; color: #82766d; font-size: 11px; }
.dessert-band { display: grid; grid-template-columns: .85fr 1.15fr; margin-top: 80px; border-radius: 28px; overflow: hidden; background: var(--paper); color: var(--ink); }
.dessert-image { min-height: 430px; overflow: hidden; }
.dessert-image img { width: 100%; height: 100%; object-fit: cover; }
.dessert-copy { padding: 50px; }
.dessert-copy .eyebrow { color: #8a592a; }
.dessert-copy h3 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(38px, 4vw, 55px); font-weight: 500; }
.dessert-item { display: flex; align-items: end; justify-content: space-between; gap: 22px; padding: 22px 0; border-top: 1px solid rgba(35,23,18,.18); }
.dessert-item div { display: grid; }
.dessert-item strong { font-family: var(--serif); font-size: 21px; }
.dessert-item span { color: var(--muted-dark); font-size: 13px; }
.dessert-item b { white-space: nowrap; color: var(--wine); font-family: var(--serif); font-size: 25px; font-weight: 500; }

.wine-section { background: var(--paper); color: var(--ink); }
.wine-grid { display: grid; grid-template-columns: minmax(340px, .92fr) 1.08fr; gap: 88px; align-items: center; }
.wine-media { position: relative; }
.wine-photo { height: 690px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.wine-photo img { width: 100%; height: 100%; object-fit: cover; }
.wine-caption { position: absolute; right: -34px; bottom: 36px; width: 250px; padding: 22px; border-radius: 18px; background: rgba(26,15,12,.92); color: #fff; box-shadow: var(--shadow); }
.wine-caption span { display: block; color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.wine-caption strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.wine-copy .eyebrow { color: #8a592a; }
.wine-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5.5vw, 80px); font-weight: 500; line-height: .96; letter-spacing: -.045em; }
.wine-copy h2 em { color: var(--wine); }
.wine-copy .lead { color: #5e4e44; }
.wine-points { margin-top: 42px; border-top: 1px solid rgba(35,23,18,.17); }
.wine-points > div { display: grid; grid-template-columns: 36px 180px 1fr; gap: 12px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(35,23,18,.17); }
.wine-points > div > span { color: #946a3d; font-size: 10px; }
.wine-points strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.wine-points small { color: #76655b; }

.gallery-section { background: #090706; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.gallery-heading h2 { font-size: clamp(48px, 5.7vw, 80px); }
.gallery-heading > p { max-width: 360px; margin: 0; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 235px; gap: 12px; }
.gallery-item { padding: 0; overflow: hidden; border: 0; border-radius: 15px; background: #181210; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(1.07); }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.lightbox { width: min(1120px, 94vw); max-width: 1120px; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(7px); }
.lightbox figure { margin: 0; }
.lightbox img { max-width: 100%; max-height: 82vh; margin-inline: auto; border-radius: 16px; box-shadow: 0 25px 90px rgba(0,0,0,.55); }
.lightbox figcaption { margin-top: 12px; text-align: center; color: #d5cbc2; font-size: 13px; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: 2; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; cursor: pointer; }
.lightbox-close { top: 18px; right: 20px; font-size: 28px; }
.lightbox-prev { top: 50%; left: 18px; transform: translateY(-50%); font-size: 34px; }
.lightbox-next { top: 50%; right: 18px; transform: translateY(-50%); font-size: 34px; }

.events-section { background: #130e0c; }
.events-card { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid rgba(231,195,124,.17); border-radius: 30px; background: linear-gradient(135deg, #261514, #391821); box-shadow: var(--shadow); }
.events-copy { padding: 66px; }
.events-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5.2vw, 72px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.events-copy p { max-width: 650px; color: #c9bbb0; }
.events-image { min-height: 560px; }
.events-image img { width: 100%; height: 100%; object-fit: cover; }
.event-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 30px; }
.event-chips span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d9cfc5; font-size: 11px; }

.reservation-section { background: radial-gradient(circle at 10% 15%, rgba(130,42,53,.18), transparent 27%), #0d0908; }
.reservation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.reservation-intro { position: sticky; top: 130px; }
.reservation-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 82px); font-weight: 500; line-height: .94; letter-spacing: -.045em; }
.reservation-intro .lead { color: #d8ccc2; }
.reservation-benefits { margin-top: 34px; border-top: 1px solid var(--line); }
.reservation-benefits > div { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.reservation-benefits > div > span { padding-top: 2px; color: var(--gold); font-size: 10px; }
.reservation-benefits p { display: grid; margin: 0; }
.reservation-benefits strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.reservation-benefits small { margin-top: 2px; color: var(--muted); }
.reservation-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.reservation-contact a { display: grid; padding: 16px; border: 1px solid var(--line); border-radius: 14px; transition: background .2s ease; }
.reservation-contact a:hover { background: rgba(255,255,255,.04); }
.reservation-contact span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.reservation-contact strong { margin-top: 2px; font-family: var(--serif); font-size: 16px; font-weight: 500; }
.reservation-form { padding: 34px; border: 1px solid rgba(231,195,124,.18); border-radius: 26px; background: linear-gradient(145deg, rgba(36,23,19,.96), rgba(20,14,12,.98)); box-shadow: var(--shadow); }
.form-title { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-title span { font-family: var(--serif); font-size: 26px; }
.form-title small { align-self: center; color: var(--muted); font-size: 10px; }
.form-row { display: grid; gap: 14px; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.reservation-form > label, .form-row label { display: grid; gap: 7px; margin-bottom: 14px; }
.reservation-form label > span:first-child, .form-row label > span:first-child { color: #d8c9bc; font-size: 11px; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.045); color: #fff; transition: border-color .2s ease, background .2s ease; }
input, select { height: 52px; padding: 0 14px; }
textarea { min-height: 110px; padding: 13px 14px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #796f68; }
input:hover, select:hover, textarea:hover { border-color: rgba(255,255,255,.22); }
select option { color: #111; }
input:disabled, select:disabled { opacity: .55; cursor: not-allowed; }
.checkbox { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; margin: 4px 0 20px !important; color: #a99b90; font-size: 11px; }
.checkbox input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--gold); }
.checkbox a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 2px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: 13px 0 0; text-align: center; color: #84786f; font-size: 10px; }
.form-message { display: none; margin-top: 16px; padding: 14px; border-radius: 12px; font-size: 13px; }
.form-message.success { display: block; border: 1px solid rgba(107,191,134,.3); background: rgba(107,191,134,.1); color: #d8f2df; }
.form-message.error { display: block; border: 1px solid rgba(208,113,113,.3); background: rgba(208,113,113,.1); color: #f4d5d5; }

.faq-section { border-top: 1px solid rgba(255,255,255,.04); background: #120d0b; }
.faq-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 44px 24px 0; list-style: none; font-family: var(--serif); font-size: 21px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--gold-light); font-family: var(--sans); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { margin: -4px 40px 24px 0; color: var(--muted); font-size: 14px; }

.contact-section { background: var(--paper); color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
.contact-main .eyebrow { color: #8a592a; }
.contact-main h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 82px); font-weight: 500; line-height: .95; letter-spacing: -.045em; }
.contact-main h2 em { color: var(--wine); }
.contact-main p { max-width: 560px; color: var(--muted-dark); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.contact-main .button-ghost { border-color: rgba(35,23,18,.25); color: var(--ink); }
.hours-card { padding: 32px; border: 1px solid rgba(35,23,18,.14); border-radius: 22px; background: rgba(255,255,255,.22); }
.hours-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.hours-card h3 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.hours-head span { color: #89664b; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hours-card dl { margin: 0; }
.hours-card dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 11px 0; border-top: 1px solid rgba(35,23,18,.13); }
.hours-card dt { color: #5d4d42; }
.hours-card dd { margin: 0; text-align: right; font-weight: 700; }
.hours-card > p { margin: 18px 0 0; color: #806e62; font-size: 11px; }

.site-footer { padding: 70px 0 24px; border-top: 1px solid rgba(255,255,255,.06); background: #080605; }
.footer-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line-soft); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 88px; height: 88px; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: var(--serif); font-size: 30px; font-weight: 500; }
.footer-brand span { color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.footer-top > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 38px; padding: 42px 0; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-grid strong { margin-bottom: 8px; color: #f1e5da; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid a { color: var(--muted); font-size: 13px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line-soft); color: #70665f; font-size: 10px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Admin */
.admin-page { min-height: 100vh; background: #0d0908; }
.admin-shell { width: min(1400px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0 80px; }
.admin-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.admin-head h1 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 68px); font-weight: 500; }
.admin-login { max-width: 520px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #17110f; }
.admin-login p { color: var(--muted); }
.admin-login input { margin: 12px 0; }
.admin-dashboard { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 24px 0; }
.admin-stat { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #15100e; }
.admin-stat span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.admin-stat strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 32px; font-weight: 500; }
.admin-tools { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.admin-tools input, .admin-tools select { width: auto; min-width: 190px; }
.admin-table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 18px; }
.admin-table { width: 100%; min-width: 1050px; border-collapse: collapse; background: #110d0b; }
.admin-table th, .admin-table td { padding: 14px; border-bottom: 1px solid var(--line-soft); text-align: left; vertical-align: top; font-size: 12px; }
.admin-table th { position: sticky; top: 0; z-index: 1; background: #1b1310; color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.admin-table small { color: var(--muted); }
.status-pill { display: inline-flex; padding: 5px 8px; border-radius: 999px; background: rgba(255,255,255,.08); font-size: 10px; }
.status-pill.confirmed { background: rgba(107,191,134,.14); color: #bfe8ca; }
.status-pill.cancelled { background: rgba(208,113,113,.13); color: #efbebe; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 5px; }
.admin-actions button { padding: 6px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: rgba(255,255,255,.04); cursor: pointer; font-size: 10px; }
.admin-actions button:hover { background: rgba(255,255,255,.09); }

@keyframes hero-zoom { from { transform: scale(1.08); } to { transform: scale(1.03); } }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .story-panel { padding: 42px; }
  .special-card { min-height: 400px; }
  .wine-grid, .reservation-grid, .faq-grid, .contact-grid { gap: 54px; }
  .events-copy { padding: 48px; }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .site-header { inset: 0 0 auto; z-index: 500; }
  .site-header .brand { position: relative; z-index: 4; }
  .nav-toggle { display: block; position: relative; z-index: 5; flex: 0 0 auto; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.08); }
  .nav-toggle[aria-expanded="true"] { background: rgba(255,255,255,.09); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 3;
    display: flex;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    padding: calc(108px + env(safe-area-inset-top)) max(28px, env(safe-area-inset-right)) calc(38px + env(safe-area-inset-bottom)) max(28px, env(safe-area-inset-left));
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
      radial-gradient(circle at 82% 10%, rgba(126,31,48,.20), transparent 38%),
      linear-gradient(180deg, #0b0706 0%, #100907 58%, #080605 100%);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }
  .main-nav::before {
    content: 'MENÜ';
    display: block;
    margin-bottom: 8px;
    color: var(--gold-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
  }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .main-nav > a:not(.button) { width: 100%; padding: 2px 0; font-family: var(--serif); font-size: clamp(28px, 8.7vw, 38px); line-height: 1.05; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav > a.active:not(.button) { color: var(--gold-light); }
  .nav-reserve { width: 100%; max-width: 320px; margin-top: 10px; justify-content: center; }
  body.nav-open .site-header { padding: 9px 0; background: transparent; border-color: transparent; backdrop-filter: none; }
  body.nav-open .site-header .brand { pointer-events: none; }
  body.nav-open .mobile-cta { opacity: 0; visibility: hidden; pointer-events: none; }
  .hero-layout { padding-top: 138px; }
  .intro-grid, .wine-grid, .reservation-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .story-media { grid-template-columns: 1fr; }
  .story-media > img { min-height: 400px; max-height: 520px; }
  .feature-strip { grid-template-columns: 1fr 1fr; }
  .feature-strip article:nth-child(2) { border-right: 0; }
  .feature-strip article:nth-child(3), .feature-strip article:nth-child(4) { border-top: 1px solid var(--line); }
  .feature-strip article:nth-child(3) { padding-left: 0; }
  .special-grid { grid-template-columns: 1fr; }
  .dessert-band { grid-template-columns: 1fr; }
  .dessert-image { min-height: 320px; max-height: 420px; }
  .wine-media { width: min(620px, 100%); }
  .wine-caption { right: 24px; }
  .wine-copy { padding-top: 10px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-heading { align-items: start; flex-direction: column; }
  .events-card { grid-template-columns: 1fr; }
  .events-image { min-height: 420px; }
  .reservation-intro { position: static; }
  .admin-dashboard { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 84px 0; }
  .site-header { padding: 9px 0; }
  .site-header.scrolled { padding: 7px 0; }
  .brand img { width: 50px; height: 50px; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy small { font-size: 8px; }
  .hero { min-height: 92svh; }
  .hero-layout { padding-top: 122px; padding-bottom: 96px; }
  .hero h1 { font-size: clamp(57px, 17vw, 82px); }
  .hero-lead { margin-top: 24px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 8px 0; }
  .hero-trust span { width: 50%; padding: 0 10px 0 0; border: 0; }
  .scroll-cue { display: none; }
  .section-heading h2 { font-size: clamp(45px, 13vw, 66px); }
  .intro-grid { gap: 24px; }
  .story-media { margin-top: 54px; }
  .story-panel { padding: 30px; }
  .feature-strip { margin-top: 48px; }
  .feature-strip article { padding: 22px 14px; }
  .feature-strip article:first-child, .feature-strip article:nth-child(3) { padding-left: 0; }
  .feature-strip h3 { font-size: 25px; }
  .special-grid { margin: 34px 0 58px; }
  .special-card { min-height: 430px; }
  .special-content { padding: 24px; }
  .special-content p { margin-right: 0; padding-right: 0; }
  .special-price { position: static; display: block; margin-top: 14px; font-size: 34px; }
  .menu-header-row { align-items: start; flex-direction: column; }
  .menu-size-key { width: 100%; grid-template-columns: repeat(3, 1fr); }
  .menu-item { grid-template-columns: 1fr; gap: 10px; padding: 19px 0; }
  .prices { text-align: left; font-size: 19px; }
  .prices span::after { content: " €"; }
  .dessert-copy { padding: 30px 24px; }
  .dessert-item { align-items: start; }
  .wine-photo { height: 520px; }
  .wine-caption { right: 12px; bottom: 12px; width: 230px; }
  .wine-points > div { grid-template-columns: 30px 1fr; }
  .wine-points small { grid-column: 2; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 8px; }
  .gallery-item.tall { grid-row: span 2; }
  .gallery-item.wide { grid-column: span 2; }
  .events-copy { padding: 34px 24px; }
  .events-image { min-height: 330px; }
  .reservation-grid { gap: 42px; }
  .reservation-form { padding: 24px 18px; border-radius: 20px; }
  .form-title { align-items: start; flex-direction: column; gap: 2px; }
  .form-row.two { grid-template-columns: 1fr; }
  .reservation-contact { grid-template-columns: 1fr; }
  .faq-grid { gap: 34px; }
  .contact-actions { display: grid; }
  .contact-actions .button { width: 100%; }
  .hours-card { padding: 24px 18px; }
  .footer-top { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { padding-bottom: 74px; }
  .mobile-cta { position: fixed; z-index: 105; inset: auto 10px calc(10px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1.25fr; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(15,10,8,.94); box-shadow: 0 14px 45px rgba(0,0,0,.4); backdrop-filter: blur(18px); }
  .mobile-cta a { display: grid; min-height: 54px; place-items: center; color: #e8ddd3; font-size: 13px; font-weight: 750; }
  .mobile-cta .primary { background: linear-gradient(135deg, #dbae63, #aa712f); color: #1b100b; }
  .lightbox-nav { width: 42px; height: 42px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .admin-shell { width: min(100% - 24px, 1400px); padding-top: 26px; }
  .admin-head { align-items: flex-start; flex-direction: column; }
  .admin-dashboard { grid-template-columns: 1fr 1fr; }
}

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

/* Legal / utility pages */
.legal-nav { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 8px; }
.legal-nav a { color: var(--gold-light); font-size: 13px; }
.legal-page { min-height: 80vh; padding: 34px 0 90px; }
.legal-wrap { width: min(900px, calc(100% - 40px)); margin: 0 auto; }
.legal-wrap h1 { margin: 0 0 34px; font-family: var(--serif); font-size: clamp(48px, 8vw, 76px); font-weight: 500; }
.legal-wrap h2 { margin: 38px 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.legal-wrap p, .legal-wrap li { color: #c9bdb3; }
.legal-wrap a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.legal-alert { margin: 0 0 36px; padding: 18px; border: 1px solid rgba(231,195,124,.28); border-radius: 14px; background: rgba(199,144,69,.08); color: #e7d8c9; }
.not-found { min-height: 100svh; display: grid; place-items: center; padding: 40px 20px; text-align: center; }
.not-found h1 { margin: 8px 0 16px; font-family: var(--serif); font-size: clamp(54px, 10vw, 100px); font-weight: 500; }
.not-found p { max-width: 520px; color: var(--muted); }

/* Reservation availability feedback */
.slot-note { margin: -2px 0 16px; padding: 11px 13px; border: 1px solid rgba(231,195,124,.14); border-radius: 11px; background: rgba(231,195,124,.045); color: #a99b90; font-size: 11px; line-height: 1.5; }
.noscript-note { margin-top: 14px; padding: 13px; border: 1px solid rgba(208,113,113,.3); border-radius: 12px; background: rgba(208,113,113,.1); color: #f4d5d5; font-size: 12px; }
.noscript-note a { color: #fff; text-decoration: underline; }
.button:disabled { opacity: .55; cursor: wait; transform: none; filter: none; }


/* v2.2 enhancements */

.footer-brand .footer-logo-real { width: 170px; height: auto; }
.button-instagram { background: linear-gradient(135deg, #d5a158, #9a3b50 70%, #5d2039); color: #fff5ee; border-color: rgba(255,255,255,.08); box-shadow: 0 12px 34px rgba(122,34,63,.22); }
.button-instagram:hover { filter: brightness(1.04); box-shadow: 0 16px 40px rgba(122,34,63,.3); }
.hero-card-instagram { margin-top: 8px; }
.social-pulse { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 24px; color: #d9cec4; }
.social-pulse-label { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: var(--gold-light); }
.social-pulse-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.04); font-weight: 700; }
.social-pulse-link:hover { background: rgba(255,255,255,.09); }
.insights-section { background: radial-gradient(circle at 18% 20%, rgba(199,144,69,.08), transparent 26%), #0b0706; }
.insight-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }
.insight-card { overflow: hidden; border: 1px solid var(--line-soft); border-radius: 22px; background: #15100e; }
.insight-card.feature { grid-row: span 2; }
.insight-card img { width: 100%; height: 280px; object-fit: cover; }
.insight-card.feature img { height: 100%; min-height: 100%; }
.insight-copy { padding: 24px; }
.insight-copy h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.insight-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.insta-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 30px; border: 1px solid rgba(231,195,124,.18); border-radius: 26px; background: linear-gradient(135deg, rgba(49,26,22,.96), rgba(23,15,14,.98)); box-shadow: var(--shadow); }
.insta-banner h3 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(30px, 4vw, 46px); font-weight: 500; line-height: 1.02; }
.insta-banner p { margin: 0; color: var(--muted); }
.instagram-direct-card { background: rgba(140,49,76,.14); }
.instagram-float { position: fixed; right: 20px; bottom: 24px; z-index: 106; display: inline-flex; align-items: center; justify-content: center; min-width: 118px; min-height: 46px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(135deg, rgba(192,97,108,.96), rgba(109,36,56,.96)); color: #fff; font-weight: 800; box-shadow: 0 16px 40px rgba(0,0,0,.32); backdrop-filter: blur(16px); }
.instagram-float:hover { transform: translateY(-2px); }

@media (max-width: 1080px) {
  .main-nav .button-instagram { display: none; }
  .insight-grid { grid-template-columns: 1fr 1fr; }
  .insight-card.feature { grid-column: span 2; grid-row: span 1; }
  .insight-card.feature img { height: 360px; }
}

@media (max-width: 900px) {
  .main-nav.open .button-instagram { display: inline-flex; }
  .main-nav.open .button-instagram, .main-nav.open .nav-reserve { margin-top: 0; }
  .insta-banner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {

  .brand-copy strong { font-size: 18px; }
  .hero-trust span { width: 50%; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card.feature { grid-column: auto; }
  .insight-card img, .insight-card.feature img { height: 240px; }
  .insta-banner { padding: 24px 20px; }
  .instagram-float { right: 10px; bottom: calc(78px + env(safe-area-inset-bottom)); min-width: 108px; min-height: 44px; padding-inline: 16px; font-size: 13px; }
}

/* v2.3 owner, catering and communication enhancements */
.brand-logo-round { width: 66px !important; height: 66px !important; object-fit: cover; border-radius: 50%; filter: drop-shadow(0 8px 22px rgba(0,0,0,.4)); }
.footer-brand .footer-logo-real { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; }
.field-help { display: block; margin-top: -2px; color: #8d8077; font-size: 10px; line-height: 1.45; }
.button-whatsapp { background: linear-gradient(135deg, #7eaa72, #3f785b); color: white; }

.catering-cross-section { background: linear-gradient(180deg, #0e0a08, #15100d); }
.catering-cross-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: #17100e; box-shadow: var(--shadow); }
.catering-cross-image { min-height: 570px; }
.catering-cross-image img { width: 100%; height: 100%; object-fit: cover; }
.catering-cross-copy { padding: 64px; align-self: center; }
.catering-cross-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px,5.5vw,78px); line-height: .96; font-weight: 500; letter-spacing: -.04em; }
.catering-cross-copy h2 em { color: var(--gold-light); }
.catering-cross-copy .lead { color: #d6c9be; }
.catering-features { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 32px; }
.catering-features span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d9cdc3; font-size: 11px; }

.catering-page { background: #0b0807; }
.catering-header { position: absolute; z-index: 10; inset: 0 0 auto; padding: 20px 0; }
.catering-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.catering-hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; }
.catering-hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,5,4,.95),rgba(8,5,4,.56),rgba(8,5,4,.25)), url('assets/gallery-service.webp') center/cover; }
.catering-hero-content { position: relative; z-index: 2; padding-top: 120px; }
.catering-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(68px,10vw,134px); font-weight: 500; line-height: .88; letter-spacing: -.05em; }
.catering-hero h1 em { color: var(--gold-light); font-weight: 500; }
.catering-hero .lead { max-width: 700px; color: #eee1d6; }
.catering-details { background: linear-gradient(180deg, #0c0807, #15100d); color: var(--text); border-top: 1px solid rgba(231,195,124,.12); }
.catering-details .eyebrow { color: var(--gold-light); }
.catering-details-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.catering-details h2 em { color: var(--gold-light); }
.catering-detail-copy .lead { color: #d8ccc2; }
.catering-service-list { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(231,195,124,.12); border: 1px solid rgba(231,195,124,.12); }
.catering-service-list article { padding: 28px; background: #15100e; }
.catering-service-list article > span { color: var(--gold); font-size: 10px; }
.catering-service-list h3 { margin: 10px 0 6px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.catering-service-list p { margin: 0; color: var(--muted); font-size: 13px; }
.catering-contact-section { background: #100b09; }
.catering-contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 54px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg,#271713,#17100e); }
.catering-contact-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px,5vw,70px); font-weight: 500; line-height: .95; }
.catering-contact-card h2 em { color: var(--gold-light); }
.catering-contact-links { display: grid; gap: 10px; }
.catering-contact-links a { display: grid; padding: 16px 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.025); }
.catering-contact-links a:hover { background: rgba(255,255,255,.06); }
.catering-contact-links span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.catering-contact-links strong { margin-top: 3px; overflow-wrap: anywhere; font-family: var(--serif); font-size: 18px; font-weight: 500; }

.admin-brand-head { display: flex; align-items: center; gap: 18px; }
.admin-brand-head img { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; }
.admin-login label { display: grid; gap: 6px; margin: 12px 0; }
.admin-login label span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.admin-primary-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 18px; }
.admin-notice { margin: 0 0 18px; padding: 15px 17px; border: 1px solid rgba(231,195,124,.18); border-radius: 14px; background: rgba(199,144,69,.07); color: #cabdb2; font-size: 12px; }
.admin-contact-actions { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.admin-contact-action { display: inline-flex; padding: 5px 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; color: #eadfd6; font-size: 9px; }
.admin-contact-action.whatsapp { border-color: rgba(107,191,134,.35); color: #bfe8ca; }
.admin-actions .approve { border-color: rgba(107,191,134,.4); color: #bfe8ca; }
.admin-actions .reject { border-color: rgba(208,113,113,.4); color: #efbebe; }
.admin-dialog { width: min(720px,calc(100% - 28px)); max-height: 92vh; padding: 0; border: 0; border-radius: 24px; background: transparent; color: var(--text); }
.admin-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.admin-dialog-card { max-height: 90vh; overflow: auto; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #17110f; box-shadow: var(--shadow); }
.admin-dialog-card label { display: grid; gap: 7px; margin-bottom: 14px; }
.admin-dialog-card label > span { color: #d8c9bc; font-size: 11px; font-weight: 700; }
.admin-dialog-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.admin-dialog-head h2 { margin: 0; font-family: var(--serif); font-size: 38px; font-weight: 500; }
.admin-dialog-close { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(255,255,255,.04); color: white; font-size: 26px; cursor: pointer; }
.admin-dialog-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.admin-form-message, .admin-hint { color: var(--muted); font-size: 11px; }

@media (max-width: 900px) {
  .catering-cross-card, .catering-details-grid, .catering-contact-card { grid-template-columns: 1fr; }
  .catering-cross-image { min-height: 400px; }
  .catering-cross-copy { padding: 42px; }
  .catering-details-grid, .catering-contact-card { gap: 36px; }
}
@media (max-width: 640px) {
  .brand-logo-round { width: 54px !important; height: 54px !important; }
  .catering-cross-copy { padding: 30px 22px; }
  .catering-cross-image { min-height: 310px; }
  .catering-header .brand-copy { display: none; }
  .catering-hero { min-height: 100svh; }
  .catering-hero-content { padding-top: 130px; }
  .catering-service-list { grid-template-columns: 1fr; }
  .catering-contact-card { padding: 28px 20px; }
  .admin-brand-head img { width: 58px; height: 58px; }
  .admin-dialog-card { padding: 24px 18px; }
  .admin-primary-actions { display: grid; }
  .admin-primary-actions .button { width: 100%; }
}

@media (max-width: 640px) {
  .instagram-float { display: none !important; }
}


/* v2.5 refinements */
.instagram-float { display: none !important; }
.hero-card-instagram, .social-pulse { display: none !important; }
.admin-response-summary { margin: 0 0 18px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.03); color: #eadfd6; }
.admin-alt-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.admin-alt-card { padding: 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(255,255,255,.025); }
.admin-alt-card strong { display: block; margin-bottom: 8px; color: #f0dfcb; }
@media (max-width: 900px) {
  .admin-table { min-width: 0; }
  .admin-table thead { display: none; }
  .admin-table, .admin-table tbody, .admin-table tr, .admin-table td { display: block; width: 100%; }
  .admin-table tr { padding: 12px; border-bottom: 1px solid var(--line-soft); }
  .admin-table td { padding: 7px 12px; border-bottom: 0; }
  .admin-table td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
  .admin-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .admin-actions button { font-size: 11px; padding: 8px 10px; }
  .admin-alt-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hero-actions { grid-template-columns: 1fr; }
}


/* v2.6 – aufgeräumte Hauptseite & SMS-only Reservierung */
.hero-media { background-position: center bottom !important; background-size: 112% auto !important; }
.dessert-band { grid-template-columns: 1fr !important; }
.dessert-copy { max-width: 900px; width: 100%; margin-inline: auto; }
.wine-placeholders { display: grid; gap: 10px; margin-top: 38px; }
.wine-placeholder { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(35,23,18,.17); }
.wine-placeholder:last-child { border-bottom: 1px solid rgba(35,23,18,.17); }
.wine-placeholder > span { color: #946a3d; font-size: 10px; }
.wine-placeholder div { display: grid; }
.wine-placeholder strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.wine-placeholder small { color: #76655b; }
.wine-placeholder b { color: var(--wine); font-family: var(--serif); font-size: 18px; font-weight: 500; }
.gallery-heading { margin-bottom: 34px; }
.gallery-item { cursor: default !important; }
.gallery-item:hover img { transform: none !important; filter: none !important; }
.catering-logo-panel { display: grid; place-items: center; min-height: 520px; padding: 46px; background: radial-gradient(circle at 50% 40%, rgba(199,144,69,.10), transparent 48%), #191817; }
.catering-logo-panel img { width: min(390px, 90%); height: auto; object-fit: contain; border-radius: 16px; box-shadow: 0 20px 70px rgba(0,0,0,.28); }
.email-only-note { min-height: 52px; display: flex; align-items: center; padding: 0 14px; border: 1px solid rgba(231,195,124,.22); border-radius: 12px; background: rgba(231,195,124,.06); color: #ead4ae; font-size: 13px; }
#oeffnungszeiten { scroll-margin-top: 108px; }
#footer-kontakt { scroll-margin-top: 108px; }
@media (max-width: 900px) { .topbar { display: none; } .catering-logo-panel { min-height: 360px; } }
@media (max-width: 640px) { .wine-placeholder { grid-template-columns: 28px 1fr; } .wine-placeholder b { grid-column: 2; } .catering-logo-panel { min-height: 300px; padding: 26px; } }

@media (max-width: 900px) { .hero-media { background-size: auto 108% !important; background-position: 38% bottom !important; } }

@media (max-width: 900px) { #oeffnungszeiten, #footer-kontakt { scroll-margin-top: 76px; } }

/* v2.9 Besitzerbereich: erledigt / archiv / löschen */
.admin-head-actions { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.admin-actions .archive { border-color: rgba(214,164,79,.45); color:#f0cf8d; }
.admin-actions .delete { border-color: rgba(211,80,80,.48); color:#f1a4a4; }
.admin-actions .restore { border-color: rgba(107,191,134,.4); color:#bfe8ca; }
.status-pill.archived { background:rgba(214,164,79,.12); color:#f0cf8d; border-color:rgba(214,164,79,.28); }
.archive-dashboard { grid-template-columns:minmax(220px,320px); }
@media (max-width:640px) { .admin-head-actions { width:100%; display:grid; } .admin-head-actions .button { width:100%; } }


/* v3.1: Hero framing restored – no extra zoom */
.hero-media {
  background-size: cover !important;
  background-position: center 50% !important;
  transform: none !important;
  animation: none !important;
}
@media (max-width: 900px) {
  .hero-media {
    background-size: cover !important;
    background-position: 42% center !important;
    transform: none !important;
    animation: none !important;
  }
}

/* v3.4 · Besitzer-Kalender */
.calendar-shell { width: min(1520px, calc(100% - 40px)); }
.calendar-head { margin-bottom: 24px; }
.calendar-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; margin: 12px 0 14px; }
.calendar-toolbar h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 46px); font-weight: 500; text-align: center; text-transform: capitalize; }
.calendar-nav, .calendar-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.calendar-actions { justify-content: flex-end; }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 18px; margin: 0 0 10px; color: #cfc2b7; font-size: 11px; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 7px; }
.calendar-legend-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; border: 1px solid rgba(255,255,255,.16); }
.calendar-legend-dot.pending { background: #6d6a67; }
.calendar-legend-dot.confirmed { background: #3f8252; }
.calendar-legend-dot.manual { background: #c28a38; }
.calendar-info { margin: 0 0 18px; color: var(--muted); font-size: 12px; }
.calendar-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #100c0a; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.calendar-weekdays { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); border-bottom: 1px solid var(--line); background: #1a1310; }
.calendar-weekdays span { padding: 12px 10px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); }
.calendar-day { min-height: 148px; padding: 8px; border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: #110d0b; }
.calendar-day:nth-child(7n) { border-right: 0; }
.calendar-day.outside { background: #0d0a09; opacity: .45; }
.calendar-day.today { box-shadow: inset 0 0 0 1px rgba(231,195,124,.58); background: #15100d; }
.calendar-day-number { display: grid; place-items: center; width: 30px; height: 30px; margin: 0 0 6px auto; border: 0; border-radius: 50%; background: transparent; color: #e5d8cc; cursor: pointer; font: inherit; font-size: 12px; }
.calendar-day-number:hover { background: rgba(231,195,124,.12); color: var(--gold-light); }
.calendar-day.today .calendar-day-number { background: var(--gold); color: #160f08; font-weight: 800; }
.calendar-day-events { display: grid; gap: 5px; }
.calendar-event { width: 100%; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 5px; align-items: center; padding: 7px 8px; border: 1px solid transparent; border-radius: 9px; color: #f7f1eb; text-align: left; cursor: pointer; font-size: 10px; line-height: 1.2; }
.calendar-event span { font-variant-numeric: tabular-nums; opacity: .82; }
.calendar-event strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.calendar-event small { opacity: .78; font-size: 9px; }
.calendar-event.pending { background: rgba(120,116,112,.30); border-color: rgba(188,183,178,.16); }
.calendar-event.pending:hover { background: rgba(140,136,132,.38); }
.calendar-event.confirmed { background: rgba(55,121,73,.36); border-color: rgba(107,191,134,.34); color: #d9f0df; }
.calendar-event.confirmed:hover { background: rgba(55,121,73,.48); }
.calendar-event.manual { background: rgba(194,138,56,.28); border-color: rgba(231,195,124,.30); color: #f5dfb6; }
.calendar-event.manual:hover { background: rgba(194,138,56,.39); }
.calendar-reservation-detail { display: grid; gap: 16px; }
.calendar-reservation-status { margin-bottom: 2px; }
.calendar-reservation-detail dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; }
.calendar-reservation-detail dl > div { padding: 12px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.025); }
.calendar-reservation-detail dt { margin-bottom: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.calendar-reservation-detail dd { margin: 0; color: #eee2d8; font-size: 12px; overflow-wrap: anywhere; }
.button-danger { border-color: rgba(211,80,80,.45) !important; background: rgba(211,80,80,.08) !important; color: #f3b2b2 !important; }
.button-danger:hover { background: rgba(211,80,80,.16) !important; }
.calendar-dialog-actions .button-danger { margin-right: auto; }

@media (max-width: 980px) {
  .calendar-toolbar { grid-template-columns: 1fr; }
  .calendar-toolbar h2 { order: -1; text-align: left; }
  .calendar-actions { justify-content: flex-start; }
  .calendar-card { overflow-x: auto; }
  .calendar-weekdays, .calendar-grid { min-width: 860px; }
}
@media (max-width: 640px) {
  .calendar-shell { width: min(100% - 20px, 1520px); }
  .calendar-nav, .calendar-actions { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .calendar-actions { grid-template-columns: 1fr 1fr; }
  .calendar-nav .button, .calendar-actions .button { width: 100%; padding-left: 12px; padding-right: 12px; }
  .calendar-legend { gap: 10px 16px; }
  .calendar-reservation-detail dl { grid-template-columns: 1fr; }
}
