*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
@font-face{
  font-family:'Rye';
  src:url('fonts/rye-v17-latin-regular.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Lora';
  src:url('fonts/lora-v37-latin-regular.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Lora';
  src:url('fonts/lora-v37-latin-italic.woff2') format('woff2');
  font-weight:400;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:'Lora';
  src:url('fonts/lora-v37-latin-500.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Lora';
  src:url('fonts/lora-v37-latin-500italic.woff2') format('woff2');
  font-weight:500;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:'Lora';
  src:url('fonts/lora-v37-latin-600.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Lora';
  src:url('fonts/lora-v37-latin-600italic.woff2') format('woff2');
  font-weight:600;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:'Lora';
  src:url('fonts/lora-v37-latin-700.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Lora';
  src:url('fonts/lora-v37-latin-700italic.woff2') format('woff2');
  font-weight:700;
  font-style:italic;
  font-display:swap;
}
:root{
  --white:#ffffff;--black:#020202;--gold:#eab23c;--berry:#74104b;
  --berry-d:#560c37;--paper:#fdf6e8;--warm:#f5ead0;--bone:#ede0c4;--ink:#1a0a0a;
}
body{background:var(--paper);color:var(--ink);font-family:'Lora',Georgia,serif;overflow-x:hidden}

/* GRAIN */
body::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:9999;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)' opacity='0.04'/%3E%3C/svg%3E");opacity:.6}

/* NAV */
nav{background:var(--berry);display:flex;justify-content:space-between;align-items:center;
  padding:.9rem 2.8rem;position:sticky;top:0;z-index:200;border-bottom:3px solid var(--black)}
.nav-wordmark{font-family:'Rye',serif;font-size:1.55rem;color:var(--gold);letter-spacing:.06em;text-shadow:1px 2px 0 var(--berry-d)}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{font-family:'Lora',Georgia,serif;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;
  color:rgba(255,255,255,.72);text-decoration:none;transition:color .15s}
.nav-links a:hover{color:var(--gold)}
.nav-res{font-family:'Lora',Georgia,serif;font-size:.66rem;font-weight:500;letter-spacing:.14em;
  text-transform:uppercase;background:var(--gold);color:var(--black);border:2px solid var(--black);
  padding:.45rem 1.1rem;cursor:pointer;box-shadow:2px 2px 0 var(--black);transition:transform .12s,box-shadow .12s}
.nav-res:hover{transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--black)}
.nav-mobile-actions{display:none}
.nav-res-mobile{white-space:nowrap}

/* HERO */
.hero{background:var(--black);min-height:100vh;position:sticky;top:0;overflow:hidden;
  display:flex;flex-direction:column;justify-content:center;padding:5rem 3rem 4rem}
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
  opacity:.9;
}
.hero::before{content:'';position:absolute;inset:0;
  background:repeating-linear-gradient(0deg,transparent,transparent 38px,rgba(255,255,255,.016) 38px,rgba(255,255,255,.016) 39px);
  pointer-events:none}
.hero-content{position:relative;z-index:2;max-width:660px}
.hero-label{display:inline-flex;align-items:center;gap:.6rem;font-family:'Lora',Georgia,serif;
  font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.6rem}
.hero-label::before,.hero-label::after{content:'';display:inline-block;height:1px;width:28px;background:var(--gold);opacity:.45}
.hero-h1{font-family:'Rye',serif;font-size:clamp(3rem,6vw,5.5rem);line-height:.95;letter-spacing:.03em;
  color:var(--white);text-shadow:3px 4px 0 rgba(0,0,0,.5);margin-bottom:.9rem}
.hero-h1 .gold{color:var(--gold);display:block}
.hero-h1 .outline{-webkit-text-stroke:1.5px var(--white);color:transparent;display:block;font-size:1.08em}
.hero-rule{display:flex;align-items:center;gap:.8rem;margin:1.4rem 0}
.hero-rule-line{flex:1;height:1px;background:rgba(234,178,60,.22)}
.hero-sub{font-size:.98rem;font-style:italic;font-weight:400;color:rgba(255,255,255,.78);
  line-height:1.8;max-width:420px;margin-bottom:2.4rem}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.btn-main{background:var(--berry);color:var(--white);border:2px solid var(--white);padding:.78rem 1.9rem;
  font-family:'Lora',Georgia,serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  cursor:pointer;box-shadow:4px 4px 0 rgba(255,255,255,.14);transition:transform .12s,box-shadow .12s}
.btn-main:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 rgba(255,255,255,.14)}
.btn-sec{background:transparent;color:rgba(255,255,255,.72);border:none;font-family:'Lora',Georgia,serif;
  font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;
  text-decoration:underline;text-underline-offset:4px;transition:color .15s}
.btn-sec:hover{color:var(--gold)}

/* TICKER */
.ticker{background:var(--berry);border-top:2px solid var(--black);border-bottom:2px solid var(--black);overflow:hidden;padding:.52rem 0}
.ticker-track{display:flex;white-space:nowrap;animation:tick 26s linear infinite}
.t-item{font-family:'Lora',Georgia,serif;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;
  color:rgba(255,255,255,.72);padding:0 2rem;flex-shrink:0}
.t-star{color:var(--gold)}
@keyframes tick{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ABOUT */
.about{background:var(--paper);padding:5rem 3rem;display:grid;grid-template-columns:1fr 1fr;
  gap:4.5rem;align-items:center;border-bottom:3px solid var(--black);position:relative}
.about::before{content:'✦';position:absolute;top:1.4rem;left:50%;transform:translateX(-50%);
  font-size:1.1rem;color:var(--gold);opacity:.45}
.about-cards{display:flex;flex-direction:column;gap:1.2rem}
.acard{background:var(--warm);border:2px solid var(--black);box-shadow:5px 5px 0 var(--black);
  padding:1.6rem 1.8rem;position:relative}
.acard.r1{transform:rotate(-1.3deg)}.acard.r2{transform:rotate(.8deg)}
.acard-tag{position:absolute;top:-11px;left:1.2rem;background:var(--gold);color:var(--black);
  font-family:'Lora',Georgia,serif;font-size:.58rem;font-weight:500;letter-spacing:.16em;
  text-transform:uppercase;padding:.12rem .55rem;border:2px solid var(--black)}
.acard-num{font-family:'Rye',serif;font-size:3.5rem;color:var(--berry);line-height:1}
.acard-sub{font-family:'Lora',Georgia,serif;font-size:.58rem;letter-spacing:.18em;
  text-transform:uppercase;color:rgba(26,10,10,.66);margin-top:.2rem}
.acard-quote{font-style:italic;font-size:.9rem;color:rgba(26,10,10,.76);line-height:1.75}
.acard-cite{display:block;margin-top:.7rem;font-family:'Lora',Georgia,serif;font-size:.58rem;
  font-style:normal;letter-spacing:.12em;text-transform:uppercase;color:var(--berry)}
.sec-eyebrow{font-family:'Lora',Georgia,serif;font-size:.6rem;letter-spacing:.28em;
  text-transform:uppercase;margin-bottom:.6rem}
.about-text .sec-eyebrow{color:var(--berry)}
.sec-h2{font-family:'Rye',serif;font-size:clamp(1.9rem,3.2vw,2.8rem);line-height:1}
.about-text .sec-h2{color:var(--black);margin-bottom:1.3rem}
.about-body{font-size:.95rem;line-height:1.85;color:rgba(26,10,10,.78)}
.about-body+.about-body{margin-top:.9rem}
.about-body strong{color:var(--black);font-weight:600}
.badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1.7rem}

/* EVENTS */
.events-sec{
  background:var(--berry);
  color:var(--white);
  padding:5rem 3rem;
  border-bottom:3px solid var(--black);
}
.events-head{
  max-width:760px;
  margin-bottom:2rem;
}
.events-sec .sec-eyebrow{color:var(--gold)}
.events-sec .sec-h2{
  color:var(--white);
  margin-bottom:1.1rem;
}
.events-body{
  font-size:.95rem;
  line-height:1.8;
  color:rgba(255,255,255,.72);
  max-width:680px;
}
.events-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.2rem;
}
.event-card{
  background:rgba(255,255,255,.06);
  border:2px solid rgba(234,178,60,.26);
  padding:1.6rem;
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;
  text-align:left;
  font-family:inherit;
  cursor:pointer;
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}
.event-card:hover,
.event-card:focus-visible{
  transform:translateY(-4px);
  border-color:var(--gold);
  background:rgba(255,255,255,.09);
  outline:none;
}
.event-card-accent{
  background:var(--black);
  border-color:var(--gold);
}
.event-kicker{
  font-family:'Lora',Georgia,serif;
  font-size:.56rem;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:.8rem;
}
.event-card h3{
  font-family:'Rye',serif;
  font-size:1.25rem;
  line-height:1.1;
  color:var(--white);
  margin-bottom:.8rem;
}
.event-card p{
  font-size:.82rem;
  line-height:1.7;
  color:rgba(255,255,255,.7);
}
.event-card-cta{
  display:block;
  margin-top:.95rem;
  padding-top:.85rem;
  border-top:1px solid rgba(234,178,60,.28);
  font-size:.72rem;
  line-height:1.55;
  color:rgba(255,255,255,.74);
}
.event-card-more{
  display:inline-flex;
  margin-top:1rem;
  font-family:'Lora',Georgia,serif;
  font-size:.56rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gold);
}
.event-card:hover .event-card-more,
.event-card:focus-visible .event-card-more{
  color:var(--white);
}
.events-upcoming{
  margin-top:2.4rem;
  border-top:1px solid rgba(234,178,60,.28);
  padding-top:2rem;
  display:grid;
  grid-template-columns:minmax(180px,280px) 1fr;
  gap:2rem;
  align-items:start;
}
.events-upcoming-head .sec-eyebrow{
  margin-bottom:.5rem;
}
.events-upcoming-head h3{
  font-family:'Rye',serif;
  font-size:1.55rem;
  line-height:1.1;
  color:var(--white);
}
.event-list{
  display:grid;
  gap:.75rem;
}
.event-row{
  display:grid;
  grid-template-columns:104px 1fr;
  gap:1rem;
  align-items:center;
  background:rgba(2,2,2,.24);
  border:1px solid rgba(255,255,255,.12);
  padding:.85rem 1rem;
}
.event-row-muted{
  opacity:.78;
}
.event-row-extra{
  display:none;
}
.event-list.events-expanded .event-row-extra{
  display:grid;
}
.event-date{
  border:1.5px solid rgba(234,178,60,.55);
  padding:.65rem .55rem;
  text-align:center;
  min-height:72px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.event-date span{
  font-family:'Lora',Georgia,serif;
  font-size:.54rem;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--gold);
}
.event-date strong{
  font-family:'Rye',serif;
  font-size:.95rem;
  line-height:1.05;
  color:var(--white);
  margin-top:.25rem;
}
.event-info h4{
  font-family:'Lora',Georgia,serif;
  font-size:.96rem;
  font-weight:700;
  color:var(--white);
  margin-bottom:.25rem;
}
.event-info p{
  font-size:.78rem;
  line-height:1.6;
  color:rgba(255,255,255,.68);
}
.event-reserve{
  display:inline-flex;
  margin-top:.55rem;
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gold);
  text-decoration:none;
  border-bottom:1px solid rgba(234,178,60,.55);
  padding-bottom:.12rem;
  transition:color .15s,border-color .15s,transform .12s;
}
.event-reserve:hover{
  color:var(--white);
  border-color:var(--white);
  transform:translateX(2px);
}
.events-more{
  justify-self:start;
  margin-top:.25rem;
  font-family:'Lora',Georgia,serif;
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  background:transparent;
  color:var(--gold);
  border:1.5px solid rgba(234,178,60,.42);
  padding:.72rem 1.1rem;
  cursor:pointer;
  transition:background .15s,border-color .15s,color .15s,transform .12s;
}
.events-more:hover{
  background:rgba(234,178,60,.1);
  border-color:var(--gold);
  color:var(--white);
  transform:translateY(-1px);
}

/* HOURS */
.hours-sec{
  background:var(--berry);
  color:var(--white);
  padding:5rem 3rem;
  border-bottom:3px solid var(--black);
}
.hours-intro{
  max-width:720px;
  margin-bottom:2.3rem;
}
.hours-sec .sec-h2{
  color:var(--white);
  margin-bottom:1rem;
}
.hours-note{
  font-size:.92rem;
  font-style:italic;
  color:rgba(255,255,255,.78);
  line-height:1.8;
  max-width:560px;
}
.hours-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.5px;
  background:rgba(234,178,60,.22);
  border:2px solid var(--black);
  box-shadow:7px 7px 0 var(--black);
}
.hours-card{
  background:var(--black);
  padding:1.6rem 1.4rem;
  min-height:132px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.hours-card-accent{
  background:var(--black);
  color:var(--white);
  border-left:3px solid var(--gold);
}
.hours-card.current-day{
  background:var(--gold);
  color:var(--black);
}
.hours-day{
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(234,178,60,.72);
  line-height:1.5;
}
.hours-card-accent .hours-day{color:var(--gold)}
.hours-card.current-day .hours-day{color:rgba(26,10,10,.76)}
.hours-card strong{
  font-family:'Rye',serif;
  font-size:1.35rem;
  line-height:1.15;
  color:var(--white);
}
.hours-card.current-day strong{color:var(--black)}
.hours-actions{
  display:flex;
  align-items:center;
  gap:1rem;
  margin-top:2rem;
  flex-wrap:wrap;
}
.hours-call{
  font-family:'Lora',Georgia,serif;
  font-size:.74rem;
  letter-spacing:.08em;
  color:var(--gold);
  text-decoration:none;
  font-weight:500;
}
.hours-call:hover{color:var(--white)}
.hours-res{
  font-family:'Lora',Georgia,serif;
  font-size:.66rem;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
  background:var(--gold);
  color:var(--black);
  border:2px solid var(--black);
  padding:.62rem 1.15rem;
  cursor:pointer;
  box-shadow:3px 3px 0 var(--black);
  transition:transform .12s,box-shadow .12s;
}
.hours-res:hover{
  transform:translate(-2px,-2px);
  box-shadow:5px 5px 0 var(--black);
}

/* MENU */
.menu-sec{background:var(--black);padding:5rem 3rem;border-bottom:3px solid var(--berry)}
.menu-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}
.menu-sec .sec-eyebrow{color:var(--gold)}
.menu-sec .sec-h2{color:var(--white)}
.happy-sec{
  background:var(--warm);
  padding:4rem 3rem;
  border-bottom:3px solid var(--black);
}
.happy-intro{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:2rem;
  margin-bottom:1.6rem;
}
.happy-sec .sec-eyebrow{color:var(--berry)}
.happy-sec .sec-h2{color:var(--black)}
.hh-double{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:rgba(26,10,10,.16);margin-bottom:0}
.hh-card{background:var(--berry);border-left:3px solid var(--black);padding:1.4rem 1.8rem}
.hh-card-cocktail{background:var(--black);border-left:3px solid var(--gold)}
.hh-card-label{font-family:'Lora',Georgia,serif;font-size:.58rem;letter-spacing:.25em;
  text-transform:uppercase;color:var(--gold);margin-bottom:.8rem}
.hh-card-cocktail .hh-card-label{color:var(--gold)}
.hh-card-who{font-family:'Rye',serif;font-size:1.2rem;color:var(--white);line-height:1;margin-bottom:.3rem}
.hh-card-time{font-family:'Lora',Georgia,serif;font-size:.62rem;letter-spacing:.08em;
  color:rgba(255,255,255,.74);margin-bottom:.8rem}
.hh-card-price{font-family:'Rye',serif;font-size:1.6rem;color:var(--gold);margin-bottom:.4rem}
.hh-jumbo{font-family:'Lora',Georgia,serif;font-size:.6rem;color:rgba(234,178,60,.78);font-size:.75rem}
.hh-card-note{font-family:'Lora',Georgia,serif;font-size:.56rem;letter-spacing:.06em;
  color:rgba(255,255,255,.58);font-style:italic;line-height:1.5}
.menu-nav{
  display:grid;
  gap:.7rem;
  margin-bottom:.8rem;
}
.menu-groups{
  display:flex;
  gap:.45rem;
  flex-wrap:wrap;
  padding-bottom:.75rem;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.ctabs{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.6rem}
.ctab{font-family:'Lora',Georgia,serif;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;
  background:transparent;border:1.5px solid rgba(255,255,255,.16);color:rgba(255,255,255,.72);
  padding:.45rem 1.1rem;cursor:pointer;transition:all .14s}
.ctab.on,.ctab:hover{background:var(--berry);border-color:var(--berry);color:var(--white)}
.menu-group-tab{
  font-size:.66rem;
  font-weight:700;
  border-color:rgba(234,178,60,.36);
  color:var(--gold);
  padding:.58rem 1.35rem;
}
.menu-group-tab.on,
.menu-group-tab:hover{
  background:var(--gold);
  border-color:var(--gold);
  color:var(--black);
}
.menu-subtabs{
  max-width:920px;
}
.mrow{display:flex;align-items:baseline;padding:1rem .3rem;
  border-bottom:1px solid rgba(255,255,255,.065);gap:.8rem;transition:all .12s;cursor:default}
.mrow:first-child{border-top:1px solid rgba(255,255,255,.065)}
.mrow:hover{background:rgba(255,255,255,.022);padding-left:.6rem}
.mrow-left{flex:1}
.mrow-name{font-family:'Lora',serif;font-size:1rem;font-weight:600;color:var(--white);
  display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.hot{font-family:'Lora',Georgia,serif;font-size:.5rem;letter-spacing:.1em;text-transform:uppercase;
  background:var(--berry);color:var(--white);padding:.08rem .38rem;transform:rotate(-.4deg);display:inline-block}
.veg{font-family:'Lora',Georgia,serif;font-size:.5rem;letter-spacing:.1em;text-transform:uppercase;
  background:rgba(80,160,80,.2);color:#9de09d;border:1px solid rgba(80,160,80,.3);padding:.08rem .38rem;display:inline-block}
.mrow-desc{font-size:.8rem;font-style:italic;color:rgba(255,255,255,.66);line-height:1.5;margin-top:.18rem;max-width:500px}
.mdots{flex:1;background-image:radial-gradient(circle,rgba(255,255,255,.12) 1px,transparent 1px);
  background-size:5px 5px;background-position:0 60%;background-repeat:repeat-x;min-width:40px}
.mprice{font-family:'Rye',serif;font-size:1.1rem;color:var(--gold);white-space:nowrap;text-align:right}
.mprice2{font-family:'Lora',Georgia,serif;font-size:.56rem;color:rgba(234,178,60,.74);display:block;margin-top:.1rem}
.menu-more-wrap{
  display:flex;
  justify-content:center;
  padding:1.4rem 0 .4rem;
}
.menu-more{
  font-family:'Lora',Georgia,serif;
  font-size:.62rem;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
  background:transparent;
  color:var(--gold);
  border:1.5px solid rgba(234,178,60,.38);
  padding:.65rem 1.25rem;
  cursor:pointer;
  transition:background .15s,border-color .15s,color .15s,transform .12s;
}
.menu-more:hover{
  background:rgba(234,178,60,.08);
  border-color:var(--gold);
  color:var(--white);
  transform:translateY(-1px);
}

/* VIBE */
.vibe{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:3px solid var(--black)}
.vcell{padding:3.2rem 2.4rem;border-right:2px solid var(--black);overflow:hidden}
.vcell:last-child{border-right:none}
.vcell:nth-child(1){background:var(--warm)}
.vcell:nth-child(2){background:var(--berry)}
.vcell:nth-child(3){background:var(--gold)}
.vcell-title{font-family:'Rye',serif;font-size:1.4rem;line-height:1.1;margin-bottom:.7rem}
.vcell:nth-child(1) .vcell-title{color:var(--black)}
.vcell:nth-child(2) .vcell-title{color:var(--gold)}
.vcell:nth-child(3) .vcell-title{color:var(--black)}
.vcell-body{font-size:.85rem;font-style:italic;line-height:1.7}
.vcell:nth-child(1) .vcell-body{color:rgba(26,10,10,.76)}
.vcell:nth-child(2) .vcell-body{color:rgba(255,255,255,.62)}
.vcell:nth-child(3) .vcell-body{color:rgba(26,10,10,.78)}
.vcell-time{display:block;margin-top:1rem;font-family:'Lora',Georgia,serif;
  font-size:.58rem;letter-spacing:.18em;text-transform:uppercase}
.vcell:nth-child(1) .vcell-time{color:var(--berry)}
.vcell:nth-child(2) .vcell-time{color:rgba(255,255,255,.64)}
.vcell:nth-child(3) .vcell-time{color:rgba(26,10,10,.66)}

/* RESERVATION */
.res{background:var(--warm);padding:5rem 3rem;display:grid;grid-template-columns:1fr 1.1fr;
  gap:5rem;align-items:start;border-bottom:3px solid var(--black)}
.res .sec-eyebrow{color:var(--berry)}
.res .sec-h2{color:var(--black);margin-bottom:1.1rem}
.res-body{font-size:.93rem;font-style:italic;color:rgba(26,10,10,.74);line-height:1.8;margin-bottom:1.8rem}
.hours{border-collapse:collapse;width:100%}
.hours td{font-family:'Lora',Georgia,serif;font-size:.65rem;padding:.5rem 0;
  letter-spacing:.05em;border-bottom:1px dashed rgba(26,10,10,.1);color:rgba(26,10,10,.74)}
.hours td:first-child{color:var(--black);font-weight:500;width:55%}
.res-form{background:var(--berry);border:3px solid var(--black);box-shadow:7px 7px 0 var(--black);padding:2.4rem}
.res-form-title{font-family:'Rye',serif;font-size:1.25rem;color:var(--gold);margin-bottom:1.8rem;display:block}
.flabel{font-family:'Lora',Georgia,serif;font-size:.56rem;letter-spacing:.2em;
  text-transform:uppercase;color:rgba(255,255,255,.66);display:block;margin-bottom:.32rem}
.finput{width:100%;background:rgba(255,255,255,.06);border:none;border-bottom:1.5px solid rgba(255,255,255,.2);
  color:var(--white);padding:.58rem .38rem;font-family:'Lora',serif;font-size:.92rem;
  outline:none;margin-bottom:1.2rem;transition:border-color .14s;border-radius:0;-webkit-appearance:none}
.finput::placeholder{color:rgba(255,255,255,.5);font-style:italic}
.finput:focus{border-color:var(--gold)}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.submit{width:100%;margin-top:.4rem;background:var(--gold);color:var(--black);
  border:2px solid var(--black);padding:.82rem;font-family:'Lora',Georgia,serif;
  font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;
  cursor:pointer;box-shadow:3px 3px 0 var(--black);transition:transform .12s,box-shadow .12s}
.submit:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--black)}

/* FOOTER */
footer{background:var(--black);padding:3.2rem 3rem 2rem;border-top:3px solid var(--berry)}
.foot-top{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:3rem;
  padding-bottom:2.2rem;border-bottom:1px dashed rgba(255,255,255,.08)}
.foot-logo{font-family:'Rye',serif;font-size:2rem;color:var(--gold);line-height:1;text-shadow:2px 3px 0 var(--berry-d)}
.foot-tagline{font-size:.85rem;font-style:italic;color:rgba(255,255,255,.56);margin-top:.4rem;line-height:1.6;max-width:200px}
.foot-col-title{font-family:'Lora',Georgia,serif;font-size:.58rem;letter-spacing:.24em;
  text-transform:uppercase;color:var(--gold);margin-bottom:.9rem}
.foot-links{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.foot-links a{font-family:'Lora',Georgia,serif;font-size:.62rem;letter-spacing:.06em;
  color:rgba(255,255,255,.58);text-decoration:none;transition:color .15s}
.foot-links a:hover{color:var(--gold)}
.foot-addr{font-family:'Lora',Georgia,serif;font-size:.62rem;letter-spacing:.04em;
  color:rgba(255,255,255,.58);line-height:2}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.4rem}
.foot-copy{font-family:'Lora',Georgia,serif;font-size:.56rem;letter-spacing:.08em;color:rgba(255,255,255,.6)}

/* AKTIONEN */
.aktionen-sec{background:var(--paper);padding:5rem 3rem;border-bottom:3px solid var(--black)}
.akt-intro{margin-bottom:3rem}
.akt-note{font-family:'Lora',Georgia,serif;font-size:.65rem;letter-spacing:.1em;
  color:rgba(26,10,10,.66);margin-top:.8rem;font-style:italic}
.akt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5px;background:rgba(26,10,10,.08)}
.akt-card{background:var(--warm);padding:2rem 1.6rem;border:none;position:relative;transition:background .15s}
.akt-card-with-img{padding:0;overflow:hidden;display:flex;flex-direction:column}
.akt-img-wrap{
  width:100%;
  aspect-ratio:4/3;
  background:var(--bone);
  border-bottom:1.5px solid rgba(26,10,10,.12);
  overflow:hidden;
  flex-shrink:0;
}
.akt-img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .35s cubic-bezier(.22,1,.36,1);
}
.akt-img-burger{object-position:center 45%}
.akt-img-wings{object-position:center 70%}
.akt-img-texmex{object-position:center 48%}
.akt-img-ribs{object-position:center 52%}
.akt-card:hover .akt-img{transform:scale(1.04)}
.akt-content{
  padding:1.55rem 1.6rem 1.8rem;
  display:flex;
  flex-direction:column;
  flex:1;
}
.akt-content .akt-price{margin-top:auto}
.akt-card:hover{background:var(--bone)}
.akt-card.current-action{background:var(--berry) !important}
.akt-card.current-action:hover{background:var(--berry-d) !important}
.akt-day{font-family:'Lora',Georgia,serif;font-size:.58rem;letter-spacing:.22em;
  text-transform:uppercase;margin-bottom:1.2rem}
.akt-card .akt-day{color:var(--berry)}
.akt-card.current-action .akt-day{color:rgba(234,178,60,.7)}
.akt-name{font-family:'Rye',serif;font-size:1.1rem;line-height:1.15;margin-bottom:.5rem}
.akt-card .akt-name{color:var(--black)}
.akt-card.current-action .akt-name{color:var(--gold)}
.akt-badge-new{
  display:inline-block;
  vertical-align:middle;
  margin-left:.35rem;
  transform:rotate(-2deg);
  background:var(--gold);
  color:var(--black);
  border:1.5px solid var(--black);
  padding:.08rem .38rem;
  font-family:'Lora',Georgia,serif;
  font-size:.55rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.2;
}
.akt-desc{font-size:.78rem;font-style:italic;line-height:1.55;margin-bottom:1.2rem}
.akt-card .akt-desc{color:rgba(26,10,10,.72)}
.akt-card.current-action .akt-desc{color:rgba(255,255,255,.6)}
.akt-price{font-family:'Rye',serif;font-size:1.5rem}
.akt-card .akt-price{color:var(--berry)}
.akt-card.current-action .akt-price{color:var(--gold)}

/* HERO SLIDESHOW */
.hero-slides{position:absolute;inset:0;z-index:0}
.hslide{position:absolute;inset:0;background-size:cover;background-position:center;
  opacity:0;transition:opacity 1.2s ease-in-out}
.hslide.active{opacity:1}
.hero-overlay{position:absolute;inset:0;z-index:1;
  background:linear-gradient(
    105deg,
    rgba(2,2,2,.82) 0%,
    rgba(2,2,2,.65) 45%,
    rgba(116,16,75,.25) 75%,
    rgba(2,2,2,.55) 100%
  )}
.hero-content{z-index:3}
/* slide dots */
.hero-dots{position:absolute;bottom:2rem;left:3rem;display:flex;gap:.5rem;z-index:4}
.hdot{width:28px;height:3px;background:rgba(255,255,255,.25);cursor:pointer;
  transition:background .3s,width .3s}
.hdot.on{background:var(--gold);width:42px}

.about-photo-wrap{position:relative;transform:rotate(-1deg);aspect-ratio:4/3;
  border:3px solid var(--black);box-shadow:6px 6px 0 var(--black);overflow:hidden;background:var(--bone)}
.about-photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.about-photo-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease-in-out}
.about-photo-slide.active{opacity:1}
.about-photo-tag{position:absolute;bottom:1rem;right:1rem;
  background:var(--berry);color:var(--white);
  font-family:'Lora',Georgia,serif;font-size:.58rem;font-weight:500;
  letter-spacing:.18em;text-transform:uppercase;padding:.12rem .65rem;
  border:2px solid var(--black);z-index:5;box-shadow:3px 3px 0 var(--black)}

.dish-wrap{
  background:var(--berry);
  border:3px solid var(--black);
  box-shadow:7px 7px 0 var(--black);
  padding:2.4rem;
  overflow:hidden;
}
.external-placeholder{
  flex:1;
  min-height:300px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.75rem;
  padding:2rem;
  text-align:center;
  background:var(--bone);
}
.external-placeholder-dish{
  min-height:360px;
  background:linear-gradient(145deg, var(--berry), var(--berry-d));
  color:var(--white);
}
.external-label{
  font-family:'Rye',serif;
  font-size:1.25rem;
  color:var(--berry);
  line-height:1.1;
}
.external-placeholder-dish .external-label{color:var(--gold)}
.external-text{
  max-width:340px;
  font-size:.88rem;
  font-style:italic;
  line-height:1.7;
  color:rgba(26,10,10,.7);
}
.external-placeholder-dish .external-text{color:rgba(255,255,255,.72)}
.external-load{
  background:var(--gold);
  color:var(--black);
  border:2px solid var(--black);
  padding:.68rem 1.2rem;
  font-family:'Lora',Georgia,serif;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:3px 3px 0 var(--black);
  transition:transform .12s,box-shadow .12s;
}
.external-load:hover{
  transform:translate(-2px,-2px);
  box-shadow:5px 5px 0 var(--black);
}
/* remove old form-only CSS that's no longer needed */

.res-contact{margin-top:1.5rem;display:flex;flex-direction:column;gap:.7rem}
.res-phone,.res-mail{
  font-family:'Lora',Georgia,serif;font-size:.75rem;letter-spacing:.06em;
  color:var(--berry);text-decoration:none;font-weight:500;
  transition:color .15s;
}
.res-phone:hover,.res-mail:hover{color:var(--gold)}
.res-phone{font-size:.9rem;font-weight:700}

/* ── PARALLAX SCROLL LAYER ── */
.scroll-layer{
  position:relative;
  z-index:10;
  background:var(--paper);
  /* rounded top edge so it "peels" over the hero */
  border-radius:28px 28px 0 0;
  overflow:hidden;
  box-shadow:0 -8px 40px rgba(0,0,0,.45);
  /* pull it up slightly so it starts overlapping hero */
  margin-top:-60px;
}

/* ── SECTION REVEAL ANIMATIONS ── */
.reveal-up{
  opacity:0;
  transform:translateY(48px);
  transition:opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1);
}
.reveal-up.visible{
  opacity:1;
  transform:translateY(0);
}
.reveal-up:nth-child(2){transition-delay:.1s}
.reveal-up:nth-child(3){transition-delay:.18s}
.reveal-up:nth-child(4){transition-delay:.26s}
.reveal-up:nth-child(5){transition-delay:.34s}

/* stagger children inside sections */
.stagger > *{
  opacity:0;
  transform:translateY(32px);
  transition:opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1);
}
.stagger.visible > *:nth-child(1){opacity:1;transform:none;transition-delay:0s}
.stagger.visible > *:nth-child(2){opacity:1;transform:none;transition-delay:.1s}
.stagger.visible > *:nth-child(3){opacity:1;transform:none;transition-delay:.2s}
.stagger.visible > *:nth-child(4){opacity:1;transform:none;transition-delay:.3s}
.stagger.visible > *:nth-child(5){opacity:1;transform:none;transition-delay:.4s}

/* menu rows slide in from left */
.mrow{
  opacity:0;
  transform:translateX(-20px);
  transition:opacity .4s ease, transform .4s ease;
}
.mrow.row-visible{
  opacity:1;
  transform:translateX(0);
}

/* akt cards pop in */
.akt-card{
  opacity:0;
  transform:translateY(24px) scale(.97);
  transition:opacity .5s cubic-bezier(.22,1,.36,1),
             transform .5s cubic-bezier(.22,1,.36,1),
             background .15s;
}
.akt-card.card-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

/* hero content entrance */
.hero-content > *{
  opacity:0;
  transform:translateY(28px);
  animation:heroIn .8s cubic-bezier(.22,1,.36,1) forwards;
}
.hero-label{animation-delay:.1s}
.hero-h1{animation-delay:.25s}
.hero-rule{animation-delay:.4s}
.hero-sub{animation-delay:.5s}
.hero-btns{animation-delay:.62s}
@keyframes heroIn{
  to{opacity:1;transform:translateY(0)}
}

/* hero-aside slides in from right */
@keyframes asideIn{
  to{opacity:1;transform:translateX(0)}
}

/* ── INFO BAR (ersetzt Laufschrift) ── */
.hours-bar{
  background:var(--black);
  border-bottom:1px solid rgba(255,255,255,.06);
  padding:.55rem 2.8rem;
  position:sticky;
  top:73px;
  z-index:199;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:2rem;
}
.hb-status{
  display:flex;
  align-items:center;
  gap:.55rem;
  flex-shrink:0;
}
.hb-dot{
  width:7px;height:7px;
  border-radius:50%;
  background:#6EFF9A;
  flex-shrink:0;
  box-shadow:0 0 6px #6EFF9A;
}
.hb-dot.closed{background:#ff6b6b;box-shadow:0 0 6px #ff6b6b}
.hb-status-text{
  font-family:'Lora',Georgia,serif;
  font-size:.6rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.75);
}
.hb-status-text em{
  color:var(--gold);
  font-style:normal;
  margin-left:.3rem;
}
.hb-times{
  display:flex;
  align-items:center;
  gap:0;
  flex:1;
  justify-content:center;
}
.hb-day{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:0 1.4rem;
  border-right:1px solid rgba(255,255,255,.07);
}
.hb-day:last-child{border-right:none}
.hb-day-label{
  font-family:'Lora',Georgia,serif;
  font-size:.48rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.7);
  margin-bottom:.18rem;
}
.hb-day-hours{
  font-family:'Lora',Georgia,serif;
  font-size:.6rem;
  letter-spacing:.06em;
  color:rgba(255,255,255,.6);
  white-space:nowrap;
}
.hb-day.today .hb-day-label{color:var(--gold);opacity:.8}
.hb-day.today .hb-day-hours{color:var(--white)}
.hb-phone{
  font-family:'Lora',Georgia,serif;
  font-size:.6rem;
  letter-spacing:.08em;
  color:rgba(255,255,255,.74);
  white-space:nowrap;
  flex-shrink:0;
  text-decoration:none;
  transition:color .15s;
}
.hb-phone:hover{color:var(--gold)}
.hb-open-link{
  display:none;
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--gold);
  text-decoration:none;
  white-space:nowrap;
}
.hb-open-link:hover{color:var(--white)}
@media(max-width:900px){
  .hours-bar{top:65px;padding:.5rem 1.5rem;gap:1rem}
  .hb-times{gap:0}
  .hb-day{padding:0 .9rem}
}
@media(max-width:600px){
  .hours-bar{top:69px;flex-wrap:nowrap;justify-content:space-between;padding:.48rem 1.2rem;gap:.8rem}
  .hb-times,.hb-phone{display:none}
  .hb-status{min-width:0}
  .hb-status-text{font-size:.56rem;letter-spacing:.11em;line-height:1.4}
  .hb-status-text em{margin-left:.2rem}
  .hb-open-link{display:block}
}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.25}}

/* ══════════════════════════════
   RESPONSIVE DESIGN
══════════════════════════════ */

/* ── TABLET (≤900px) ── */
@media(max-width:900px){
  /* Nav */
  .nav-links{display:none}
  nav{padding:.8rem 1.5rem}

  /* Hero */
  .hero{padding:4rem 1.8rem 3rem}
  .hero-h1{font-size:clamp(2.5rem,8vw,4rem)}

  /* About */
  .about{grid-template-columns:1fr;gap:2.5rem;padding:3.5rem 1.8rem}
  .about-cards{flex-direction:column;gap:1rem}
  .acard{flex:1}

  /* Events */
  .events-sec{padding:3.5rem 1.8rem}
  .events-grid{grid-template-columns:1fr 1fr}
  .events-upcoming{grid-template-columns:1fr;gap:1.2rem}

  /* Menu */
  .menu-sec{padding:3.5rem 1.8rem}
  .ctabs{gap:.25rem}
  .ctab{padding:.4rem .8rem;font-size:.55rem}

  /* Hours */
  .hours-sec{padding:3.5rem 1.8rem}
  .hours-grid{grid-template-columns:repeat(2,1fr)}

  /* Aktionen */
  .aktionen-sec{padding:3.5rem 1.8rem}
  .akt-grid{grid-template-columns:repeat(2,1fr)}

  /* Reservation */
  .res{grid-template-columns:1fr;gap:2.5rem;padding:3.5rem 1.8rem}

  /* Vibe */
  .foot-top{grid-template-columns:1fr 1fr;gap:2rem}
}

/* ── MOBILE (≤600px) ── */
@media(max-width:600px){
  /* Nav */
  nav{padding:.75rem 1.2rem}
  .nav-wordmark{font-size:1.2rem}
  .nav-res{font-size:.58rem;padding:.38rem .8rem}

  /* Hours bar */
  .hb-item{font-size:.55rem;padding:0 .8rem}

  /* Hero */
  .hero{padding:3.5rem 1.2rem 2.5rem;min-height:100svh}
  .hero-h1{font-size:clamp(2.2rem,10vw,3.5rem)}
  .hero-sub{font-size:.88rem}
  .hero-btns{flex-direction:column;align-items:flex-start;gap:.8rem}
  .btn-main{width:100%;text-align:center}
  .hero-dots{left:1.2rem;bottom:1.5rem}

  /* Ticker */
  .ticker{padding:.42rem 0}
  .t-item{font-size:.55rem;padding:0 1.2rem}

  /* About */
  .about{padding:2.8rem 1.2rem;gap:2rem}
  .about-cards{flex-direction:column}
  .about-photo-wrap{aspect-ratio:16/9}
  .sec-h2{font-size:clamp(1.6rem,6vw,2.2rem)}

  /* Events */
  .events-sec{padding:2.8rem 1.2rem}
  .events-grid{grid-template-columns:1fr}
  .event-card{min-height:180px;padding:1.35rem}
  .event-card-cta{font-size:.7rem}
  .events-upcoming{margin-top:2rem;padding-top:1.6rem}
  .event-row{grid-template-columns:82px 1fr;padding:.75rem;gap:.75rem}
  .event-date{min-height:66px;padding:.55rem .35rem}
  .event-date strong{font-size:.82rem}

  /* Menu */
  .menu-sec{padding:2.8rem 1.2rem}
  .menu-top{flex-direction:column;align-items:flex-start;gap:.8rem}
  .menu-nav{gap:.55rem}
  .menu-groups{gap:.35rem;padding-bottom:.55rem}
  .ctabs{gap:.2rem}
  .ctab{padding:.38rem .7rem;font-size:.52rem;letter-spacing:.06em}
  .menu-group-tab{padding:.48rem .85rem;font-size:.56rem}
  .mrow{flex-wrap:wrap;gap:.3rem}
  .mdots{display:none}
  .mprice{margin-left:auto}
  .mrow-desc{width:100%}
  .hh-double{grid-template-columns:1fr}

  /* Aktionen */
  .hours-sec{padding:2.8rem 1.2rem}
  .hours-grid{grid-template-columns:1fr}
  .hours-card{min-height:112px}
  .hours-actions{align-items:flex-start;flex-direction:column}
  .hours-res{width:100%;text-align:center}

  /* Aktionen */
  .aktionen-sec{padding:2.8rem 1.2rem}
  .akt-grid{grid-template-columns:1fr 1fr}
  .akt-name{font-size:.95rem}
  .akt-price{font-size:1.2rem}

  /* Happy Hour Box */
  .hh-double{grid-template-columns:1fr}

  /* Reservation */
  .res{padding:2.8rem 1.2rem;gap:2rem}
  .frow{grid-template-columns:1fr}
  .dish-wrap{padding:1.5rem 1.2rem}

  /* Vibe cells */
  .vibe{grid-template-columns:1fr}
  .vcell{border-right:none;border-bottom:2px solid var(--black)}
  .vcell:last-child{border-bottom:none}

  /* Footer */
  footer{padding:2.5rem 1.2rem 1.5rem}
  .foot-top{grid-template-columns:1fr;gap:1.8rem}
  .foot-bottom{flex-direction:column;gap:.6rem;text-align:center}

  /* Scroll layer */
  .scroll-layer{border-radius:16px 16px 0 0;margin-top:-30px}
}

/* ── SMALL MOBILE (≤380px) ── */
@media(max-width:380px){
  .akt-grid{grid-template-columns:1fr}
  .ctab{font-size:.48rem;padding:.32rem .55rem}
}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:static;width:auto;height:auto}

/* ── LOGO ── */
.nav-logo-img{
  height:42px;width:42px;
  border-radius:50%;
  object-fit:cover;
  object-position:center 8%;
  display:block;flex-shrink:0;
  transition:transform .25s cubic-bezier(.22,1,.36,1);
}
.nav-logo-img:hover{transform:scale(1.08) rotate(-3deg)}
.foot-logo-img{
  height:80px;width:80px;
  border-radius:50%;
  object-fit:cover;
  object-position:center 8%;
  display:block;
  margin-bottom:.6rem;
}
.mob-logo-img{
  height:50px;width:50px;
  border-radius:50%;
  object-fit:cover;
  object-position:center 8%;
  display:block;
}

/* ══════════════════════════════
   PROFESSIONAL POLISH LAYER
══════════════════════════════ */

/* Smooth scroll & custom scrollbar */
html{scroll-behavior:smooth}
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:var(--black)}
::-webkit-scrollbar-thumb{background:var(--berry);border-radius:2px}
::-webkit-scrollbar-thumb:hover{background:var(--gold)}

/* Glassmorphism nav */
nav{
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  background:rgba(116,16,75,.92);
  transition:background .35s ease,box-shadow .35s ease,border-bottom-color .35s ease;
}
nav.nav--scrolled{
  background:rgba(66,8,43,.97);
  box-shadow:0 4px 40px rgba(0,0,0,.5);
  border-bottom-color:var(--gold);
}

/* Nav link underline animation */
.nav-links a{position:relative}
.nav-links a::after{
  content:'';
  position:absolute;
  bottom:-2px;left:0;
  width:0;height:1px;
  background:var(--gold);
  transition:width .22s ease;
}
.nav-links a:hover::after{width:100%}

/* Card hover lift */
.acard{
  transition:transform .28s cubic-bezier(.22,1,.36,1),
             box-shadow .28s cubic-bezier(.22,1,.36,1) !important;
}
.acard:hover{
  transform:rotate(0deg) translateY(-7px) !important;
  box-shadow:10px 14px 0 var(--black) !important;
}

/* About photo hover */
.about-photo-wrap{transition:transform .35s cubic-bezier(.22,1,.36,1)}
.about-photo-wrap:hover{transform:rotate(0deg) translateY(-5px)}

/* Akt card hover */
.akt-card.card-visible:hover{
  transform:translateY(-8px) !important;
  position:relative;z-index:2;
}
.akt-card.current-action.card-visible:hover{
  transform:translateY(-8px) scale(1.01) !important;
}

/* Ticker pause on hover */
.ticker-track:hover{animation-play-state:paused}

/* Tab active indicator */
.ctab{position:relative}
.ctab.on::after{
  content:'';
  position:absolute;
  bottom:0;left:0;right:0;
  height:2px;
  background:var(--gold);
  opacity:.5;
}

/* Menu row smooth hover */
.mrow.row-visible:hover{
  background:rgba(255,255,255,.04) !important;
  padding-left:1.4rem !important;
}

/* Footer link hover indent */
.foot-links a{
  display:inline-block;
  transition:color .15s,padding-left .18s;
}
.foot-links a:hover{padding-left:.5rem !important}

/* Maps / hotel button shine sweep */
.maps-btn,.hotel-btn{overflow:hidden;position:relative}
.maps-btn::before,.hotel-btn::before{
  content:'';
  position:absolute;
  top:0;left:-100%;
  width:100%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent);
  transition:left .42s ease;
}
.maps-btn:hover::before,.hotel-btn:hover::before{left:100%}

/* Eyebrow decoration line */
.sec-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
}
.sec-eyebrow::before{
  content:'';
  display:inline-block;
  width:18px;height:1px;
  background:currentColor;
  opacity:.38;
  flex-shrink:0;
}

/* Richer hero overlay */
.hero-overlay{
  background:linear-gradient(
    110deg,
    rgba(2,2,2,.90) 0%,
    rgba(2,2,2,.62) 40%,
    rgba(116,16,75,.22) 70%,
    rgba(2,2,2,.52) 100%
  ) !important;
}

/* Input focus highlight */
.finput:focus{
  border-color:var(--gold);
  background:rgba(255,255,255,.1);
}

/* Better focus ring for accessibility */
button:focus-visible,a:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
}

/* Reservation box depth */
.res-form{
  background:linear-gradient(145deg, var(--berry), var(--berry-d));
}

/* Section reveal polish: softer easing */
.reveal-up{
  transition:opacity .8s cubic-bezier(.16,1,.3,1),
             transform .8s cubic-bezier(.16,1,.3,1) !important;
}

/* Hotel card glow on hover */
.hotel-card{
  transition:box-shadow .28s ease;
}
.hotel-card:hover{
  box-shadow:10px 10px 0 var(--gold);
}

/* ── WOCHENKARTE ── */
.menu-doc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
  margin-bottom:2rem;
}
.wochenkarte-card{
  display:flex;
  align-items:center;
  gap:1.4rem;
  background:rgba(234,178,60,.06);
  border:2px solid rgba(234,178,60,.25);
  padding:1.4rem 1.8rem;
  margin-bottom:0;
  cursor:pointer;
  transition:border-color .2s, background .2s;
  position:relative;
  overflow:hidden;
}
.wochenkarte-card:hover{
  border-color:var(--gold);
  background:rgba(234,178,60,.1);
}
.wochenkarte-thumb{
  width:86px;
  height:120px;
  object-fit:cover;
  object-position:top;
  border:2px solid rgba(234,178,60,.3);
  flex-shrink:0;
  transition:transform .25s cubic-bezier(.22,1,.36,1);
}
.wochenkarte-card:hover .wochenkarte-thumb{transform:scale(1.04)}
.wochenkarte-info{flex:1}
.wochenkarte-label{
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  letter-spacing:.25em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:.5rem;
}
.wochenkarte-title{
  font-family:'Rye',serif;
  font-size:1.3rem;
  color:var(--white);
  line-height:1.1;
  margin-bottom:.4rem;
}
.wochenkarte-date{
  font-family:'Lora',Georgia,serif;
  font-size:.6rem;
  letter-spacing:.08em;
  color:rgba(255,255,255,.64);
}
.wochenkarte-hint{
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(234,178,60,.74);
  margin-left:auto;
  flex-shrink:0;
}

/* Lightbox */
.lb-overlay{
  position:fixed;
  inset:0;
  background:rgba(2,2,2,.92);
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1.5rem;
  cursor:zoom-out;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease;
}
.lb-overlay.lb-open{
  opacity:1;
  pointer-events:all;
}
.lb-doc{
  width:min(920px,94vw);
  height:min(86vh,900px);
  display:flex;
  flex-direction:column;
  background:var(--black);
  border:3px solid var(--black);
  box-shadow:0 20px 60px rgba(0,0,0,.7);
  transform:scale(.96);
  transition:transform .3s cubic-bezier(.22,1,.36,1);
  cursor:default;
}
.lb-overlay.lb-open .lb-doc{transform:scale(1)}
.lb-doc-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:.8rem 1rem;
  background:var(--berry);
  border-bottom:2px solid var(--black);
}
.lb-doc-head span{
  font-family:'Rye',serif;
  font-size:1.05rem;
  color:var(--gold);
}
.lb-doc-head a{
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
  text-decoration:none;
}
.lb-doc-head a:hover{color:var(--gold)}
.lb-img{
  width:100%;
  flex:1;
  min-height:0;
  object-fit:contain;
  background:var(--white);
  display:block;
}
.lb-close{
  position:absolute;
  top:1.2rem;right:1.4rem;
  font-family:'Lora',Georgia,serif;
  font-size:.65rem;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:rgba(255,255,255,.68);
  background:none;border:none;cursor:pointer;
  transition:color .15s;
}
.lb-close:hover{color:var(--gold)}
@media(max-width:600px){
  .menu-doc-grid{grid-template-columns:1fr}
  .wochenkarte-card{flex-wrap:wrap;gap:1rem}
  .wochenkarte-hint{width:100%;margin-left:0}
  .lb-doc{height:82vh}
  .lb-doc-head{align-items:flex-start;flex-direction:column;gap:.35rem}
}

.impressum-box,
.privacy-box{
  width:min(520px,92vw);
  background:var(--paper);
  color:var(--ink);
  border:3px solid var(--black);
  box-shadow:8px 8px 0 var(--berry);
  padding:2rem;
  cursor:default;
  position:relative;
}
.impressum-box,
.privacy-box{
  width:min(760px,92vw);
  max-height:86vh;
  overflow:auto;
}
.modal-close{
  position:absolute;
  top:.8rem;
  right:.9rem;
  width:2rem;
  height:2rem;
  border:2px solid var(--black);
  background:var(--gold);
  color:var(--black);
  font-family:'Lora',Georgia,serif;
  font-size:1.35rem;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:2px 2px 0 var(--black);
  transition:transform .12s,box-shadow .12s,background .12s;
}
.modal-close:hover{
  background:var(--berry);
  color:var(--white);
  transform:translate(-1px,-1px);
  box-shadow:3px 3px 0 var(--black);
}
.event-modal-overlay{
  position:fixed;
  inset:0;
  z-index:1000;
  background:rgba(2,2,2,.9);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1.5rem;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease;
  cursor:pointer;
}
.event-modal-overlay.event-modal-open{
  opacity:1;
  pointer-events:auto;
}
.event-modal{
  width:min(680px,92vw);
  max-height:86vh;
  overflow:auto;
  background:var(--paper);
  color:var(--ink);
  border:3px solid var(--black);
  box-shadow:8px 8px 0 var(--gold);
  padding:2rem;
  position:relative;
  cursor:default;
  transform:translateY(8px) scale(.98);
  transition:transform .25s cubic-bezier(.22,1,.36,1);
}
.event-modal-overlay.event-modal-open .event-modal{
  transform:translateY(0) scale(1);
}
.event-modal h2{
  font-family:'Rye',serif;
  font-size:clamp(1.55rem,4vw,2rem);
  line-height:1.05;
  color:var(--black);
  margin-bottom:1rem;
  max-width:88%;
}
.event-modal p#eventModalText{
  font-size:.95rem;
  line-height:1.85;
  color:rgba(26,10,10,.78);
}
.event-modal-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.8rem;
  margin-top:1.6rem;
}
.event-modal-reserve,
.event-modal-link{
  font-family:'Lora',Georgia,serif;
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  text-decoration:none;
  border:2px solid var(--black);
  padding:.72rem 1rem;
}
.event-modal-reserve{
  background:var(--gold);
  color:var(--black);
  box-shadow:3px 3px 0 var(--black);
}
.event-modal-link{
  color:var(--berry);
  background:transparent;
}
.impressum-label{
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--berry);
  margin-bottom:.9rem;
}
.impressum-box h2,
.privacy-box h2{
  font-family:'Rye',serif;
  font-size:1.8rem;
  line-height:1.05;
  margin-bottom:1rem;
  color:var(--black);
}
.impressum-box h3,
.privacy-box h3{
  font-family:'Lora',Georgia,serif;
  font-size:.68rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--berry);
  margin-top:1.4rem;
  margin-bottom:.45rem;
}
.impressum-box p,
.privacy-box p{
  font-size:.9rem;
  line-height:1.7;
  color:rgba(26,10,10,.68);
  margin-top:.8rem;
}
.privacy-date{
  font-family:'Lora',Georgia,serif;
  font-size:.62rem !important;
  letter-spacing:.08em;
  color:rgba(26,10,10,.66) !important;
}
.impressum-box a,
.privacy-box a{
  color:var(--berry);
  text-decoration:none;
  font-weight:600;
}
.impressum-box a:hover,
.privacy-box a:hover{color:var(--gold)}

/* COOKIE NOTICE */
.cookie-banner{
  position:fixed;
  left:1.2rem;
  right:1.2rem;
  bottom:1.2rem;
  z-index:1100;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.2rem;
  max-width:980px;
  margin:0 auto;
  background:var(--black);
  color:var(--white);
  border:2px solid var(--gold);
  box-shadow:7px 7px 0 rgba(0,0,0,.35);
  padding:1rem 3rem 1rem 1.1rem;
}
.cookie-banner.cookie-hidden{display:none}
.cookie-close{
  position:absolute;
  top:.55rem;
  right:.65rem;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:1px solid rgba(234,178,60,.28);
  color:rgba(255,255,255,.7);
  font-family:'Lora',Georgia,serif;
  font-size:1rem;
  line-height:1;
  cursor:pointer;
  transition:color .15s,border-color .15s,background .15s;
}
.cookie-close:hover{
  color:var(--gold);
  border-color:var(--gold);
  background:rgba(234,178,60,.08);
}
.cookie-copy{
  display:flex;
  flex-direction:column;
  gap:.28rem;
  min-width:0;
}
.cookie-copy strong{
  font-family:'Lora',Georgia,serif;
  font-size:.62rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--gold);
}
.cookie-copy span{
  font-size:.82rem;
  line-height:1.55;
  color:rgba(255,255,255,.68);
}
.cookie-actions{
  display:flex;
  align-items:center;
  gap:.7rem;
  flex-shrink:0;
}
.cookie-link,
.cookie-accept{
  font-family:'Lora',Georgia,serif;
  font-size:.6rem;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
}
.cookie-link{
  background:transparent;
  border:none;
  color:rgba(255,255,255,.7);
  text-decoration:underline;
  text-underline-offset:4px;
}
.cookie-link:hover{color:var(--gold)}
.cookie-accept{
  background:var(--gold);
  color:var(--black);
  border:2px solid var(--black);
  padding:.62rem .95rem;
  box-shadow:2px 2px 0 rgba(255,255,255,.15);
}
.cookie-accept:hover{transform:translate(-1px,-1px)}
@media(max-width:600px){
  .cookie-banner{
    left:.8rem;
    right:.8rem;
    bottom:.8rem;
    flex-direction:column;
    align-items:stretch;
    gap:.9rem;
    padding:1rem 2.8rem 1rem 1rem;
  }
  .cookie-actions{justify-content:space-between}
  .cookie-accept{padding:.62rem .85rem}
}

/* HH cards slight lift */
.hh-card{
  transition:transform .25s cubic-bezier(.22,1,.36,1),
             box-shadow .25s ease;
}
.hh-card:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}

/* Happy-Hour-Ausschluss Badge */
.hh-ex{
  font-family:'Lora',Georgia,serif;
  font-size:.62rem;
  color:var(--gold);
  opacity:.8;
  margin-left:.15rem;
  vertical-align:super;
  line-height:0;
  font-style:normal;
}
.menu-footnote{
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  letter-spacing:.08em;
  color:rgba(255,255,255,.56);
  margin-top:1.2rem;
  padding-top:.9rem;
  border-top:1px dashed rgba(255,255,255,.08);
}

.fact-strip{
  display:flex;
  align-items:center;
  gap:0;
  margin-top:2rem;
  border-top:1px dashed rgba(26,10,10,.15);
  padding-top:1.5rem;
  flex-wrap:wrap;
  row-gap:1rem;
}
.fact{display:flex;flex-direction:column;gap:.2rem;padding:0 1.4rem 0 0}
.fact:first-child{padding-left:0}
.fact-num{
  font-family:'Rye',serif;
  font-size:1.8rem;
  color:var(--berry);
  line-height:1;
}
.fact-label{
  font-family:'Lora',Georgia,serif;
  font-size:.6rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(26,10,10,.68);
  line-height:1.4;
}
.fact-div{
  width:1px;height:2.2rem;
  background:rgba(26,10,10,.12);
  margin-right:1.4rem;
  flex-shrink:0;
}
@media(max-width:600px){
  .fact-strip{gap:.8rem}
  .fact{padding:0}
  .fact-div{display:none}
  .fact-num{font-size:1.5rem}
}

/* ── ANFAHRT & PARTNERHOTEL ── */
.anfahrt-sec{
  background:var(--warm);
  padding:5.5rem 3rem;
  border-bottom:3px solid var(--black);
}
.anfahrt-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:5rem;
  align-items:start;
}
.anfahrt-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.5rem;
  margin-bottom:2rem;
}
.anfahrt-block{
  display:flex;
  gap:.8rem;
  align-items:flex-start;
}
.anfahrt-icon{
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--white);
  background:var(--berry);
  padding:.2rem .45rem;
  flex-shrink:0;
  margin-top:.15rem;
  line-height:1.4;
}
.anfahrt-block-title{
  font-family:'Lora',Georgia,serif;
  font-size:.62rem;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:var(--berry);
  margin-bottom:.3rem;
}
.anfahrt-block-body{
  font-size:.88rem;
  line-height:1.65;
  color:rgba(26,10,10,.78);
}
.anfahrt-block-body strong{color:var(--black)}
.inline-map-link{
  color:var(--berry);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}
.inline-map-link:hover{color:var(--gold)}
.maps-btn{
  display:inline-block;
  background:var(--black);
  color:var(--white);
  font-family:'Lora',Georgia,serif;
  font-size:.68rem;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:.75rem 1.6rem;
  text-decoration:none;
  border:2px solid var(--black);
  box-shadow:3px 3px 0 var(--berry);
  transition:transform .12s, box-shadow .12s;
}
.maps-btn:hover{
  transform:translate(-2px,-2px);
  box-shadow:5px 5px 0 var(--berry);
}

/* HOTEL CARD */
.hotel-card{
  background:var(--black);
  border:3px solid var(--black);
  box-shadow:7px 7px 0 var(--berry);
  padding:2.4rem;
  position:relative;
}
.hotel-card-tag{
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--berry);
  margin-bottom:1rem;
}
.hotel-card-name{
  font-family:'Rye',serif;
  font-size:1.9rem;
  color:var(--black);
  line-height:1.05;
  margin-bottom:.5rem;
}
.hotel-card-addr{
  font-family:'Lora',Georgia,serif;
  font-size:.62rem;
  letter-spacing:.08em;
  color:rgba(26,10,10,.68);
  margin-bottom:1.2rem;
}
.hotel-divider{
  border:none;
  border-top:1px dashed rgba(26,10,10,.18);
  margin-bottom:1.2rem;
}
.hotel-features{
  display:flex;
  flex-direction:column;
  gap:.5rem;
  margin-bottom:1.4rem;
}
.hotel-feat{
  font-family:'Lora',Georgia,serif;
  font-size:.64rem;
  letter-spacing:.06em;
  color:rgba(26,10,10,.72);
}
.hotel-feat span{
  color:var(--berry);
  margin-right:.5rem;
}
.hotel-note{
  font-size:.85rem;
  font-style:italic;
  color:rgba(26,10,10,.74);
  line-height:1.7;
  margin-bottom:1.6rem;
  border-left:3px solid var(--gold);
  padding-left:.9rem;
}
.hotel-btn{
  display:inline-block;
  background:var(--berry);
  color:var(--white);
  font-family:'Lora',Georgia,serif;
  font-size:.68rem;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:.72rem 1.5rem;
  text-decoration:none;
  border:2px solid var(--black);
  box-shadow:3px 3px 0 var(--gold);
  transition:transform .12s, box-shadow .12s;
}
.hotel-btn:hover{
  transform:translate(-2px,-2px);
  box-shadow:5px 5px 0 var(--gold);
}

/* Responsive */
@media(max-width:900px){
  .anfahrt-inner{grid-template-columns:1fr;gap:3rem}
  .anfahrt-sec{padding:3.5rem 1.8rem}
}
@media(max-width:600px){
  .anfahrt-sec{padding:2.8rem 1.2rem}
  .anfahrt-grid{grid-template-columns:1fr;gap:1.2rem}
}

/* ── GOOGLE MAPS EMBED ── */
.map-wrap{
  position:relative;
  border:3px solid var(--black);
  box-shadow:6px 6px 0 var(--berry);
  overflow:hidden;
  background:var(--bone);
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:360px;
}
.map-wrap iframe{
  display:block;
  width:100%;
  flex:1;
  border:none;
  filter:sepia(18%) contrast(1.04) brightness(.97);
  min-height:300px;
}
.map-caption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:.7rem 1rem;
  background:var(--black);
  border-top:2px solid var(--berry);
  flex-shrink:0;
  gap:1rem;
}
.map-caption-addr{
  font-family:'Lora',Georgia,serif;
  font-size:.58rem;
  letter-spacing:.1em;
  color:rgba(255,255,255,.68);
}
.map-caption-addr strong{color:var(--gold)}

/* ── HOTEL HORIZONTAL (below anfahrt) ── */
.hotel-below{
  margin-top:3rem;
  padding-top:2.5rem;
  border-top:2px dashed rgba(26,10,10,.12);
}
.hotel-card-h{
  background:var(--paper);
  border:3px solid var(--black);
  box-shadow:7px 7px 0 var(--gold);
  padding:2.2rem 2.6rem;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:3rem;
  align-items:center;
}
.hotel-h-left{display:flex;flex-direction:column;gap:.4rem}
.hotel-h-right{display:flex;flex-direction:column;gap:1.2rem}
.hotel-card-h .hotel-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.3rem .8rem;
  margin-bottom:0;
}
@media(max-width:900px){
  .hotel-card-h{grid-template-columns:1fr;gap:2rem}
  .hotel-card-h .hotel-features{grid-template-columns:1fr}
}
@media(max-width:600px){
  .map-wrap{min-height:280px}
  .map-wrap iframe{min-height:240px}
  .external-placeholder{min-height:240px}
  .external-placeholder-dish{min-height:300px}
  .hotel-below{margin-top:2rem;padding-top:2rem}
}

/* ── HAMBURGER & MOBILE NAV ── */
.hamburger{
  display:none;
  flex-direction:column;
  gap:5px;
  background:none;
  border:none;
  cursor:pointer;
  padding:4px;
  position:relative;
  z-index:310;
}
.hamburger span{
  display:block;
  width:24px;
  height:2px;
  background:var(--white);
  transition:transform .28s cubic-bezier(.22,1,.36,1), opacity .2s;
}
.hamburger.open span:nth-child(1){ transform:translateY(7px) rotate(45deg) }
.hamburger.open span:nth-child(2){ opacity:0 }
.hamburger.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg) }

.nav-mobile-res{ display:none }
.desktop-only{ display:flex }

/* ── MOBILE NAV OVERLAY ── */
.mob-overlay{
  position:fixed;
  inset:0;
  z-index:300;
  display:flex;
  flex-direction:column;
  background:linear-gradient(155deg, var(--berry-d) 0%, #0e0408 55%);
  opacity:0;
  pointer-events:none;
  transform:translateX(100%);
  transition:opacity .32s ease, transform .38s cubic-bezier(.22,1,.36,1);
  overflow:hidden;
}
.mob-overlay.mob-open{
  opacity:1;
  pointer-events:all;
  transform:translateX(0);
}
.mob-overlay::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)' opacity='0.035'/%3E%3C/svg%3E");
  opacity:.5;
  pointer-events:none;
}
.mob-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:1.3rem 1.8rem;
  border-bottom:1px solid rgba(255,255,255,.07);
  flex-shrink:0;
}
.mob-close{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.06);
  color:var(--gold);
  border:1.5px solid rgba(234,178,60,.35);
  font-family:'Lora',Georgia,serif;
  font-size:1.35rem;
  line-height:1;
  cursor:pointer;
  transition:background .15s,border-color .15s,color .15s;
}
.mob-close:hover{
  background:rgba(234,178,60,.12);
  border-color:var(--gold);
  color:var(--white);
}
.mob-logo{
  font-family:'Rye',serif;
  font-size:1.15rem;
  color:var(--gold);
  letter-spacing:.05em;
}
.mob-links{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:0 2rem;
}
.mob-links a{
  display:flex;
  align-items:center;
  gap:1.1rem;
  padding:1.05rem 0;
  border-bottom:1px solid rgba(255,255,255,.06);
  text-decoration:none;
  color:rgba(255,255,255,.85);
  font-family:'Rye',serif;
  font-size:1.55rem;
  letter-spacing:.03em;
  transition:color .18s, padding-left .22s cubic-bezier(.22,1,.36,1);
  position:relative;
}
.mob-links a:last-child{ border-bottom:none }
.mob-links a:hover{ color:var(--gold); padding-left:.5rem }
.mob-num{
  font-family:'Lora',Georgia,serif;
  font-size:.5rem;
  letter-spacing:.22em;
  color:rgba(255,255,255,.5);
  flex-shrink:0;
  width:2rem;
  text-align:right;
}
.mob-footer{
  padding:1.4rem 2rem 2.2rem;
  border-top:1px solid rgba(255,255,255,.07);
  display:flex;
  flex-direction:column;
  gap:.75rem;
  flex-shrink:0;
}
.mob-cta{
  display:block;
  background:var(--gold);
  color:var(--black);
  font-family:'Lora',Georgia,serif;
  font-size:.68rem;
  font-weight:500;
  letter-spacing:.16em;
  text-transform:uppercase;
  padding:.9rem 1.5rem;
  text-decoration:none;
  text-align:center;
  border:2px solid rgba(0,0,0,.2);
  box-shadow:3px 3px 0 rgba(0,0,0,.25);
  transition:transform .12s, box-shadow .12s;
}
.mob-cta:hover{ transform:translate(-1px,-1px); box-shadow:4px 4px 0 rgba(0,0,0,.25) }
.mob-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.mob-contact{
  font-family:'Lora',Georgia,serif;
  font-size:.57rem;
  letter-spacing:.07em;
  color:rgba(255,255,255,.58);
  text-decoration:none;
  transition:color .15s;
}
a.mob-contact:hover{ color:rgba(255,255,255,.6) }

@media(max-width:900px){
  .nav-links{ display:none !important }
  .nav-mobile-actions{display:flex;align-items:center;gap:.7rem}
  .hamburger{ display:flex }
  .desktop-only{ display:none !important }
  .nav-mobile-res{ display:none }
  .nav-res-mobile{display:block;font-size:.58rem;padding:.42rem .72rem;letter-spacing:.08em}
}
@media(max-width:380px){
  .nav-mobile-actions{gap:.5rem}
  .nav-res-mobile{font-size:.52rem;padding:.38rem .55rem;letter-spacing:.05em}
}
